an sql query
Applications Software Engineer Interview Questions
432 applications software engineer interview questions shared by candidates
Merge multiple sorted arrays
1st round - fizzbuzz variant and other easy QUESTIONS 2nd round - ui+database design and role playing interview 3rd round- mostly behavioral
Round 1: 2 Coding questions Round 2: Software Design + Roleplay
Wireframe this particular design and think about it.
- FizzBuzz, walk over resume, do you have any intention of making this individual project into a real product? - Design an app, prepare to explain why you design your app in certain ways. - Roleplay
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.
Q1: Java code is mainly about knowledge of inheritance and polymorphism. You need to read some classes and find the bug and relationship between these classes. Q2: A robot has three commands(pick up, put down, go to location x). The robot is in a room with two boxes, a table, and some red objects in front of the door. They are in different locations. There is a door and the door will open only when the right key is put in the pile. One of the box has the right key to open the door. The other box has stuff we don't know. Robot doesn't provide any feedback after its action. You need to write a series of commands(pick up, put down, go to x) to guarantee to move one red object outside the door.
Solve this coding problem and tell me about a time when you were in this situation?
What's the difference between C/C++ How does inheritance work? Talk about project in your current job.
Viewing 271 - 280 interview questions