DrillLab
模拟考Mock exams

在没有答案的情况下做一遍Do it once with no answer in front of you

每套模拟考都换了业务场景,但考点和真实 assessment 一一对应。这是检验「你是理解了还是背下来了」最直接的办法。Each mock swaps the business scenario but keeps a one-to-one match with what the real assessment tests. It is the most direct way to find out whether you understood it or memorised it.

这些题是 DrillLab 自己出的DrillLab wrote these papers

它们不是源项目里的内容,也不是任何真实考题。 它们的作用是「换一个场景考同样的东西」。
两套模拟题的参考答案都在本机跑通过自己的测试: React 那套 5/5,Federation 那套 14/14。 starter 状态下的基线实测是 5 failed / 5 total 和 10 failed / 4 passed。
They are not from the source projects and not real exam questions. Their job is to test the same things in a different scenario.
Both reference answers really were run here and passed their own tests: 5/5 for React, 14/14 for Federation. From the starter, the measured baselines are 5 failed / 5 total and 10 failed / 4 passed.

怎么用How to use them
  1. 读完全部需求和评分标准,别急着看 starter。
  2. 在本机新建一个目录,把 starter 和测试抄进去。
  3. 按建议时长计时做完。中途不要打开讲解。
  4. 跑测试 + 做手动自检,按 rubric 给自己打分。
  5. 最后才打开讲解和参考答案,对照你漏掉了什么。
  6. Read every requirement and the rubric first, before you look at the starter.
  7. Make a fresh directory on your machine and copy the starter and the tests into it.
  8. Work to the suggested time limit. Do not open the walkthrough on the way.
  9. Run the tests and do the manual checks, then score yourself against the rubric.
  10. Only then open the walkthrough and the answer and see what you missed.
两套模拟考The two papers
M
模拟考 A · Support Ticket Board

IT 支持工单看板。可以新建工单(标题 + 优先级)、关闭工单、改派(编辑)工单,还能按优先级筛选。业务场景换了,数据结构多了一个枚举字段和一个筛选状态,但底层要你会的东西和 Notes Manager 一模一样。

对应 React 考试Mirrors React 考试DrillLab 自出Written by DrillLab建议 75 分钟~75 min5 个任务5 tasks满分 100100 points total
未开始Not started
M
模拟考 B · Book Reviews Subgraph

图书评论 subgraph。它既不拥有 Author 也不拥有 Book —— 两者都由 Catalog subgraph 提供,本服务只往它们身上挂 reviews 和 averageRating。Book 用的是复合 key(isbn + edition),这是真实项目里很常见、但比单字段 key 更容易写错的情况。

对应 Federation 考试Mirrors Federation 考试DrillLab 自出Written by DrillLab建议 90 分钟~90 min6 个任务6 tasks满分 119119 points total
未开始Not started