Sunday, October 31, 2021

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

 1) Tell me About your roles and responsibilities in your current projects. 

2) What is interface and abstract class 

3) How to handle Alert 

4) Write code for Screenshot . 

5) write a code to find duplicate in Array and display each  occurrence . 

6) What is difference between close  and quit method

7) Can you tell 5 exception in selenium. 

8) Write queries for max sal 5 salary for emp

9) Can you explain your framework

10) How create jobs in Jenkins

11) How to schedule job in Jenkins


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:- ...