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

确实印地得karat挂经 redo新题

全局:

2022(4-6月) 码农类General 硕士 全职@indeed - 猎头 - 技术电面  | 😐 Neutral 😐 Average | Fail | 在职跳槽

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

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

x
本帖最后由 笨死了 于 2022-5-5 19:16 编辑

刚刚面完印地得卡拉卡,回馈社区。因为临场紧张,第一轮加第二轮redo都没能完全做完。以后再尝试了。
第一轮,晚上十点面的,是个在印度的小哥,全程很友好,但是确实就像别的帖说的一直在说话。五个domain topic
1. Web application
    Building user interfaces for web services and sites
2. Production issues
    Diagnosing problems with production services
3. System internals
    How computers manage and allocate resources like CPU and memory
4.OOP
    Best practices for building classes and systems of classes
5.Testing
    Validating code and related concerns
选择System internals和OOD 具体题目答案可以参照
https://www.1point3acres.com/bbs/thread-670064-1-1.html
coding 题

您好!
本帖隐藏的内容需要积分高于 150 才可浏览
您当前积分为 0。
使用VIP即刻解锁阅读权限或查看其他获取积分的方式
游客,您好!
本帖隐藏的内容需要积分高于 150 才可浏览
您当前积分为 0。
VIP即刻解锁阅读权限查看其他获取积分的方式
Unlock interview details and practice with AI
Curated Interview Questions from Top Companies

面我的印度小哥说会给我credit,本来以为可能差不多过了,结果第二天HR让redo。第二天按了redo之后就根据地里面的帖子把所有题目好好做了一遍,第二天是个黑人妹子,全程无表情,连名字给的都是ebony(??)。五个topic,和预期一样改变了
- General Programming
  - Fundamental concepts underlying the design of well-structured code.
- Web / API Concepts
  - Interactions between web servers and clients/browsers.
- Networking and Security
  - Safe remote interactions between multiple systems.
- Database Concepts and Internals
  - Design of complex data storage systems.
- Performance Issues & Troubleshooting
  - Identifying and troubleshooting issues with real services.
选Web/API Concepts 和 Database Concepts and Internals, 快速问完六题。
题目参照 https://www.1point3acres.com/bbs/thread-828123-1-1.html
Web/API Concepts
1. What is same origin in java script? What is the work around?
Ans: Under same origin security policy, web browser permits scripts contained in a first web page to access data in a second web page, but only if both web pages have the same origin
Work Around?
Ans: 1. Property to filter input 2. encode data 3. use content-type and x-content-type header 4. Use Content Security Policy(CSP)
2. What is your preferred way to version rest api
Ans: Version through URI, it is most popular and easy
3. How cookies works between web server and browser and how to access it?
Ans: Cookies are sent by the browser to the server when an HTTP request starts, and they are sent back from the server, which can edit their content
Clinte side, read through document.cookie in javascript, server side, read through HttpServeletResponse addcookie, HttpServeletRequest getCookie
Database Concepts and Internals
1. what is idempotency and how it is used in database
Ans: it is an operation that produces the same results no matter how many times it is performed.
Idempotency is the implemented through strong consistency model in database
2. What is optimistic concurrency control
Ans: Optimistic concurrency control also known as optimistic locking. It is a concurrency control method applied to transactional systems such as relational database management systems and software transactional memory. OCC assumes that multiple transactions can frequently complete without interfering with each other. While running, transactions use data resources without acquiring locks on those resources. Before committing, each transaction verifies that no other transaction has modified the data it has read. If the check reveals conflicting modifications, the committing transaction rolls back and can be restarted.
3. What is strong consistency vs eventual consistency and what are the usages
Ans: Strong consistency: any read operation returns a value corresponding to the result of the most updated write data item. A client never sees out of date data
Eventual consistency: this is a specific form of weak consistency. Given enough time, all updates are propagated, and all replicas are consistent.
Usage for strong consistency can be financial transaction system, eventual consitency can be a facebook news feed
下面是coding,本来以为做完了地里加简书里面所有题目,胸有成竹,结果出了新题,当时就慌了。题目倒是不难,但是最后还是没能完全做完。

您好!
本帖隐藏的内容需要积分高于 150 才可浏览
您当前积分为 0。
使用VIP即刻解锁阅读权限或查看其他获取积分的方式
游客,您好!
本帖隐藏的内容需要积分高于 150 才可浏览
您当前积分为 0。
VIP即刻解锁阅读权限查看其他获取积分的方式
Unlock interview details and practice with AI
Curated Interview Questions from Top Companies



新题感觉比之前地里面的题目都要简单,但是实在是有点慌了,下次沉住气,再接再厉。看在楼主fail了,可怜可怜,赏点大米吧

评分

参与人数 7大米 +25 收起 理由
jerrysxj63 + 1 给你点个赞!
minihero + 1 给你点个赞!
HorikawaRaiko + 2 很有用的信息!
可可cky + 1 给你点个赞!
小猪麦兜兜 + 1 给你点个赞!

查看全部评分


上一篇:旅游网降级offer
下一篇:BB 开花堡 ng VO
推荐
 楼主| 笨死了 2022-5-7 12:24:59 | 只看该作者
全局:
楼主再来更新一下这个面试,HR今天回我居然说我第一轮过了,所以在我第一天说我面的不好有点想redo的时候,HR直接让redo但是他并不知道结果,坑我担心了一下。
另外一点就是发现其实多做一次也没什么不好,当是有人给免费mock一次面试环境,反正两次都取一次面的好的,所以各位参加Karat的如果觉得一面做的不够好的尽管redo,反正即使面过了第二轮也不会影响第一轮结果。
求加大米,加大米!!!
回复

使用道具 举报

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

本版积分规则

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