Тёмный

5 Most Common Amazon Coding Interview Questions for 2022 

Codebagel
Подписаться 57 тыс.
Просмотров 34 тыс.
50% 1

Опубликовано:

 

28 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@veerendranathn
@veerendranathn 2 года назад
Please continue posting these videos. If possible do separate videos for each type of the algorithm
@Codebagel
@Codebagel 2 года назад
Thanks, I'd love to! If this video hits 5,000 views I'll make a follow-up to it for some other large companies!
@siddarthseloth6250
@siddarthseloth6250 2 месяца назад
@@Codebagel This video hit 26,000 views, 5x more than expected, please you make amazing videos, and welll-defined ones, can you make for other companies as well.
@Csgo-beast
@Csgo-beast Год назад
Really nice video! Didn't come in with expectations of any good explanations since the video is 20min but covers 5 medium questions but to my surprise it very well did!
@ShahidNihal
@ShahidNihal Год назад
I didn't know we could custom sort!! Thanks for the video
@saraahmed408
@saraahmed408 4 месяца назад
Thank you so much! Are these questions were asked during the OA or during the final interviews?
@antoninsoulier6391
@antoninsoulier6391 2 года назад
Hello, for the Search Suggestions System don't you think it's better this way: def TypeSearch(products,search_word): final = [] i=0 while(i3): proposed_products.sort() final.append(proposed_products[0:3]) else: final.append(proposed_products) i+=1 print(final) ty for the video btw!
@aninditabatra3810
@aninditabatra3810 Год назад
love the video! very thorough
@chiragbansal7786
@chiragbansal7786 8 месяцев назад
I almost went for a trie for the first one
@asilbekabdurashidov5195
@asilbekabdurashidov5195 2 года назад
Keep going bro
@Codebagel
@Codebagel 2 года назад
Will do, glad you’re enjoying it!
@arthurmorgan718
@arthurmorgan718 2 года назад
keep the good work
@Codebagel
@Codebagel 2 года назад
Thanks! I’ll do my best!
@carolinapinsdorf6372
@carolinapinsdorf6372 Месяц назад
would you say this are intern leval type of question?
@sathwikkatepally9993
@sathwikkatepally9993 5 месяцев назад
In the 3rd problem, You sorted letter logs from index 1, and 0 if their contents are same. But the identifiers aren’t of length 1… right?
@Giggl3puff
@Giggl3puff 3 месяца назад
The split method creates an array of strings that were surrounded by whitespace in the initial string. So index[0] actually refers to the entire identifier up to the whitespace. The split method on "test 123 456 789" would make an array of ["test", "123", "456", "789"] He was also sorting from index 1 (which is the first word) until the last index (the last word), not just index 1. Not sure if that's what you meant but I figured I'd clarify
@yonitrach
@yonitrach 3 месяца назад
cant you do the 4th most common question in O(n) using the select algorithm
@kobbimarwa4266
@kobbimarwa4266 5 месяцев назад
My destination 🧡
@MadHolms
@MadHolms 8 месяцев назад
not even one problem related to DP, hmm, highly doubt Amazon won't ask DP questions :)
Далее
Top 7 Data Structures for Interviews Explained SIMPLY
13:02
How to Solve ANY LeetCode Problem (Step-by-Step)
12:37
Просмотров 277 тыс.
Software Engineering Job Interview - Full Mock Interview
1:14:29
Top 7 Algorithms for Coding Interviews Explained SIMPLY
21:22
LeetCode was HARD until I Learned these 15 Patterns
13:00