Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin Coachin Program:
Graduation Year: 2027
Eligibility: Pursuing BE / BTech in CS / IT
Apply Link: https://linkedin.avature.net/linkedincoachin2025
Note: This is only for Female students.
Graduation Year: 2027
Eligibility: Pursuing BE / BTech in CS / IT
Apply Link: https://linkedin.avature.net/linkedincoachin2025
Note: This is only for Female students.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Check out this job at Aptiv: https://www.linkedin.com/jobs/view/4114510902
Fresh Graduates from Mechanical or Electrical
Fresh Graduates from Mechanical or Electrical
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://app.greenhouse.io/embed/job_app?token=6433494&gh_src=be8ebc4b1&source=LinkedIn
2025 Batch Only
Apply using referral
2025 Batch Only
Apply using referral
boards.greenhouse.io
Core Intern
Gurugram
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: InfoEdge
Mega Hiring drive for 2022 and 2023 Batch
Apply: https://forms.office.com/r/eRfuETfXj5
Mega Hiring drive for 2022 and 2023 Batch
Apply: https://forms.office.com/r/eRfuETfXj5
Office
Please fill out this form
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company : Kenko AI
Eligible Batches : 2025, 2026 Graduates
Location : Bangalore
๐๐ป Role : Frontend Intern
Apply Link : https://jobs.lever.co/bookeeapp/e6a00dd7-e949-456c-9ba2-c66eb98c3adb/
๐๐ป Role : Website Development Intern
Apply Link : https://jobs.lever.co/bookeeapp/8c515b6e-0681-4eb1-b629-314f6b960a31
Eligible Batches : 2025, 2026 Graduates
Location : Bangalore
๐๐ป Role : Frontend Intern
Apply Link : https://jobs.lever.co/bookeeapp/e6a00dd7-e949-456c-9ba2-c66eb98c3adb/
๐๐ป Role : Website Development Intern
Apply Link : https://jobs.lever.co/bookeeapp/8c515b6e-0681-4eb1-b629-314f6b960a31
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
#internshipopportunity #careergrowth #python #django #backendinternshipโฆ | Mahesh Shivankar | 27 comments
๐ Shape the Future of Mobility with Ridecell! โญ
Calling all tech enthusiasts! If you're a recent graduate or a student with a passion for backend development, hereโs your chance to work on cutting-edge technology with Ridecell.
Whatโs in it for you?โฆ
Calling all tech enthusiasts! If you're a recent graduate or a student with a passion for backend development, hereโs your chance to work on cutting-edge technology with Ridecell.
Whatโs in it for you?โฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Graduate (Solution Engineer) in Delhi, India | SITA Switzerland Sarl
SITA is hiring a Graduate (Solution Engineer) in Delhi, India. Review all of the job details and apply today!
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Johnsoncontrols
Project Engineer-Trainee - Johnson Controls Careers
Apply today for the Project Engineer-Trainee in Pune, Maharashtra, India. Discover the role you can play at Johnson Controls and start your career journey with us.
#include <vector>
#include <cmath>
#include <algorithm>
using namespace std;
int solution(const vector<int>& start, const vector<int>& dest, const vector<int>& limit) {
int N = start.size();
int K = limit.size();
int totalCost = 0, maxStation = 0;
for (int i = 0; i < N; ++i) {
maxStation = max(maxStation, max(start[i], dest[i]));
totalCost += abs(start[i] - dest[i]) * 2 + 1;
}
if (maxStation >= K) return -1;
return min(totalCost, limit[maxStation]);
}
MS Task 1โ
#include <vector>
#include <unordered_map>
#include <algorithm>
using namespace std;
void dfs(int node, unordered_map<int, vector<pair<int, int>>>& graph, vector<bool>& visited, int& count) {
visited[node] = true;
for (auto& neighbor : graph[node]) {
int nextNode = neighbor.first;
int direction = neighbor.second;
if (!visited[nextNode]) {
count += direction;
dfs(nextNode, graph, visited, count);
}
}
}
int solution(vector<int> A, vector<int> B) {
unordered_map<int, vector<pair<int, int>>> graph;
int N = max(*max_element(A.begin(), A.end()), *max_element(B.begin(), B.end()));
for (int i = 0; i < A.size(); i++) {
graph[A[i]].push_back({B[i], 1});
graph[B[i]].push_back({A[i], 0});
}
vector<bool> visited(N + 1, false);
int count = 0;
dfs(0, graph, visited, count);
return count;
}
MS Task 2โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company name: Ridecell
Role: Backend Developer Intern
Batch Eligible: 2024 & 2025 passouts
https://docs.google.com/forms/d/e/1FAIpQLScT2gdgW-LQMThkFGlhi6LI3lmJp127-TaSus1rWwpdI_g7sQ/viewform
Role: Backend Developer Intern
Batch Eligible: 2024 & 2025 passouts
https://docs.google.com/forms/d/e/1FAIpQLScT2gdgW-LQMThkFGlhi6LI3lmJp127-TaSus1rWwpdI_g7sQ/viewform
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://www.geeksforgeeks.org/hack-a-thon/women-code-to-win-2025
Only for Girls
Women engineering students graduating in 2025, 2026, 2027, or 2028 from colleges/universities in India.
Degree Requirements: Open to students pursuing Bachelors/Masters in Engineering, MCA, or M.Sc. No restrictions on branch or CGPA.
ServiceNow opportunity no referral direct hiring
Only for Girls
Women engineering students graduating in 2025, 2026, 2027, or 2028 from colleges/universities in India.
Degree Requirements: Open to students pursuing Bachelors/Masters in Engineering, MCA, or M.Sc. No restrictions on branch or CGPA.
ServiceNow opportunity no referral direct hiring