Code to find character count in a given string.
Software Testing Automation Interview Questions
3,197 software testing automation interview questions shared by candidates
Sort Binary Arrays - {0,1,0,1,1,1,0,0,0,1}
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 find a missing number in an array
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?
1.find out consequtive number of 1's in a 101100111101011 2. A string was given "Genpact headstrong marketing limited" I had to make it as "Genpact limited marketing headstrong". 3. Find second largest salary of employee from employee table
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");
Viewing 1 - 10 interview questions