Java Collections, Threading, Framework design, DB Queries/Optimization, one POC on real life scenario which i guess one of the interview team members was worked on.
Software Integration Interview Questions
4,441 software integration interview questions shared by candidates
where do you see yourself in 5 yrs.
Describe your experiences?
How do you work under stress
Why do you want to work here
Quais seus planos para daqui 5 anos?
How will do the revrse engineering for table having partion on it.
greatest weakness, issue with a manager, issue with a staff member,
If I had worked with Big Data Platforms.
Given the class: CNode { int data node *next }; There are 5 nodes: pHead -> Node(data=1) -> Node(data=2) -> Node(data=3) -> Node(data=4) -> Node(data=5) -> null a) describe how to delete the node with data == 4 b) given that pHead=next.next, what node does pHead point to ? c) given just the head pointer, is it possible to print out the data in the entire list? How ?
Viewing 531 - 540 interview questions