The test was forwarded by email, time sensitive and with a time that I could choose. Basic language and skill tests.
Software Quality Test Engineer Interview Questions
4,718 software quality test engineer interview questions shared by candidates
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.
Only emails questions about testing experience Test methodologies Knowledge about programming languages.
How do you handle testing if there were no documents?
Gaming knowledge
Would you come in for an interview?
What was my language skills and if I had relevant experience.
All question are related to testing and automation tool, few surprise question in interview and all are related to software testing.
They asked questions based on my CV regarding my past experience.
Tell me about yourself? What is the latest android version? Which game you would like to play and why? What do you mean by console?
Viewing 4181 - 4190 interview questions