发信人: jklowl (安安), 信区: JobHunting
标 题: Yelp电面小问题汇总
发信站: BBS 未名空间站 (Sat Mar 15 13:04:11 2014, 美东)
之前好像有人整理过了,但是找不到了,我综合了几个地方的整理了一下,贡献给大家
啦。感谢原作者。
Why Yelp?
Why would we hire you?
Ideal job at Yelp?
NETWORK
What is DNS?
protocol used to transfer message in HTTP application? TCP reliable
What is SSL?
Port number for HTTP? 80
What does HTML stand for?
What is the protocol used underneath FTP?
Difference between POST and GET?
UNIX
UNIX command to search for a specific text through files in a directory.
Find number of unique lines in a file.
signal for kill command? 9, SIGKILL
What is the command for viewing memory management information in Linux?
vmstat, top
sed command: pattern matching
linux command for checking cpu usage top
How can you get the ip address of the other machine? use ping
SQL
SQL command to move a row in a table?
How to retrieve a row from a table in SQL
What command would you use to retrieve one row of data from a table using
SQL?
which one of the following describe inner join? 1. A intersection B, 2. A
Union B and …
Intersection.>> Outer join is union.
Data Structure
no of bits to represent a single octal digit? 2^3 = 8, three bits
max value that can be represented by unsigned int?
Time Complexity for searching an item in HashMap: O(1)
Time Complexity for searching an item in BST: O(logn)
What is the best and worst case time complexities for a hash table? O(1) O
(n)
Time complexity of adding things to Linked List
would it generally be better to run a binary search on a <<sorted array>>,
or a linked list
What is Big O notation?
What's a static variable?
what's the difference between hashtable and hashmap? 前者thread safe
Which operation is more expensive? Multiply, <<Divide>> or Add
Python
python native datatypes?
Boolean, Number, String, Byte, List, Tuple, Set, Dictionary
immutable python types?
int, float, tuple and str
Others
What is the average disk access time? 10-20ms
How does process communicate with each other? <<Socket, Pipe, shared
memory>>
how many bytes are contained in a 32 bit system <<2^29>> ?????(这题不懂)
--
※ 来源:·WWW 未名空间站 海外: mitbbs.com 中国: mitbbs.cn·[FROM: 71.]
Saturday, June 7, 2014
Yelp电面小问题汇总
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment