Test Engineer Ii Interview Questions

549 test engineer ii interview questions shared by candidates

We have a 2 weeks release you are assigned one section of the application for testing , how would you identify that the area you are testing is correct ? Follow Up question How would you know if you are under-testing or over-testing the application
avatar

Software Development Engineer In Test (SDET) II

Interviewed at Expedia Group

3.7
Oct 3, 2012

We have a 2 weeks release you are assigned one section of the application for testing , how would you identify that the area you are testing is correct ? Follow Up question How would you know if you are under-testing or over-testing the application

2. Reverse a sinlgy linked list, without any use of built in collections or any dependencies.(Implement linked list on your own. do not use java.util package methods) Input : 9 -> 4 -> 2 -> 8 Ouput : 8 -> 2 -> 4 -> 9 3. Find the given two strings are anagrams. isAnagram("apple", "orange"); -> false isAnagram("worth", "throw"); -> true isAnagram("foo", "fun"); -> false 1.[7,1,4,2,0,5,2,9,3] Impl a quick sorting algorithm and explain its space and time complexities in detail
Aug 18, 2022

2. Reverse a sinlgy linked list, without any use of built in collections or any dependencies.(Implement linked list on your own. do not use java.util package methods) Input : 9 -> 4 -> 2 -> 8 Ouput : 8 -> 2 -> 4 -> 9 3. Find the given two strings are anagrams. isAnagram("apple", "orange"); -> false isAnagram("worth", "throw"); -> true isAnagram("foo", "fun"); -> false 1.[7,1,4,2,0,5,2,9,3] Impl a quick sorting algorithm and explain its space and time complexities in detail

Viewing 421 - 430 interview questions

Glassdoor has 549 interview questions and reports from Test engineer ii interviews. Prepare for your interview. Get hired. Love your job.