3. Write the Test cases for the amazon review page which has these things on that page: stars to rate the product two edit boxes: 1 for title, 2 for review two buttons: ok and cancel.
Software Development Engineer In De Test Interview Questions
5,147 software development engineer in de test interview questions shared by candidates
Given an array of integers and an arbitrary integer, find the number of pairs of integers in the array whose sum is equal to the arbitrary integer.
How do you test the functionality of weather.com which takes a coordinates anywhere on earth and gives you accurate current weather information. After I given my plan which is to use automation tool collecting weather information from public weather station and compare results. I was asked what if there's no web service, no phone service, not even radio and you can't load weather forecast information from the public weather stations. Nor you can use historical value to test since the results need to be very accurate.
How do you know if three points make a triangle?
Given an array of positive and negative numbers, give an algorithm that would find the sequence of numbers that give the largest sum. The numbers have to be in sequential order.
what was the one question you had expected ut were not asked?
Write code in your favorite programming language that will accept two strings and return true if they are anagrams.
Find cycle in linked list.
Suppose you have a C++ base class and several classes that inherit from it. What might happen if you do not write a virtual destructor for the base class?
find if string1 exists in string2, give test conditions
Viewing 191 - 200 interview questions