What are different types of testing ? How you will prioritize testing ?
Software Test Engineer Interview Questions
12,426 software test engineer interview questions shared by candidates
No. all of the question are basic concept and normal coding and testing questions.
I was asked in 3rd round how will I know if the request sent by the driver to the website is successful or not. If not then what is the issue.
Tell me about your current project?
How would you reverse a string?
Given a array of integers, write code to find the max possible sum of sub-arrays. Use arithmetic progression.
Given a regular phone number dial pad, write code that will list out all the possible letter combinations that can be made given three numerical digits as input. For example, the base function would look like this: function numberToChars(int *numbers) { // would return an array of different character combinations // if input was 123 // output: adg, adh, adi, bdg, etc... }
Why do you want to work for Microsoft?
Program: Given an array{1,1,1,2,2,2,2,3,3,3,4,4,5,5,5,8,8,8,8,8,2,2,2,2,2,2,2,2,2,5,5,5,5] Find the largest sum of numbers which are duplicate/same integers and print the number which belongs to largest sum?
How would you test a calculator that is going to be used by elementary school aged children?
Viewing 2061 - 2070 interview questions