QuestionQ20
Solution Design & ArchitectureFor each statement, select Yes if it reflects a sound architectural practice. Otherwise, select No.
Yes or No
| Statements | Yes | No |
|---|---|---|
| Authentication and authorization run before retrieval so retrieval can filter by identity. | ||
| An asynchronous queue absorbs bursty traffic between intake and the model invocation layer. | ||
| Tax computation is encoded directly in the system prompt rather than in code. | ||
| Conversation logs include unredacted government identifiers to maximize signal for tuning. |
Community Discussion