Saturday, August 29, 2020

L&T Interview Questions of both 1st and 2nd round

 1. Tell me about yourself ?

Java:

1. All OOPS concepts and where it is used in your project ?

2. What is String ?

3. Difference between List and Array ?

4.Which is Super Class of all Java Classes ?

5. Can we create non static call non static methods in static methods ?

6. Can we call static method in non static methods ?

7. Difference between Collection and Collections ?

8. Array List and Array ?

8. Map and Hash Map ?

9. String Buffer ?

10. Interface and Abstraction ? 

11. Exceptions in java ?

12. What exceptions you faced ?

13. How you handle Exceptions ?

Selenium 

1. annotations in TestNG ?

2. If you want to execute all Test cases how you will do it and ways to do it ?

3. what is glue in cucumber ?

4. what is use of j-unit ?

5. Waits in Selenium ?

6. What is Web-driver ?

7. What is Data-provider ?

8. how you implemented in your project ?

9. tell some syntax to access from xlsx file ?

10. what are in your util package in framework ?

11. how many ways to handle alert ?

12. What is Action ?

13. Suppose you want to Login in to application and do three task deposit amount, Withdraw amount and invest amount and then logout. What is your approach to write Scenario for it ?

14. What challenges you faced in your Automation Carrier ?

15. What is you Job in the Current Framework ?

16. What is CI ? you worked on it ?

17. how to work on you on you framework and do Jenkin execution ?

18. Who is reviewing you code and how ?

19. How can you make it to review your code ?

20. What is POI ?

21. What is use of maven surefire Plugin ?




  


Thursday, August 6, 2020

Xorient Interview Quetions

 1. Introduce yourself

2. write just function of Fibonacci series and return the series by using return

3. what is static and final

4. Map and Hashmap

5. can we use Arraylist in Hashmap?

6. what is String Literal ?

7.  Constructor Overloading ?

8. why use Constructor Overloading ?

9. LinkList and Arraylist ?

10. open flipkart and find xpath of View All Button.

11. how to find all view all buttons which are at 4 position and click on it and find broken links

12. actions method syntax?

13. JavascripExecutor syntax

14. how to refresh and nevigate by using JavaScriptExecutor ?

15. GIT all process with syntax which you do ?

16. What is Where and having Cluase and e.g?

17. Aggregation in SQL?

18. Updacasting in java ?

19. can we override static methods ?



2nd Round:

1. what is hidden methods in java ?

2. What is Interface ?

3. All the questions regarding Interface with Conditions ?

4. Find xpath of more Element from flipcart and 1st element from dropdown?

5. write program to count char, Integer, Special char from given String?

6. write a program to count how many words in string without split method ?

7. write code to click on flipcart one drop-down and then 1st value by using action ?

8. API how to validate Get output with specific values ?

9. Diff String and StringBuffer

10. Hashmap and HashSet Diff with some cross questions?

11.  Web Driver ?

12. what is Static Method in Java ?

13. Can we create Static method inside class ? why ?

14. Can we create class inside Interface ?

15. Can we create Interface inside Interface ?






REST Assured Automation Interview Questions

1. What is REST Assured API's ?
Ans: REST Assured is a Java library that provides a domain-specific language (DSL) for writing powerful, maintainable tests for RESTful APIs. In the following sections, I'll show you how to set up and configure REST Assured, write and run REST Assured tests, and apply some of its most powerful features.

2.