allcoding1_official
107K subscribers
765 photos
2 videos
70 files
754 links
Download Telegram
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
❀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
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
Data drift
Recall
X=2
❀1
K-1
❀1