Are you a PC or console gamer?
Technical Test Lead Interview Questions
18,205 technical test lead interview questions shared by candidates
Do you consider yourself a patient person?
I was asked about a simple light bulb circuit and how to test it. Also asked about troubleshooting a line of switches in series with 1 open/ not working. Next time I think I will tell them it is stupid and that all switches and bulb or call button would be in Parrellel. It was confusing
i am yet to give the interview...
1.Tell me about yourself? 2.The asked about which framework you used? about that. 3.Selenium-about locators, selenium wait and usage 4.Basic Java Q? Difference between HashMap and HashSet, Abstract and Interface, What is Final? What is Encapsulation? 5.What is Instance Variable, method and object? 6.Java program to count and print repeated character in a string? String would be Your Name. 7.Cucumber-About Gherkins, Background, Scenario Outline, Reporting, How Feature file and stepDefinition file are linked etc. 8.About API Automation?
Question based on Selenium and QTP
What are the attributes of the anchor tag? How do you get an image within a webpage, clicking on which can take you to another webpage?
given a linked list which has two types of pointers, a normal next pointer which points to next element in the list and random pointer which points to random element in the list. Question was to clone this linked list
You are in a room by yourself and someone walks into the room, asks you to find the temperature, and leaves. How would you find the temperature in the room without leaving the room?
Write the algorithm for this: If you have a string aaabbc the output should be a3b2c1, for the string aabcc the output should be a2b1c2 and so on. You should not allocate memory for a new string and you can do this only by reading each character once. Ps: if the result is bigger than the original string (like abc -> a1b1c1) just return null or some message that makes that clear.
Viewing 61 - 70 interview questions