All Practice Exams

100+ Free TAISE Practice Questions

Pass your CSA Trusted AI Safety Expert (TAISE) exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
Not published Pass Rate
100+ Questions
100% Free
1 / 100
Question 1
Score: 0/0

Which of the following best describes the 'temperature' parameter in LLM inference?

A
B
C
D
to track
Same family resources

Explore More Cloud Security Alliance Certifications

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.

More From This Family

Videos and articles for deeper review.

2026 Statistics

Key Facts: TAISE Exam

60 MCQ

Exam Questions

Cloud Security Alliance

80%

Passing Score

Cloud Security Alliance

120 min

Exam Duration

Cloud Security Alliance

10 modules

Curriculum Modules

Cloud Security Alliance

Open-book

Exam Format

Cloud Security Alliance

243 controls / 18 domains

CSA AICM Scope

CSA AI Controls Matrix v1

Oct 2025

TAISE Launch

CSA Blog

2026 SC Awards Finalist

Industry Recognition

CSA Press Release

The CSA TAISE is an intermediate-level AI safety and governance certification consisting of 60 open-book MCQs in 120 minutes with an 80% passing score. Developed with Northeastern University, it covers 10 modules spanning GenAI fundamentals through cloud AI security and emerging threats.

Sample TAISE Practice Questions

Try these sample questions to test your TAISE exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which of the following best describes a Large Language Model (LLM)?
A.A deep neural network pre-trained on vast text corpora to predict and generate human-like language
B.A rule-based expert system trained on a fixed knowledge base
C.A supervised classifier that assigns labels to discrete input categories
D.A reinforcement learning agent optimized for game-playing environments
Explanation: LLMs are transformer-based deep neural networks pre-trained on massive text datasets using self-supervised learning (e.g., next-token prediction). They generate coherent language by predicting probable token sequences, distinguishing them from rule-based systems, classical classifiers, or RL agents.
2In the context of AI, what does the term 'hallucination' refer to?
A.The model generating outputs that are factually incorrect or entirely fabricated with apparent confidence
B.A visual distortion artifact caused by adversarial image perturbations
C.A mode of training where the model imagines counterfactual scenarios to improve robustness
D.An overfit condition in which training loss is extremely low but validation loss is high
Explanation: Hallucination in AI refers to a model producing plausible-sounding but factually incorrect, invented, or unsupported content. This is a well-documented failure mode in LLMs that poses significant safety and trust risks, especially in high-stakes applications.
3What is the primary purpose of the tokenization step in a Generative AI pipeline?
A.To convert raw text into numerical representations (tokens) the model can process
B.To encrypt model weights before inference
C.To filter harmful content before it reaches the end user
D.To compress training data for storage efficiency
Explanation: Tokenization converts raw text into discrete tokens—subword units mapped to integer IDs—that serve as the numeric input to transformer models. This step is foundational to all text-based GenAI systems.
4Retrieval-Augmented Generation (RAG) primarily addresses which LLM limitation?
A.Slow inference speed due to large model size
B.Lack of mathematical reasoning capability
C.Knowledge cutoff and inability to access real-time or proprietary information
D.Vulnerability to adversarial prompt injection
Explanation: RAG augments an LLM by retrieving relevant documents from an external knowledge store at inference time, grounding responses in current or proprietary data. This directly addresses the static knowledge cutoff inherent in pre-trained models.
5Which transformer component is most directly responsible for capturing relationships between all tokens in an input sequence simultaneously?
A.Feed-forward neural network layer
B.Positional encoding
C.Multi-head self-attention mechanism
D.Layer normalization
Explanation: Multi-head self-attention computes pairwise attention weights between every token pair in the sequence, allowing the model to capture long-range dependencies in parallel. This is the defining architectural innovation of the transformer.
6Fine-tuning a pre-trained LLM on domain-specific data is best categorized as which type of machine learning approach?
A.Transfer learning adapted to a target domain
B.Unsupervised pre-training from scratch
C.Reinforcement learning from human feedback
D.Zero-shot inference without any additional training
Explanation: Fine-tuning is a form of transfer learning: general knowledge encoded during pre-training is transferred to a specific task or domain by continuing training on a smaller, curated dataset. This adapts the model without training from scratch.
7A healthcare organization deploys an LLM to draft patient-facing summaries. The primary ethical concern with this use case is:
A.Potential for the model to generate incorrect medical information that harms patients
B.High GPU power consumption during inference
C.The open-source nature of the model weights
D.Excessive model latency causing poor user experience
Explanation: In high-stakes healthcare contexts, LLM hallucinations or factual errors can directly endanger patients. Ethical deployment requires human oversight, clinical validation, and clear disclaimers—failure to do so poses patient safety and liability risks.
8Which of the following is an example of an AI use case that carries a HIGH risk of generating deepfakes?
A.Using LLMs to summarize internal quarterly earnings reports
B.Applying computer vision to inspect manufacturing defect rates
C.Using text-to-video generative models to synthesize realistic video of public figures
D.Deploying a recommendation engine for e-commerce product suggestions
Explanation: Text-to-video and face-swap generative models can synthesize photorealistic videos of real people saying or doing things they never did—creating deepfakes. This poses misinformation, identity fraud, and reputational risks.
9Algorithmic bias in an AI hiring tool is most likely to cause which type of harm?
A.Systematic discrimination against protected groups in candidate selection
B.Data exfiltration from the HR database
C.Increased cloud infrastructure costs due to model complexity
D.Unauthorized access to model training weights
Explanation: Algorithmic bias occurs when a model trained on historically biased data perpetuates or amplifies those biases. In hiring, this can result in systematic discrimination against candidates from protected groups (race, gender, age), creating legal and ethical violations.
10LIME (Local Interpretable Model-agnostic Explanations) is used to:
A.Generate locally faithful explanations for individual model predictions by approximating the model with a simpler surrogate
B.Encrypt model predictions before sending them to end users
C.Detect adversarial examples in model inputs
D.Reduce the dimensionality of training data to speed up convergence
Explanation: LIME explains individual predictions by perturbing the input and training a locally linear surrogate model on the model's responses to those perturbations. This provides human-interpretable explanations for black-box models at the instance level.

About the TAISE Exam

TAISE certifies professionals who can govern, secure, and responsibly deploy AI and GenAI systems. It covers AI safety, ethics, the full model lifecycle, and key frameworks including NIST AI RMF, ISO 42001, MITRE ATLAS, and the CSA AI Controls Matrix.

Questions

60 scored questions

Time Limit

120 minutes

Passing Score

80% (48/60)

Exam Fee

Training + exam bundle; standalone exam not available (Cloud Security Alliance (CSA) in partnership with Northeastern University Institute for Experiential AI)

TAISE Exam Content Outline

10%

AI and GenAI Fundamentals

LLMs, neural networks, hallucination, pre-training, GANs, and generative AI foundational concepts

10%

Generative AI Architecture

Transformers, tokenization, attention, RAG, vector databases, fine-tuning, LoRA, and sampling

10%

AI Use Cases

AI applications across industries, deepfakes, misinformation, bias risks, and AI-enabled threats

10%

AI Ethics and Transparency

Explainability (LIME, SHAP), fairness, model cards, auditability, and the right to explanation

10%

AI Model Lifecycle Management

Data poisoning, model drift, MLSecOps monitoring, versioning, and model retirement

20%

AI Governance, Risk, and Compliance

NIST AI RMF, ISO 42001, MITRE ATLAS, CSA AICM, EU AI Act, and organizational AI governance

10%

AI Security and Safety

Prompt injection, adversarial examples, jailbreaking, guardrails, and agentic AI safety

10%

Cloud and AI Security

Zero Trust for AI, secrets management, AI BOM, supply chain, and cloud AI vendor risk

5%

Data Security and Privacy

Federated learning, differential privacy, GDPR, data minimization, and right to erasure

5%

Emerging AI Threats

Indirect prompt injection, model extraction, backdoor attacks, model collapse, and voice cloning

How to Pass the TAISE Exam

What You Need to Know

  • Passing score: 80% (48/60)
  • Exam length: 60 questions
  • Time limit: 120 minutes
  • Exam fee: Training + exam bundle; standalone exam not available

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

TAISE Study Tips from Top Performers

1Prioritize the AI Governance/Risk/Compliance domain (20% weight) — know NIST AI RMF's four functions (GOVERN/MAP/MEASURE/MANAGE) cold
2Understand the CSA AICM structure: 243 control objectives across 18 domains, mapped to ISO 42001, ISO 27001, NIST AI RMF, and BSI AIC4
3Learn to distinguish AI safety (unintended harms) vs AI security (intentional attacks) — TAISE tests both with distinct questions
4Study the EU AI Act risk tiers: prohibited, high-risk (Annex III), limited-risk, minimal-risk — know concrete examples for each
5Know the key attack categories in MITRE ATLAS: data poisoning, model inversion, membership inference, backdoor attacks, model extraction, and prompt injection
6The exam is open-book — prioritize understanding frameworks and their relationships over memorizing exact numbers

Frequently Asked Questions

What is the CSA TAISE exam format?

The TAISE exam consists of 60 multiple-choice questions with a 120-minute time limit and an 80% passing score (48 correct). The exam is open-book and delivered online with proctoring. TAISE is only available as a training + exam bundle — there is no standalone exam purchase option.

What frameworks does TAISE cover?

TAISE covers four major AI governance and security frameworks: NIST AI RMF 1.0 (including the GenAI Profile), ISO/IEC 42001 (AI Management System), MITRE ATLAS (adversarial ML TTPs), and the CSA AI Controls Matrix (AICM) with 243 control objectives across 18 domains.

Who should pursue the TAISE certification?

TAISE is designed for professionals responsible for AI governance, security, risk, and compliance — including CISOs, AI risk managers, cloud security architects, compliance officers, and AI product managers. It is also valuable for anyone building, auditing, or overseeing AI and GenAI systems.

What is the difference between AI safety and AI security in TAISE?

TAISE explicitly distinguishes these: AI safety addresses unintended harms such as hallucination, bias, and alignment failures. AI security addresses intentional threats such as prompt injection, data poisoning, model extraction, and adversarial examples. Both are covered in dedicated modules.

Does TAISE cover the EU AI Act?

Yes. TAISE covers AI regulatory frameworks including the EU AI Act's risk classification system (prohibited, high-risk, limited-risk, minimal-risk AI), with emphasis on how organizations must assess and govern AI deployments against regulatory requirements.

How long should I study for TAISE?

The 10 self-paced TAISE modules are designed for approximately 30-60 hours of study. Focus additional time on the Governance, Risk, and Compliance module (20% weight) covering NIST AI RMF, ISO 42001, MITRE ATLAS, and CSA AICM — these frameworks appear most heavily across exam domains.