๐ Goldman Sachs is Hiring for Software Engineering - Associate! ๐
๐ Location: Bengaluru, India
๐ Qualifications: Bachelorโs / Masterโs Degree
๐ฐ Salary: 8 - 21 LPA (Expected)
๐งโ๐ป Experience: Freshers / Experienced
๐ Apply Now:
https://hdpc.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/LateralHiring/job/136278?
๐ Join our community for more job updates on Telegram!
https://t.me/addlist/XPgRhDouPTM3YWY1
All the best ๐๐
๐ Location: Bengaluru, India
๐ Qualifications: Bachelorโs / Masterโs Degree
๐ฐ Salary: 8 - 21 LPA (Expected)
๐งโ๐ป Experience: Freshers / Experienced
๐ Apply Now:
https://hdpc.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/LateralHiring/job/136278?
๐ Join our community for more job updates on Telegram!
https://t.me/addlist/XPgRhDouPTM3YWY1
All the best ๐๐
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
import java.util.*;
public class Main {
static int MOD = 1000000007;
public static void countErrors(String s, int[] type1, int[] type2) {
int n = s.length();
int[] p = new int[n + 1];
int[] p1 = new int[n + 1];
for (int i = n - 1; i >= 0; i--) {
if (s.charAt(i) == '0') {
p[i] = p[i + 1] + 1;
p1[i] = p1[i + 1];
} else {
p[i] = p[i + 1];
p1[i] = p1[i + 1] + 1;
}
}
for (int i = 0; i < n; i++) {
if (s.charAt(i) == '0') {
type1[0] += p1[i + 1];
} else {
type2[0] += p[i + 1];
}
}
}
public static int getMinErrors(String errorString, int x, int y) {
StringBuilder s1 = new StringBuilder(errorString);
StringBuilder s2 = new StringBuilder(errorString);
for (int i = 0; i < errorString.length(); i++) {
if (errorString.charAt(i) == '!') {
s1.setCharAt(i, '0');
s2.setCharAt(i, '1');
}
}
int[] t = new int[1];
int[] t2 = new int[1];
countErrors(s1.toString(), t, t2);
int tt = (int) (((long) t[0] * x % MOD + (long) t2[0] * y % MOD) % MOD);
t[0] = 0;
t2[0] = 0;
countErrors(s2.toString(), t, t2);
tt = Math.min(tt, (int) (((long) t[0] * x % MOD + (long) t2[0] * y % MOD) % MOD));
return tt;
}
Amazon โ
def sortPermutation(p, moves):
n = len(p)
visited = [False] * n
count = 0
for i in range(n):
if not visited[i]:
cycle_length = 0
x = i
while not visited[x]:
visited[x] = True
x = p[x] - 1
cycle_length += 1
if cycle_length > 1:
count += (cycle_length - 1)
res = [0] * len(moves)
for idx, move in enumerate(moves):
if move >= count and (move - count) % 2 == 0:
res[idx] = 1
rs = "".join(str(x) for x in res)
return rs
Amazon โ
๐2
#include <iostream>
#include <vector>
#include <climits>
using namespace std;
int minMagicPoints(int H, int N, vector<int>& D, vector<int>& M) {
vector<int> dp(H + 1, INT_MAX);
dp[0] = 0;
for (int h = 1; h <= H; ++h) {
for (int i = 0; i < N; ++i) {
int dmg = D[i];
int cost = M[i];
if (h - dmg >= 0) {
dp[h] = min(dp[h], dp[h - dmg] + cost);
} else {
dp[h] = min(dp[h], cost);
}
}
}
return dp[H];
}
Commvaultโ
๐3
string getLargestString(string s, int k) {
unordered_map<char, int> charMap;
for (char ch : s) {
charMap[ch]++;
}
vector<pair<char, int>> cc(charMap.begin(), charMap.end());
sort(cc.begin(), cc.end(), greater<>());
string result;
int n = cc.size();
for (int i = 0; i < n;) {
int count = 0;
while (i < n && cc[i].second > 0 && count < k) {
result += cc[i].first;
cc[i].second--;
count++;
}
if (count == k) {
int j = i + 1;
while (j < n && c[j].second <= 0) {
j++;
}
if (j < n) {
result += cc[j].first;
cc[j].second--;
}
}
if (cc[i].second == 0) {
i++;
}
}
return result;
}
IBMโ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: State Street
Role: Technology Internship Program (6 months)
Batch eligible: 2025 grads
Apply: https://statestreet.wd1.myworkdayjobs.com/Global/job/Bangalore-India/Technology-Internship-Program--6-Months-_R-758295
Role: Technology Internship Program (6 months)
Batch eligible: 2025 grads
Apply: https://statestreet.wd1.myworkdayjobs.com/Global/job/Bangalore-India/Technology-Internship-Program--6-Months-_R-758295
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Gunaseelan Mathivanan on LinkedIn: #freshershiring #2023passout #2024passout #engineers #hiring #offcampusโฆ | 58 comments
Enphase Energy is hiring fresh talents for CS - Engineer Roles ! Start your career with one of the leading Power Renewable Organization .
P Soujanya Sowmiyaโฆ | 58 comments on LinkedIn
P Soujanya Sowmiyaโฆ | 58 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://www.linkedin.com/posts/taskcraft-technologies_hiringfreshers-walkininterview-softwaredevelopment-activity-7243921368918986752-LlSp?utm_source=share&utm_medium=member_desktop
๐ขExciting Opportunity for Fresh Graduates of 2023 and 2024 !!
Are you ready to kick-start your career in the IT industry? Join us at TaskCraft Technologies LLP - A CMMI Level 5 Company for a Walk-In Interview for the role of "Trainee Software Developer!" We are actively seeking passionate and talented individuals to be a part of our growing team.
๐ Date: October 4th, 2024 (Friday)
๐ Time: 11:00 AM โ 05:00 PM
๐ Location: First floor, Plot no. 100, Scheme no. 53, Landmark - Medanta Hospital, Vijay Nagar, Indore
๐ฏ Profile: Trainee Software Developer
๐ Qualifications:
B.Tech
(CS/IT)
M.Tech
(CS)
MCA
BE (CS/IT)
๐Must have completed degrees
Passing Years: 2023, 2024
Take the first step towards an exciting career with us!
For more details, visit: https://taskcraft.in
Feel free to reach out to us at: +91-7880001859
๐ขExciting Opportunity for Fresh Graduates of 2023 and 2024 !!
Are you ready to kick-start your career in the IT industry? Join us at TaskCraft Technologies LLP - A CMMI Level 5 Company for a Walk-In Interview for the role of "Trainee Software Developer!" We are actively seeking passionate and talented individuals to be a part of our growing team.
๐ Date: October 4th, 2024 (Friday)
๐ Time: 11:00 AM โ 05:00 PM
๐ Location: First floor, Plot no. 100, Scheme no. 53, Landmark - Medanta Hospital, Vijay Nagar, Indore
๐ฏ Profile: Trainee Software Developer
๐ Qualifications:
B.Tech
(CS/IT)
M.Tech
(CS)
MCA
BE (CS/IT)
๐Must have completed degrees
Passing Years: 2023, 2024
Take the first step towards an exciting career with us!
For more details, visit: https://taskcraft.in
Feel free to reach out to us at: +91-7880001859
Linkedin
TaskCraft Technologies LLP - A CMMI Level 5 Company on LinkedIn: #hiringfreshers #walkininterview #softwaredevelopment #jobopportunitiesโฆโฆ
๐ขExciting Opportunity for Fresh Graduates of 2023 and 2024 !!
Are you ready to kick-start your career in the IT industry? Join us at TaskCraft Technologiesโฆ | 144 comments on LinkedIn
Are you ready to kick-start your career in the IT industry? Join us at TaskCraft Technologiesโฆ | 144 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Sonali Verma on LinkedIn: Google Forms: Sign-in
Hello Everyone,
Rupeek is currently looking for a talented IT Intern to join our dynamic Tech team.
If you meet the eligibility criteria and are enthusiasticโฆ
Rupeek is currently looking for a talented IT Intern to join our dynamic Tech team.
If you meet the eligibility criteria and are enthusiasticโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Mitratech is hiring for Software Engineer I
Experience: Freshers
Expected Salary: 9-14 LPA
Apply here: https://mitratech.com/about-us/careers/?gh_jid=6243012
Experience: Freshers
Expected Salary: 9-14 LPA
Apply here: https://mitratech.com/about-us/careers/?gh_jid=6243012
Mitratech
Careers
Explore Mitratech job openings to join a team of global technology leaders in corporate legal, risk & compliance, and human resource automated solutions.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
IBM Hiring Research Interns
Batch: 2026/2027
BTech/MTech/Ph.D all are eligible.
https://ibm.ent.box.com/v/india-research-internship-2025
Batch: 2026/2027
BTech/MTech/Ph.D all are eligible.
https://ibm.ent.box.com/v/india-research-internship-2025
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Coddle Technologies Pvt. Ltd. is hiring for Software Engineer Trainee
Experience: Freshers
Apply here: https://www.expertia.ai/coddletech/job/hiring-software-engineer-trainee-668f8636bd6d66a8693e986f?easy_apply=true&date-refresh=09/24/2024
Experience: Freshers
Apply here: https://www.expertia.ai/coddletech/job/hiring-software-engineer-trainee-668f8636bd6d66a8693e986f?easy_apply=true&date-refresh=09/24/2024
expertia.ai
Software Engineer Trainee Job | Bangalore | Fresher
Company OverviewAn ISO 9001:2015 certified organiz... | Bangalore | Fresher | Programming, Problem Solving, Software Development, Algorithm Design, Debugging, Data Structures, Object-Oriented Programming, Version Control | Internship.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Duck Creek Technologies is hiring for Junior Associate Software Engineer (Analyst) - Remote
Experience: Freshers
Expected Salary: 6-10 LPA
Apply here: https://www.linkedin.com/jobs/view/4031910561/?alternateChannel=search
Experience: Freshers
Expected Salary: 6-10 LPA
Apply here: https://www.linkedin.com/jobs/view/4031910561/?alternateChannel=search
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
RIA InsurTech is hiring for Junior Frontend Developer - Remote
Experience: Freshers
Expected Salary: 15-25 LPA
Apply here: https://wellfound.com/jobs/3095842-junior-frontend-developer
Experience: Freshers
Expected Salary: 15-25 LPA
Apply here: https://wellfound.com/jobs/3095842-junior-frontend-developer
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Volvo Cars is hiring for Software Engineer
Experience: Freshers
Expected Salary: 7-15 LPA
Apply here: https://jobs.volvocars.com/job/Bengaluru-Software-Engineer-KA-562122/1122209501/
Experience: Freshers
Expected Salary: 7-15 LPA
Apply here: https://jobs.volvocars.com/job/Bengaluru-Software-Engineer-KA-562122/1122209501/
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Suma Soft is Hiring for Java Developer (freshers)
Location: Pune
Experience: Freshers
Notice Period - Immediate joiner only
๐ฉShare your resume: anamika.shukla@sumasoft.net
Location: Pune
Experience: Freshers
Notice Period - Immediate joiner only
๐ฉShare your resume: anamika.shukla@sumasoft.net