The interview process is a multi-stage process for hiring new employees.
Software Development Engineer In De Test Interview Questions
5,159 software development engineer in de test interview questions shared by candidates
Basic linux commands, basic networking questions, coding based on strings and lists
Do you know Ruby? In a string of 1s and 0s, how would you find the number of zeros. (allowed to search online if you don't know ruby)
You have a function called two sums that return an integer array of the indices that add up to the target value (leetcode question)
1) Program to find repeated numbers in the array and get the max repeated value( i made use of hash maps , could be handled in any way which suits you) 2) Recursive functions 3) Find syntactic errors in the program 4) O/P of a specific program 5) API http requests and response codes 6) Automation strategies 7)Software principles
how will you select the test cases for automation?
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
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?
Viewing 1651 - 1660 interview questions