Which of the following is the BEST reason that recurrent neural networks enable language translation of documents?
Correct Answer: A
Recurrent neural networks (RNNs) and their variants (such as LSTMs and GRUs) are designed to handle sequential data, capturing dependencies across time or position in a sequence. In language translation, words and phrases must be interpreted in context, where the meaning of a word depends on preceding (and, in advanced architectures, following) tokens. RNNs maintain internal state across steps, allowing the model to encode information from earlier parts of the sentence when predicting later outputs. Option B (association rules) refers more to classical data#mining methods, not the core reason RNNs work for translation. Option C (grid data) is more relevant to convolutional neural networks used for images. Option D (unidirectional) is not inherently an advantage; in fact, bidirectional models are often preferred. Therefore, the key property enabling RNN use in translation is thesequential processingcapability. References: ISACA,AAIA Exam Content Outline- Domain 1: AI Models, Considerations, and Requirements (types of AI, machine learning models). ISACA, general AI fundamentals content used in AAIA preparation (sequence models for NLP).
AAIA Exam Question 87
Which of the following presents the MOST significant barrier to generative AI model explainability?
Correct Answer: B
The rapid evolution of modern generative AI architectures (option B) is the largest barrier to explainability. Complex deep learning models like LLMs, diffusion models, and transformer-based architectures involve millions or billions of parameters, making it extremely challenging to determine precisely how outputs are produced. AAIA notes that explainability challenges arise because: * Model structures are highly complex * Parameter interactions are nonlinear * Internal representations are not human-interpretable * Continuous updates make documentation outdated * Training data and latent representations create opaque reasoning chains Bias (A) affects fairness, not explainability. Stakeholder alignment (C) is a governance issue. Lack of staff experience (D) is a training problem, not a structural barrier. The inherent technical complexity and speed of model evolution are the primary obstacles. References: AAIA Domain 5: Explainability Challenges AAIA Domain 1: Advanced AI Model Architectures
AAIA Exam Question 88
From a data appropriateness and bias perspective, which of the following should be of GREATEST concern when reviewing an AI model used in a credit scoring system?
Correct Answer: D
Using postal codes as a primary factor in credit scoring raises concerns of geographic and socioeconomic bias. Postal codes can serve as proxies for race, ethnicity, or income level-potentially violating fair lending laws and ethical guidelines. "Auditors should flag models that rely on proxies for protected attributes. Postal codes are high-risk features that may inadvertently lead to redlining or other discriminatory practices." A, B, and C are more justifiable under fair lending guidelines. Thus, D presents the highest concern. Reference: ISACA Advanced in AI Audit™ (AAIA™) Study Guide, Section: "AI Governance and Risk Management," Subsection: "Bias and Fairness in Financial AI Models"
AAIA Exam Question 89
Which of the following BEST ensures representativeness in AI systems when assessing training data periodically?
Correct Answer: C
Representativeness means that training data accurately reflects thecurrent real-world environmentin which the AI system operates. The BEST way to ensure this is by verifying that thetraining data remains relevant and aligned with evolving real-world conditions(C). This controls the risk of model degradation, bias, or drift as environments change. AAIA emphasizes continual reassessment of data relevance, freshness, and contextual accuracy. Manual review (A) is limited in scope and scale. Automated validation (B) helps detect errors but does not ensure data reflects the real world. Synthetic data (D) supplements but does not guarantee representativeness unless calibrated properly. Therefore,continuous relevance and contextual alignmentis the most important factor. References: ISACA,AAIA Exam Content Outline- Domain 2: Data Management Specific to AI (data relevance, drift detection, representativeness).
AAIA Exam Question 90
An IS auditor notes the combined number of records utilized within the training, validation, and testing data sets exceeds the total number of records in the original data set. Which of the following is MOST important for the auditor to determine?
Correct Answer: B
If the combined size of the training, validation, and testing sets exceeds the original data size, it suggests that records may have been reused across sets. This can lead to data leakage, where the model has access to test or validation information during training, resulting in overly optimistic performance metrics. "Data leakage invalidates model evaluation because it introduces unintended data overlap. Auditors must ensure that the training, validation, and test sets are strictly partitioned." Options A, C, and D refer to process order or quantity, but only B addresses the root issue of compromised model integrity due to overlapping data. Reference: ISACA Advanced in AI Audit™ (AAIA™) Study Guide, Section: "AI Fundamentals and Technologies," Subsection: "Data Partitioning and Leakage Risks"