­

Subscribe

About Me

My photo
Welcome to my corner of the internet! I’m a software engineer by day, mechanical engineer by degree, some-time traveler, music lover, and self-proclaimed motivational speaker by... well, any spare minute I can find. When I’m not busy debugging code, you can find me lost in a new place, jamming to a mix of Indian and Western music (yes, I’m the one who creates playlists that make no sense), or pondering the mysteries of the universe, from physics to geopolitics. Oh, and if you need some motivation or a good laugh, I’m your go-to person—I'm basically a walking TED talk. Stick around for random musings, technical rants, and possibly some okayish poetry ✍️!

Translate

Tuesday, May 31, 2022

Infosys Automation Interview Questions | 3 to 6 YoE

 


SET1


1 . Can we create a constructor as private?

2 . Can we override private methods?

3 . Program to count the occurrence of a specific word in the sentence

4 . Make XPath for locating specific columns in a dynamic web table

5 . How to double-click on the element in selenium?

6 . How to switch from the 5th frame to the 4th frame in case if all are nested?

7 . Validate the color of the progress bar at different points for eg:- at 100% it becomes green and before that it remains orange so how will u validate that the green color has appeared?

8 . How to click on the last element always for a dynamic drop-down in which elements change along with position and their count changes?

9 . Suppose I have three classes A, B, and C, where C extends B and B, extends A, so can we call the constructor of A from C by writing like super. super() is it correct?

10 . Tell me about yourself?

11 . What did you do in the project / Framework?

12 . Explain Data-driven framework code for Data-driven framework / How do you fetch value?

13 . How do you handle cookies & what will your approach be?

14 . How are you doing – screenshot of failed test cases?

15 . In your project have you done – Javascript?

16 . What is agile testing?

17 . What are your role and responsibility?

18 . Have you handled windows within ID, windows within the window?


SET2


1 . What is the difference between final, finally, finalize

2 . What is the difference between Call by value and call by reference

3 . How to find out the length of the string without using the length function

4 . How to find out the part of the string from a string

5 . Difference between throw & throws

6 . What is binding (Early and Late binding)

7 . He gives Programs

8 .1.Reverse a number

9 .2.1,2,3,4,5,65,76,5,,4,33,4,34,232,3,2323,

10 .find the biggest number among these

11 . Simple string programs.

12 . What are the exception types of exceptions?


SET3


1 . Brief Description of yourself

2 . How Selenium IDE is Different from UiPath

3 .Selenium IDE?

4 . How will you handle pop-ups?

5 . Which framework you are using in your project & why.

6 . How will you handle javascript pop-ups?

7 . How will you handle the SSL issue?

8 . How will you take the screenshot?

9 . How will you handle AJAX? Explain it with code.

10 . Explain your framework.

11 . What is STLC, Test Plan & Defect Life Cycle(Procedure to file a defect)

12 . Traceability matrix

13 . Selenium Grid concepts with the code? RC?

14 . Project Description

15 . Diff between Implicitly Wait and Explicitly Wait

16 . When will you stop testing?

17 .Thread 7 Synchronization in java

18 . What difficulty did you face in Automation?

19 . What do you do with your code when a new version of the browser is launched?

20 . What are the features in your automation code?

21 . How to integrate HP ALM/HPQC with Selenium?

22 . How you are sending the emails from a framework, as .rar files are blocked in most of the companies?

23 . How code review is done for your code?


SET4


1 . What is the difference between final, finally, finalize

2 . What is the difference between Call by value and call by reference

3 . How to find out the length of the string without using the length function

4 . How to find out the part of the string from a string

5 . Difference between throw & throws

6 . What is binding (Early and Late binding)

7 . He gives Programs

8 .1.Reverse a number

9 .2.1,2,3,4,5,65,76,5,,4,33,4,34,232,3,2323,

10 .find the biggest number among these

11 . Simple string programs.

12 . What are the exception types of exceptions?

No comments:

Post a Comment

Persistent Automation Testing Interview Questions (5+ YOE)

What is Serialization and Deserialization and how to perform it? WAP for changing d to D in "I am from India" WAP for counting no....