DSA Medium level System Design Medium Spring Boot all types of configurations.
Sr Software Engineer Interview Questions
67,446 sr software engineer interview questions shared by candidates
Hash map internal working for get method
How is your experience relevant to the role?
Oops concepts Basic dot net like page cycle etc SQL asked few queries Design patterns and design principles
Basics of SQL, Technology based question and Domain level question, Unix, Scenario based questions
print the middle of linked list struct Node { int data; struct Node* next; }; /* Function to get the middle of the linked list*/ void printMiddle(struct Node *head) { struct Node *slow_ptr = head; struct Node *fast_ptr = head; if (head!=NULL) { while (fast_ptr != NULL && fast_ptr->next != NULL) { fast_ptr = fast_ptr->next->next; slow_ptr = slow_ptr->next; } printf("The middle element is [%d]\n\n", slow_ptr->data); }
What all will be looked at when you are asked to migrate a SAP BO applications to Qlik sense
Tell me about yourself?
What is stack and queue?What is difference between them?
Technical questions about loadrunner, performance center, performance testing
Viewing 3081 - 3090 interview questions