1st coding interview: Easy leetcode question. Palindrome sort of level 2nd coding interview: Mid leetcode question. Two-pointer sort of thing 3rd coding interview: Hard leetcode question. I am not even sure what the interviewer wanted here because he kept changing requirements to make it harder and harder, and he didn't bother to explain what he wanted me to do even after I asked
Software Development Engineer In Test Interview Questions
5,158 software development engineer in test interview questions shared by candidates
1. Write a program where input is - "aabbbccaabbbcc" and output should be "a2b3c2a2b3c2" 2. Selenium version u are using and difference between Selenium 3 and Selenium 4 3. Maven and questions on maven 4. Why do we need different types of 2XX series if the developer can make 200 itself to work for different type. ( he was looking for something other than the standard protocols or conventions used) 5. Git fetch vrs Git pull 6. Bare minimum things to in browser before every release to confirm that the application is free from security vulnerability. 7. in postman, what is the difference between access token and refresh token.
SOLID principle's, SQL and C# questions
Round 3: F2F 1. Brief About myself. 2. Java Program to Sort students marks. If their marks are the same sort them by their names in alphabetical order. 3. Java Program to read a file and print the duplicated words with their count. 4. SQL Query to group the employee id by their departments and sort them in descending order by their department id. 5. SQL Query to find the managers of the employees where the employee id, employee name, and the manager id is given. 6. How will you feed the values of JSON requests of POST type for an API without reading excel sheet or Database - By the response of other APIs interacting to the current API. 7. How will you supply the value of the current response to the other API's input? 8. For a site like Amazon, how will you validate a search result which gives 1000s of results? 9. What is the difference between Inner Join and Self Join? Can you perform an inner join in the same table?
Phone Screening: 1. Brief about yourself - The current team and the daily task you carry about. 2. Automation Framework - API - Data Driven Framework - Java, Rest Assured, TestNG, Org.simple.JSON; UI - Data Driven Framework - Java, Selenium Webdriver, POM Design Principle, TestNG. 3. How would you disable one JSON key-value pair in your framework - By not setting the value of the JSON key-value pair in my automation framework 4. Which has better performance - Where clause or Having clause? 5. Difference between Inner Join, Outer Join, and Full Join 6. Difference between POST and PUT 7. When a log file is updating what command you would use to check the logs - tail -10f command 8. What is ps -ef | grep java (process name) is exactly doing? 9. How would you kill a process - kill -9 PID 10. What is internationalization and how did you perform your automation? 11. What all the CRUD operations you performed in your automation? 12. How will you connect from your local machine to server - Key authentication 13. Difference between hard assert and soft assert
DSA, Project related, MCQs. Coding challenge was of medium level
Explain yourself in this role
Oops concepts, java coding, sql basics to medium level
Round 4: F2F 1. Brief about myself. 2. What is a deadlock? Give a real-time example 3. What is multithreading? 4. How do threads communicate each other? 5. Given a sentence reverse the entire sentence including their letters in their words - O(n^2) is highly discouraged. 6. Design a framework for the below requirements [Explained the Data Driven Framework] - Read the raw data from - Excel or DB - Process the raw data. - Once processed call the Business Logic. - Once Business Logic is completed call the Report Generation. - After Report has been generated, display the result in a good format. For the above requirement Which framework would you use and why? If there's a future requirement to add or delete a particular task how will you handle it? - Task Manager will take care. 7. Difference between String, StringBuilder and StringBuffer. 8. Where does a String gets initialized if you declare it with null?
question related to Tree and graph data structure
Viewing 1671 - 1680 interview questions