Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Mitsogo is Hiring !!
Role: Software Engineer (Fresher Hiring)
Batch: 2023 , 2024
๐Apply Link: https://www.mitsogo.com/career/opportunities-for-freshers/
Role: Software Engineer (Fresher Hiring)
Batch: 2023 , 2024
๐Apply Link: https://www.mitsogo.com/career/opportunities-for-freshers/
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐HealthFlex is Hiring !!
Role: Frontend Developer
Experience: 0 - 3 year's
CTC: 5 - 7 Lpa
๐Apply here: https://cuvette.tech/app/public/job/65e1d0e296fbd2b3e21e6340?referralCode=9NLDH1
Role: Frontend Developer
Experience: 0 - 3 year's
CTC: 5 - 7 Lpa
๐Apply here: https://cuvette.tech/app/public/job/65e1d0e296fbd2b3e21e6340?referralCode=9NLDH1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Aroundly is Hiring !!
Role: Frontend React Developer Intern
Batch: 2023/2024/2025/2026
Stipend: 8,000 โ 12,000 per month
๐Apply here:
https://wellfound.com/l/2zDSXD
Role: Frontend React Developer Intern
Batch: 2023/2024/2025/2026
Stipend: 8,000 โ 12,000 per month
๐Apply here:
https://wellfound.com/l/2zDSXD
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Boston Technology Corporation is Hiring !!
Role: React.js Developer
Batch: 2022/2023/2024/2025/2026
๐Apply here:
https://www.linkedin.com/jobs/view/3841437880
Role: React.js Developer
Batch: 2022/2023/2024/2025/2026
๐Apply here:
https://www.linkedin.com/jobs/view/3841437880
๐2
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Accenture is Hiring !!
Role: Software Development Engineer
Experience: 0 - 2 years
Expected Salary: 4 - 8 LPA
๐Apply here: https://accenture.com/in-en/careers/jobdetails?id=ATCI-4154481-S1608969_en&SRC=RECNau
Role: Software Development Engineer
Experience: 0 - 2 years
Expected Salary: 4 - 8 LPA
๐Apply here: https://accenture.com/in-en/careers/jobdetails?id=ATCI-4154481-S1608969_en&SRC=RECNau
Accenture
Search Jobs
Search for Accenture jobs and find open positions near you. Use the search box to learn more about our career opportunities.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Autodesk
Role: Software Engineer
Batch eligible: 2022 and 2023 passouts
Apply: https://autodesk.wd1.myworkdayjobs.com/en-US/uni/job/Bengaluru-IND/Software-Engineer_24WD76312
Role: Software Engineer
Batch eligible: 2022 and 2023 passouts
Apply: https://autodesk.wd1.myworkdayjobs.com/en-US/uni/job/Bengaluru-IND/Software-Engineer_24WD76312
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Ciena is Hiring !!
Role: Technical Support Engineer
Expected Salary: 5 - 10 LPA
๐Apply here- https://unstop.com/jobs/technical-support-engineer-ciena-corporation-918350?utm_source=DotAware&utm_medium=Affiliates&utm_campaign=CIENA04032024&ref=DAW
Role: Technical Support Engineer
Expected Salary: 5 - 10 LPA
๐Apply here- https://unstop.com/jobs/technical-support-engineer-ciena-corporation-918350?utm_source=DotAware&utm_medium=Affiliates&utm_campaign=CIENA04032024&ref=DAW
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
โ๏ธCencora Off Campus Drive 2024 Hiring As Trainee Engineer | Rs 4 LPA*โ๏ธ
๐จโ๐ปJob Role : Trainee Engineer
๐Qualification : B.E/B.Tech
๐Batch : Any Batch
๐ฐSalary : 4 LPA*
โญ๏ธ Apply Fast
https://cencora.recruiting.com/it-engineer-trainee-sap-salesforce-hybris-commerce/job/27861333
๐จโ๐ปJob Role : Trainee Engineer
๐Qualification : B.E/B.Tech
๐Batch : Any Batch
๐ฐSalary : 4 LPA*
โญ๏ธ Apply Fast
https://cencora.recruiting.com/it-engineer-trainee-sap-salesforce-hybris-commerce/job/27861333
Recruiting
Expired Cencora Jobs
Find Expired jobs for Cencora.
๐1
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
long long getNumPairs(vector<int>& arr, int l, int r) {
sort(arr.begin(), arr.end());
long long numPairs = 0;
for (int i = 0; i < arr.size(); ++i) {
auto low = lower_bound(arr.begin() + i + 1, arr.end(), l - arr[i]);
auto high = upper_bound(arr.begin() + i + 1, arr.end(), r - arr[i]);
numPairs += (high - low);
}
return numPairs;
}
IBMโ
๐2
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
def max_value(x, y, z): max_val = x for i in range(z): if x < y: x += 1 elif x > y: x -= 1 max_val = max(max_val, x) return max_val IBMโ
#include <iostream>
#include <algorithm>
int max_value(int x, int y, int z) {
int max_val = x;
for (int i = 0; i < z; ++i) {
if (x < y) {
x += 1;
} else if (x > y) {
x -= 1;
}
max_val = std::max(max_val, x);
}
return max_val;
}
IBMโ
#include <algorithm>
int max_value(int x, int y, int z) {
int max_val = x;
for (int i = 0; i < z; ++i) {
if (x < y) {
x += 1;
} else if (x > y) {
x -= 1;
}
max_val = std::max(max_val, x);
}
return max_val;
}
IBMโ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Seagate Hiring !!
Role - Data Science Intern
Batch - 2023,2024
Apply Link -
https://seagatecareers.com/job/Pune-Intern-Data-Science/1126888900/?feedId=325900
Role - Data Science Intern
Batch - 2023,2024
Apply Link -
https://seagatecareers.com/job/Pune-Intern-Data-Science/1126888900/?feedId=325900
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
We are hiring for freshers
QA Trainee
B.tech and MCA(2023 - 2024) Passout
Exp; 0- 1 year can be considered
Location - Noida
5 Days working from Office
Interested candidates can share their resumes at chadha.smriti@thinksys.com
QA Trainee
B.tech and MCA(2023 - 2024) Passout
Exp; 0- 1 year can be considered
Location - Noida
5 Days working from Office
Interested candidates can share their resumes at chadha.smriti@thinksys.com
๐3
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐FuelBuddy is Hiring !!
Role: Tech Trainee Intern
Experience: Fresher Less than 1 year
Stipend: 15K per month
๐Apply here: https://expertia.ai/fuelbuddy-in/job/hiring-tech-trainee-6579a14c7d51afbfb362c220?easy_apply=true&date-refresh=03/05/2024
Role: Tech Trainee Intern
Experience: Fresher Less than 1 year
Stipend: 15K per month
๐Apply here: https://expertia.ai/fuelbuddy-in/job/hiring-tech-trainee-6579a14c7d51afbfb362c220?easy_apply=true&date-refresh=03/05/2024
expertia.ai
Tech Trainee Job | Gurgaon | Fresher
About Us:We are a fast-scaling company that is com... | Gurgaon | Fresher | Jira, scrum, JavaScript, Java, Node.js, React.js, Veu | Internship.
๐2
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Platned is Hiring !!
Role: Software Engineer
Expected Salary: 4-8 LPA
๐Apply here: https://linkedin.com/jobs/view/3840574137/
Role: Software Engineer
Expected Salary: 4-8 LPA
๐Apply here: https://linkedin.com/jobs/view/3840574137/
Linkedin
Platned hiring Software Engineer in India | LinkedIn
Posted 10:20:47 PM. Company Description Platned is a leading provider of ERP & IT solutions and services to enterprisesโฆSee this and similar jobs on LinkedIn.
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Boomi is Hiring !!
Role: Software Engineer 1
Expected Salary: 8 - 20 LPA
๐Apply here: https://boomi.com/boomi-jobs/?gh_jid=5094650004&gh_src=047aa44c4us
Role: Software Engineer 1
Expected Salary: 8 - 20 LPA
๐Apply here: https://boomi.com/boomi-jobs/?gh_jid=5094650004&gh_src=047aa44c4us
Boomi
Boomi Jobs | Boomi
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Bentley Systems is Hiring !!
Role: Intern
Expected Stipend: 25K-50K per month
๐Apply here: https://jobs.bentley.com/job/Pune-Intern/1140110300/
Role: Intern
Expected Stipend: 25K-50K per month
๐Apply here: https://jobs.bentley.com/job/Pune-Intern/1140110300/