How do you decide that a scenario is a good candidate for automation?
Software Developer In Test Interview Questions
1,163 software developer in test interview questions shared by candidates
Given the steps for new users to register their number and downloading the app on the website, what would you test at every step.
Longest prefix which is also suffix Input: s= “ababab” Output: 4 Explanation: The string “abab” is the longest proper prefix which is also the suffix.
Q. Automobile manufacturing business problem
Q: How fast can you complete a Rubik's Cube? Q: Do you do Sudoku? Q: Download, install, and write a test code in Selenium. (No mention the software requires a purchase)
Some interviewers were not able to explain their questions clearly. Questions were not hard but poorly posed.
The hardest answer they asked me is the next one: If you are writing an automated test for a set-top-box, how would you check that there's video being shown on the screen?
Write a function that accepts two strings, and returns true if string 2 contains all the characters of string 1.
What do you know about the BBC
// Merge 2 2-dimensional arrays into one 2-dimensional array. // example input: // { 1, 2, 3; // 4, 5, 6} // { 7, 8, 9; // 10, 11, 12; // 13, 14, 15} // example output: // { 1, 2, 3; // 4, 5, 6; // 7, 8, 9; // 10, 11, 12; // 13, 14, 15}
Viewing 211 - 220 interview questions