Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://careers.mccain.com/us/en/job/MFOMFBUS37102EXTERNALENUS/Software-Development-Engineer
2024 and 25 batchโ
2024 and 25 batchโ
McCain Foods
Software Development Engineer in Gurgaon, Haryana, India | Information Technology at McCain Foods
Apply for Software Development Engineer job with McCain Foods in Gurgaon, Haryana, India. Information Technology at McCain Foods
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Csod
Junior Engineer - QA Intern
Position Summary: As an Intern QA, you will be responsible for ensuring the quality and reliability of software products through the design, developme...
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
UiPath hiring ML Engineer
2023/2024/2025 grads
Location : Jaipur
Apply Link : https://jobs.ashbyhq.com/uipath/72b31ba5-168c-4edc-983a-e9a9a0c508c8
2023/2024/2025 grads
Location : Jaipur
Apply Link : https://jobs.ashbyhq.com/uipath/72b31ba5-168c-4edc-983a-e9a9a0c508c8
Ashbyhq
Machine Learning Engineer
ML Software Engineer
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Baker Huges
Batch: 2025 passouts
Role: Software Engineer
Link: https://careers.bakerhughes.com/global/en/job/BAHUGLOBALR128487/Early-Career-ASPIRE-Engineering-and-Technology-India-2025-Opportunities
Batch: 2025 passouts
Role: Software Engineer
Link: https://careers.bakerhughes.com/global/en/job/BAHUGLOBALR128487/Early-Career-ASPIRE-Engineering-and-Technology-India-2025-Opportunities
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
๐ Hi folks! | Sudhanshu Ranjan
๐ Hi folks!
๐ฅ ShareChat has opening for Android Engineer โ Fresher
If you're actively looking or open to exploring opportunities, I'm happy to refer you! Let's connect! ๐ผโจ
#Hiring #ReferralDrive #TechJobs #Android #OpenToRefer | 22 comments on LinkedIn
๐ฅ ShareChat has opening for Android Engineer โ Fresher
If you're actively looking or open to exploring opportunities, I'm happy to refer you! Let's connect! ๐ผโจ
#Hiring #ReferralDrive #TechJobs #Android #OpenToRefer | 22 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
BNP Paribas hiring Associate Level l
0-2 year experience
Apply Link : https://group.bnpparibas/en/careers/job-offer/associate-level-1-8?SRC=LINKEDIN
0-2 year experience
Apply Link : https://group.bnpparibas/en/careers/job-offer/associate-level-1-8?SRC=LINKEDIN
BNP Paribas
Job offer Associate Level 1 - BNP Paribas
13/07/2025 - Discover our job Associate Level 1, Mumbai, Permanent - The bank for a changing world - BNP Paribas
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Exciting opportunity alert! | Ronit S.
Exciting opportunity alert! ๐
Join our dynamic team at Rupeek as a Software Development Engineer - I! If you're ready to tackle innovative projects alongside industry experts, this role is perfect for you! ๐
Apply now: https://shorturl.at/QguD9
Exploreโฆ
Join our dynamic team at Rupeek as a Software Development Engineer - I! If you're ready to tackle innovative projects alongside industry experts, this role is perfect for you! ๐
Apply now: https://shorturl.at/QguD9
Exploreโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Referral Opportunity Alert | Kumar Sanskar
Referral Opportunity Alert
Hi connections!
Iโm currently referring 2024/2025 freshers for a Testing role (Internship + FTE) at Comviva.
If you or someone in your network is eligible and looking for an opportunity, this could be a great start! ๐ฏ
๐ Eligibilityโฆ
Hi connections!
Iโm currently referring 2024/2025 freshers for a Testing role (Internship + FTE) at Comviva.
If you or someone in your network is eligible and looking for an opportunity, this could be a great start! ๐ฏ
๐ Eligibilityโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Hi All, | Aayush Sharma
Hi All,
We are hiring C++ Software Engineers in Hyderabad to work with our Tools development team. Candidates working in C++ and Embedded domain are highly desirable. Team will be doing onsite interviews on 19th July 2025. If you are interested and willingโฆ
We are hiring C++ Software Engineers in Hyderabad to work with our Tools development team. Candidates working in C++ and Embedded domain are highly desirable. Team will be doing onsite interviews on 19th July 2025. If you are interested and willingโฆ
โค1
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <bits/stdc++.h>
using namespace std;
int main(){
ios::sync_with_stdio(false);
cin.tie(nullptr);
int N, Smax;
if(!(cin >> N >> Smax)) return 0;
vector<char> id(N);
vector<int> E(N), R(N);
for(int i = 0; i < N; i++){
cin >> id[i] >> E[i] >> R[i];
}
vector<vector<int>> dp(N+1, vector<int>(Smax+1, 0));
for(int i = 1; i <= N; i++){
for(int w = 0; w <= Smax; w++){
dp[i][w] = dp[i-1][w];
if(w >= E[i-1])
dp[i][w] = max(dp[i][w], dp[i-1][w - E[i-1]] + R[i-1]);
}
}
int bestReward = dp[N][Smax];
if(bestReward == 0){
cout << -1 << "\n";
return 0;
}
vector<int> chosen;
int w = Smax;
for(int i = N; i >= 1; i--){
if(dp[i][w] != dp[i-1][w]){
// task i-1 was used
chosen.push_back(i-1);
w -= E[i-1];
}
}
reverse(chosen.begin(), chosen.end());
int totalEffort = 0;
for(int idx : chosen) totalEffort += E[idx];
for(size_t i = 0; i < chosen.size(); i++){
if(i) cout << ' ';
cout << id[chosen[i]];
}
cout << "\n";
cout << totalEffort << ' ' << bestReward << "\n";
return 0;
}
using namespace std;
int main(){
ios::sync_with_stdio(false);
cin.tie(nullptr);
int N, Smax;
if(!(cin >> N >> Smax)) return 0;
vector<char> id(N);
vector<int> E(N), R(N);
for(int i = 0; i < N; i++){
cin >> id[i] >> E[i] >> R[i];
}
vector<vector<int>> dp(N+1, vector<int>(Smax+1, 0));
for(int i = 1; i <= N; i++){
for(int w = 0; w <= Smax; w++){
dp[i][w] = dp[i-1][w];
if(w >= E[i-1])
dp[i][w] = max(dp[i][w], dp[i-1][w - E[i-1]] + R[i-1]);
}
}
int bestReward = dp[N][Smax];
if(bestReward == 0){
cout << -1 << "\n";
return 0;
}
vector<int> chosen;
int w = Smax;
for(int i = N; i >= 1; i--){
if(dp[i][w] != dp[i-1][w]){
// task i-1 was used
chosen.push_back(i-1);
w -= E[i-1];
}
}
reverse(chosen.begin(), chosen.end());
int totalEffort = 0;
for(int idx : chosen) totalEffort += E[idx];
for(size_t i = 0; i < chosen.size(); i++){
if(i) cout << ' ';
cout << id[chosen[i]];
}
cout << "\n";
cout << totalEffort << ' ' << bestReward << "\n";
return 0;
}
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <iostream>
#include <vector>
#include <unordered_map>
#include <climits>
using namespace std;
int budget;
vector<int> bestpath;
void dfs(int curr, int spent, unordered_map<int, vector<pair<int, int>>> &graph,
vector<bool> &visited, vector<int> &path, vector<int> &retCost) {
if (curr == 1 && path.size() > 1 && spent <= budget) {
if (path.size() > bestpath.size()) {
bestpath = path;
}
}
for (auto &[nei, cost] : graph[curr]) {
int total = spent + cost + (nei == 1 ? 0 : retCost[nei]);
if ((!visited[nei] || (nei == 1 && path.size() > 1)) && total <= budget) {
bool was = visited[nei];
visited[nei] = true;
path.push_back(nei);
dfs(nei, spent + cost, graph, visited, path, retCost);
path.pop_back();
if (!was) visited[nei] = false;
}
}
}
vector<int> dijkstra(int n, unordered_map<int, vector<pair<int, int>>> &graph) {
vector<int> dist(n + 1, INT_MAX);
vector<bool> visited(n + 1, false);
dist[1] = 0;
for (int i = 1; i <= n; ++i) {
int u = -1;
for (int j = 1; j <= n; ++j)
if (!visited[j] && (u == -1 || dist[j] < dist[u]))
u = j;
if (dist[u] == INT_MAX) break;
visited[u] = true;
for (auto &[v, w] : graph[u]) {
if (dist[v] > dist[u] + w)
dist[v] = dist[u] + w;
}
}
return dist;
}
void optimalPath(int N, int M, int price, int *source, int *dest, int *weight) {
unordered_map<int, vector<pair<int, int>>> graph;
budget = price;
bestpath.clear();
for (int i = 0; i < M; ++i) {
graph[source[i]].push_back({dest[i], weight[i]});
graph[dest[i]].push_back({source[i], weight[i]});
}
vector<int> retCost = dijkstra(N, graph);
vector<bool> visited(N + 1, false);
vector<int> path = {1};
visited[1] = true;
dfs(1, 0, graph, visited, path, retCost);
for (int v : bestpath)
cout << v << " ";
cout << endl;
}
#include <vector>
#include <unordered_map>
#include <climits>
using namespace std;
int budget;
vector<int> bestpath;
void dfs(int curr, int spent, unordered_map<int, vector<pair<int, int>>> &graph,
vector<bool> &visited, vector<int> &path, vector<int> &retCost) {
if (curr == 1 && path.size() > 1 && spent <= budget) {
if (path.size() > bestpath.size()) {
bestpath = path;
}
}
for (auto &[nei, cost] : graph[curr]) {
int total = spent + cost + (nei == 1 ? 0 : retCost[nei]);
if ((!visited[nei] || (nei == 1 && path.size() > 1)) && total <= budget) {
bool was = visited[nei];
visited[nei] = true;
path.push_back(nei);
dfs(nei, spent + cost, graph, visited, path, retCost);
path.pop_back();
if (!was) visited[nei] = false;
}
}
}
vector<int> dijkstra(int n, unordered_map<int, vector<pair<int, int>>> &graph) {
vector<int> dist(n + 1, INT_MAX);
vector<bool> visited(n + 1, false);
dist[1] = 0;
for (int i = 1; i <= n; ++i) {
int u = -1;
for (int j = 1; j <= n; ++j)
if (!visited[j] && (u == -1 || dist[j] < dist[u]))
u = j;
if (dist[u] == INT_MAX) break;
visited[u] = true;
for (auto &[v, w] : graph[u]) {
if (dist[v] > dist[u] + w)
dist[v] = dist[u] + w;
}
}
return dist;
}
void optimalPath(int N, int M, int price, int *source, int *dest, int *weight) {
unordered_map<int, vector<pair<int, int>>> graph;
budget = price;
bestpath.clear();
for (int i = 0; i < M; ++i) {
graph[source[i]].push_back({dest[i], weight[i]});
graph[dest[i]].push_back({source[i], weight[i]});
}
vector<int> retCost = dijkstra(N, graph);
vector<bool> visited(N + 1, false);
vector<int> path = {1};
visited[1] = true;
dfs(1, 0, graph, visited, path, retCost);
for (int v : bestpath)
cout << v << " ";
cout << endl;
}
โค2
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
We're Hiring: Software Developer Intern (Work from Office)
At Bachatt, we believe great ideas are built through collaboration, focus, and a growth-driven environment.
If you're passionate about building and ready to learn, this opportunity is for you.
๐น Position: Software Developer Intern (Frontend + Backend)
๐น Duration: July to December 2025 (Immediate joiners preferred)
๐น Stipend: โน20,000 โ โน30,000/month
๐น Location: Gurgaon /Work from Office
๐น Open to: 2025 & 2026 graduates
๐ All details & application form here: https://lnkd.in/g2ncAmC9
Apply now and be part of a team that builds with intent and impact.
At Bachatt, we believe great ideas are built through collaboration, focus, and a growth-driven environment.
If you're passionate about building and ready to learn, this opportunity is for you.
๐น Position: Software Developer Intern (Frontend + Backend)
๐น Duration: July to December 2025 (Immediate joiners preferred)
๐น Stipend: โน20,000 โ โน30,000/month
๐น Location: Gurgaon /Work from Office
๐น Open to: 2025 & 2026 graduates
๐ All details & application form here: https://lnkd.in/g2ncAmC9
Apply now and be part of a team that builds with intent and impact.
lnkd.in
LinkedIn
This link will take you to a page thatโs not on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Kindly avoid sending personal messages. Share the CV directly to the email ID provided. Only shortlisted candidates will be contacted
๐ Weโre Hiring: Backend Developer (SDE-I)
Weโre looking for fresh minds from Indiaโs top engineering institutes - IIT, NIT, BITS - who are strong in DSA and backend fundamentals, and eager to work on high-impact products.
Role: Backend Developer (SDE-I)
Eligibility: 2025 graduates from IIT/NIT/BITS
Tech Stack: Node.js / Python
Location: Sector 142, Noida (Work from Office only)
If you're passionate about building scalable backend systems and ready to kickstart your tech journey - weโd love to hear from you!
Share your resume at monika.mukhija@fantv.in
๐ Weโre Hiring: Backend Developer (SDE-I)
Weโre looking for fresh minds from Indiaโs top engineering institutes - IIT, NIT, BITS - who are strong in DSA and backend fundamentals, and eager to work on high-impact products.
Role: Backend Developer (SDE-I)
Eligibility: 2025 graduates from IIT/NIT/BITS
Tech Stack: Node.js / Python
Location: Sector 142, Noida (Work from Office only)
If you're passionate about building scalable backend systems and ready to kickstart your tech journey - weโd love to hear from you!
Share your resume at monika.mukhija@fantv.in
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
CGI hiring for Freshers | puviyarasan stephan
CGI hiring for Freshers
Position ID : J0625-1195
https://lnkd.in/gJeP88Zm
Experience : Freshers
Role : BSC Computer Science/BCA Graduates - Fresher
pass out Year -2023/2024
To apply please visit CGI careers page or click the link
DM for the referralโฆ
Position ID : J0625-1195
https://lnkd.in/gJeP88Zm
Experience : Freshers
Role : BSC Computer Science/BCA Graduates - Fresher
pass out Year -2023/2024
To apply please visit CGI careers page or click the link
DM for the referralโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐จ We're Hiring: ABAP Freshers at Mobolutions ๐จ
Location: Perungudi, Chennai
Shift Timing: 2:00 PM โ 11:00 PM (IST)
Are you a certified ABAP fresher or have internship experience in ABAP and looking to kickstart your career? This is your chance to be part of a growing SAP team where you'll learn, grow, and work on real-time projects from day one!
โ What We're Looking For:
๐น Freshers with 0โ1 year of experience
๐น Must have ABAP Certification or internship experience in ABAP
๐น Passion for coding, debugging, and learning in a dynamic SAP environment
๐น Willing to work in afternoon shift (2PMโ11PM)
๐ผ What We Offer:
โจ Hands-on exposure to live SAP projects
โจ Mentorship from experienced ABAP consultants
โจ Positive work culture & great learning curve
๐ฏ Ready to take the first step in your SAP journey?
๐ฉ Drop your resume in DM or email to arjun.gopikrishnan@mobolutions.com
Tag or share with someone whoโs looking for their break in SAP ABAP! ๐
Location: Perungudi, Chennai
Shift Timing: 2:00 PM โ 11:00 PM (IST)
Are you a certified ABAP fresher or have internship experience in ABAP and looking to kickstart your career? This is your chance to be part of a growing SAP team where you'll learn, grow, and work on real-time projects from day one!
โ What We're Looking For:
๐น Freshers with 0โ1 year of experience
๐น Must have ABAP Certification or internship experience in ABAP
๐น Passion for coding, debugging, and learning in a dynamic SAP environment
๐น Willing to work in afternoon shift (2PMโ11PM)
๐ผ What We Offer:
โจ Hands-on exposure to live SAP projects
โจ Mentorship from experienced ABAP consultants
โจ Positive work culture & great learning curve
๐ฏ Ready to take the first step in your SAP journey?
๐ฉ Drop your resume in DM or email to arjun.gopikrishnan@mobolutions.com
Tag or share with someone whoโs looking for their break in SAP ABAP! ๐
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
We are Hiring!!! | Hariharan C V
We are Hiring!!!
Qualification: Diploma / ITI
Passed Out Year: 2022/2023/2024/2025 can apply.
Begin your career with Brakes India!!!
All the Best!! | 21 comments on LinkedIn
Qualification: Diploma / ITI
Passed Out Year: 2022/2023/2024/2025 can apply.
Begin your career with Brakes India!!!
All the Best!! | 21 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Job Opportunity Alert #322 | Manimaran V
Job Opportunity Alert #322
This week (14.07.25 to 19.07.25) walk-in interview Opportunities!!!
1. Machine Learning Engineer โ Fresher
Location: Chennai, Tirupati
Walk-In Date : 14th to 25th July 2025 (Weekdays Only)
Time : 10am to 4pm
Mode of Interviewโฆ
This week (14.07.25 to 19.07.25) walk-in interview Opportunities!!!
1. Machine Learning Engineer โ Fresher
Location: Chennai, Tirupati
Walk-In Date : 14th to 25th July 2025 (Weekdays Only)
Time : 10am to 4pm
Mode of Interviewโฆ