<
回复: 6
收起左侧

尬死透昂赛面经

匿名用户-ZHJ7W  2022-6-11 05:11:19
本楼:   👍  0
0%
0%
0   👎

2022(4-6月) 码农类General 本科 全职@gusto - 猎头 - Onsite  | 🙁 Negative 🙂 EasyFail | 在职跳槽

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

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

x
昂赛给安排到了两天如下:
第一天

1. Coding 60mins, 发工资的那道题
  1. // # Given an amount of money to distribute, a list of recipients and how much money each is owed, you should return the list of recipients and how much each would be paid after following the business logic below:

  2. // # no recipient is paid more than they are owed
  3. // # the amount is divided as evenly as possible between the recipients

  4. // # input: { 'ryan': 10, 'stephanie': 10, 'quentin': 10, 'upeka': 10 } , 40
  5. // # output: { 'ryan': 10, 'stephanie': 10, 'quentin': 10, 'upeka': 10 }

  6. // # input: { 'ryan': 10, 'stephanie': 10, 'quentin': 10, 'upeka': 10 } , 20
  7. // # output: { 'ryan': 5, 'stephanie': 5, 'quentin': 5, 'upeka': 5 }

  8. // # input: { 'ryan': 2, 'stephanie': 10, 'quentin': 10, 'upeka': 10 } , 21
  9. // # output: { 'ryan': 2, 'stephanie': 6, 'quentin': 7, 'upeka': 6 }

  10. // # input: { 'ryan': 2, 'stephanie': 10, 'quentin': 10, 'upeka': 10 } , 22
  11. // # output: { 'ryan': 2, 'stephanie': 7, 'quentin': 7, 'upeka': 6 }
复制代码
2. Behavior, 一个做tax的非技术的大姐来面的,30mins
3. Behavior, Culture, Project experience,60mins 他们的一个烙印Engineering Leadership面的,各种问,很累
第二天

4. Pair Programming 90mins,这轮时间很多,感觉节奏很慢,聊了半天才开始写代码。题目就是写个小程序来输出该付多少税。题目没啥难度,关键是看面试官窑解释清楚需求。
  1. Background
  2. When a company tells us about a change that can change their payments to tax agencies, Gusto runs our "tax scheduling" process to determine if there are any changes to the taxes that need to be paid. At a high level, tax scheduling operates on company information to determine when we need to make a company's payments to each agency for some taxes. Any missed payments could result in notices (angry government letter), penalties, and/or interest charged to the company.

  3. The IRS is one of these agencies and federal withholding tax (federal income tax) is one of these taxes, and we will be implementing logic to do tax scheduling for the federal withholding tax. The IRS has complete guidelines about the rules around depositing federal withholding taxes.

  4. Problem Statement
  5. Implement a library that schedules deposits to the IRS for federal withholding taxes. The library will take in data about a company, that company's payrolls and taxes, and return the deposits due. The requirements for federal withholding taxes are defined below.

  6. Deposit Schedules
  7. The IRS assigns a company a "deposit schedule" and companies must conform to their assigned schedule when making payments. For federal withholding taxes paid to the IRS, there are two possible schedules:

  8. Monthly
  9. Semiweekly
  10. Monthly
  11. Under the monthly deposit schedule, employment taxes for all payrolls made during a given month should be deposited by the 15th day of the following month. For example, taxes for all payrolls in February must be paid by March 15th.

  12. Semiweekly
  13. Under the semiweekly deposit schedule, employment taxes for all payrolls made on Wednesday, Thursday, and/or Friday should be deposited by the following Wednesday. Taxes for payrolls made on Saturday, Sunday, Monday, and/or Tuesday should be deposited by the following Friday.

  14. IF the payday falls on a...        THEN deposit taxes by the following...
  15. Wednesday, Thursday, and/or Friday        Wednesday
  16. Saturday, Sunday, Monday, and/or Tuesday        Friday
复制代码
5. System Design, 75mins,设计一个投票系统,还给了个mockup:
您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
使用VIP即刻解锁阅读权限或查看其他获取积分的方式
游客,您好!
本帖隐藏的内容需要积分高于 188 才可浏览
您当前积分为 0。
VIP即刻解锁阅读权限查看其他获取积分的方式
还得了急性阑尾炎,忍痛面完然后下午就去ER做手术了。。。结果过了三天收到拒信,也拒绝给feedback。。。本来也是打算拿这公司练手的,但是个人感觉有些浪费时间。


求加米,等身体恢复继续面。。。



评分

参与人数 2大米 +28 收起 理由
bryanjhy + 15 给你点个赞!
清道神君 + 13

查看全部评分


上一篇:香蕉厂电话过经
下一篇:小马电面
地里匿名用户
匿名用户-RKYJE  2022-6-11 05:29:52
本楼:   👍  0
0%
0%
0   👎
那个mock系统还挺好玩的
需要把这个App做出来?在Android或者iOS上?能不能Google啥的,75分钟楼主做完了吗?感觉时间有点紧?
回复

使用道具 举报

地里匿名用户
匿名用户-ZHJ7W  2022-6-11 05:33:30
本楼:   👍  0
0%
0%
0   👎
匿名者 发表于 2022-6-10 17:29
那个mock系统还挺好玩的
需要把这个App做出来?在Android或者iOS上?能不能Google啥的,75分钟楼主做完了 ...

只需要设计backend部分。所以时间充分。。。
回复

使用道具 举报

Archerli 2022-6-14 06:05:07 | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   5
100%
0%
0
哇,我跟你几乎一样。比较尴尬的是第一个和第三个面试官出了同一题。。。感觉他们题库里的题并不多,system design和Pair Programming一样
回复

使用道具 举报

地里匿名用户
匿名用户-YYLAR  2022-7-24 00:57:36
本楼:   👍  0
0%
0%
0   👎
Archerli 发表于 2022-6-13 18:05
哇,我跟你几乎一样。比较尴尬的是第一个和第三个面试官出了同一题。。。感觉他们题库里的题并不多,system ...

请问pair programming 那道题是提供payroll date, schedule type 这类input,输出哪天deposit? 可以用到calendar 这样的module 吗?谢谢!
回复

使用道具 举报

Archerli 2022-7-24 01:23:14 来自APP | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   5
100%
0%
0
匿名用户 发表于 2022-07-23 09:57:36
请问pair programming 那道题是提供payroll date, schedule type 这类input,输出哪天deposit? 可以用到calendar 这样的module 吗?谢
可以的,可以使用你所用语言自带的library
回复

使用道具 举报

地里匿名用户
匿名用户-YYLAR  2022-7-24 01:26:32
本楼:   👍  0
0%
0%
0   👎
Archerli 发表于 2022-7-23 13:23
可以的,可以使用你所用语言自带的library

多谢!!!
回复

使用道具 举报

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

本版积分规则

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