Quality Testing Interview Questions

1,151 quality testing interview questions shared by candidates

(They started by roasting one of my projects included in the resumr) Q: Do you know about testing tools? Name them. Q: Explain any one of the projects from your resume. Q: Why did you choose a testing role? Q: Are you willing to work overtime? Q: What are your plans for your master’s? Q: How would your AIML projects impact testing?
avatar

Quality Test Engineer

Interviewed at ICICI Lombard General Insurance Company Limited

3.1
Oct 1, 2024

(They started by roasting one of my projects included in the resumr) Q: Do you know about testing tools? Name them. Q: Explain any one of the projects from your resume. Q: Why did you choose a testing role? Q: Are you willing to work overtime? Q: What are your plans for your master’s? Q: How would your AIML projects impact testing?

Given two words (beginWord and endWord), and a dictionary's word list, find all shortest transformation sequence(s) from beginWord to endWord, such that: Only one letter can be changed at a time Each transformed word must exist in the word list. Note that beginWord is not a transformed word. Note: Return an empty list if there is no such transformation sequence. All words have the same length. All words contain only lowercase alphabetic characters. You may assume no duplicates in the word list. You may assume beginWord and endWord are non-empty and are not the same. Example 1: Input: beginWord = "hit", endWord = "cog", wordList = ["hot","dot","dog","lot","log","cog"] Output: [ ["hit","hot","dot","dog","cog"], ["hit","hot","lot","log","cog"] ] Example 2: Input: beginWord = "hit" endWord = "cog" wordList = ["hot","dot","dog","lot","log"] Output: [] Explanation: The endWord "cog" is not in wordList, therefore no possible transformation.
avatar

New Grad - Systems Test QA Engineer

Interviewed at VMware

4.4
Apr 30, 2019

Given two words (beginWord and endWord), and a dictionary's word list, find all shortest transformation sequence(s) from beginWord to endWord, such that: Only one letter can be changed at a time Each transformed word must exist in the word list. Note that beginWord is not a transformed word. Note: Return an empty list if there is no such transformation sequence. All words have the same length. All words contain only lowercase alphabetic characters. You may assume no duplicates in the word list. You may assume beginWord and endWord are non-empty and are not the same. Example 1: Input: beginWord = "hit", endWord = "cog", wordList = ["hot","dot","dog","lot","log","cog"] Output: [ ["hit","hot","dot","dog","cog"], ["hit","hot","lot","log","cog"] ] Example 2: Input: beginWord = "hit" endWord = "cog" wordList = ["hot","dot","dog","lot","log"] Output: [] Explanation: The endWord "cog" is not in wordList, therefore no possible transformation.

Viewing 1011 - 1020 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 1,151 interview questions and reports from Quality testing interviews. Prepare for your interview. Get hired. Love your job.