由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 攒rp,分享一下个人总结的Yelp HR小问题
相关主题
Yelp电面小问题汇总发面经,攒人品,工作找了大半年,offer还遥遥无期。。
Technical Lead Openings in Major Networking Company (south SF bay area)HashTable space complexity?
L家第一轮店面 被烙印黑了谷歌电面二面面筋(悲剧了)
Load balancer: NGINX vs HAproxy vs hardware问一个面试题: sql中的 inner join 和 outer join的区别?
请教一道Google面试题Security 面試問題
amazon二面做个题吧。decoder.
新鲜出炉的Yelp面经[已更新]Web Development Position at Bank
leetcode 上的 two sum请问怎么用Class实现Stack
相关话题的讨论汇总
话题: what话题: command话题: sql话题: tls话题: hr
进入JobHunting版参与讨论
1 (共1页)
r**h
发帖数: 1288
1
Yelp这家第一轮HR Screen的时候,HR会问你一些CS方面的基础问题
个人根据自己被问到的经历和玻璃门上的面经总结了一下(实际上没有这么多题不过基
本上都在里面),希望对申请他家的各位有所帮助
1. size of unsigned integer
2. http port no.?
3. ssl full form? (Secure Socket Layer, Encrypt in Transportation layer)
4. use of grep and kill
5. the runtime of adding something to a linked list? O(N)
6. SSL和TLS(Transport Layer Security)的区别:TLS是SSL的升级版(TLS3.0 =
SSL1.0)TLS先handshake再secure
7. hashmaps, DNS(Domain Name System),
8. python native datatypes Boolean, Number, String, Byte, List, Tuple,
Set, Dictionary
9. What does HTML stand for? HyperText Markup Language
10. what is the protocol used underneath FTP, what is the size of int
11. would it generally be better to run a binary search on a <
>, or a linked list
12. immutable python types: int, float, tuple and str
13. Difference between POST and GET:
GET requests a representation of the specified resource.
POST submits data to be processed (e.g., from an HTML form) to the
identified resource.
14. What command would you use to retrieve one row of data from a table
using SQL?
15. What is the best and worst case time complexities for a hash table? O(1)
O(n)
16. What is the maximum value of an unsigned integer? <<2^32 - 1>>
17. What is the command for viewing memory management information in Linux?
vmstat, top
18. What command would you use to retrieve one row of data from a table
using SQL? SELECT ... FROM ... WHERE ... ORDER BY ... FETCH FIRST n ROWS
ONLY
19. Do INNER JOINS produce the intersection or union between two tables? <<
Intersection.>> Outer join is union.
20. Which operation is more expensive? Multiply, <> or Add
21. What is the average disk access time? < Transfer time>> 10-20 ms
22. what's the difference between hashtable and hashmap? 前者thread safe
23. sed command: <>
24. How to delete in the SQL table? <>
25. What is Big O notation?
26. How does process communicate with each other? < memory>>
27. explain with the most detail what happens in the background after a URL
is put in the browser and pressed enter
28. some linux commands: pid <<
29. What's a static variable?
30. Unix command word count: <> Find number of line <>
31. linux command for checking cpu usage <>
32. how many bytes are contained in a 32 bit system <<2^29>>
33. How can you get the ip address of the other machine? <>
34. The number in the option of 'kill' command? <<-9>>
g*********e
发帖数: 14401
2
收藏了 谢谢。
v*********u
发帖数: 10464
3
我喜欢yelp
c********w
发帖数: 2438
4
mark
thanks
x*****0
发帖数: 452
5
mark
c**********t
发帖数: 19
6
Mark

★ 发自iPhone App: ChineseWeb 7.8

【在 r**h 的大作中提到】
: Yelp这家第一轮HR Screen的时候,HR会问你一些CS方面的基础问题
: 个人根据自己被问到的经历和玻璃门上的面经总结了一下(实际上没有这么多题不过基
: 本上都在里面),希望对申请他家的各位有所帮助
: 1. size of unsigned integer
: 2. http port no.?
: 3. ssl full form? (Secure Socket Layer, Encrypt in Transportation layer)
: 4. use of grep and kill
: 5. the runtime of adding something to a linked list? O(N)
: 6. SSL和TLS(Transport Layer Security)的区别:TLS是SSL的升级版(TLS3.0 =
: SSL1.0)TLS先handshake再secure

m**j
发帖数: 176
7
re
r**h
发帖数: 1288
8
Yelp这家第一轮HR Screen的时候,HR会问你一些CS方面的基础问题
个人根据自己被问到的经历和玻璃门上的面经总结了一下(实际上没有这么多题不过基
本上都在里面),希望对申请他家的各位有所帮助
1. size of unsigned integer
2. http port no.?
3. ssl full form? (Secure Socket Layer, Encrypt in Transportation layer)
4. use of grep and kill
5. the runtime of adding something to a linked list? O(N)
6. SSL和TLS(Transport Layer Security)的区别:TLS是SSL的升级版(TLS3.0 =
SSL1.0)TLS先handshake再secure
7. hashmaps, DNS(Domain Name System),
8. python native datatypes Boolean, Number, String, Byte, List, Tuple,
Set, Dictionary
9. What does HTML stand for? HyperText Markup Language
10. what is the protocol used underneath FTP, what is the size of int
11. would it generally be better to run a binary search on a <
>, or a linked list
12. immutable python types: int, float, tuple and str
13. Difference between POST and GET:
GET requests a representation of the specified resource.
POST submits data to be processed (e.g., from an HTML form) to the
identified resource.
14. What command would you use to retrieve one row of data from a table
using SQL?
15. What is the best and worst case time complexities for a hash table? O(1)
O(n)
16. What is the maximum value of an unsigned integer? <<2^32 - 1>>
17. What is the command for viewing memory management information in Linux?
vmstat, top
18. What command would you use to retrieve one row of data from a table
using SQL? SELECT ... FROM ... WHERE ... ORDER BY ... FETCH FIRST n ROWS
ONLY
19. Do INNER JOINS produce the intersection or union between two tables? <<
Intersection.>> Outer join is union.
20. Which operation is more expensive? Multiply, <> or Add
21. What is the average disk access time? < Transfer time>> 10-20 ms
22. what's the difference between hashtable and hashmap? 前者thread safe
23. sed command: <>
24. How to delete in the SQL table? <>
25. What is Big O notation?
26. How does process communicate with each other? < memory>>
27. explain with the most detail what happens in the background after a URL
is put in the browser and pressed enter
28. some linux commands: pid <<
29. What's a static variable?
30. Unix command word count: <> Find number of line <>
31. linux command for checking cpu usage <>
32. how many bytes are contained in a 32 bit system <<2^29>>
33. How can you get the ip address of the other machine? <>
34. The number in the option of 'kill' command? <<-9>>
g*********e
发帖数: 14401
9
收藏了 谢谢。
v*********u
发帖数: 10464
10
我喜欢yelp
相关主题
amazon二面发面经,攒人品,工作找了大半年,offer还遥遥无期。。
新鲜出炉的Yelp面经[已更新]HashTable space complexity?
leetcode 上的 two sum谷歌电面二面面筋(悲剧了)
进入JobHunting版参与讨论
c********w
发帖数: 2438
11
mark
thanks
x*****0
发帖数: 452
12
mark
c**********t
发帖数: 19
13
Mark

★ 发自iPhone App: ChineseWeb 7.8

【在 r**h 的大作中提到】
: Yelp这家第一轮HR Screen的时候,HR会问你一些CS方面的基础问题
: 个人根据自己被问到的经历和玻璃门上的面经总结了一下(实际上没有这么多题不过基
: 本上都在里面),希望对申请他家的各位有所帮助
: 1. size of unsigned integer
: 2. http port no.?
: 3. ssl full form? (Secure Socket Layer, Encrypt in Transportation layer)
: 4. use of grep and kill
: 5. the runtime of adding something to a linked list? O(N)
: 6. SSL和TLS(Transport Layer Security)的区别:TLS是SSL的升级版(TLS3.0 =
: SSL1.0)TLS先handshake再secure

m**j
发帖数: 176
14
re
u*****o
发帖数: 1224
15
mark
d*******h
发帖数: 642
16
他家HR都懂grep和kill?无敌了
e******g
发帖数: 51
17
Mark
b**********i
发帖数: 51
18
Mark

【在 r**h 的大作中提到】
: Yelp这家第一轮HR Screen的时候,HR会问你一些CS方面的基础问题
: 个人根据自己被问到的经历和玻璃门上的面经总结了一下(实际上没有这么多题不过基
: 本上都在里面),希望对申请他家的各位有所帮助
: 1. size of unsigned integer
: 2. http port no.?
: 3. ssl full form? (Secure Socket Layer, Encrypt in Transportation layer)
: 4. use of grep and kill
: 5. the runtime of adding something to a linked list? O(N)
: 6. SSL和TLS(Transport Layer Security)的区别:TLS是SSL的升级版(TLS3.0 =
: SSL1.0)TLS先handshake再secure

1 (共1页)
进入JobHunting版参与讨论
相关主题
请问怎么用Class实现Stack请教一道Google面试题
C++面试题目分享(2)amazon二面
请教amazon面试题新鲜出炉的Yelp面经[已更新]
问个题目leetcode 上的 two sum
Yelp电面小问题汇总发面经,攒人品,工作找了大半年,offer还遥遥无期。。
Technical Lead Openings in Major Networking Company (south SF bay area)HashTable space complexity?
L家第一轮店面 被烙印黑了谷歌电面二面面筋(悲剧了)
Load balancer: NGINX vs HAproxy vs hardware问一个面试题: sql中的 inner join 和 outer join的区别?
相关话题的讨论汇总
话题: what话题: command话题: sql话题: tls话题: hr