// 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}
Software Development Engineer In Test Interview Questions
6,460 software development engineer in test interview questions shared by candidates
Few Java prgrams like remove duplicates
Basic questions from Java, Selenium , API, TESTING,Puzzle
Signed an NDA. Overall, 3 short coding questions in JS. Nothing too difficult. The large block of interviews was split up to ask questions about every aspect of the job: QA. development, resume, people skills.
The most unexpected question was "How do you sort a dictionary in Python". The rest of the questions were pretty much expected (Python, Selenium, general questions about how would I test some function).
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
You have 9 balls, equally big, equally heavy - except for one, which is a little heavier. How would you identify the heavier ball if you could use a pair of balance scales only twice?
Complete disaster of initial interview. HR reading from pre- defined questions(Like have you done coding in C# ..etc ). No understanding of technology whatsoever and making a judgement call if you fit the role or not .
Software life cycle Développement Life cycle Data structures Algorithm Sorting
Binary Search Tree, Algorithms, Linked list
Viewing 1171 - 1180 interview questions