SAP β Solution Support Engineer (Bangalore)
Package: 12 LPA
https://jobs.sap.com/job/Bangalore-Solution-Support-Engineer-560066/1218799701/?feedId=384233&utm_campaign=SAP_Linkedin&utm_source=LinkedinJobPostings
Package: 12 LPA
https://jobs.sap.com/job/Bangalore-Solution-Support-Engineer-560066/1218799701/?feedId=384233&utm_campaign=SAP_Linkedin&utm_source=LinkedinJobPostings
π1
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
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
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/
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
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
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
Apply now:-
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/2dd0a71b-cc7f-435c-be44-77339acc5651
β€2π1
WIPRO Elite | Batch : 2025
Deadline : 15th August
Apply Link
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/76683f43-08e5-4f54-a2c1-00249d701655
Deadline : 15th August
Apply Link
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/76683f43-08e5-4f54-a2c1-00249d701655
β€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/
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/
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/
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
Experience: 0 - 2 year's
Apply here: https://app.joinsuperset.com/join/#/signup/student/jobprofiles/dd2482f5-5ddb-496b-97de-63e0c4b379b5
#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
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
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
allcoding1_official pinned Β«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Β»