Sunday, October 31, 2021

Genpact Interview Question for Automation Test engineer (2 to 5 year Experience 2021)

 1)Tell Me about your self

2) WAP to reverse String

3) WAP to reverse each world in String.

4) WAP to reverse sentence

5) WAP to count each Occurrence of String

6) What is constructor

7) What is static member in java

8) What is overriding and rules of overriding

9) What is private keyword.

10) What is Singleton pattern

11) What is an  Interface and how many types of Interface is available in collection.

12) What hard Assert and Soft assert in selenium

13) How to handle multiple window in selenium

14) How to handle frame in selenium

15) What is Wait statement in selenium

16) How many types of exception is there in selenium.

17) What is System. Out.Println()

18) What is Authorization and Authentication


No comments:

Post a Comment

Q) How To Find Duplicate Characters In A String In Java?

Step1:- Creating a HashMap containing char as key and it's occurrences as value. Step2:- Converting given string to char array. Step3:- ...