allcoding1_official
107K subscribers
765 photos
2 videos
70 files
752 links
Download Telegram
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
❀2πŸ‘Ž1
❀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/
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
#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
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Β»
A) B
❀1