-
좀 몇달 전에 본 인터뷰 질문들입니다.
Position: SW engineer intern
[1st]
Questions:
1. What is the difference between process and thread?
2. What’s the virtual function?
3. How does the compiler identify a virtual function?
4. What is the difference between static linking and dynamic linking?
5. Make a binary tree with given numbers.
6. Code to print out inorder traversal.
7. Code In-order traversal without using recursive.
8. How do two processes communicate? (Expect more than one)
[2nd]1. Tell me about yourself.
2. Tell me about interesting projects you have done.
3. Code this.
– Input is integer, and identify that the number is bits like 1001, 10001, 11, 1000000001, etc. (both ends are 1, rest of them are 0)