Cognizant Automation Testing Interview Experience | Real Time Interview Questions and Answers

preview_player
Показать описание
Cognizant Automation Testing Interview Experience | Real Time Interview Questions and Answers
This video contains Java interview questions, Selenium interview questions, TestNG interview questions and Database interview questions that were asked as part of Cognizant Interview Process.

📌 Do Subscribe for all Updates.

Have a Look at below interviews videos.

📌Mock Interview Series for Testing:

📌 Managerial Round Testing Interview Question

📌 Assessment Modal Question sets for Testing

📌 API Testing Interview Questions

#ShivAutomationLabs​ #Congnizantinterview ##CongnizantAutomation
Рекомендации по теме
Комментарии
Автор

1. Brief introduction about yourself
2. Encapsulation and abstraction.. how this is implemented in your project
3. Can abstract class have final methods?
4. What is a singleton class?
5. What is the use of constructor?
6. Difference between import and extends
7. Is it possible to have a try within another try catch block?
8. What is multiple inheritance? How have you used it in your project?
9. Can you elaborate your framework structure?
10. What is the use of Action class and syntax?
11. Code for scrolling horizontally?
12. Suppose you have to assert value. One of which you get from the web page and the other is the expected value. Where would you store the expected value in your code instead of hard coding it?
13. What is difference between webdriver listener and testng listener
14. How would you locate a web element using xpath for ancestor?
15. Which tool do you use for test management and defect management?
16. Which version control do you use?
17. Will you be able to manage ui, api and performance testing on your own and provide reports?

rizvijose
Автор

Where I will get all the interview questions and answers which is repitately asked in the interview

shrutikayenkar
Автор

This will help for 3yrs of experience in manual nd 6 month experience in automation

rohinirohi
Автор

Multiple inheritance not supported bcz of diamond problem or ambiguity reasons

pratapjavasingh
Автор

Hi please let me know how many rounds of interview there? And after which round they ask for documents upload and what is the chance of cracking?

akashdebnath
Автор

Because of your work, effort and channel.i got placed in two good company.Thanks a lot shiv 🙏🏻🙏🏻🙏🏻🙏🏻

nituraj
Автор

what are the 5 rounds can you please say

sreyabhowmick
Автор

Singleton wd in class we are creating a single object and that object shareable for all the classes we can achieve multiple way singleton and every singleton creations common Loop hole are there that is the reason we can achieve multiple way based on the requiredment we can decide which approach better for the application 👍
1)eger initialisation
2)lazy inisilaization
3) double checking lock
3) cloning
4) serialisation
5) Reflection
6)enum thes

pratapjavasingh
Автор

Import not only use for the file bcz static import also Available 😂

pratapjavasingh
Автор

What certain reason declaring final method inside abstract class any purpose of that anyone know then tell real usecases 😂

pratapjavasingh