Reverse a linked list .
Senior Software Development Engineer Interview Questions
1,202 senior software development engineer interview questions shared by candidates
Minimize the number of iterations required to pass message from root node to all nodes in an n-ary tree. In one iteration only a parent can pass message to only one of its children.
Design non software object X using ooad
ChatGPT said: "OOP principles enhance Python automation." "Pytest simplifies test case management." "Selenium automates UI interactions efficiently." "API testing ensures backend reliability." "UI and API tests complement."
Implementation of a hashmap
Round 1: SDET Director It wend pretty well. Interviewer was knowledgeable and asked the questions around past projects and managerial skill Round 2: SDE Director Focus was on algorithmic questions. 1. Print tree in zigzag manner 2. in 2D-array if elements are in increasing order in Row and column then find the particular element Interviewer was calm and cool. I couldn't give the answer for questions as I was not prepared well I was happy with the interview experience till this point Round 3 : Sr SDET Manager Was asked mainly around the processes followed in my company and couple of random questions. In this round interviewer was talking more than me. Round 4 : Sr SDET Manager Interviewer had some questions and was expecting the same answers which he had in mind. I was expecting maturity level for person with such designation And as usual no feedback from HR team.
Questions were mostly on data structure (binary search tree, linkedlist etc)
basic oops concepts,discussion on types of testing done in the previous projects,reverse string using stack and linkedlist. What I did not liked was she asked me for a particular project that I had worked on,why this manual testing was done and not automation.
What is an abstract class ?
Round2 : Question 1: You have a website & you want to know the number of hits made in last 5 seconds. Even a user refreshes the page, it will be considered a new hit. Provide the approach for this. Question 2: web service - cache - yes ---> return (timeout is 1 second) else go to api call - yes ---> return (timeout 5 seconds) else go to database - yes ---> return (timeout 10 seconds) default error You have to implement above kind of system where each module is used if it is Up, else check with next module. What design pattern you will follow. Question 3: Difference between SOAP & REST Question 4: Have you used Micoservices? Question 5: Which framework did you use in REST? He was suggesting like Jersey webserver, Spring.
Viewing 1191 - 1200 interview questions