anagram questions - interviewer wanted a very specific other way to do it
Software Development Engineering Intern Interview Questions
56,464 software development engineering intern interview questions shared by candidates
Why do you want to join the team
I had pervious experience with an audit in an internship and they asked me to describe that experience and what I learned from it
What systems have you Architected, and explain their design?
The interviews focused on people, projects, and technology
Build me a better website
String manipulation. Mostly about splitting and extracting required information.
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 ["(())", "()()"]
How to write verilog code for a state machine.
What do the analytical expressions in your project look like?
Viewing 2321 - 2330 interview questions