Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Bosch Off Campus Drive 2024:
Job Role: Freshers Internship
Qualification M.E/M.Tech/Dual Degree
Batch: 2025
https://forms.microsoft.com/pages/responsepage.aspx?id=GR7lCsgHS067bWSO5YQQ9GQERPlJUAdElvph2KHejtZUOFcyUlM3VzE1STVNR0tXR0ZaUlpLRUo3SS4u
Job Role: Freshers Internship
Qualification M.E/M.Tech/Dual Degree
Batch: 2025
https://forms.microsoft.com/pages/responsepage.aspx?id=GR7lCsgHS067bWSO5YQQ9GQERPlJUAdElvph2KHejtZUOFcyUlM3VzE1STVNR0tXR0ZaUlpLRUo3SS4u
void dfs(int node, int parent, const vector<vector<pair<int, int>>>& graph,
const vector<int>& minActivity, vector<long long>& activity, vector<bool>& vulnerable) {
activity[node] = 0; // initial activity is 0
for (const auto& edge : graph[node]) {
int next_node = edge.first;
int weight = edge.second;
if (next_node != parent) {
dfs(next_node, node, graph, minActivity, activity, vulnerable);
activity[node] += activity[next_node] + weight;
}
}
if (activity[node] > minActivity[node]) {
vulnerable[node] = true;
}
}
int getMinServers(int server_nodes, int server_edges, const vector<int>& server_from,
const vector<int>& server_to, const vector<int>& server_weight,
int minActivity_count, const vector<int>& minActivity) {
vector<vector<pair<int, int>>> graph(server_nodes + 1);
for (int i = 0; i < server_edges; ++i) {
graph[server_from[i]].emplace_back(server_to[i], server_weight[i]);
graph[server_to[i]].emplace_back(server_from[i], -server_weight[i]);
}
vector<long long> activity(server_nodes + 1, 0);
vector<bool> vulnerable(server_nodes + 1, false);
dfs(1, -1, graph, minActivity, activity, vulnerable);
int vulnerableCount = count(vulnerable.begin(), vulnerable.end(), true);
return vulnerableCount;
}
Cisco โ
const vector<int>& minActivity, vector<long long>& activity, vector<bool>& vulnerable) {
activity[node] = 0; // initial activity is 0
for (const auto& edge : graph[node]) {
int next_node = edge.first;
int weight = edge.second;
if (next_node != parent) {
dfs(next_node, node, graph, minActivity, activity, vulnerable);
activity[node] += activity[next_node] + weight;
}
}
if (activity[node] > minActivity[node]) {
vulnerable[node] = true;
}
}
int getMinServers(int server_nodes, int server_edges, const vector<int>& server_from,
const vector<int>& server_to, const vector<int>& server_weight,
int minActivity_count, const vector<int>& minActivity) {
vector<vector<pair<int, int>>> graph(server_nodes + 1);
for (int i = 0; i < server_edges; ++i) {
graph[server_from[i]].emplace_back(server_to[i], server_weight[i]);
graph[server_to[i]].emplace_back(server_from[i], -server_weight[i]);
}
vector<long long> activity(server_nodes + 1, 0);
vector<bool> vulnerable(server_nodes + 1, false);
dfs(1, -1, graph, minActivity, activity, vulnerable);
int vulnerableCount = count(vulnerable.begin(), vulnerable.end(), true);
return vulnerableCount;
}
Cisco โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Goldman Sachs hiring for 2025 grads
https://www.goldmansachs.com/careers/students/programs/india/new-analyst-program.html
For 2026 grads
https://www.goldmansachs.com/careers/students/programs/india/summer-analyst-program.html
https://www.goldmansachs.com/careers/students/programs/india/new-analyst-program.html
For 2026 grads
https://www.goldmansachs.com/careers/students/programs/india/summer-analyst-program.html
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
WorkIndia is hiring for Software Development Intern
Expected Stipend: 3-6 LPA
Apply here: linkedin.com/jobs/view/3959633008/?alternateChannel=search
Expected Stipend: 3-6 LPA
Apply here: linkedin.com/jobs/view/3959633008/?alternateChannel=search
Linkedin
WorkIndia hiring Software Development Intern in Bengaluru, Karnataka, India | LinkedIn
Posted 7:08:48 AM. About WorkIndia WorkIndia started with One & Only One Purpose -- To provide jobs to theโฆSee this and similar jobs on LinkedIn.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Netmeds.com is hiring for Full Stack Engineer
Expected Salary: 6-12 LPA
Apply here:
https://linkedin.com/jobs/view/3961146520/?alternateChannel=search
Expected Salary: 6-12 LPA
Apply here:
https://linkedin.com/jobs/view/3961146520/?alternateChannel=search
Linkedin
Netmeds.com hiring Full Stack Engineer in Chennai, Tamil Nadu, India | LinkedIn
Posted 8:25:21 AM. ๐ Join the Netmeds Tech Team in Chennai: Full-Time & Internship Opportunities! ๐Are you aโฆSee this and similar jobs on LinkedIn.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Stock unlock hiring founding engineer
For 2021 2022 2023 grads
https://docs.google.com/forms/d/e/1FAIpQLSf90E8G8xX0u01vzMwGjjhUlQsGaK4TF_fRl2gU0eouahP9og/viewform
JD : https://www.linkedin.com/posts/karan-thakkar-0301a49b_were-hiring-founding-engineers-were-activity-7213585671062495234-XggW?utm_source=share&utm_medium=member_android
For 2021 2022 2023 grads
https://docs.google.com/forms/d/e/1FAIpQLSf90E8G8xX0u01vzMwGjjhUlQsGaK4TF_fRl2gU0eouahP9og/viewform
JD : https://www.linkedin.com/posts/karan-thakkar-0301a49b_were-hiring-founding-engineers-were-activity-7213585671062495234-XggW?utm_source=share&utm_medium=member_android
Google Docs
Founding Engineer @ Stock Unlock (Part 2 - Archived)
Please fill in your details for Founding Engineer role at Stock Unlock.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Batch : 2023/2024
referral mail : raju.maharanak@infor.com
https://infor.avature.net/IndiaETPEng2024
Last Date : 10 July 2024
referral mail : raju.maharanak@infor.com
https://infor.avature.net/IndiaETPEng2024
Last Date : 10 July 2024
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
hiring for freshers!!
Position- Intern Talent Acquisition
Duration: 6 months
Location-Gurgoan
Mode: Work from office
Immediate joiners are preferred
Any graduation or post graduation preferred (Any degree)
Desired:
1.Outstanding verbal and written communication skills.
2. Passionate about recruitment.
3. Good understanding of full cycle of recruitment.
4. Good analytical skills.
5.Good organization skills.
if interested mail your cv to sahil.a@zelusindia.com
Position- Intern Talent Acquisition
Duration: 6 months
Location-Gurgoan
Mode: Work from office
Immediate joiners are preferred
Any graduation or post graduation preferred (Any degree)
Desired:
1.Outstanding verbal and written communication skills.
2. Passionate about recruitment.
3. Good understanding of full cycle of recruitment.
4. Good analytical skills.
5.Good organization skills.
if interested mail your cv to sahil.a@zelusindia.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Deloitte Hiring Analyst โค
Skils - Python, Excel, SQL
Freshers eligible. Great opportunity
Link to apply ๐
https://jobsindia.deloitte.com/job/Delhi-Consulting-BO-Operations-Transformation-Public-finance-Analyst/26248044/
Skils - Python, Excel, SQL
Freshers eligible. Great opportunity
Link to apply ๐
https://jobsindia.deloitte.com/job/Delhi-Consulting-BO-Operations-Transformation-Public-finance-Analyst/26248044/
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Cash Free payment is hiring for SDET interns.
Any graduate can apply
https://docs.google.com/forms/d/e/1FAIpQLSetl8ZhAgiPQBYz-fChjTZHcm_DyKJcLisqvu7VAA9Ba8sZYQ/viewform
Any graduate can apply
https://docs.google.com/forms/d/e/1FAIpQLSetl8ZhAgiPQBYz-fChjTZHcm_DyKJcLisqvu7VAA9Ba8sZYQ/viewform
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
For Full stack developer intern
Proficiency in Mern Stack
Duration -6 months
Stipend-10000 / month
Working hours- 5 hours/day
Interested candidates can send their resume and portfolio at
mailto:dharmik@apiswan.com
Proficiency in Mern Stack
Duration -6 months
Stipend-10000 / month
Working hours- 5 hours/day
Interested candidates can send their resume and portfolio at
mailto:dharmik@apiswan.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Aon Internship!
Position: Intern - Data Analytics & BI
Qualifications: Any Graduate or Post Graduate
Salary: 6.5 LPA (Expected)
Batch: 2022/ 2023/ 2024/ 2025
Experience: Freshers
Location: Bangalore, India
๐Apply Now: https://india-careers-aon.icims.com/jobs/78676/job
Position: Intern - Data Analytics & BI
Qualifications: Any Graduate or Post Graduate
Salary: 6.5 LPA (Expected)
Batch: 2022/ 2023/ 2024/ 2025
Experience: Freshers
Location: Bangalore, India
๐Apply Now: https://india-careers-aon.icims.com/jobs/78676/job
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Hello All,
Info Edge India Ltd is currently hiring for SSE - Frontend for Noida location from 2023 batch only.
Experience in React Native*, react js , can share their profile.
If you are interested, kindly share your resume to manpreet.k2@naukri.com.
Info Edge India Ltd is currently hiring for SSE - Frontend for Noida location from 2023 batch only.
Experience in React Native*, react js , can share their profile.
If you are interested, kindly share your resume to manpreet.k2@naukri.com.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Woof! Weโre looking for a MERN stack intern (backend focus: NodeJS) to join us for 3 months starting 15th July.
- prior experience building projects on NodeJS
- Work from office in Gurgaon
- Rs. 10K monthly stipend
If this is you, please reach out to me at garima@sploot.tech
- prior experience building projects on NodeJS
- Work from office in Gurgaon
- Rs. 10K monthly stipend
If this is you, please reach out to me at garima@sploot.tech
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
If interested, Kindly share your updated resume to trupthi.shetty@wissen.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
We are #hiring for a JAVA Freshers position.
Location: Noida Work from office
opportunity Job
Description -
1. Should have been trained on Core and Advance JAVA.
2. Should have good knowledge of Spring and Hibernate.
3. Mandatory - Good communication skills and ability to adapt to changes.
4. Flexible with shifts. Please note that face to face is compulsory for all rounds of evaluation.
Interested candidate please send me your resume on pooja.katyal@paynways.com
Location: Noida Work from office
opportunity Job
Description -
1. Should have been trained on Core and Advance JAVA.
2. Should have good knowledge of Spring and Hibernate.
3. Mandatory - Good communication skills and ability to adapt to changes.
4. Flexible with shifts. Please note that face to face is compulsory for all rounds of evaluation.
Interested candidate please send me your resume on pooja.katyal@paynways.com
LinkedIn
LinkedIn Login, Sign in | LinkedIn
Login to LinkedIn to keep in touch with people you know, share ideas, and build your career.