Linked list Spring boot Testing methodology
Sr Test Engineer Interview Questions
2,708 sr test engineer interview questions shared by candidates
class A { static void m1() { System.out.println("In m1 A"); } } class B extends A { static void m1() { System.out.println("In m1 B"); } void m2() { System.out.println("In m2 B"); } } class Test { public static void main(String[] args) { A a=new B(); a.m1(); } }
int []arr ={1,2,3,4,5,6,7,8,9,10} i.e another example : {1,3,5,6,7,8,9,10} o/p: 1 2 3 2 3 4 3 4 5 ..... int []arr ={1,2,3,5,6,7,8,9,10} o/p: 1 2 3 5 6 7 9 11 12
Question related to puzzles. How to measure 4 litres of water with a 5L and 3L flask.
TESTNG Framework.
What is the difference between a HashMap and a HashTable?
all questions related to functional testing
OOPS concepts, Testing frameworks, Scenario based testing questions,
Typical copy paste leetcode questions(Easy-Medium).
Java Java and only Java Program and not even questions related to OOPS concepts will be asked
Viewing 1711 - 1720 interview questions