1st phone screen questions : Given two strings A and B, write a function check if B contains the permutation of A. In other words, one of the first string's permutations is the substring of the second string. Given two strings A and B, write a function check if B contains the permutation of A. In other words, one of the first string's permutations is the substring of the second string. input: a = “apple” b = “appealing” output: true (ppeal) input: a = “apple” b = “ppleaasdflkn” output: false phone screen 2 : 1) Given n Build sequence 1, n, 2, n-1, ... For example n = 5 return 1, 5, 2, 4, 3 n = 6 return 2) Given n Build all correct bracket sequences of length 2 * n Example: n = 2 returns ["(())", "()()"]
Intern Engineering Interview Questions
56,448 intern engineering interview questions shared by candidates
How to write verilog code for a state machine.
What do the analytical expressions in your project look like?
How good are you with the deadlines? Since you will have to be on your toes, describe me an incident that we convince me that you have good skills in meeting deadlines.
about fiber optics
What have you done to diversify yourself
Normal people and project management questions, not too tough for me: Your strengths Your weaknesses. What would you do with a late feature request that can blow away your schedule?
Why do you want to work here? Name a time you had to deal with a difficult group member. Talk about a time you improved something (ie. a process, a design)
What do you know about Molex?
where do you see yourself in 10 years?
Viewing 2331 - 2340 interview questions