allcoding1_official
107K subscribers
765 photos
2 videos
70 files
754 links
Download Telegram
ICICI Bank Aspire Program 2025 | ₹4.50 Lakh to ₹5.00 Lakh️

> Job Role : Entry - Level Managerial
> Qualification : Graduation or Engineering or MBA
> Batch : Any Batch
> Salary : ₹18,000 per month and Then CTC ₹4.50 Lakh to ₹5.00 Lakh

Apply :
https://www.icicicareers.com/CareerApplicant/Career/job-details/2547189
3
Cognizant fresher hiring for Analyst Trainee (Three-year full-time degree:2025 graduates)
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/eef944b4-180a-450e-aaef-a7a0cf856127


Cognizant Off-Campus hiring for Analyst Trainee (Three-year full-time degree: 2023 or 2024 graduates)
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/2dd0a71b-cc7f-435c-be44-77339acc5651


Cognizant Fresher hiring for 2025 Engineering graduates (GenC Next, GenC Pro & GenC)
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/3a3aa583-ecf8-444c-b4e9-ba7db5e99e36


Cognizant- 2024 & 2025 Off-Campus hiring for Graphic Designer
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/79458e59-257c-4ed7-ae17-e018a472a608
10🔥1
Company name: Rolls Royce
Role: Data Engineer Intern
Batch Eligible: 2026 & 2027 graduates

Apply now:
https://rollsroyce.wd3.myworkdayjobs.com/en-US/Apprentice/job/Bangalore/Internship---Data-Engineer_JR6139999
HSBC Hiring



Role:- Full Stack Developer /Consultant Specialist
Job ID :- 0000LHJ5
Location :- Bangalore, India Area of interest
Technology:- Job type
Permanent - Full Time
Work style :- Office Working
Opening date:- 29-Jun-2025
Closing date:- 05-Jul-2025

Apply:- http://www.itjobs.services/2025/07/hsbc-hiring-full-stack-developer.html
3
Amazon Hiring Freshers : Data Center Operations Trainee – BSC/BCA/Diploma

Job Title:Data Center Operations Trainee

Job Location: Mumbai

Experience: Freshers / 0-2 Years

Qualification: BSC/BCA/Diploma in Engineering

Batch : 2025/2024/2023 or Any

Apply now:- http://www.itjobs.services/2025/07/amazon-hiring-freshers-data-center.html
6
Deloitte off Campus Drive


Job Profile : Junior Associate



Eligibility : B.Com / BBA / BMS

Batch -  2023  2024  2025

Apply Link
       https://southasiacareers.deloitte.com/job/Hyderabad-Junior-Associate-Sourcing-&-procurement-Hyderabad-Supply-Chain-&-Network-Operations/41125344/
1👍1
Superset Varsity Graduate Virtual Career Fair - Multiple-Roles (Phase 6)

Eligible Batches : 2023,2024 & 2025
Eligible Graduation : Any 3 year Graduates

13 July 2025 11:00 AM

https://app.joinsuperset.com/join/#/signup/student/jobprofiles/b157575c-64fa-44e3-a6d6-de6b3a6d68d1
2
CGI Entry Level Hiring!

Position: Software Development Engineer
Qualifications: Bachelor’s Degree
Batch: 2023/ 2024
Experience: Entry Level/ Freshers
Location: Bangalore, India

Apply Now: https://cgi.njoyn.com/corp/xweb/xweb.asp?NTKN=c&clid=21001&Page=JobDetails&Jobid=J0625-1195&BRID=1221666&lang=1
8🔥1
Cognizant Off-Campus hiring for Analyst Trainee (Three-year full-time degree: 2023 or 2024 graduates)

Apply now:-
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/2dd0a71b-cc7f-435c-be44-77339acc5651
3👎1
ServiceNow Hiring Software Engineer:

Graduation Year: 2023 / 2024 / 2025

Experience: 0 to 2 years of experience with Java or a similar OO language

Location: Hyderabad

Apply Link: https://careers.servicenow.com/jobs/744000073935975/software-engineer/
1
Company Name: Deloitte

Role: Full Stack Web Developer

Qualification: Any Graduate

Salary: Up to 8 LPA

Experience: 0-2 years

Apply Link: https://southasiacareers.deloitte.com/job/Bengaluru-Developer-Full-stack-Development-Bengaluru-Digital-Excellence-Centre/37471644/
1
L&T is hiring for Graduate Engineer Trainee

Experience: 0 - 2 year's

Apply here: https://app.joinsuperset.com/join/#/signup/student/jobprofiles/dd2482f5-5ddb-496b-97de-63e0c4b379b5
1
#include <bits/stdc++.h>
using namespace std;

int Solution::findRadius(vector<int> &A, vector<int> &B) {
if (B.empty()) return INT_MAX;

sort(B.begin(), B.end());
int radius = 0;
for (int a : A) {
auto it = lower_bound(B.begin(), B.end(), a);

int dist = INT_MAX;
if (it != B.end()) {
dist = min(dist, abs(*it - a));
}
if (it != B.begin()) {
dist = min(dist, abs(*(it - 1) - a));
}

radius = max(radius, dist);
}
return radius;
}

Wifi Router Installation
C++
100% Correct Code

Amazon ML school exam

Telegram:- @allcoding1_official
Amazon Machine Learning Summer School:

Exam Date: 3rd August 2025
Exam Duration: 60 mins


Test format:
Section 1 - MCQ section - 20 questions
Section 2 - DSA type coding section - 2 questions

Answers available 👇👇👇
Telegram channel:- @allcoding1_official
2