Dependency injection , Spring framework questions and why r u looking for change, how do u see urself in 5 years ? Explain a situation where u had conflict with your team member/manager and how did u handle it ?
Sr Software Developer Interview Questions
7,039 sr software developer interview questions shared by candidates
best program you have written till yet.
which subject is yours strongest ?
1. Define a void function for the below program,such that after the <function call> execution, the pointer p is allocated with 100 bytes. Define and call the new function in place of <function call>. This new function should be a void function void GetMemory(int ** a_ptr); #define X_SIZE (100) main() { int *p; GetMemory(&p) } void GetMemory(int ** a_ptr) { *a_ptr = (int*)malloc(X_SIZE * sizeof(int)) if(*a_ptr == NULL) { pf("Out of memory") } } 2. Induce Segmation default int *p; printf("%d", p[0]); 3. Function pointer int(*Function_ptr)(int,int); int Fun(int a, int b); int main() { int ret = 0; Function_ptr pf = NULL; pf = Fun; ret= pf(5, 10); printf("%d", ret); } 4. Output int *p1 = 0x1000; char *p2 = 0x1000; void *p3 = 0x1000; double *p4 = 0x1000; p1++; p2++; p3++; p4++; spanning tree algorithm Have you managed a team. L2/L3 protocal.
Using array as a queue
Tree height calculation
The below are the list of question they asked, Tell about Collections, What is HashMap, Program using HashMap, Spring DI Basic questions, Spring RESTFul services basic questions, Hibernate Configuration, XmlParser
complex project solving questions
Multithreading process in case of exception or system shut down
Core topics and implementation in the same
Viewing 4831 - 4840 interview questions