CRACK IT - off campus drives @crackit_jobs Channel on Telegram

CRACK IT - off campus drives

@crackit_jobs


🔥 Free materials of all companies

🔥 Off campus updates

🔥 Interview experiences

Promotion: @Anand82

CRACK IT - off campus drives (English)

Are you a fresh graduate looking for job opportunities off campus? Look no further, as CRACK IT - off campus drives Telegram channel is here to help you land your dream job! With the username @crackit_jobs, this channel provides free materials from all companies, updates on off-campus drives, and valuable interview experiences. Stay ahead of the game and get access to exclusive information that will give you an edge in the competitive job market. Whether you are a recent graduate or an experienced professional looking for a new opportunity, CRACK IT is the go-to channel for all your job search needs. Join now and start your journey to career success! Don't miss out on this valuable resource. Join CRACK IT - off campus drives today!

CRACK IT - off campus drives

17 Jan, 05:55


🎲Milimans off campus drive

💸 4-8 LPA
💼 Trainee Software Engineer
🎓 B.E/B.Tech/MCA
📅 Off Campus
Location: New Delhi/Gurgaon

Apply Link:
https://recruiting2.ultipro.com/MIL1017/JobBoard/f54234e9-dfde-b183-fd20-4fbdb19cba7a/OpportunityDetail?opportunityId=2cfc6fe4-aa53-4f04-8d23-2acfbca19436&source=LinkedIn

CRACK IT - off campus drives

17 Jan, 05:51


CRACK IT - off campus drives pinned Deleted message

CRACK IT - off campus drives

27 Dec, 11:39


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.

CRACK IT - off campus drives

25 Dec, 08:56


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?

CRACK IT - off campus drives

16 Dec, 07:31


🚀 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/

CRACK IT - off campus drives

12 Dec, 04:51


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

CRACK IT - off campus drives

04 Dec, 07:58


CRACK IT - off campus drives pinned Deleted message

CRACK IT - off campus drives

04 Dec, 07:49


https://t.me/crackit_jobs

CRACK IT - off campus drives

02 Dec, 10:20


🚨 Shocking Truth About Wikipedia's Donations! 🚨

You won't believe what we've uncovered! 👀

🎥 Watch NOW:
Click Here

📌
Find out truth behind Wikipedia’s donation campaigns and where the money REALLY goes

💸Uncover Hidden truths they don’t want you to know 🤫

This is a must-watch for everyone! 🚨

Don’t miss out – click the link!
🔗👀
https://youtu.be/SocDLjZAEII

CRACK IT - off campus drives

29 Nov, 04:42


CRACK IT - off campus drives pinned Deleted message

CRACK IT - off campus drives

29 Nov, 04:41


💼 Flex Off Campus Drive for 2024 Batch Freshers

🏢 Company Name: Flex Pvt Ltd India

🔧 Job Role: Technician – GBS Engineering
🎓 Qualification: Diploma or B.Sc
🕒 Experience: 0-2 years
📍 Job Location: Coimbatore

🔗 Apply link: https://flextronics.wd1.myworkdayjobs.com/en-US/Careers/job/India-Coimbatore/Technician---GBS-Engineering_WD191396-1

CRACK IT - off campus drives

22 Nov, 16:03


LTIMindtree Off-Campus Referral Drive 2024

Role: Associate Trainee
Category: Off-Campus Drive

Eligibility Criteria:
Qualification: B.Sc / BCA / BCS
Batch: 2024
Experience: Freshers

Compensation:
CTC: ₹3,19,000 per annum

Job Location: Across India

Application Deadline: Apply as soon as possible!

Link: https://forms.office.com/pages/responsepage.aspx?id=eDMbMYqOXkujP-gKPYumClSsrm1sEv1BmOXg5_0vsfxUODdYWFdHM01ZRlJHWVVFN1FUOE5DMTBSTS4u&route=shorturl

CRACK IT - off campus drives

21 Nov, 11:16


ACCENTURE Interview Experience

1) Self Intro ?
2) Project - Major & Minor ?
3) Difficulty Faced in Project?
4) Least subject u like. Why it is least?
5) Hobbies I said in Self Intro
From Hobbies ( chess) he Asked y u
like that,  do u play by Moves Names
or Randomly Last but not the Least.
6) Do u have any Questions ?

CRACK IT - off campus drives

06 Nov, 08:13


Backdoor Layoffs: The Quiet Trend Reshaping Workforce Reductions

“Backdoor layoffs” are a new approach where companies reduce staff without official announcements or large-scale terminations.

Here’s how it works:

• Companies might cut perks, reduce hours, freeze salaries, increase workloads, or use “performance improvement plans” to prompt voluntary resignations.
• While this avoids negative headlines, it creates uncertainty and pressure for employees.

This approach may help companies manage costs, but it can erode trust and morale. With job security shifting, employees should stay proactive by upskilling, networking, and keeping an eye on industry trends for new opportunities.

#CareerTrends #JobSecurity #Layoffs #Workplace

CRACK IT - off campus drives

28 Oct, 15:40


Python Cheatsheet

https://www.linkedin.com/posts/aman-kumar-02718b207_python-cheatsheet-ugcPost-7256677051510751235-Db2R?utm_source=share&utm_medium=member_android


https://t.me/crackit_jobs

CRACK IT - off campus drives

13 Oct, 13:58


IBM is hiring Data Analyst!
Qualification: Bachelor's/ Master's Degree
Salary: 7 - 11 LPA (Expected)
Experience: Experienced
Location: Bangalore, India

📌Apply Now: https://careers.ibm.com/job/21135546/gpsg-data-analyst-bangalore-in/?codes=SN_LinkedIn&Codes=SN_LinkedIn

CRACK IT - off campus drives

10 Oct, 12:22


Cognizant
Position: Trainee - Junior Data Analyst
Experience: Freshers (0 - 3 Years)
Location: Home (Remote)


https://careers.cognizant.com/global-en/jobs/00060979761/trainee-junior-data-analyst/?source=JB-11500

CRACK IT - off campus drives

05 Nov, 05:20


❗️Binance off campus drive

Degree: All graduates

Experience: Freshers


⭕️Apply Link:
https://www.crackitupdates.com/hiring/Binance

Telegram: @crackit_jobs

CRACK IT - off campus drives

04 Nov, 06:31


❗️Tata communications off campus drive | Software engineer

Degree:Any graduate

⭕️Apply link:
https://www.crackitupdates.com/offcampus/tata-communication

telegram: t.me/crackit_jobs

CRACK IT - off campus drives

03 Nov, 15:58


❗️Join our channel
@crackit_jobs
for more materials and placement updates

CRACK IT - off campus drives

03 Nov, 12:17


❗️CSS Crop off campus drive | Software engineer

Technical Support Engineer

Degree:Any graduate


⭕️Apply link:
https://www.crackitupdates.com/offcampus/css-corp

telegram: t.me/crackit_jobs

🏃Do visit job-pool for latest updates

CRACK IT - off campus drives

03 Nov, 05:37


❗️Seagate off campus drive

Role: Intern

Degree: BE/Btech/BCA/MCA/ME/MTech


⭕️Apply Link:
https://www.crackitupdates.com/hiring/Seagate

❇️ Telegram: @crackit_jobs

CRACK IT - off campus drives

03 Nov, 04:45


❗️Infosys Termination started Again

Infosys taking average of all subject, not best 5
Reason is 60% criteria
FA exam -> Certification -> Termination
No Background verification done

Follow @crackit_jobs for more updates

CRACK IT - off campus drives

02 Nov, 14:40


❗️Milliman off campus drive

Role: Frontend developer

Education: Bachelor's degree

⭕️Apply Link:
https://www.crackitupdates.com/career/Milliman

❇️ Telegram: @crackit_jobs

CRACK IT - off campus drives

02 Nov, 11:31


❗️Service Now off campus drive

Role : Software Engineer
Education: Bs/B.tech/MCA/M.tech

📝Link:
https://www.crackitupdates.com/hiring/servicenow-off-campus-drive-post

Telegram: @crackit_jobs

CRACK IT - off campus drives

02 Nov, 09:20


❗️AUROCHS OFF CAMPUS DRIVE

Role: Sales Intern

Degree: BE/BTECH

⭕️Apply Link: https://www.crackitupdates.com/hiring/Aurochs

❇️ Telegram: @crackit_jobs

CRACK IT - off campus drives

02 Nov, 03:46


❗️Uber off campus drive | Software engineer

Front end developer

Degree:Any graduate

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

telegram: t.me/crackit_jobs

🏃Do visit job-pool for latest updates

CRACK IT - off campus drives

01 Nov, 14:37


❗️Polaris off campus drive

Degree: BE/BTech

Batch: 2021/22


📝Link:
https://www.crackitupdates.com/hiring/Polaris

Telegram: @crackit_jobs

CRACK IT - off campus drives

01 Nov, 11:17


❗️Singlestone off campus drive

Role: Software Engineer

Degree: BE/BTech/BCA/MCA/ME/MTech


📝Link: https://www.crackitupdates.com/hiring/Singlestone

Telegram: @crackit_jobs

CRACK IT - off campus drives

01 Nov, 07:30


❗️Infosys off campus drive


Education: Any Graduate

📝Link:
https://www.crackitupdates.com/hiring/infosys-off-campus-drive-post

Telegram: @crackit_jobs

CRACK IT - off campus drives

31 Oct, 07:30


❗️Capgemini off campus drive

Role : Network Engineer
Education: B.tech/BE/MCA

📝Link:
https://www.crackitupdates.com/hiring/capgemini-off-campus-drive-post

Telegram: @crackit_jobs

CRACK IT - off campus drives

31 Oct, 05:24


❗️Genpact off campus drive


Education: Any Graduate

📝Link:
https://www.crackitupdates.com/hiring/genpact-off-campus-drive-post

Telegram: @crackit_jobs

CRACK IT - off campus drives

30 Oct, 13:57


❗️Visteon off campus drive | Software engineer

Degree: Bachelor's degree

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

telegram: t.me/crackit_jobs

🏃Do visit job-pool for latest updates

CRACK IT - off campus drives

30 Oct, 10:16


❗️Deloitte off campus drive

Role: Business Analyst

Education: BE/ B.Tech


📝Link:
https://www.crackitupdates.com/hiring/Deloitte

Telegram: @crackit_jobs

CRACK IT - off campus drives

30 Oct, 05:30


❗️Fingent off campus drive

Role: SAP ABAP freshers

📝Link:
https://www.crackitupdates.com/hiring/Fingent

Telegram: @crackit_jobs

84,674

subscribers

16

photos

5

videos