1. Tell me the reason why didn’t you achieve 100% automation? 2. What is the percentage of the backend automated test cases? 3. What features of the backend you have automated? 4. how many API test cases have you automated? 5. walk me through one test that needs backend testing using JDBC? 6. If you developed a new code, how are you going to add it to the repository? 7. how do you merge from a specific branch to the master branch? 8. Explain to me how is your CI/CD is built or how it is established? 9. Based on my answer when I told him I use freestyle to create a build-in Jenkins I was asked why you choose freestyle 10. then I was asked to walk through the steps 11. are you following agile or waterfall? 12. What are the ceremonies you? 13. have you done integrated testing then give some examples? 14. asked to reverse a String using the notepad 15. I was given a Java class with 3 variables and three different constructors and asked to explain what I understand from code 16. What is the importance of regression testing? 17. what is the importance of smoke testing? 18. what is the importance of sanity testing? 19. what are the main factors that we need to consider when creating a framework? 20. what logging structure was defined for your framework? 21. How to identify duplicates in the DB?
Test Development Engineer Interview Questions
5,608 test development engineer interview questions shared by candidates
Q: What types of automation frameworks do you have experience with?
Java programming questions Non- functional testing
Describe a situation where you could apply trouble shooting skill.
there were 6 programs out of which many were from collection concepts and some basic programs too
What is the collections framework in Java, and where did you use it?
Normal string related codes Automation snippet very easy
asked about Rest services, how to write a test plan, how to stress tests....
OOPS concepts, Logical questions, Java programmatical questions
1. Asked about my profile 2. Asked to write the programm to sort and remove duplicate in O(n) of complexity. I said it is not possible to do so as Every sorting algo at least requires O(nlogn) of complexity. : Not very convience with my answer he said he can use treemap , but I said itself it must be using quick sort or so. 3. Asked me to write the longest pallindrome : I wrote the programme with O(n2) of complexity he said there should be a better algo to solve it in much effective way.
Viewing 5251 - 5260 interview questions