Files
examination/topics/qunar-ai-fullstack/ai-tooling/fill_blank.json
T
wonder b567cca425 refactor: 目录结构增加 Topic 层级 topics/qunar-ai-fullstack/
子主题目录从 topics/{slug} 移至 topics/qunar-ai-fullstack/{slug}
前端 fetch 路径改用 subtopic.path 字段

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-02 19:32:58 +08:00

188 lines
4.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"topic": "ai-tooling",
"type": "fill_blank",
"schema_version": "1.0.0",
"generated": "2026-09-02T00:00:00Z",
"questions": [
{
"id": "fb-001",
"type": "fill_blank",
"difficulty": 2,
"tags": [
"ai",
"tools",
"harness"
],
"question": "Claude Code 是一个______ Agent,具有深度代码理解、工具调用和多文件编辑能力。",
"explanation": "Claude Code 是 CLI(命令行界面)Agent,专为复杂编码任务设计。",
"source": null,
"related": [],
"answer": [
"CLI"
],
"answer_rule": "any"
},
{
"id": "fb-002",
"type": "fill_blank",
"difficulty": 2,
"tags": [
"ai",
"tools",
"harness"
],
"question": "Harness 中的______管理器决定哪些操作需要用户确认,哪些可以自动执行。",
"explanation": "权限管理器(Permission Manager)控制哪些操作需要用户授权。",
"source": null,
"related": [],
"answer": [
"权限(Permission)"
],
"answer_rule": "any"
},
{
"id": "fb-003",
"type": "fill_blank",
"difficulty": 2,
"tags": [
"ai",
"tools",
"harness"
],
"question": "可靠性保障体系的三个层次是:预防、检测和______。",
"explanation": "可靠性体系由预防(Prevention)、检测(Detection)和纠正(Correction)三层组成。",
"source": null,
"related": [],
"answer": [
"纠正"
],
"answer_rule": "any"
},
{
"id": "fb-004",
"type": "fill_blank",
"difficulty": 2,
"tags": [
"ai",
"tools",
"harness"
],
"question": "Harness 中的______ Hook 在工具执行前检查参数合理性。",
"explanation": "preToolUse Hook 在工具执行前验证参数合理性。",
"source": null,
"related": [],
"answer": [
"preToolUse"
],
"answer_rule": "any"
},
{
"id": "fb-005",
"type": "fill_blank",
"difficulty": 2,
"tags": [
"ai",
"tools",
"harness"
],
"question": "根据面试笔记,AI 对重复性 CRUD 代码的提效倍数是______。",
"explanation": "AI 对 CRUD 代码的效率提升为 6 倍。",
"source": null,
"related": [],
"answer": [
"6x"
],
"answer_rule": "any"
},
{
"id": "fb-006",
"type": "fill_blank",
"difficulty": 2,
"tags": [
"ai",
"tools",
"harness"
],
"question": "Harness 中的______管理器维护对话历史、工具结果和文件状态。",
"explanation": "上下文管理器(Context Manager)维护完整的对话上下文。",
"source": null,
"related": [],
"answer": [
"上下文(Context)"
],
"answer_rule": "any"
},
{
"id": "fb-007",
"type": "fill_blank",
"difficulty": 2,
"tags": [
"ai",
"tools",
"harness"
],
"question": "工具选择原则中,______性意味着工具应具备良好的权限控制和审计能力。",
"explanation": "可控性(Controllability)强调工具应有良好的权限控制和审计能力。",
"source": null,
"related": [],
"answer": [
"可控"
],
"answer_rule": "any"
},
{
"id": "fb-008",
"type": "fill_blank",
"difficulty": 2,
"tags": [
"ai",
"tools",
"harness"
],
"question": "Harness 中的______ Hook 在代码提交前运行 lint、测试和类型检查。",
"explanation": "preCommit Hook 在代码提交前运行自动化检查。",
"source": null,
"related": [],
"answer": [
"preCommit"
],
"answer_rule": "any"
},
{
"id": "fb-009",
"type": "fill_blank",
"difficulty": 2,
"tags": [
"ai",
"tools",
"harness"
],
"question": "在 Harness 流程中,LLM 处理输入后,下一个组件是______管理器。",
"explanation": "流程为:LLM → 工具管理器 → 权限管理器 → 执行。",
"source": null,
"related": [],
"answer": [
"工具(Tool)"
],
"answer_rule": "any"
},
{
"id": "fb-010",
"type": "fill_blank",
"difficulty": 2,
"tags": [
"ai",
"tools",
"harness"
],
"question": "______工程的核心是为 AI 系统提供精准的上下文。",
"explanation": "Context Engineering(上下文工程)专注于为 AI 提供精准上下文以提升表现。",
"source": null,
"related": [],
"answer": [
"Context"
],
"answer_rule": "any"
}
]
}