Wednesday, 27 June 2018

Accenture - Automation Testing Interview Questions - 4 to 8 Years Experience

Accenture - 4 to 8 Years
June 2018

1st round test- all BB selenium, testng maven related questions.

2nd round- telephonic interview in there office
1. Tell me about urself? What Ur project is all about

2. Abstract class

3. Can we achieve multiple inheritance in java

4. Final and finally keyword difference

5. Collection hierarchy-

6. What is the difference between set and list
7. Arraylist and how it works

8. How u will switch to different Windows

9. Maven and it's lifecycle phases.

10 why maven preferred on other.

11. What plugins u used in maven

12. Pom.xml file and Trang.xml files difference

13. Nosuchelementexception and elementnotfound exception what is the difference between that

14. Cucumber - how much u know about it.
15. Who is writing feature files in ur project and who should write it by ur understanding

16. Can we have multiple catch after single try

17. Where u used collection in ur framework.

18. How to iterate arraylist

19. What is hashmap and how it works

20. Which framework u r using and in which layer u worked

21. Which version control tool Ur using

22. How u r merging Ur code to git

23. What and all commands u used it git

24. Write excel sheet code

25. If excel sheet is having one column as run  and value for different testcases is Y or N then how u will make sure only Y value test cases will run

26. How to set priority for any test

27.  How to enable or disable the test

28.  How to use different testng annotations

29. How Ur framework has been built.

30. If u wanted to run only some specific tests then how u will make sure that

2nd round-
Test with 2 different scenarios that u need to automate

Yash Technologies - Automation Interview Questions - 4 to 8 Years Experience

Yash Technologies interview questions

1st round
1. Abstract class

2. Can we extend abstract class. If yes then what's the use of no then why

3.what is the difference between private and protected.

4. Reflection class. How it works

5. Cucumber - how much u know.

6. Why we used glue

7. Maven and it's uses. Why we prefer maven over normal project

8. Have u created any job in Jenkins to run Ur script

9. How u have done that

10. How u can use maven and Jenkins together.

11. If u cannot find xpath of any element uniquely then how u can find that elements.

12. What are the different methods in xpath access

13. How u will use followingsibling
explain with Ur own example

14. TestNG file - the sequence of annotations

Avalara - Automation Testing Interview Questions - 4 to 8 Years Experience

Avalara telephonic interview questions
June 2018

Experience 4 plus

1. What is overriding?

2. Exception handling- can we write finally after try.?

3. Explain abstract class.

4. Can we create object of abstract class.

5. What is runtime polymorphism

6. string Ques - what is the difference
between string S1 = new String (hi) and S2= "hi"

7. How string pool works

8. Find element and findelements difference

9. If u have one drop-down with different data and u want to pick a specific on how u will do that?

10. How you are using excel sheet in ur project

11. Project framework.

12. Where u used collection in ur project and how

13. Can class be static.

Tuesday, 26 June 2018

IBM - Automation Testing Interview Question - 4 plus experience

Experience 4 to 8 Years

1st round- Machine Tesg

3 scenarios that needs to be automated

2nd round
1. What is abstract class and have u used it in your project
2.what is hashmap and it's internal working.
3. How to iterate hashmap
4. Exceptional handling- can we have multiple catch for same try and how it written
5. If exception occurs in finally block what will happen
6. And how u will handle that exception
7. Cucumber - what is glue keyword
8. How test runner file works.
9. Why to use maven
10. TestNG - what will execute first beforemethod or beforeTest