Describe your previous work experience
Senior Software Development Engineer Interview Questions
1,238 senior software development engineer interview questions shared by candidates
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.
Given two one directional linked list find if they merge and the node where they merge. Write a pseudo-code. Make solution with O(1) in space and O(n) in time where n is longest list length.
to write a tree traversal algorithm side to side
Find all palindromic substrings within a given string.
Was I interested in the job and did I plan to stay for a long time?
Flip the order of a Single linked list
Tell me your best 3 skills
Selenium questions Difference between driver.quit() and driver.close(). Difference between implicit wait() and explicit wait () in Java. Describe the Automation framework. what is the output of these two print statements in java? System.out.println("Hello, World!"+ 12 +150); System.out.println(12 + 150 "Hello, World!"); Replace or create a new json object in the array? Array [ { "name" : "bob", "status" : "Active" // change key "status" to output and "Active" to true -- something like that } ]
There was a deep set of questions on use of SQL indexes and working with large datasets. The challenges of working with large datasets was also covered .
Viewing 201 - 210 interview questions