Evalúa tu conocimiento de testing por dominio en 24 industrias con 10 preguntas.
Module 11: Domain-Specific Testing — Final Assessment #
Esta evaluación cubre las 24 lecciones del Módulo 11. Necesitas al menos 70% (7/10) para aprobar.
The questions test your understanding of domain-specific testing across all 24 industry domains covered in this module.
Take your time — there is no time limit. Review each question carefully before selecting your answer.
Prueba de Conocimiento
1. Why is floating-point arithmetic dangerous for financial calculations?
Financial systems must use exact decimal types to avoid cent-level errors compounding over millions of transactions.
2. What is PHI in healthcare testing?
PHI includes any individually identifiable health data. HIPAA requires encryption, access controls, and audit logging.
3. What is console certification testing in gaming?
Failing cert delays launch. Requirements cover save data, controller handling, network errors, and platform features.
4. What is data drift in ML testing?
Models trained on historical data degrade when patterns change. Monitoring drift triggers retraining.
5. Why are smart contracts critical to test?
Deployed smart contracts cannot be modified. Financial bugs can drain all funds permanently.
6. What is the top priority in ERP testing?
ERP value comes from integration. A sales order triggers inventory, production, shipping, and finance.
7. What makes IoT testing unique?
IoT devices face battery constraints, intermittent connectivity, and hardware variations.
8. What is prompt injection in LLM testing?
Prompt injection is the primary LLM security threat, bypassing filters or extracting system prompts.
9. Why is CDR processing central to telecom testing?
CDR billing errors of fractions of a cent multiplied by millions mean millions in revenue impact.
10. What is overselling in e-commerce?
Concurrency testing prevents selling unavailable stock when multiple users buy the last item.