当前位置:网站首页>Record an interview
Record an interview
2022-07-02 15:07:00 【InfoQ】
- Self introduction. ( It's basically a fixed process )
- Project introduction on resume
- VMM( Virtual machine monitor ) How to switch between the safe world and the non safe world ?( I mentioned it in my introduction hyper-v)
- A brief introduction Linux The startup process of the kernel
- Briefly introduce the hardware from power on to os The process of starting .
- TLB What is the function and principle of
- MMU What functions are completed ?
- Two separate processes A and B, Why? A Will not inadvertently destroy B Memory data for ?
- Why will the operating system not be interrupted in the early stage of startup ?
- TCP Three handshakes .
- There is one web The server , When the browser accesses, the state is always pendding, So doubt server There are deadlocks or loops , Briefly describe the troubleshooting method .
- ping On which floor does the command work ?
- gdb Some common commands of , How to view the call chain information of a thread ?
- Common design patterns
- Suppose there are two modules , A module is responsible for logging , Another module is responsible for alarm . The log will generate an alarm of insufficient disk space , The alarm module will also use logs to record alarm information . How to design such interdependent modules to reduce the coupling between modules ?
- Introduce the middle order traversal of binary tree
- For a binary search tree , Are the nodes obtained by traversal in middle order still ordered ?
- Time complexity of quick sorting
- The Internet io What is the difference between synchronous and asynchronous ?
- poll return -1, It must be fd Is there a mistake ?
- Linux What are the modes of interprocess communication ?
- The process address space isolation mentioned earlier , So how does shared memory break this isolation ?
- TCP and UDP Advantages and disadvantages
- A brief introduction TLS The purpose and method of using
- docker Two important technologies are used in the process of containerization , One is for resource isolation , The other is for resource quotas , Briefly introduce these two technologies
- k8s Do you know ?
- Linux There are some modules in the system that can be compiled with the kernel , It can also be compiled into ko Dynamic loading , Briefly describe the advantages and disadvantages of the two methods .
- A brief introduction at linux x86_64 Next c The calling process of language functions , How stack space changes ?
- The operating system uses system calls to open kernel functions to applications , What are the benefits of doing so ?
- Briefly introduce the signal processing flow
- Has Xie Cheng ever known ?
- Difference between process and thread
- In a multithreaded program , If the main thread exits , Is it possible for the process to continue to survive ?
- Fork Can the child process directly use the fd?
- For a multithreaded program , In one of the threads fork, Whether the number of threads in the child process is the same as that in the parent process ?
- Why do you want to leave your last company ? Can you accept our overtime ? Have you settled here ? What was the rating of the company in the past ? Is the current status of on-the-job or resignation ? If our company sends you offer How long does it take to start ?
- About our company , Is there anything you want to know ?
边栏推荐
- Reuse and distribution
- Base64 编码原来还可以这么理解
- MFC A对话框调用B对话框函数并传参
- 解决el-radio-group 回显后不能编辑问题
- LeetCode 2310. 个位数字为 K 的整数之和
- 可视化搭建页面工具的前世今生
- Base64 coding can be understood this way
- Mfc a dialog calls B dialog function and passes parameters
- 编译原理课程实践——实现一个初等函数运算语言的解释器或编译器
- Advanced C language (learn malloc & calloc & realloc & free in simple dynamic memory management)
猜你喜欢
CodeCraft-22 and Codeforces Round #795 (Div. 2)D,E
Why can't programmers who can only program become excellent developers?
[Space & single cellomics] phase 1: single cell binding space transcriptome research PDAC tumor microenvironment
关于网页中的文本选择以及统计选中文本长度
It's no exaggeration to say that this is the most user-friendly basic tutorial of pytest I've ever seen
【C语音】详解指针进阶和注意点(2)
taobao. trade. memo. Add (add remarks to a transaction) interface, Taobao store flag insertion interface, Taobao order flag insertion API interface, oauth2.0 interface
MathML to latex
【无标题】LeetCode 2321. 拼接数组的最大分数
【NOI模拟赛】刮痧(动态规划)
随机推荐
电脑怎么设置扬声器播放麦克风的声音
MFC A对话框调用B对话框函数并传参
YoloV6训练:训练自己数据集遇到的各种问题
Why can't programmers who can only program become excellent developers?
Key points of compilation principle examination in 2021-2022 academic year [overseas Chinese University]
Record an error report, solve the experience, rely on repetition
Factal: Unsafe repository is owned by someone else Solution
如何用 Sysbench 测试 TiDB
LeetCode 2320. 统计放置房子的方式数
Dragonfly low code security tool platform development path
MFC timer usage
871. 最低加油次数 : 简单优先队列(堆)贪心题
Some Chinese character codes in the user privacy agreement are not standardized, which leads to the display of garbled codes on the web page. It needs to be found and handled uniformly
kibana 基础操作
[QNX hypervisor 2.2 user manual]6.3 communication between guest and external
Niuke Practice 101
C thread transfer parameters
MFC console printing, pop-up dialog box
Xilinx Vivado set *.svh as SystemVerilog Header
C语言中的printf函数和scanf函数