Code to find character count in a given string.
Automation Test Engineer Interview Questions
2,667 automation test engineer interview questions shared by candidates
Sort Binary Arrays - {0,1,0,1,1,1,0,0,0,1}
Code to find a missing number in an array
String Palindrom, reverse words in a string, find longest substring in a string, duplicate characters in a string and print the count of it.
Code to reverse a string
Java: How does a static affects your code? What does final do to a variable? What means when a method is declared final? What´s the difference between interface and abstract? How do you make a multiple inheritance in Java? WebDriver: How would you find an element that has a certain text inside a table, in a unknown position? What´s the Seleniu API that gets all tables in a row? What´s the difference between explicit and implicit wait? How does Selenium interact with a download/print dialog? Which are the element locators? What´s the fastest? Wjhat´s the slowest?
Code to find a repeated number in an array
A quick programming question. Count from 1 to 100 and write 'X' if the current number can be divided by 3 or 'Y' if by 5 and 'Z' if both.
Q: print in one line the values of a map public static void main(String[] args) { Map<Integer, String> map = new HashMap<>(); map.put(1, "One"); map.put(2, "Two");
1. How will you open Browser in Incognito mode. 2. Switching Tabs in selenium 3. How will you execute only the failed testcases after the first run. 4. How to run test cases parallelly.
Viewing 1 - 10 interview questions