-
Notifications
You must be signed in to change notification settings - Fork 13
Interview Experience 30
sggarg edited this page Aug 13, 2017
·
1 revision
#SoftwareEngineer
#Round 1: Pen and Paper
- Apti
- Algo ( Dutch national flag and N-queens)
#Round 2:
- Discussion on project
- Reverse a string wordwise. (Let the input string be “i like this program very much”. The function should change the string to “much very program this like i”).
- Questions on Android (Project related)
- SQL queries
- Java concepts
- Asked me to explain backtracking and both of the codes of the written round. [35 mins]
#Round 3: Skype
-
Maximum area of a histogram. http://www.geeksforgeeks.org/largest-rectangle-under-histogram/
-
key and lock problem http://www.geeksforgeeks.org/nuts-bolts-problem-lock-key-problem/
-
Puzzle: make 120 with any number of 0s using any arithmetic operators.