โ
โ
โ
#Amazon Reverse Array Queries - Python Amazon Test Solutions
๐ t.me/sup777exams
def performOperations(arr, operations):
for i in operations:
arr[i[0]:i[1]+1]=reversed(arr[i[0]:i[1]+1])
return arr
โ
Share in ur College WhatsApp Groups๐ t.me/sup777exams
๐1
โ
โ
โ
#Amazon Minimize Memory - Python Amazon Test Solutions
โ Share in ur College WhatsApp Groups
๐ t.me/sup777exams
โ Share in ur College WhatsApp Groups
๐ t.me/sup777exams
โ
โ
โ
#Amazon Minimize Memory - Python Amazon Test Solutions
โ Share in ur College WhatsApp Groups
๐ t.me/sup777exams
โ Share in ur College WhatsApp Groups
๐ t.me/sup777exams
โ
โ
โ
#Amazon Package Get Minimium Cost - Parcels - Python Amazon Test Solutions
โ Share in ur College WhatsApp Groups
๐ t.me/sup777exams
โ Share in ur College WhatsApp Groups
๐ t.me/sup777exams
private static long getMinimumCost(List<Integer> parcels, int k){
Set<Integer> set = new HashSet<>(parcels);
int i = 1;
long cost = 0;
while(set.size() != k){
if(!set.contains(i)){
set.add(i);
cost += i;
}
i++;
}
return cost;
}
โ โ โ #Amazon Package Get Minimium Cost - Parcels - Java8 Amazon Test Solutions
โ Share in ur College WhatsApp Groups
๐ t.me/sup777exams
Set<Integer> set = new HashSet<>(parcels);
int i = 1;
long cost = 0;
while(set.size() != k){
if(!set.contains(i)){
set.add(i);
cost += i;
}
i++;
}
return cost;
}
โ โ โ #Amazon Package Get Minimium Cost - Parcels - Java8 Amazon Test Solutions
โ Share in ur College WhatsApp Groups
๐ t.me/sup777exams
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
We're hiring DevOps Engineers with skills in AWS, basic Java (or C++), troubleshooting, Linux, and git. Interested? DM me only if you think you're skilled enough
#Amazon #DevOps
https://x.com/tush_tr604/status/1778765194581475433
#Amazon #DevOps
https://x.com/tush_tr604/status/1778765194581475433
X (formerly Twitter)
Tushar Rajpoot (@tush_tr604) on X
We're hiring DevOps Engineers with skills in AWS, basic Java (or C++), troubleshooting, Linux, and git. Interested? DM me only if you think you're skilled enough
#Amazon #DevOps #Hiring
#Amazon #DevOps #Hiring
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
#hiring #amazon #software #developer | Mukul Kumar | 45 comments
We are hiring 50+ engineers at Amazon across all levels.
Here are the following openings for which we are actively hiring:
1. SDE1 (Level 4): Freshers can also apply
2. SDE2 (Level 5): 2022 or early graduates
3. SDE3 (Level 6): 5-8 years of experienceโฆ
Here are the following openings for which we are actively hiring:
1. SDE1 (Level 4): Freshers can also apply
2. SDE2 (Level 5): 2022 or early graduates
3. SDE3 (Level 6): 5-8 years of experienceโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Amazon is hiring SDE
For 2022, 2023, 2024 gards
Location: Bangalore
https://www.linkedin.com/posts/whykanishk_hiring-sde1-sde2-activity-7303287373470085120-XtAv?utm_source=share&utm_medium=member_android&rcm=ACoAADcYLRgBJmsLNWvacCtmAInFWe0W5S4QEzg
For 2022, 2023, 2024 gards
Location: Bangalore
https://www.linkedin.com/posts/whykanishk_hiring-sde1-sde2-activity-7303287373470085120-XtAv?utm_source=share&utm_medium=member_android&rcm=ACoAADcYLRgBJmsLNWvacCtmAInFWe0W5S4QEzg
Linkedin
We're Hiring โ SDE 1 & SDE 2! | Kanishk Tiwari
We're Hiring โ SDE 1 & SDE 2! ๐ Bangalore
My team (Amazon Pay BLR) is looking for SDE 1 and SDE 2 engineers to join us!
If you're passionate about solving complex problems, designing scalable systems, and making an impact, this could be a great opportunityโฆ
My team (Amazon Pay BLR) is looking for SDE 1 and SDE 2 engineers to join us!
If you're passionate about solving complex problems, designing scalable systems, and making an impact, this could be a great opportunityโฆ
๐1