回复: 6
跳转到指定楼层
上一主题 下一主题
收起左侧

Amazon sde2 oa

全局:

2024(4-6月) 码农类General 硕士 全职@Eze software - 网上海投 - HR筛选 在线笔试  | 🙁 Negative 😐 Average | Other | 在职跳槽

注册一亩三分地论坛,查看更多干货!

您需要 登录 才可以下载或查看附件。没有帐号?注册账号

x
在线求解:
4/30 做的oa,做的时候两道题15个cases都是ac。但是过了两天收到了一封23年底投得岗的拒信,非常困惑,感觉自己后面的性格测试和system design 的选择题没有做得很差。已经发信给了hr,但到现在还没回复。不知道什么情况,有没有内部人士给个解答。

两道oa题目:
1. reduce gifts
determine the minimum num of items to remove from an array of prices so that the sum of prices of any k items does not exceed a threshold.
Note: if the number of items in the list is less than k, then there is no need to remove any more items.
ex:
prices = [3, 2, 1, 4, 6, 5]
k = 3
threshold = 14
The sum of prices for every 3 items must not be more than 14. The sum of prices of the last three item is 6 + 5+ 4 = 15. the item price
6 can be removed.so the list leave[3, 2, 1, 4, 5]. No 3 items' prices sum to greater than 14. Only 1 item needs to removed.

return the min number of items to remove from the list

prices = [9, 6, 7, 2, 7, 2]
k = 2
threshold = 13
return 2

prices = [9, 6, 3, 2, 9, 10, 10 ,11]
k = 4
threshold =
您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
使用VIP即刻解锁阅读权限或查看其他获取积分的方式
游客,您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
VIP即刻解锁阅读权限查看其他获取积分的方式
Unlock interview details and practice with AI
Curated Interview Questions from Top Companies
so, request 2 is served. The number of requests in the queue at time = 1 seconds is 2. queue = [2, 3].

  - time = 2 seconds, request 2 is removed because it is processed, request 3 is served.
  The number of requests in the queue is 1. queue = [3].

  - time = 3 seconds, request 3 is removed because it is processed. The number of requests in the queue is 0. queue = [empty].
The answer is [4, 2, 1, 0].

Constraints:
1 ≤ n ≤ 10^5
1 ≤ wait[i] ≤ 10^5

Input: wait = [4,4,4]
Output: [3, 2, 1, 0]

评分

参与人数 2大米 +11 收起 理由
vanchen + 1 给你点个赞!
匿名用户-H9ZCB + 10 欢迎分享你知道的情况,会给更多大米奖励!

查看全部评分


上一篇:Tiktok NG SDET 测试QA有最近面试的宝宝吗?
下一篇:请问现在Apple面试的timeline
推荐
 楼主| yby_95 2024-5-7 06:42:50 | 只看该作者
全局:
真是气人,hr回信说,是work style多选题的分低才不给面的。实在是荒谬,work style怎么可能会分低,明明是按照亚麻的准则答的,code都ac了,居然不发onsite。完全浪费时间。
回复

使用道具 举报

全局:
OA做完,HR发了个 survey 邮件就失踪了。至今没下文。(虽然 portal 里变成 no longer under consideration 了,大概是凉了)
回复

使用道具 举报

🔗
vanchen 2024-5-8 03:01:29 | 只看该作者
全局:
楼主能分享一下这两题的思路吗?多谢
已加米
回复

使用道具 举报

🔗
peter662b 2024-5-13 05:32:55 | 只看该作者
全局:
q1. sort + sliding window
q2. sort + binary search right
回复

使用道具 举报

地里匿名用户
🔗
匿名用户-2C8J1  2024-5-15 00:39:23 来自APP
微信用户_h9u3u 发表于 2024-05-06 23:22:55
OA做完,HR发了个 survey 邮件就失踪了。至今没下文。(虽然 portal 里变成 no longer under consideration 了,大概
同样的情况,oa两道都做出来了,据信都没有
回复

使用道具 举报

全局:
匿名用户 发表于 2024-05-14 09:39:23
同样的情况,oa两道都做出来了,据信都没有
上周发邮件问hr,说是hm休假去了,稍晚会回办公室,然后又ghost了我一周到现在。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

>
快速回复 返回顶部 返回列表