How do you decide that a scenario is a good candidate for automation?
Software Developer In Test Interview Questions
1,164 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.
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}
almost covered all the technologies from my CV. Starting from Manual testing, SQL-related questions, back-end testing questions, API testing, A11y testing, performance testing, and popular automation tools questions related to selenium, cypress, and wdio . a small coding challenge to write an automation script for a given scenario
Viewing 211 - 220 interview questions