-
Notifications
You must be signed in to change notification settings - Fork 13
Interview Experience 37
sggarg edited this page Aug 13, 2017
·
1 revision
#ApplicationEngineer
##Round 1: Online MCQ
- Quant
- DS and Algo Concepts
- DBMS and general Computer Science
- English (Test was common for both OFSS and Oracle Apps.)
##Technical 1:
- Tell be about yourself?
- Questions related to project work.
- 2 simple codes on arrays and strings.
- Questions on JAVA.
- 1 sql query (delete duplicate elements without using aggregate function)
- 25 horses puzzle.
- Why not higher studies? [40 mins]
##Technical 2:
- Write a list of all data structures and explain each of them along with their applications.
- Implement queue using stack.
- Implement stack using queue and optimize push and pop of both.
- Questions on Time complexity of various algorithms
- Where is stack/queue used in web browser. Write full code explaining the same. (Ans: stack is used in back and forward button)
- Random questions on OOPs and DBMS. [1 hr+]
##Technical 3:
- Detailed discussion about project.
- There is a login page. Write a code to encrypt and decrypt the password using some logic (Caesar cipher being too simple, I gave the approach to represent them in binary format)
- A Pattern matching question (KMP algorithm)
- Questions on normalization.
- Where do you want to be after 5 years. [35 mins]