Skip to content

Commit a606f30

Browse files
peanut996Interview Platform Bot
andauthored
[BOT] Add 13 new questions (#75)
[BOT] feat: Add 13 new questions Co-authored-by: Interview Platform Bot <bot@example.com>
1 parent a7952cb commit a606f30

File tree

1 file changed

+143
-0
lines changed

1 file changed

+143
-0
lines changed

data/questionBank.json

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5886,5 +5886,148 @@
58865886
],
58875887
"difficulty": "Medium",
58885888
"title": "进程间通信和线程间通信的几种方式和区别"
5889+
},
5890+
{
5891+
"type": "Question",
5892+
"category": [
5893+
"Operating System",
5894+
"操作系统",
5895+
"Memory Management",
5896+
"内存管理"
5897+
],
5898+
"difficulty": "Medium",
5899+
"title": "为什么要有虚拟内存?"
5900+
},
5901+
{
5902+
"type": "Question",
5903+
"category": [
5904+
"Operating System",
5905+
"操作系统",
5906+
"Memory Management",
5907+
"内存管理"
5908+
],
5909+
"difficulty": "Medium",
5910+
"title": "malloc 是如何分配内存的?"
5911+
},
5912+
{
5913+
"type": "Question",
5914+
"category": [
5915+
"Operating System",
5916+
"操作系统",
5917+
"Memory Management",
5918+
"内存管理"
5919+
],
5920+
"difficulty": "Medium",
5921+
"title": "内存满了,会发生什么?"
5922+
},
5923+
{
5924+
"type": "Question",
5925+
"category": [
5926+
"Operating System",
5927+
"操作系统",
5928+
"Memory Management",
5929+
"内存管理"
5930+
],
5931+
"difficulty": "Medium",
5932+
"title": "在 4GB 物理内存的机器上,申请 8G 内存会怎么样?"
5933+
},
5934+
{
5935+
"type": "Question",
5936+
"category": [
5937+
"Operating System",
5938+
"操作系统",
5939+
"Memory Management",
5940+
"内存管理"
5941+
],
5942+
"difficulty": "Hard",
5943+
"title": "如何避免预读失效和缓存污染的问题?"
5944+
},
5945+
{
5946+
"type": "Question",
5947+
"category": [
5948+
"Operating System",
5949+
"操作系统",
5950+
"Memory Management",
5951+
"内存管理"
5952+
],
5953+
"difficulty": "Hard",
5954+
"title": "什么是预读机制?"
5955+
},
5956+
{
5957+
"type": "Question",
5958+
"category": [
5959+
"Operating System",
5960+
"操作系统",
5961+
"Memory Management",
5962+
"内存管理"
5963+
],
5964+
"difficulty": "Hard",
5965+
"title": "预读失效会带来什么问题?"
5966+
},
5967+
{
5968+
"type": "Question",
5969+
"category": [
5970+
"Operating System",
5971+
"操作系统",
5972+
"Memory Management",
5973+
"内存管理"
5974+
],
5975+
"difficulty": "Hard",
5976+
"title": "如何避免预读失效造成的影响?"
5977+
},
5978+
{
5979+
"type": "Question",
5980+
"category": [
5981+
"Operating System",
5982+
"操作系统",
5983+
"Memory Management",
5984+
"内存管理"
5985+
],
5986+
"difficulty": "Hard",
5987+
"title": "什么是缓存污染?"
5988+
},
5989+
{
5990+
"type": "Question",
5991+
"category": [
5992+
"Operating System",
5993+
"操作系统",
5994+
"Memory Management",
5995+
"内存管理"
5996+
],
5997+
"difficulty": "Hard",
5998+
"title": "缓存污染会带来什么问题?"
5999+
},
6000+
{
6001+
"type": "Question",
6002+
"category": [
6003+
"Operating System",
6004+
"操作系统",
6005+
"Memory Management",
6006+
"内存管理"
6007+
],
6008+
"difficulty": "Hard",
6009+
"title": "怎么避免缓存污染造成的影响?"
6010+
},
6011+
{
6012+
"type": "Question",
6013+
"category": [
6014+
"Operating System",
6015+
"操作系统",
6016+
"Memory Management",
6017+
"内存管理"
6018+
],
6019+
"difficulty": "Hard",
6020+
"title": "深入理解 Linux 虚拟内存管理"
6021+
},
6022+
{
6023+
"type": "Question",
6024+
"category": [
6025+
"Operating System",
6026+
"操作系统",
6027+
"Memory Management",
6028+
"内存管理"
6029+
],
6030+
"difficulty": "Hard",
6031+
"title": "深入理解 Linux 物理内存管理"
58896032
}
58906033
]

0 commit comments

Comments
 (0)