Skip to content

Commit e9e8b76

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

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

data/questionBank.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3599,5 +3599,39 @@
35993599
],
36003600
"difficulty": "Medium",
36013601
"title": "Java两个线程交叉打印"
3602+
},
3603+
{
3604+
"type": "Question",
3605+
"category": [
3606+
"Database",
3607+
"数据库",
3608+
"MQ"
3609+
],
3610+
"difficulty": "Medium",
3611+
"title": "为什么使用消息队列?"
3612+
},
3613+
{
3614+
"type": "Question",
3615+
"category": [
3616+
"Database",
3617+
"数据库",
3618+
"MQ"
3619+
],
3620+
"difficulty": "Medium",
3621+
"title": "消息队列有什么优点和缺点?"
3622+
},
3623+
{
3624+
"type": "Question",
3625+
"category": [
3626+
"Database",
3627+
"数据库",
3628+
"System Design",
3629+
"系统设计",
3630+
"MQ",
3631+
"Kafka",
3632+
"RocketMQ"
3633+
],
3634+
"difficulty": "Hard",
3635+
"title": "Kafka、ActiveMQ、RabbitMQ、RocketMQ 都有什么区别,以及适合哪些场景?"
36023636
}
36033637
]

0 commit comments

Comments
 (0)