Q. Automobile manufacturing business problem
Software Engineer In Test Interview Questions
1,623 software engineer in test interview questions shared by candidates
I had to do a presentation on one of my course project. Then there was 1 he interview asking me in depth of my project and my resume. Then there was a coding session with 2 questions.
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.
Given a log file that is the output of the system, you were asked to parse 4 different pieces of information.
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.
1. Exercise to build an automation framework for one of their web pages and another one to develop a test plan for one of their products.
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 301 - 310 interview questions