CRACK IT - off campus drives


Channel's geo and language: India, English
Category: Career


🔥 Free materials of all companies
🔥 Off campus updates
🔥 Interview experiences
Promotion: @Anand82

Related channels  |  Similar channels

Channel's geo and language
India, English
Category
Career
Statistics
Posts filter


Interview Experience at Global Logic

Round 1: Technical Questions
1. Tell me about yourself.
2. What are the different types of exceptions you’ve faced in your framework, and how did you resolve them?
3. What is a stale element exception? Why does it occur?
4. What is the use of test() in XPath?
5. Why is WebDriver driver = new ChromeDriver() preferred?
6. What is the parent class of all exceptions in Java?
7. Questions about different API status codes.
8. What is the difference between PUT and PATCH?
9. Write Java code to remove duplicate elements from an array without using a HashMap.
10. How do you take a full-page screenshot in Selenium?

Round 2: Advanced Technical Questions
1. Explain your current project and your roles and responsibilities.
2. What is the use of dynamic XPath? Write a dynamic XPath for the “Check Availability” button on Rediffmail’s “Create Account” page.
3. Explain XPath axes and mention the XPath functions you’ve used.
4. Questions on RestAssured, including the use of RequestSpecification and ResponseSpecification.
5. What is the full form of REST?
6. Explain JavaScriptExecutor with code.
7. Different ways to click on elements in Selenium.
8. How do you handle multiple windows in Selenium? Provide code.
9. Write code to read data from an Excel file.
10. Are you comfortable working with manual testing if needed?
11. What is the difference between final, finally, and finalize?
12. Can you use multiple catch blocks with a single try block?

Round 3: HR Discussion
1. Why are you looking for a change?
2. Tell us something about your achievements.
3. Why did you leave your last job?
4. What are your salary expectations?

Overall, the interview process covered both technical and behavioral aspects, focusing heavily on Selenium, Java, and API testing.


Nagarro Interview Experience – 25 LPA Cracked! 🎯

I’m thrilled to share my interview journey with Nagarro! Here’s a detailed breakdown of the process:

📌 Round 1: Aptitude and Technical Online Test
👉 The online aptitude test included verbal ability questions and Java program output questions.
💡 Pro Tip: Ensure a stable internet connection and active webcam. Even a single disconnection could lead to disqualification.

📌 Round 2: Technical Round
Here are some of the questions I tackled:
• Shift all even numbers to the left side of an array and odd numbers to the right.
• Can you create an object of an interface or abstract class? Explain.
• Why is String immutable in Java?
• What is the purpose of LinkedHashMap in Java? Have you used it in a framework?
• What is the invocationCount in TestNG?
• How do you wait for the visibility of an element in Selenium?
• How do you use AutoIT to upload a file?
• What is an “Element Click Intercepted Exception,” and how do you resolve it?
• Challenges faced while working with frameworks?
• What is the normalize-space function in XPath, and how is it used?

📌 Round 3: Advanced Technical Round
Some key questions in this round included:
• What is the Singleton Design Pattern in Java? What are its advantages?
• How do you disable images in Selenium?
• Difference between Action and Actions in Selenium?
• How do you handle elements with dynamic attributes in Selenium scripts?
• What is the purpose of the ThreadLocal class in Selenium?
• API status codes: What’s the difference between 200, 400, 410, and 403?
• How do you write a test case in Postman to validate the status code?
• Data-driven testing in Postman: How is it done?
• Difference between HEAD and OPTIONS API methods? (Drop your answer in the comments!)
• Basics of JMeter: ThreadGroup, Listeners, and more.

📌 Round 4: HR Round
• How soon can you join?
• How was your overall interview experience with us?


🚀 Exciting Opportunity for Freshers! 🌟

🎓 PragmaEdge Off-Campus Drive is hiring 2024 Graduates for the role of Cloud Engineer Trainee!

💼 Compensation: ₹4-6 LPA
🎯 Eligibility:
Qualifications: B.Tech (IT, CSE, ECE) / MCA / MSc
Batch: Only 2024 Passouts

Don’t miss this chance to kickstart your career in cloud engineering with one of the best in the industry!


🔗 Apply link:
https://careers.pragmaedge.com/cloud-engineer-associate/


Mostly Asked Selenium Interview Questions:

1. What is Selenium?
→ Selenium is an open-source automation testing tool designed for web application testing.

2. Explain different Selenium components.
→Selenium WebDriver, Selenium IDE, and Selenium Grid are the main components.

3. What is Selenium WebDriver?
→ Selenium WebDriver is a web automation framework that allows you to interact with web elements and perform actions on web applications.

4. How do you locate elements in Selenium WebDriver?
→ Elements can be located using methods like ID, Name, XPath, CSS Selectors, and more.

5. What is the difference between findElement() and findElements() in Selenium?
→findElement() is used to identify a single element present in a webpage whereas findElements() is used to identify multiple elements present in a window. findElement() returns the first matching element, while findElements() returns a list of all matching elements.

6. What is a WebElement in Selenium?
→ A WebElement is an interface in Selenium that represents an HTML element on a web page.

7. Explain the difference between Implicit Wait and Explicit Wait.
→Implicit Wait sets a global timeout for all elements, while Explicit Wait is applied to specific elements with a custom timeout.

8. What is the Page Object Model (POM) in Selenium?
→POM is a design pattern that helps to create an object repository for web elements.POM improves code readability and reusability. It helps to reduce code duplication and improves test case maintenance.

9. How do you handle pop-up windows in Selenium?
→ You can use the switch To method to handle pop-up windows, alert boxes, and frames.

10. What is TestNG, and why is it used in Selenium?
→TestNG is an automation testing framework that facilitates test configuration, parallel execution, and reporting in Selenium.

11. Explain the difference between driver.get() and driver.navigate().to()?
→Both methods navigate to a URL, but driver.navigate().to() allows for forward and backward navigation within the browser history.

12. How can you simulate mouse actions in Selenium?
→ Actions class in Selenium is used to simulate mouse actions like click, drag and drop, and context-click.

13. What is the purpose of the Selenium Grid?
→Selenium Grid is used for parallel test execution on multiple machines and browsers.

14. Explain the difference between driver.close() and driver.quit)?
→driver.close() closes the current browser window while driver.quit() closes the entire browser session.

15. What is Apache POI?
→Apache POI is the most popular Java library/API used to interact with Microsoft Excel Sheets. It is used to read data from Excel sheets and write data into Excel sheets




Capgemini Interview Questions for #Automation Engineer (4+ Years)


1. Explain the automation framework you have worked on and its components.
2. What are the different types of waits in Selenium? Provide examples.
3. How do you handle dynamic web elements in Selenium?
4. Write a program to check if a given string is a palindrome.
5. What is the Page Object Model (POM), and why is it used?
6. Write a program to merge two sorted arrays without using inbuilt functions.
7. What is the difference between implicit wait, explicit wait, and fluent wait?
8. How can you rerun failed test cases in TestNG?
9. How do you manage test data in your automation scripts?
10. Explain the difference between Selenium WebDriver and Selenium Grid.
11. How would you handle pop-ups and alerts in Selenium?
12. Write a SQL query to fetch the second-highest salary from a table.
13. Write a Java program to swap two numbers without using a temporary variable.
14. What is the difference between abstraction and encapsulation?
15. What are RESTful APIs? How would you test them using Postman or RestAssured?
16. Write a program to count the number of vowels in a string.
17. Write a Java program to reverse a string without using inbuilt functions.
18. How do you prioritize and plan test automation?
19. Explain the difference between @BeforeTest, @BeforeClass, and @BeforeMethod annotations in TestNG.
20. What is continuous integration? Which CI tools have you worked with?
21. Tricky: Write a Java program to check if a number is prime without using inbuilt functions.
22. Explain the differences between HashMap and ConcurrentHashMap.
23. How do you avoid deadlocks in a multithreaded program?
24. Write a Java program to reverse the digits of a number.
25. What is XPath? Explain the difference between absolute and relative XPath.
26. How do you ensure cross-browser compatibility in Selenium scripts?
27. What are the common challenges faced in automation testing, and how do you overcome them?






❗️Accenture off campus drives

1.Associate Software Engineer (ASE)
/Test Engineer

Degree: B.E/B.Tech/M.E/M.Tech, MCA, and M.Sc

https://www.crackitupdates.com/offcampus/accenture

2.PWD Graduate hiring

Degree:M.C.M, M.Sc, M.A, M.Com, M.FA, B.Sc., BCA, BBA, B.A, B.Com, BBA, B.Voc, BMS

https://www.crackitupdates.com/offcampus/accenture-hiring

✅ telegram:
t.me/crackit_jobs


⭕️What you want us to post in the channel

Comment down in the comment section. We will try to post
👇👇👇


❗️ Impiger Technologies off campus drive

Role: Software Engineer Trainee
Degree: B.E/B.Tech/B.Sc/BCA/MCA

⭕️Link:
https://www.crackitupdates.in/2022/12/impiger-technologies-off-campus-hiring.html


‼️Jio off campus drive | Software engineer

Degree: B.E/B.Tech

⭕️Apply link:
https://www.crackitupdates.com/offcampus/jio

✅ telegram:
t.me/crackit_jobs


❗️Top 10 Sites to prepare for interview

⭕️Link:
https://www.crackitupdates.in/2022/12/10-sites-to-prepare-for-interview.html

✅ Telegram: @crackit_jobs


📍 Service Now Hiring | Full Time 📍

Role : Software QA Engineer

Eligibility : B.tech/B.E

Apply : https://www.crackitupdates.com/job-updates/servicenow-off-campus-drive-post


🔗 telegram: t.me/crackit_jobs


📍 Couchbase Hiring | Full Time 📍

Role : Jr. Front end developer

Eligibility : B .tech/ B.E/

Apply : https://www.crackitupdates.com/job-updates/couchbase-off-campus-drive-post


🔗 telegram: t.me/crackit_jobs


📍 Infosys Hiring | Full Time 📍

Role : Technology Analyst

Eligibility : B.tech/B.E/

Apply : https://www.crackitupdates.com/job-updates/infosys_TA-off-campus-drive-post


🔗 telegram: t.me/crackit_jobs


📍 Quadeye Hiring | Full Time 📍

Role : System Engineer

Eligibility : B.tech/B.E

Apply : https://www.crackitupdates.com/job-updates/quadeye-off-campus-drive-post


🔗 telegram: t.me/crackit_jobs


❗️ Capgemini off campus drive

🧑‍🎓Role: Network Engineer
🗞 Education: BTech/BE/MCA

⭕️Link:
https://www.crackitupdates.com/hiring/Capgemini_ne

Telegram: @crackit_jobs


‼️ Accenture off campus drive | Associate Software engineer

Degree: B.E/B.Tech/M.E/M.Tech, MCA, and M.Sc.

⭕️Apply link:
https://www.crackitupdates.com/offcampus/accenture-ase

✅ telegram:
t.me/crackit_jobs


‼️CTC vs In-hand salary full explanation

https://www.crackitupdates.com/news/ctc_vs_inhand_salary

✅ telegram:
t.me/crackit_jobs

20 last posts shown.