Monday, 23 April 2018

Nihilent - Manual Testing Interview Question - 3 to 6 Years Experience

Interview questions in Nihilent
April 2018

1)What is Cloud

2) Explain Continuous integration

3) What is Agile..poker

4) What is Data parsing

5) What are different type of rca

6) Drawback of agile methodology

7) How to define rtm in alm

8) What is Brainstorming

9) What is Silent partner in agile

CTS - Automation Interview Questions - 2 plus

April 2018

1. Explain ur framework
2. Difrance betwen interface nd abstract
3. Write program to print a pyramid
4. Weite selenium script to login
5. What is assert
6. Asert vs verify
7. Iframe
8. Switch between frame

---------------------------------------------------------------
May  2018

1. What is string? Write code to reverse the string as mentioned in the output?
Given String: Selenium Web driver is open source tool

Output String: tool source open is Web driver Selenium

2. Write code to print the given pattern?
1 2 3 4 5 6 7
1 2 3 4 5 6
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1

3. Write code to print

"A1B2C3D4E5...........Z26"?

4. Why string is immutable in nature?

5. What is the difference between Final, Finally & Finalize?

6. Write a code to print the missing numbers between five inputs provided by user at run time using scanner class?
Example: With the help of Scanner class, we have to take five inputs(u can take any random number) Like: 5, 45, 50, 52, 91
Now you have to print the missing numbers between all the numbers. Like 6 to 44 than 46 to 49 than 51 than 53 to 90.
But if user entered the number not in any order Like: 5, 2, 98, 50, 16
so first you have to sort it in some order & than print the missing numbers

7. What is the difference between array & array list?

8. What is the difference between hash map & linked hash map?

9. What is the difference between String, String buffer & String Builder?

10. What is the difference between interface, class & abstract class?

11. Can interface have concrete class?

12. What is Checked & Unchecked exception?

13. How to handle checked exception?

Selenium Questions:
1. How to launch browsers(IE,  chrome & Mozilla). write code?

2. Write code to establish JDBC connection?

3.  How to read .txt file? Write code?

4. How to read property file & excel file? Write code?

5. What is testNg framework? what are the features of testNg framework?

6. What is the listener in testNg? List out those listeners which you used in your company?

7. Write code to take screenshot?

8. How to perform parameterization?

9. Explain your last company project framework?

10. What is Page Object Model(POM)? what is advantage and disadvantage of POM?

11. What is Page factory? How to create object of class using page Factory class, Write code?

12. What is Alert, frame in selenium web driver? Write code?

13. How to refresh the web page?

14. What is the difference between get() & navigate().to() method?

15. What is Maven?

16. What is dependencies in Maven? Tags in POM.xml file for adding dependencies?

17. What is repository in Maven? Types?

18. What is Cucumber framework?

19. What is feature file & step definition in cucumber?

20. What is tags & hooks in cucumber?

21. What are the keywords used in feature file? What is the use of keyword "background" in feature file?

22. How to run test case for multiple data in cucumber? how to pass multiple data for a test case in step definition?

23. How to run test cases for more than one tag name in cucumber?

Manual Questions:
1. Difference between regression & retesting?

2. If you have 500 test cases to execute. and in a week, you can execute only 100 test cases. And you have only 3 weeks to execute all the test cases. and all are critical in nature. So what will be approach?

3. What is agile ?

General Question:
1. Introduce yourself?

-----------------------------------------------------------
Cognizant interview questions

May 2018

1. What is static used for?

2. Write a method to print hello and call it from main method?

3. Write a program to print values of an array using any loop?

4. What is the difference between FOR and FOR each loop?

5. What is difference between static and instance variable?

6. What is function overloading?Can we overload a main method?

7. What does public and void mean in public static void main()?

8. Why do we write string[]args in main method?

9. Can we keep any name instead of args?

10. Can we write [] in front like  []a?

11. What will be the output of FOR loop
For(sopln"welcome"; sopln"to";sopln"java")?

12. What is string class? Why is string called inmutable?

13. What is string buffer class?

14. Write code to read data from excel?

15. What is the difference between find elements and find element?

16. Will findelements throw an error when the element is not found?

17. What is explicit wait?

18. What is fluent wait?

19. Different explicit wait conditions in selenium?

20. Can we write our own conditions for explicit wait??

21. What is the difference between smoke and sanity testing?

22. What is kanben?

23. Which agile methodology do you use?

24. Who is the one who leads the agile team?

25. What is the difference between product backlog and sprint backlog?

26. What does product owner and scrum master do?

27. What are webservices testing?

28. Which testing have you performed?

29. Soap and ui testing?

30. Different types of https code?

31. What does 1 series stand for similarly 2,3 and 4 series in https code stand for?

32. Write a program for factorial?

33. Write a program to find prime no. Or not?

34. All string related programs are asked?

35. What is the difference between smoke and sanity testing?

36. What is regression testing?

37. What is exploratory testing?

38. What have you used JIRA for only logging defects or others tasks to have u performed?

39. Explain the framework you have used?

40. What is your role in this framework explain it in detail?

41. Whats is build.xml?

42. What is port no. We use and why is it used?

43. Appium related queries?

44. Testng related questions

45. Dataproviders?

46. 3 Scenarios are given we need to write code to automate it?

47. Where did u use collection in ur project?

48. Where did u use hashmap in ur project?

49. Where did u use multi threading in ur project?

Saturday, 21 April 2018

Zensoft - Manual Testing Interview Questions - 2 to 4 Years Experience

April 2018

1. What is Smoke and sanity?

2. What is Regression Testing?

3. Your work and responsibilities

4. Explain Defect life cycle

5. Why your looking for change? What are your expectations from our company ?

6. What is components of defect and testcase

7. What is Priority and severity

8. What was the most challenging part of your career and how you overcame that?

9. What are the negative testing u shall do on file or media uploading?

10. On Registration page email id field taking valid and invalid email id also.
So in that case what is severity  and priority?

4. How you should test the data flow between end client data to server.

5. If Amazon registered user shall get one welcome email, how you shall test that email is going to appropriate registered user.

6. How you can test the online transaction on Amazon with end user and how end user get email with verified message?

7. How can you  test the cloud machines on aws and azure.

Friday, 20 April 2018

Zensoft - Automation Interview Questions - 2 to 6 Years Experience

March 2018

*Zensoft Interview questions*

1. What are xpath Axes?

2. What are the methods of Xpath?

3. Framework structure of your project?

4. Fluent wait and Explicit wait? When to use fluent wait?

5. How will you do failure analysis of regression test suits if 500 test cases failed out of 1000 test cases

6. Wrapper classes in java?

7. What is type casting?

8. How to convert string to integer?

9. Factorial program

10. Given one scenario like, search box and find button is there, after clicking on find all records will be displayed in tabular format, and there one mesg will be displayed for count of records displayed. So, how can we verify that the count mesg displayed is correct according to the number of rows displayed?

11. How can you handle windows bases events?

12. What is Auto IT and how will you write Auto IT script?

13. What is super and this keyword?

14. Can we write both super and this in same method or constructor?

15. String str = "Hello World"
Output should be - Hello Wtrld
- Second occurence of 'o' should be replaced with 't'
16. List list1 = ["1", "2", "3", "11"]
     List list2 = ["11", "33", "3", "4"]

17 - There are some common elements in both lists like 3 and 11, so we need to print only uncommon elements. Output :- ["1", "2", "33","4"]
17. What all challenges that you faced while designing a framework?
18. What are the dependencies that you have used?
19. What all exceptions have you faced and how you overcome it?
20. What is StaleElementReferenceException?