Wireframe this particular design and think about it.
Software Engineer Applications Interview Questions
344 software engineer applications interview questions shared by candidates
1st round - fizzbuzz variant and other easy QUESTIONS 2nd round - ui+database design and role playing interview 3rd round- mostly behavioral
Given an array of integers and an int k, rotate every element inside the array to the right by k units. Do this in O(n) time and O(1) space. I proposed a O(kn) solution, but that was not good enough. They want the very best solution.
Very detailed project question s
Solve this coding problem and tell me about a time when you were in this situation?
They basically asked me about my resume.
What's the difference between C/C++ How does inheritance work? Talk about project in your current job.
What are my top 3 strengths?
Given an interface called IntStream with methods 'bool hasNext()' and 'int next()', implement the function 'IntStream merge(IntStream[] streams)' where each input IntStream produces strictly increasing, possibly infinite number of, integers, and the resultant IntStream also produces strictly increasing integers by merging the input streams. The interviewer also provides a simple test harness that prints the first 5000 integers from that function.
Give a presentation on a topic you select.
Viewing 211 - 220 interview questions