Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Siemens hiring for Software Development Intern role (2023 and 2024 grads eligible)
https://jobs.siemens.com/jobs/347133?lang=en-us&sourceType=PREMIUM_POST_SITE
P.S. Also share among friends ?
https://jobs.siemens.com/jobs/347133?lang=en-us&sourceType=PREMIUM_POST_SITE
P.S. Also share among friends ?
๐2
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐ด Google Training and Scholarship opportunity for woman candidates....
Exam date: In Feb
Last date: 28 Feb 2023
๐ฅBenefits: 1 Lakh Rs for 200 candidates and internship opportunities
๐ด Apply Now
http://bit.ly/3KqB4zF
Exam date: In Feb
Last date: 28 Feb 2023
๐ฅBenefits: 1 Lakh Rs for 200 candidates and internship opportunities
๐ด Apply Now
http://bit.ly/3KqB4zF
Women Engineers Program
We Program, Supported by Google and Offered by TalentSprint
Join WE Program for Women Software Engineers, supported by Google and offered by TalentSprint, to excel in the tech industry. Offering 100% scholarship and preparing to be a globally competitive software engineer. Apply now!
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
โ๏ธ LG Soft Off Campus Drive 2023 for Software Developer | 7.5 LPA โ๏ธ
๐จโ๐ป Job Role : Software Developer(R&D)
๐ Qualification : B.E./B.Tech/M.Tech/MCA
๐ Batch : 2021/2022/2023
๐ฐ CTC/Salary : Rs 7.5 LPA
โญ๏ธ Apply Fast :-
https://www.firstnaukri.com/job-listings-lg-soft-fresher-opening-c-c-trained-candidate-for-developer-role-lg-soft-india-bangalore-bengaluru-0-to-1-years-220223910878
๐จโ๐ป Job Role : Software Developer(R&D)
๐ Qualification : B.E./B.Tech/M.Tech/MCA
๐ Batch : 2021/2022/2023
๐ฐ CTC/Salary : Rs 7.5 LPA
โญ๏ธ Apply Fast :-
https://www.firstnaukri.com/job-listings-lg-soft-fresher-opening-c-c-trained-candidate-for-developer-role-lg-soft-india-bangalore-bengaluru-0-to-1-years-220223910878
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
IBM is Hiring
Role: Associate Systems Engineer
Qualifications: B.Tech/BE, MCA, M.Tech/ME
Branch: CS, IT, ECE, EEE or related Branches
Batch 2022 2021 2020
Experience: Freshers
https://careers.ibm.com/job/16904358/associate-systems-engineer-remote/?codes=SN_LinkedIn
Step 2 https://ibmglobal.yello.co/app/collect/event/kBxDo26Mz8t_bBzohHbFTA
Role: Associate Systems Engineer
Qualifications: B.Tech/BE, MCA, M.Tech/ME
Branch: CS, IT, ECE, EEE or related Branches
Batch 2022 2021 2020
Experience: Freshers
https://careers.ibm.com/job/16904358/associate-systems-engineer-remote/?codes=SN_LinkedIn
Step 2 https://ibmglobal.yello.co/app/collect/event/kBxDo26Mz8t_bBzohHbFTA
๐1
public int findmaxdistinctitems(int n, int k, Integer[] arr) {
Set<Integer> set = new HashSet<Integer>(new ArrayList<Integer>(Arrays.asList(arr)));
int sum = 0;
int result = arr.length;
for (int i = 1; i <= n && sum + i <= k; i++) {
if (!set.contains(i)) {
sum += i;
result++;
}
}
return result;
}
Oracleโ
Set<Integer> set = new HashSet<Integer>(new ArrayList<Integer>(Arrays.asList(arr)));
int sum = 0;
int result = arr.length;
for (int i = 1; i <= n && sum + i <= k; i++) {
if (!set.contains(i)) {
sum += i;
result++;
}
}
return result;
}
Oracleโ
Oracle โ
Javascript
Javascript