basic algorithm question, some question on REST
Senior Software Qa Engineer Interview Questions
579 senior software qa engineer interview questions shared by candidates
String questions, loop questions, xpaths, payment gateway scenarios
How can you access the variable of one js file in another js file?
How to identify the hidden elements in selenium?
Design your own hash map. Multiple programs were asked during the technical rounds (around 5-6 pgms). They test your technical knowledge very thoroughly. Make sure you are well prepared before attempting interviews in Informatica.
On Linux "kill -9 process id" What is the -9?
Anything wrong in this code and Explain? import java.util.ArrayList; import java.util.Iterator; import java.util.List; public class ConcurrentModificationExample { public static void main(String[] args) { List numbers = new ArrayList<>(); numbers.add(1); numbers.add(2); numbers.add(3); Iterator iterator = numbers.iterator(); while (iterator.hasNext()) { Integer number = iterator.next(); if (number.equals(2)) { numbers.remove(number); } } } }
Know your craft and be ready to answer fundamentals and "use case scenarios" type of questions.
All core java concepts and string manipulation programs
Puzzle type question which was quite unexpected:)
Viewing 451 - 460 interview questions