Explain the Factory design pattern and when it is appropriate to use it.
Student Engineer Interview Questions
1,500 student engineer interview questions shared by candidates
What projects have you worked on in school so far that you are proud of?
Given an array A , find the maximum difference between an element in the array and the elements before it.
1. Int func(){ Int a = 1; a++; Return a; } You have two threads, both call the func function, one thread stops after the 'a++' line and after a context switch the other thread stops after the 'int a = 1' line. what is the value of 'a'?
got a running but not returning the desired output code, and had to fix it. 7 questions total
What would you do if you had a conflict with your team members?
How would implement firewall for subnet? E.g. I have got list of subnets like 168.16.0.0/16 it meant that we allow any subnet starts with 168.16 (because this is the first 16 bits).
Given an NxN matrix where every row and column is sorted, count the negative values.
To implement code which check is one string is sub string of other string
Given a certain sentence with different parentheses in it, write an algorithm that checks the parentheses matches
Viewing 151 - 160 interview questions