|
1 | 1 | anchor: para-method |
2 | 2 | tier: 3 |
3 | | - |
4 | 3 | questions: |
5 | 4 | recognition: |
6 | | - question: 'Which of the following best describes the "P.A.R.A. Method"? |
| 5 | + question: 'Which of the following best describes "P.A.R.A. Method"? |
7 | 6 |
|
8 | 7 | ' |
9 | 8 | options: |
10 | | - A: A software architecture pattern that separates concerns into Presentation, |
11 | | - Application, Repository, and Adapter layers |
12 | | - B: A knowledge organization framework that categorizes information into Projects, |
13 | | - Areas, Resources, and Archive based on actionability |
14 | | - C: A prioritization technique that evaluates items by their Probability, |
15 | | - Applicability, Risk, and Achievability scores |
16 | | - D: A documentation standard that structures technical content into Purpose, |
17 | | - Audience, Requirements, and Appendix sections |
| 9 | + A: 'A documentation framework that categorizes content into four types: tutorials |
| 10 | + for learning, how-to guides for problem-solving, technical reference for information, |
| 11 | + and explanations for understanding' |
| 12 | + B: Short-term efforts with a specific goal and deadline (e.g., "Launch website", |
| 13 | + "Write article"); long-term responsibilities with a standard to maintain over |
| 14 | + time (e.g., "health", "finances", "team management") |
| 15 | + C: A software architecture pattern that separates applications into Presentation |
| 16 | + layer for user interface, Application layer for business logic, Repository |
| 17 | + layer for data access, and API layer for external communication |
| 18 | + D: A task management syntax that uses plain text formatting with priority markers |
| 19 | + (A), (B), (C), creation dates, completion dates, project tags, and context |
| 20 | + labels for organizing todo items |
| 21 | + correct: B |
| 22 | + application: |
| 23 | + scenario: You're a senior developer who has accumulated hundreds of notes, code |
| 24 | + snippets, documentation links, and project files across multiple tools over |
| 25 | + the past year. Your team is starting three new microservices projects this quarter, |
| 26 | + you're responsible for maintaining the CI/CD pipeline, and you're also researching |
| 27 | + GraphQL and Kubernetes for potential future adoption. |
| 28 | + anchor_prompt: using P.A.R.A. Method |
| 29 | + paraphrase_prompt: to organize all your information based on how immediately actionable |
| 30 | + each item is for your current work |
| 31 | + options: |
| 32 | + A: Create folders by technology (JavaScript, Python, Docker) and file type (notes, |
| 33 | + code, docs), then organize current work and research materials within each |
| 34 | + technology folder based on relevance. |
| 35 | + B: 'Create four main folders: active microservices work with deadlines, ongoing |
| 36 | + CI/CD maintenance responsibilities, GraphQL/Kubernetes research materials, |
| 37 | + and completed or abandoned items from previous quarters.' |
| 38 | + C: Organize by urgency levels (urgent, important, someday, never) and move items |
| 39 | + between folders as priorities shift, keeping all active work in the urgent |
| 40 | + folder regardless of type. |
| 41 | + D: Group by source and recency (meeting notes, web articles, code repos) with |
| 42 | + subfolders for this month, last month, and older items, ensuring easy chronological |
| 43 | + access to information. |
18 | 44 | correct: B |
0 commit comments