You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)