CODING SOLUTION - Placement Jobs & Materials
134K subscribers
1.03K photos
38 files
698 links
๐ŸŒ€ โ€ Our Only Aim Is To Let Get Placed To You In A Reputed Company. โ€œ

Contact Admin:

Mail me for collab
offcampusjobsindiaadmin@gmail.com

instagram.com/offcampusjobsindia_it

Our Website :
www.offcampusjobsindia.com
Download Telegram
static long minMaxConvoyLoad(int n, int k, long escort, int maxCrates, long[] weights) {
    long l = 0, r = 0;
    for (long w : weights) {
        if (w > l) l = w;
        r += w;
    }
    long res = r;
    while (l <= r) {
        long m = l + (r - l) / 2;
        int g = 1, c = 0;
        long s = 0;
        for (long w : weights) {
            if (s + w > m || c == maxCrates) {
                g++;
                s = w;
                c = 1;
            } else {
                s += w;
                c++;
            }
        }
        if (g <= k) {
            res = m;
            r = m - 1;
        } else {
            l = m + 1;
        }
    }
    return res + escort;
}

Google โœ…
CODING SOLUTION - Placement Jobs & Materials
Photo
import java.util.ArrayList;
import java.util.PriorityQueue;
import java.util.Arrays;

public class Solution {

static class E {
int t;
long w;

E(int t, long w) {
this.t = t;
this.w = w;
}
}

static class N implements Comparable<N> {
int i;
long d;

N(int i, long d) {
this.i = i;
this.d = d;
}

public int compareTo(N o) {
return Long.compare(this.d, o.d);
}
}

static long findSecondShortestTime(int n, int m, int[][] arr) {
ArrayList<E>[] g = new ArrayList[n + 1];
for (int i = 0; i <= n; i++) {
g[i] = new ArrayList<>();
}

for (int i = 0; i < m; i++) {
int u = arr[i][0];
int v = arr[i][1];
long w = arr[i][2];
g[u].add(new E(v, w));
g[v].add(new E(u, w));
}

long[] d1 = new long[n + 1];
long[] d2 = new long[n + 1];
Arrays.fill(d1, Long.MAX_VALUE);
Arrays.fill(d2, Long.MAX_VALUE);

PriorityQueue<N> q = new PriorityQueue<>();
d1[1] = 0;
q.add(new N(1, 0));

while (!q.isEmpty()) {
N c = q.poll();
int u = c.i;
long d = c.d;

if (d > d2[u]) {
continue;
}

for (E e : g[u]) {
int v = e.t;
long nd = d + e.w;

if (nd < d1[v]) {
d2[v] = d1[v];
d1[v] = nd;
q.add(new N(v, d1[v]));
if (d2[v] != Long.MAX_VALUE) {
q.add(new N(v, d2[v]));
}
} else if (nd > d1[v] && nd < d2[v]) {
d2[v] = nd;
q.add(new N(v, d2[v]));
}
}
}

return d2[n];
}
}

Google โœ…
๐Ÿ”ฅ DON'T MISS YOUR DREAM JOB AGAIN! ๐Ÿ”ฅ

Every day, 100+ new jobs are posted.

By the time you find them, hundreds of candidates have already applied.

๐Ÿ’ก Getting hired isn't just about skillsโ€”it's about applying early.

๐Ÿš€ Off Campus Jobs India Premium

๐ŸŽ‰ Launch Offer: Just โ‚น299 (Lifetime Access)

โœ… 50+ Verified Jobs Daily
โœ… Freshers, Internships & Experienced Roles
โœ… Jobs from 15+ Trusted Platforms
โœ… Alerts Within 30 Minutes
โœ… Direct Apply Links & Referrals
โœ… No Spam โ€” Only Quality Opportunities

๐Ÿ’ผ One early application could be the one that changes your career.

โณ Don't be late. Be the first to apply.

๐Ÿ‘‰ Join Premium (Lifetime):
๐ŸŒ https://www.offcampusjobsindia.com/premium

๐Ÿš€ Apply First. Get More Interview Calls.
Swish Hiring ๐Ÿ”ฅ

Role : Software Engineer โ€“ Backend
Experience : 1+ Year
Location : Bengaluru, Karnataka
Work Mode : Work from Office

Skills : Java / Kotlin / Go / Python / Node.js, DSA, REST APIs, Databases, Git, Backend Development, System Design

Apply now ๐Ÿ–‡๏ธ
https://docs.google.com/forms/d/e/1FAIpQLSc9rEDhQ0e09lqO6MIeLdwtLxQ-8QEu08jEi4P2c_aEzfdJyQ/viewform
๐Ÿšจ Accenture Hirings (Updated List)

Qualification: B.E / B.Tech, M.E / M.Tech, BCA / MCA, BBA / MBA, B.Com / M.Com, BA / MA, B.Sc / M.Sc (All Branches)

Eligible Passout Batches: 2026, 2025, 2024, 2023, 2022, 2021 & 2020

๐Ÿ’ผ Job Details:

1๏ธโƒฃ Full Stack Engineer
๐Ÿ’ฐ Salary: โ‚น6.5 โ€“ โ‚น11.2 LPA
๐Ÿ“ Location: Gurugram
๐ŸŽ“ Experience: 0โ€“2 Years
๐Ÿ›  Skills: Full Stack Development, Nutanix Architecture, Cloud Computing
๐ŸŽ“ Education: 15 years full-time education
โ•ฐโ”ˆโžค Apply: https://www.offcampusjobsindia.com/jobs/accenture-full-stack-engineer-off-campus-gurugram

2๏ธโƒฃ Application Support Engineer
๐Ÿ’ฐ Salary: โ‚น3.8 โ€“ โ‚น4.2 LPA
๐Ÿ“ Location: As per Accenture job posting
๐ŸŽ“ Eligibility: Freshers / Early Career
๐Ÿ›  Skills: Application Support & Troubleshooting
โ•ฐโ”ˆโžค Apply: https://www.offcampusjobsindia.com/jobs/accenture-application-support-engineer-off-campus-jobs-mumbai-2024-2028

3๏ธโƒฃ Custom Software Engineer โ€“ Python
๐Ÿ’ฐ Salary: ~โ‚น8 LPA
๐Ÿ“ Location: Hyderabad
๐ŸŽ“ Experience: 0โ€“2 Years
๐Ÿ›  Skills: Python, OOP, Software Development, Debugging
๐ŸŽ“ Education: 15 years full-time education
โ•ฐโ”ˆโžค Apply: http://offcampusjobsindia.com/jobs/accenture-custom-software-engineer-off-campus-hyderabad
Salesforce Hiring Interns ๐Ÿ”ฅ

Role : Software Engineer Intern
Batch : 2027 / 2028
Location : Hyderabad / Bengaluru

Apply now ๐Ÿ–‡๏ธ
https://www.offcampusjobsindia.com/jobs/salesforce-summer-2027-software-engineer-internship-bangalore

โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”

๐Ÿš€ OFF CAMPUS JOBS PRO

๐Ÿ”ฅ 50+ Freshers & Early-Career Jobs Daily
๐Ÿ’ผ IT Jobs โ€ข Internships โ€ข Off-Campus Drives
๐ŸŽฏ Verified Jobs โ€ข Premium Opportunities โ€ข Placement Updates

๐Ÿ’Ž Get 50+ Job Updates Daily โ€” Join Premium

๐Ÿ”— https://offcampusjobsindia.com/premium
Softobiz Hiring Interns ๐Ÿ”ฅ

Role : AI Engineer Intern
Batch : 2026 / 2027
Location : Kochi, Kerala

Apply now ๐Ÿ–‡๏ธ
https://www.offcampusjobsindia.com/jobs/softobiz-ai-engineer-intern-off-campus-job-kochi

โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”

๐Ÿš€ OFF CAMPUS JOBS PRO

๐Ÿ”ฅ 50+ Freshers & Early-Career Jobs Daily
๐Ÿ’ผ IT Jobs โ€ข Internships โ€ข Off-Campus Drives
๐ŸŽฏ Verified Jobs โ€ข Premium Opportunities โ€ข Placement Updates

๐Ÿ’Ž Premium Membership โ€” โ‚น299 Lifetime

๐Ÿ”ฅ Get 50+ Job Updates Daily + Premium Opportunities

๐Ÿ”— https://offcampusjobsindia.com/premium
๐Ÿšจ Juspay Hiring: Software Development Engineer โ€“ Backend | Bangalore ๐Ÿ’ป

_๐Ÿ’ผ Role: Software Development Engineer โ€“ Backend
_๐Ÿ“ Location: Bangalore, India
_๐ŸŽ“ Experience: 0โ€“2 Years
๐Ÿ’ฐ Salary: โ‚น16 LPA Base | Up to โ‚น27 LPA Total Compensation

๐Ÿ”น Salary Breakdown:
โ€ข Base Salary: โ‚น16 LPA
โ€ข Relocation/Signing Bonus: โ‚น1 Lakh
โ€ข Retention Bonus: โ‚น8 Lakh
โ€ข Additional Bonus: โ‚น2 Lakh
โ€ข Total Compensation: โ‚น27 LPA
โ€ข Stock: No stocks

๐Ÿ”— Apply Here:
https://joinus.juspay.in/?jobId=DEV-BE01
๐Ÿ’ผ Accenture โ€” Application Support Engineer

๐Ÿ“ India
๐ŸŽ“ 15 Years Full-Time Education
๐Ÿ’ผ Experience: 0โ€“2 Years
๐Ÿ›  Skills: Python, Generative AI, AI & Data Solution Architecture
๐Ÿ’ฐ CTC: โ‚น8โ€“12 LPA (Approx.)

๐Ÿ”— Apply Now:
https://www.accenture.com/in-en/careers/jobdetails?id=ATCI-5715393-S2063558_en

๐Ÿ“ฉ Exam Mail Confirmed โœ…

๐Ÿš€ OFFCAMPUSJOBSINDIA PREMIUM โ€” โ‚น299 LIFETIME

๐Ÿ”ฅ Get early access to premium job openings
โœ… Freshers & Experienced Jobs
โœ… Early Job Alerts
โœ… Referral & Hiring Updates


๐Ÿ‘‰ Join Premium:
https://offcampusjobsindia.com/premium
๐Ÿ’ผ American Express โ€” Software Engineer I

๐Ÿ“ Chennai, India
๐ŸŽ“ Bachelor's/Master's in Computer Science, Computer Engineering, IT or related field
๐Ÿ’ผ Experience: 0โ€“3 Years
๐Ÿ›  Skills: Java, React, JavaScript, SQL, Microservices, REST APIs, Git, AWS/GCP, Databases
๐Ÿ’ฐ CTC: โ‚น15โ€“25 LPA (Expected)

๐Ÿ”— Apply Now:
https://egup.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/26012390
๐Ÿšจ ๐—ฌ๐—ข๐—จ'๐—ฅ๐—˜ ๐— ๐—œ๐—ฆ๐—ฆ๐—œ๐—ก๐—š ๐—ข๐—™๐—™-๐—–๐—”๐— ๐—ฃ๐—จ๐—ฆ ๐—๐—ข๐—• ๐—ข๐—ฃ๐—ฃ๐—ข๐—ฅ๐—ง๐—จ๐—ก๐—œ๐—ง๐—œ๐—˜๐—ฆ! ๐Ÿšจ

๐Ÿ’” ๐—ง๐—›๐—˜ ๐—›๐—”๐—ฅ๐—— ๐—ง๐—ฅ๐—จ๐—ง๐—›:

While you're manually searching LinkedIn, Naukri, company career pages & job portals...

Our community brings the latest ๐—๐—ข๐—•๐—ฆ, ๐—œ๐—ก๐—ง๐—˜๐—ฅ๐—ก๐—ฆ๐—›๐—œ๐—ฃ๐—ฆ & ๐—ฃ๐—Ÿ๐—”๐—–๐—˜๐— ๐—˜๐—ก๐—ง ๐——๐—ฅ๐—œ๐—ฉ๐—˜๐—ฆ directly to you! โšก

๐Ÿ“Š ๐—ช๐—›๐—”๐—ง ๐—ฌ๐—ข๐—จ ๐—š๐—˜๐—ง:

๐Ÿ”ฅ Latest Off-Campus Hiring Updates
๐Ÿ’ผ Fresher & Experienced Job Opportunities
๐ŸŽ“ Internship & Placement Alerts
๐Ÿ’ป Software/IT & Engineering Jobs
โšก Fast Job Notifications
๐Ÿ“Œ Direct Application Links

๐Ÿšจ ๐—ช๐—›๐—œ๐—Ÿ๐—˜ ๐—ข๐—ง๐—›๐—˜๐—ฅ๐—ฆ ๐—”๐—ฅ๐—˜ ๐—ฆ๐—ง๐—œ๐—Ÿ๐—Ÿ ๐—ฆ๐—˜๐—”๐—ฅ๐—–๐—›๐—œ๐—ก๐—š:

Your next opportunity could already be live.

โณ Don't wait until the position is filled.
The earlier you apply, the better your chances.


๐Ÿ’Ž ๐—ข๐—™๐—™๐—–๐—”๐— ๐—ฃ๐—จ๐—ฆ๐—๐—ข๐—•๐—ฆ๐—œ๐—ก๐——๐—œ๐—” ๐—ฃ๐—ฅ๐—˜๐— ๐—œ๐—จ๐—  โ€” โ‚น๐Ÿฎ๐Ÿต๐Ÿต ๐—Ÿ๐—œ๐—™๐—˜๐—ง๐—œ๐— ๐—˜

๐Ÿš€ Early access to premium job opportunities
โšก Early job alerts
๐Ÿ”ฅ 50+ premium jobs & hiring updates
๐ŸŽฏ Fresher & experienced opportunities
๐Ÿ“Œ Direct application links

๐Ÿ‘‰ ๐—๐—ข๐—œ๐—ก ๐—ฃ๐—ฅ๐—˜๐— ๐—œ๐—จ๐— :
https://www.offcampusjobsindia.com/premium

โ“ How many job opportunities have you missed simply because you found them too late? ๐Ÿ‘€