Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Samsung Program Fresher's Hiring 2022
Batch eligible: 2022 grad only (CSE, IT, ECE)
CGPA: 7.5
Link: https://docs.google.com/forms/d/e/1FAIpQLSeuw5xVQvZaiF8yydws-KdKJpflguOqLZ7itSuoGELknpl5Wg/viewform
P.S. Fill this as early as possible.
Batch eligible: 2022 grad only (CSE, IT, ECE)
CGPA: 7.5
Link: https://docs.google.com/forms/d/e/1FAIpQLSeuw5xVQvZaiF8yydws-KdKJpflguOqLZ7itSuoGELknpl5Wg/viewform
P.S. Fill this as early as possible.
Google Docs
2022 Samsung Freshers_Hiring_SDE
๐1๐คฉ1
Accenture is hiring
Position: PDW Associate Software Engineer
๐ Apply: https://indiacampus.accenture.com/myzone/accenture/1/jobs/2201/job-details
๐ All the best.
Position: PDW Associate Software Engineer
๐ Apply: https://indiacampus.accenture.com/myzone/accenture/1/jobs/2201/job-details
๐ All the best.
Accenture
Accenture | MyZone
โ๏ธCapgemini Off Campusโ๏ธ
๐ Batch - 2020/21/22 [BE MCA]
๐ฐ CTC - 3LPA
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/cd01cfd7-4e53-46d0-9916-45f966d249f3
๐ Batch - 2020/21/22 [BE MCA]
๐ฐ CTC - 3LPA
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/cd01cfd7-4e53-46d0-9916-45f966d249f3
๐1
1. PhonePe
Role : Software Engineer - Infra
Batch : 2022, 2021, 2020 onwards
Link : https://www.phonepe.com/careers/jobs/Software-Engineer-(Infra)-/4983506003
2. BarClays
Role : Cloud (AWS, Azure or GCP) and DevOps or SRE
Link : https://www.linkedin.com/posts/rpoojathakur_devops-aws-azure-activity-6968238845876142081-0laC?utm_source=share&utm_medium=member_desktop
3. PhonePe
Role: Software Engineer
Batch: 2022, 2021, 2020 onwards
Link: https://www.phonepe.com/careers/jobs/Software-Engineer/5083673003
4. Samsung
Role : Software Engineer - Fresher
Batch : Strictly for 2021 and 2022 Batch candidates only
Link : https://www.linkedin.com/jobs/view/3207198770/
5. HoneyWell : Application Engineer
Role: Application Engineer
Link : https://unstop.com/job/application-engineer-honeywell-automation-india-limited-410846
6. Cisco
Role: Technical Consulting Engineer (Intern) - India UHR
Batch: Recent graduate or on your final year of studies
Link : https://www.linkedin.com/jobs/view/3166003643/
7. PhonePe
Role: Software Engineer, Android (experienced)
Link : https://www.phonepe.com/careers/jobs/Software-Engineer(Android,-4-7-Years)/4413724003
8. CaterPillar
Role: Associate Engineer - Design
Link: https://cat.wd5.myworkdayjobs.com/en-US/CaterpillarCareers/job/Chennai-Tamil-Nadu/Associate-Engineer---Design_R0000152302
9. GE Healthcare
Role : Application Design Internship
Link: https://unstop.com/internship/application-design-internship-ge-healthcare-412985
Role : Software Engineer - Infra
Batch : 2022, 2021, 2020 onwards
Link : https://www.phonepe.com/careers/jobs/Software-Engineer-(Infra)-/4983506003
2. BarClays
Role : Cloud (AWS, Azure or GCP) and DevOps or SRE
Link : https://www.linkedin.com/posts/rpoojathakur_devops-aws-azure-activity-6968238845876142081-0laC?utm_source=share&utm_medium=member_desktop
3. PhonePe
Role: Software Engineer
Batch: 2022, 2021, 2020 onwards
Link: https://www.phonepe.com/careers/jobs/Software-Engineer/5083673003
4. Samsung
Role : Software Engineer - Fresher
Batch : Strictly for 2021 and 2022 Batch candidates only
Link : https://www.linkedin.com/jobs/view/3207198770/
5. HoneyWell : Application Engineer
Role: Application Engineer
Link : https://unstop.com/job/application-engineer-honeywell-automation-india-limited-410846
6. Cisco
Role: Technical Consulting Engineer (Intern) - India UHR
Batch: Recent graduate or on your final year of studies
Link : https://www.linkedin.com/jobs/view/3166003643/
7. PhonePe
Role: Software Engineer, Android (experienced)
Link : https://www.phonepe.com/careers/jobs/Software-Engineer(Android,-4-7-Years)/4413724003
8. CaterPillar
Role: Associate Engineer - Design
Link: https://cat.wd5.myworkdayjobs.com/en-US/CaterpillarCareers/job/Chennai-Tamil-Nadu/Associate-Engineer---Design_R0000152302
9. GE Healthcare
Role : Application Design Internship
Link: https://unstop.com/internship/application-design-internship-ge-healthcare-412985
Phonepe
PhonePe - Careers
Read what the press has to say about PhonePe! Find online and press media stories, latest press releases, logo & other assets and our news archives. Learn more about new launches, funding news and other news announcements.
๐1
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ pinned ยซhttps://leetcode.com/problems/rotate-image/description/ยป
class Solution: def rotate(self, matrix: List[List[int]]) -> None: matrix[:] = list(zip(*matrix[::-1]))
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ pinned ยซclass Solution: def rotate(self, matrix: List[List[int]]) -> None: matrix[:] = list(zip(*matrix[::-1]))ยป
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Park+ is hiring for Android developers
(All Information are above)
Batch eligible: 2021 and 2022 passouts only (who can join in 30 days)
If interested send your resume at ishika.goel@myparkplus.com
(All Information are above)
Batch eligible: 2021 and 2022 passouts only (who can join in 30 days)
If interested send your resume at ishika.goel@myparkplus.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
โผ๏ธ Hackathon Alert โผ๏ธ
Accenture Innovation Challenge 2022
(Only for students those are in college right now)
Link: https://bit.ly/3CImVK9
Note: You can create team with different colleges also๐โ โ
Accenture Innovation Challenge 2022
(Only for students those are in college right now)
Link: https://bit.ly/3CImVK9
Note: You can create team with different colleges also๐โ โ
Unstop
Accenture Innovation Challenge 2022 by Accenture! | 2022 // Unstop (formerly Dare2Compete)
Accenture Innovation Challenge 2022 a competitions by Accenture open to Engineering Students, MBA Students, Undergraduate, Postgraduate Apply online before 2022-09-26 02:00:11! | 2022
๐2
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Act21 Software is hiring
Role: Software Engineer
Batch eligible: 2022 and 2021
Link: https://bit.ly/3RjDaBx
Location: Noida
For ist 6 months (15k) after that CTC will be 4.2 LPA
P.S. If you don't have any job right now, try for this (else ignore)
Role: Software Engineer
Batch eligible: 2022 and 2021
Link: https://bit.ly/3RjDaBx
Location: Noida
For ist 6 months (15k) after that CTC will be 4.2 LPA
P.S. If you don't have any job right now, try for this (else ignore)
Linkedin
Act21 Software Pvt Ltd hiring Software Engineer in Noida, Uttar Pradesh, India | LinkedIn
Posted 3:45:24 PM. Job Description
โข The candidate will be responsible for developing high-performance and highlyโฆSee this and similar jobs on LinkedIn.
โข The candidate will be responsible for developing high-performance and highlyโฆSee this and similar jobs on LinkedIn.
๐2
Deloitte is hiring
Position: Customer Analyst
๐ Apply: https://usijobs.deloitte.com/careersUSI/JobDetail/USI-EH23-EA-GTLO-Customer-Support-Analyst/114264
๐ All the best.
Position: Customer Analyst
๐ Apply: https://usijobs.deloitte.com/careersUSI/JobDetail/USI-EH23-EA-GTLO-Customer-Support-Analyst/114264
๐ All the best.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Happy Ganesh Chaturthi to entire family.
Take the blessings of Ganesh ji, iss baar sb milkr kch achi achi companies crack krnege ๐โค๏ธ
Take the blessings of Ganesh ji, iss baar sb milkr kch achi achi companies crack krnege ๐โค๏ธ
โค6
Amazon Hiring - Programmer Analyst
CTC - 15 LPA+
Location - Bangalore
https://www.amazon.jobs/en/jobs/2166292/programmer-analyst
CTC - 15 LPA+
Location - Bangalore
https://www.amazon.jobs/en/jobs/2166292/programmer-analyst
Accenture is hiring
Position: IT Help Desk
๐ Apply: https://www.accenture.com/in-en/careers/jobdetails?id=191626_india_2
๐ All the best.
Position: IT Help Desk
๐ Apply: https://www.accenture.com/in-en/careers/jobdetails?id=191626_india_2
๐ All the best.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Prepbyte is hiring for Technical Content Engineer Role.
Link: https://docs.google.com/forms/d/e/1FAIpQLSdgUhQ92pNLuKtbMJMqCWO89w_0iQaNgq8YJPM0zCEIRs2n2Q/viewform
Link: https://docs.google.com/forms/d/e/1FAIpQLSdgUhQ92pNLuKtbMJMqCWO89w_0iQaNgq8YJPM0zCEIRs2n2Q/viewform
๐1
Protegtity is hiring
Position: QA Engineer
๐ Apply: https://jobs.lever.co/protegrity/451b2280-2080-49c7-864b-6a27ef877d58
๐ All the best.
Position: QA Engineer
๐ Apply: https://jobs.lever.co/protegrity/451b2280-2080-49c7-864b-6a27ef877d58
๐ All the best.