allcoding1
27.8K subscribers
2.2K photos
2 videos
74 files
847 links
Download Telegram
Volante Technologies is hiring for Software Engineer Role

Role: Software Engineer (2-4 years)
Location: Chennai
Category: Software Engineering
Employment Type: Full-time

Link to Apply
https://www.hirist.tech/j/volante-technologies-java-software-engineer-springhibernate-1456508.html
4
2
ICICI BANK IS HIRING

Batch:22/23/24/24 /25

Apply Now:-
https://www.icicicareers.com/CareerApplicant/Career/job-details/2547189
1
Infosys Hiring

Deadline: 30 june
Test date : 3 july

Apply Now:-
https://surveys.infosysapps.com/r/a/SPOffcampusregistration_Jul2025
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
2
NTT Data Hiring Entry-Level Associate Software Development Engineer

Job Title : Associate Software Development Engineer

Job Location : Hyderabad, Bangalore, New Delhi

Salary : Best In Industry

Experience : Freshers/Early Careers

Qualification : Technical Graduate BE/B.Tech/MCA/ BSC/BCA/BBA/ or Related

Batch : 2025/2024/2023/2022 or Any

Apply Now : https://careers.services.global.ntt/global/en/job/R-132084/apply?source=LinkedIn
5
Citi Recruitment 2025: Apply for Chat Operations Officer – Freshers Eligible

Location: Pune

Qualification: Any Graduate

Experience: 0 – 3 Years

Apply - https://jobs.citi.com/job/-/-/287/82504726944
2
Exciting Opportunities in Tech

Company: Winfo Solutions
Role: Trainee Software Engineer
Experience: 0+ Years
Location: Hyderabad, Bangalore
Apply Now: https://lnkd.in/g4RhReEx


Company: PayPal
Role: Software Engineer
Experience: 2+ Years
Location: Bangalore
Apply Now: https://lnkd.in/gXv2HnYV


Company: Experian
Role: Software Engineer
Experience: 1+ Years
Location: Hyderabad
Apply Now: https://lnkd.in/gA4Rs5YX


Company: Yext
Role: Software Engineer
Experience: 1+ Years
Location: Hyderabad
Apply Now: https://lnkd.in/grn8zAgt
2
Zoho hiring for Software Developer role

Salary : 5 - 19 LPA (Expected)
Experience : Freshers/ Experienced

Apply Now : https://careers.zohocorp.com/jobs/careers/2803000614929615/Software-Developers?source=CareerSite
#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
1