Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://jobs.cisco.com/jobs/ProjectDetail/Software-Engineer-Network-Embedded-Application-Development-Intern-India-UHR/1421663
2025/ 2026 passoutโ
2025/ 2026 passoutโ
Cisco
Software Engineer โ Network/Embedded/Application Development (Intern) - India UHR
Apply for Software Engineer โ Network/Embedded/Application Development (Intern) - India UHR job with Cisco in Bangalore, India. Read about the role and find out if it's right for you.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
1.L&T mass Hiring : 2024, 2025 batch
Software engineer
Apply link :https://larsentoubrocareers.peoplestrong.com/job/detail/LNT_SE-LS_1347522
2.L&T : 2025 BATCH
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/dd2482f5-5ddb-496b-97de-63e0c4b379b5
3.Wipro
Software engineer role
Apply link :
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/76683f43-08e5-4f54-a2c1-00249d701655
4.ey hiring Fresher
2023-2024/2035
Apply link :
https://eyglobal.yello.co/jobs/0Iy0Oeg60FgeeOOcQQugBw?job_board_id=c1riT--B2O-KySgYWsZO1Q&src=JB-10820
5.Company:IBM
22/23/24/25
Role : Application Developer
Apply Link :
https://ibmglobal.avature.net/en_US/careers/JobDetail?jobId=45656&source=SN_LinkedIn
6. Revanture
2024/2025
https://www.revature.com/entry-level-software-engineer
Software engineer
Apply link :https://larsentoubrocareers.peoplestrong.com/job/detail/LNT_SE-LS_1347522
2.L&T : 2025 BATCH
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/dd2482f5-5ddb-496b-97de-63e0c4b379b5
3.Wipro
Software engineer role
Apply link :
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/76683f43-08e5-4f54-a2c1-00249d701655
4.ey hiring Fresher
2023-2024/2035
Apply link :
https://eyglobal.yello.co/jobs/0Iy0Oeg60FgeeOOcQQugBw?job_board_id=c1riT--B2O-KySgYWsZO1Q&src=JB-10820
5.Company:IBM
22/23/24/25
Role : Application Developer
Apply Link :
https://ibmglobal.avature.net/en_US/careers/JobDetail?jobId=45656&source=SN_LinkedIn
6. Revanture
2024/2025
https://www.revature.com/entry-level-software-engineer
eyglobal.yello.co
DET - Associate Software Engineer - GDSN02
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Tata Steel
Challenge Name: Women of Mettle 2025.
Batch : 2027 female passouts
Scholarship worth 2 Lakh + Internship and PPO by Tata Steel.
Link: https://tinyurl.com/tata-steel-scholarship
Challenge Name: Women of Mettle 2025.
Batch : 2027 female passouts
Scholarship worth 2 Lakh + Internship and PPO by Tata Steel.
Link: https://tinyurl.com/tata-steel-scholarship
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: HMEL
Competition Name: Energy Quest 2.0
Batch : 2026/2027 passouts eligible - All Branches.
Cash Prizes + a Chance to interview at HMEL.
Link : https://tinyurl.com/hmel-hiring-energyquest
(only a limited colleges allowed)
Competition Name: Energy Quest 2.0
Batch : 2026/2027 passouts eligible - All Branches.
Cash Prizes + a Chance to interview at HMEL.
Link : https://tinyurl.com/hmel-hiring-energyquest
(only a limited colleges allowed)
Mettl
Energy Quest 2.0 on Mercer-Mettl Xathon
<p>HPCL-Mittal Energy Limited (HMEL) is one of the youngest integrated energy companies in the Indian Oil & Gas sector which has created a unique identity in a short span with its exceptional performance and values-driven culture, energising the lives ofโฆ
Has anyone here got PPO Mail from Microsoft (2026 passouts) ? โฅ๏ธ
If you haven't, it's okay many more on the way๐
If you haven't, it's okay many more on the way๐
`
cpp#include <iostream>
#include <string>
#include <vector>
#include <set>
#include <utility>
using namespace std;
string s(string a) {
int n = a.length();
set<pair<char, int>> c;
vector<bool> r(n, false);
for (int i = 0; i < n; ++i) {
if (a[i] == '*') {
if (!c.empty()) {
auto it = c.begin();
int j = it->second;
r[j] = true;
c.erase(it);
}
} else {
c.insert({a[i], i});
}
}
string x = "";
for (int i = 0; i < n; ++i) {
if (a[i] != '*' && !r[i]) {
x += a[i];
}
}
return x;
}
Start Removal โ
โค2
#include <vector>Wi-Fi Router โ
#include <algorithm>
#include <cmath>
using namespace std;
int Solution::findRadius(vector<int> &A, vector<int> &B) {
sort(A.begin(), A.end());
sort(B.begin(), B.end());
int ans = 0;
for (int bld : A) {
auto it = lower_bound(B.begin(), B.end(), bld);
int dist = INT_MAX;
if (it != B.end())
dist = abs(*it - bld);
if (it != B.begin())
dist = min(dist, abs(*(it - 1) - bld));
ans = max(ans, dist);
}
return ans;
}
S2: 4xy
S7: 6
S12: 0
Q4: 1/2
S22: (2, 3)
S28: Target/Mean Encoding
S29: TimeSeriesSplit
S38: 15
S43: 2/5
S59: Mode > Median > Mean
ML - 2: The data has a Gaussian distribution
ML - 7: Updating prior beliefs with observed data using Bayes' theorem
ML - 12: The probability distribution over actions given states
ML - 17: Internal covariate shift
ML - 23: Boosting reduces bias, bagging reduces variance
ML - 24: Binary Cross-Entropy
S48: 30/84
S60: 150
S53: 2/3
S68: Prior ร Likelihood
Amazon Machine Learning Summer Schoolโ
S7: 6
S12: 0
Q4: 1/2
S22: (2, 3)
S28: Target/Mean Encoding
S29: TimeSeriesSplit
S38: 15
S43: 2/5
S59: Mode > Median > Mean
ML - 2: The data has a Gaussian distribution
ML - 7: Updating prior beliefs with observed data using Bayes' theorem
ML - 12: The probability distribution over actions given states
ML - 17: Internal covariate shift
ML - 23: Boosting reduces bias, bagging reduces variance
ML - 24: Binary Cross-Entropy
S48: 30/84
S60: 150
S53: 2/3
S68: Prior ร Likelihood
Amazon Machine Learning Summer Schoolโ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
๐ Pi42 is Hiring Freshers โ SDE-1 Role | Abhishek kasaudhan
๐ Pi42 is Hiring Freshers โ SDE-1 Role
Weโre conducting a Hiring Drive on 6th August to bring in smart, curious, and driven engineers ready to kickstart their tech careers!
๐จโ๐ป What weโre looking for:
Strong CS fundamentals
Problem-solving mindset
Willingnessโฆ
Weโre conducting a Hiring Drive on 6th August to bring in smart, curious, and driven engineers ready to kickstart their tech careers!
๐จโ๐ป What weโre looking for:
Strong CS fundamentals
Problem-solving mindset
Willingnessโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: Cisco
Role: Software Engineer โ Network/Embedded/Application Development (Intern) (6 months)
Batch: 2025/2026 passouts
Link: https://jobs.cisco.com/jobs/ProjectDetail/Software-Engineer-Network-Embedded-Application-Development-Intern-India-UHR/1421663
Role: Software Engineer โ Network/Embedded/Application Development (Intern) (6 months)
Batch: 2025/2026 passouts
Link: https://jobs.cisco.com/jobs/ProjectDetail/Software-Engineer-Network-Embedded-Application-Development-Intern-India-UHR/1421663
Cisco
Software Engineer โ Network/Embedded/Application Development (Intern) - India UHR
Apply for Software Engineer โ Network/Embedded/Application Development (Intern) - India UHR job with Cisco in Bangalore, India. Read about the role and find out if it's right for you.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Sopra Steria Referrals
Here's the link ๐
https://www.linkedin.com/posts/gauravjain0931_soprasteria-techcareers-sdejobs-activity-7357740609773727744-mZz_?
Here's the link ๐
https://www.linkedin.com/posts/gauravjain0931_soprasteria-techcareers-sdejobs-activity-7357740609773727744-mZz_?
Linkedin
Sopra Steria is hiring! | Gaurav Jain
Sopra Steria is hiring! We're looking for a Software Development Engineer (SDEs) to join our team. If you have a solid foundation in software development and are eager to grow your career in a collaborative, innovation-driven environment, this could be theโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
We are seeking a skilled Junior Data Engineer to join our team, build data pipelines, and support data-driven initiatives! | Aparnaโฆ
We are seeking a skilled Junior Data Engineer to join our team, build data pipelines, and support data-driven initiatives!
๐ Location: AidasTech India Pvt Ltd., Tidel Park, Coimbatore
๐ธ Salary: Market Standards
๐ 5 Days Working (Sat-Sun Fixed Off)
Noticeโฆ
๐ Location: AidasTech India Pvt Ltd., Tidel Park, Coimbatore
๐ธ Salary: Market Standards
๐ 5 Days Working (Sat-Sun Fixed Off)
Noticeโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
๐ Kickstart Your Tech Career with HCLTech! | Jayant Upadhyay
๐ Kickstart Your Tech Career with HCLTech! ๐
Are you a recent engineering graduate or part of the 2025 batch looking to make your mark in the tech world?
HCLTech is hiring Graduate Engineer Trainees (GET) across India! As someone who values innovation andโฆ
Are you a recent engineering graduate or part of the 2025 batch looking to make your mark in the tech world?
HCLTech is hiring Graduate Engineer Trainees (GET) across India! As someone who values innovation andโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Dear Future Interns ,the countdown begins! | Deepa Amin
Dear Future Interns ,the countdown begins!
๐ The Baker Hughes Internship Program (2026 batch) is about to take off and set to launch.
Weโre searching for sharp minds, brave ideas, and those ready to make energy cleaner, smarter, and more human. If you'reโฆ
๐ The Baker Hughes Internship Program (2026 batch) is about to take off and set to launch.
Weโre searching for sharp minds, brave ideas, and those ready to make energy cleaner, smarter, and more human. If you'reโฆ
โค1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Greetings from NxtWave!
We are pleased to inform you about an exciting opportunity for the role of Java Developer at Bridgesoft Below are the key details:
As you meet the eligibility criteria for this role, we are pleased to offer you another chance to apply for this opportunity.
๐Role Name: Java Developer
๐Skill Required: HTML, CSS, and JavaScript
๐Bond: 3 Years
โ No.of Openings: 15
๐Additional Skills: Java
Education : B.Tech, BE, M.E, M.Tech, and MCA
๐Streams : Anyone Can Apply
๐Pass-out Year: 2023, 2024, 2025
Job Type: Work From Office(WFO)
Location: Hyderabad
๐ฐCTC: 3 to 3.6 LPA
Mode of Interview: Offline
Interview Process: Screening, Assessment, TR1 and HR
๐๐๐Deadline to Apply: 4-Aug-2025, 6:00 PM
Please let us know your Interest & availability by ๐filling this form: https://docs.google.com/forms/d/1-FJvxjNJUc4FQpzivT4E_fRiVRyG9rn76UKxHqnmRzk/edit
๐Important Note:
- Having strong knowledge on Java and JavaScript only can apply.
- Ready to attend the offline interviews in Hyderabad next week only can apply.
- Ready for 3 years of bond can apply.
- Candidates ready to work on rotational shifts only can apply.
- Based on the performance in the interview the role is decided.
We are pleased to inform you about an exciting opportunity for the role of Java Developer at Bridgesoft Below are the key details:
As you meet the eligibility criteria for this role, we are pleased to offer you another chance to apply for this opportunity.
๐Role Name: Java Developer
๐Skill Required: HTML, CSS, and JavaScript
๐Bond: 3 Years
โ No.of Openings: 15
๐Additional Skills: Java
Education : B.Tech, BE, M.E, M.Tech, and MCA
๐Streams : Anyone Can Apply
๐Pass-out Year: 2023, 2024, 2025
Job Type: Work From Office(WFO)
Location: Hyderabad
๐ฐCTC: 3 to 3.6 LPA
Mode of Interview: Offline
Interview Process: Screening, Assessment, TR1 and HR
๐๐๐Deadline to Apply: 4-Aug-2025, 6:00 PM
Please let us know your Interest & availability by ๐filling this form: https://docs.google.com/forms/d/1-FJvxjNJUc4FQpzivT4E_fRiVRyG9rn76UKxHqnmRzk/edit
๐Important Note:
- Having strong knowledge on Java and JavaScript only can apply.
- Ready to attend the offline interviews in Hyderabad next week only can apply.
- Ready for 3 years of bond can apply.
- Candidates ready to work on rotational shifts only can apply.
- Based on the performance in the interview the role is decided.
Google Docs
Bridge soft|| Opportunity Interest Form
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Urgent Hiring: Junior Software Developer (.NET) ๐จ
Weโre excited to announce an opportunity for fresh BE/BTech graduates (2024โ25) from IT / Computer Science / E&TC streams to join our client company in Pune as Junior Software Developers (.NET)!
If youโre passionate about coding, eager to build scalable applications, and looking to grow your career in .NET development, we want to hear from you! ๐๐ป
๐ Key Requirements
โ๏ธ ASP.NET, C#, MVC Framework basics
โ๏ธ SQL, Entity Framework, LINQ, Web API
โ๏ธ JSON, jQuery, DevOps/TFS
โ๏ธ Agile/Scrum (JIRA) knowledge
โ๏ธ Strong communication skills
โจ Knowledge of Azure & Healthcare domain is a plus
๐ฉ Apply Now: Send your resume to hiring@fortunecloudindia.com
Weโre excited to announce an opportunity for fresh BE/BTech graduates (2024โ25) from IT / Computer Science / E&TC streams to join our client company in Pune as Junior Software Developers (.NET)!
If youโre passionate about coding, eager to build scalable applications, and looking to grow your career in .NET development, we want to hear from you! ๐๐ป
๐ Key Requirements
โ๏ธ ASP.NET, C#, MVC Framework basics
โ๏ธ SQL, Entity Framework, LINQ, Web API
โ๏ธ JSON, jQuery, DevOps/TFS
โ๏ธ Agile/Scrum (JIRA) knowledge
โ๏ธ Strong communication skills
โจ Knowledge of Azure & Healthcare domain is a plus
๐ฉ Apply Now: Send your resume to hiring@fortunecloudindia.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐ Weโre Hiring | SDE 1 (1โ2 years experience)
FNP is Looking for passionate Software Development Engineers to join our growing team!
What weโre looking for:
๐น 1โ2 years of backend development experience
๐น Strong in Java and/or Go
๐น Solid CS fundamentals (DSA, OOP, system design basics)
๐น From a good Tier 2/3 engineering college
๐น Previous experience in a product-based company is a big plus
If you or someone you know fits the bill, feel free to DM me or share your resume at mansi.t@fnp.com
Letโs build something impactful together!
FNP is Looking for passionate Software Development Engineers to join our growing team!
What weโre looking for:
๐น 1โ2 years of backend development experience
๐น Strong in Java and/or Go
๐น Solid CS fundamentals (DSA, OOP, system design basics)
๐น From a good Tier 2/3 engineering college
๐น Previous experience in a product-based company is a big plus
If you or someone you know fits the bill, feel free to DM me or share your resume at mansi.t@fnp.com
Letโs build something impactful together!