Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Autodesk
Role: Software Development Engineer Intern
Eligibility: 2024 and 2025 grads
https://autodesk.wd1.myworkdayjobs.com/en-US/uni/job/Intern--Software-Development-Engineer--PDMS---D-M---Designing-_24WD84221
Role: Software Development Engineer Intern
Eligibility: 2024 and 2025 grads
https://autodesk.wd1.myworkdayjobs.com/en-US/uni/job/Intern--Software-Development-Engineer--PDMS---D-M---Designing-_24WD84221
Myworkdayjobs
Intern, Software Development Engineer [PDMS - D&M - Designing]
Job Requisition ID # 24WD84221 Location India-Pune Position Overview As a software development engineering intern, you will join Autodesk Fusion360 development team responsible for empowering global customers by contributing to deliver quality solutions.โฆ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Hi All,
We, at Gartner, are hiring for Associate Services Business Analyst and Services Business Analyst for Gurugram location.
๐ Associate Services Business Analyst
- 0-3 years of overall experience in any related field
- Full-time graduation required
- Technical and non-technical backgrounds can apply
๐ Services Business Analyst
- 0-3 years of overall experience in any related field
- Full-time 2 years MBA/PGDM required
- Experience in strategies and business operations is an added advantage
NOTE: Candidates within the required experience range are encouraged to apply for the role.
Interested candidates can share their resume with me on garima.rai@gartner.com
We, at Gartner, are hiring for Associate Services Business Analyst and Services Business Analyst for Gurugram location.
๐ Associate Services Business Analyst
- 0-3 years of overall experience in any related field
- Full-time graduation required
- Technical and non-technical backgrounds can apply
๐ Services Business Analyst
- 0-3 years of overall experience in any related field
- Full-time 2 years MBA/PGDM required
- Experience in strategies and business operations is an added advantage
NOTE: Candidates within the required experience range are encouraged to apply for the role.
Interested candidates can share their resume with me on garima.rai@gartner.com
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โ