Showing posts with label Q&A. Show all posts
Showing posts with label Q&A. Show all posts

Thursday, June 18

Coforge Q&A

 Coforge  Q&A

hashtagAutomation
𝗥𝗼𝘂𝗻𝗱 𝟭: (𝗧𝗲𝗰𝗵𝗻𝗶𝗰𝗮𝗹)
1. Explain about your project, how long is your sprint?
2. Have you created a framework from scratch? What are challenges you have faced while working with framework?
3. Difference between String Buffer and StringBuilder
4. Program to remove duplicate elements from an Array List
5. Where have you used Inheritance in your framework?
6. How would you handle authentication popup using Selenium?
7. How many test cases you have automated in a single sprint?
8. Difference between Request Specification and Response Specification in REST Assured (write code & explain it)
9. Difference between 500 vs 503 API status code
𝗥𝗼𝘂𝗻𝗱 𝟮: (𝗧𝗲𝗰𝗵𝗻𝗶𝗰𝗮𝗹)
1. Given a string, remove all the duplicate elements from a string
2. Write code to fetch the username and password from a properties file
3. What is the use of Group By in SQL?
4. Suppose you logged a bug, and the developer says it's not a bug—how would you convince them that it is?
5. Suppose a JS alert appears randomly on a webpage when clicking a button (you cannot predict when it will appear). How would you ensure it is accepted automatically using Selenium?
6. What is Stale Element Exception?
7. Have you tested Graph QL API? Explain how you did it
8. How many string objects will be created: String s1 = new String("JAVA");
9. Difference between finally and finalize in Java
10. Use of protected access modifier?
11. How would you achieve thread safety in your framework when running tests in parallel?

Interviews

 interviews that you should absolutely master  Basic + Practical Understanding  Tell me about yourself (Project-focused answer matters!)  Wh...