AI Essentials - Grok practice questions
AI Essentials · AI-EG · 351 questions
Original practice questions for AI Essentials - Grok.
This course contains the use of artificial intelligence.
Practice Quizzes
Test your knowledge with standard 20-question practice sets.
Quiz 1
Quiz 2
Quiz 3
Quiz 4
Quiz 5
Quiz 6
Quiz 7
Quiz 8
Quiz 9
Quiz 10
Quiz 11
Quiz 12
Quiz 13
Quiz 14
Quiz 15
Quiz 16
Quiz 17
Quiz 18
Browse by Domain
Study specific topics at your own pace.
ai-ethics-governance · 11 questions
- A compliance team asks you to document how a credit-scoring model reached a denial decision so auditors can review the reasoning. Which AI ethics concept describes a system's ability to provide clear, human-understandable reasons for its outputs?
- Organizations increasingly require AI systems that people can trust in high-impact settings. What does “ethical AI” primarily refer to?
- In AI safety and governance discussions, what does the alignment problem primarily refer to?
- In responsible machine learning practice, what is a model card?
- Clinicians will only adopt a hospital diagnostic model if they can understand why it flagged a case. Which concept is most critical for building that trust?
- Which statement best captures a central goal of Explainable AI (XAI)?
- Which approach best reflects an AI engineering best practice for protecting data privacy when building and operating models?
- A marketing team relies on a generative AI system to draft campaign copy at scale. What is the main ethical and practical risk they must manage?
- During model training, which approach best supports data-privacy best practice when real records contain personal information?
- You use a generative AI system to produce artwork for a commercial campaign. What is a key legal consideration you should evaluate?
- Which engineering practice best supports making production AI decisions understandable to humans who must trust or audit the system?
computer-vision · 29 questions
- A retail analytics team wants a vision model that both draws a box around each product on a shelf image and labels what product it is. Which computer-vision task does that describe?
- What is the primary role of a convolutional neural network (CNN) when applied to structured spatial inputs?
- What does the field of computer vision focus on within artificial intelligence?
- A team is deploying a vision model that must identify pedestrians, signs, and vehicles from camera streams on an autonomous vehicle. For safe, closed-loop control at highway speeds, which system property matters most?
- In a convolutional neural network (CNN), what is a filter (also called a kernel)?
- An operations team needs a deep learning model for live camera feeds that must detect vehicles and pedestrians frame by frame. Which network type is the best primary fit?
- In a convolutional neural network, what role does a kernel (filter) play?
- A clinical AI project outlines tumor boundaries pixel-by-pixel on radiology scans so clinicians can see exact lesion regions. What computer vision task does this describe?
- In computer vision, what does image segmentation specifically mean?
- In a convolutional neural network, what does stride refer to?
- In convolutional neural networks, what does padding typically refer to?
- Which task is a classic, high-impact application of a convolutional neural network (CNN)?
- What is the primary purpose of transfer learning when building computer vision models?
- Why is semantic segmentation often considered especially challenging in computer vision projects?
- In classical computer vision, what is the main role of a HOG (Histogram of Oriented Gradients) descriptor?
- A security system must locate human faces within live camera frames so operators can review those regions. Which computer vision task family best matches this requirement?
- A team adapts a large pre-trained vision network to a new specialized recognition task by adding a small task-specific head. Why is it common to freeze the early backbone layers and update only the newly attached layers during the first training stage?
- A city operations group needs a vision system that both finds vehicles in roadside camera frames and estimates how many vehicles appear in each frame. Which computer vision task best matches that requirement?
- An application lets users upload a photo and returns other photos from a catalog that look visually alike. Which computer vision capability does this product primarily use?
- What is the key distinction between object detection and image classification in computer vision?
- An engineer must classify photos of rare bird species but has only a modest labeled set. Why is transfer learning especially attractive for this computer-vision task?
- In a semantic segmentation problem, what does the model produce as its primary output?
- To help a car-recognition model generalize, engineers expand the training set by creating additional views of each vehicle under varied angles and lighting. What is this practice an example of?
- A vision team trains a defect detector for products on a production line, but nearly all training images are defect-free and only a handful show true defects. Which approach is commonly used to mitigate this class imbalance?
- A vision system must keep following one particular vehicle as it moves across successive video frames. What is the name of this computer-vision task?
- An autonomous-driving stack must label every pixel in a live camera stream as road, sidewalk, or building so the planner knows traversable space. Which task-and-model pairing best matches this need?
- In computer vision training pipelines, what is the primary purpose of data augmentation?
- A computer-vision team has tight funding and a short delivery window. Which approach is most practical for standing up a strong model quickly?
- A warehouse vision system correctly names the items it sees on a conveyor belt, yet every predicted bounding box is shifted away from the true object. Which part of the detector is most likely failing?
neural-networks-deep-learning · 30 questions
- In a multilayer neural network, why are nonlinear activation functions applied after (or as part of) each neuron's weighted sum?
- During training of a very deep network, gradients for the earliest layers become vanishingly small so those weights barely update. What problem is being described?
- In neural network training, what is the primary purpose of the backpropagation algorithm?
- Compared with smaller models, what is a well-known disadvantage of training a very large, deep neural network?
- What is a defining characteristic of a graph neural network (GNN)?
- Which description best captures transfer learning in modern machine learning practice?
- For which class of problems are recurrent neural networks (RNNs) primarily designed?
- During neural network training, which statement best describes the primary job of the loss function?
- Why do recurrent neural networks use backpropagation through time (BPTT) when training?
- In a standard multilayer neural network, what is the role of a hidden layer?
- Which description correctly defines a feedforward neural network?
- Which statement best describes a defining trait of a Long Short-Term Memory (LSTM) network?
- A data scientist is building a model that outputs the probability a customer will click an advertisement. Which activation is appropriate for the final layer?
- A studio wants a model that predicts the next frame in a video given preceding frames. Which architecture family is the most appropriate starting point?
- Why do deep networks rely on nonlinear activation functions between layers rather than purely linear transforms?
- In deep learning frameworks, what does the term tensor most accurately refer to?
- During neural network training, which procedure computes how much each weight contributed to the loss by propagating error signals from the final layer back through earlier layers?
- In a multiclass neural classifier, what is the usual role of the softmax function in the final layer?
- Which limitation is most characteristic of a plain, vanilla RNN when modeling lengthy sequences?
- How does a convolutional layer fundamentally differ from a fully connected (dense) layer in a neural network?
- What is the main purpose of the sigmoid activation function in neural networks?
- Which statement best describes an artificial neural network (ANN)?
- What is the vanishing gradient problem, and in which setting is it especially severe?
- How does the ReLU (Rectified Linear Unit) activation behave?
- In multi-class classification, what does a final softmax layer produce?
- When building a sequence model for language tasks, why might a practitioner prefer a Gated Recurrent Unit (GRU) architecture over a plain recurrent neural network (RNN)?
- How does a long short-term memory (LSTM) network primarily differ from a simple recurrent neural network when modeling long sequences?
- In a convolutional neural network, what is the fundamental structural difference between a fully connected layer and a convolutional layer?
- What does the exploding gradient problem describe in deep network training?
- What defines a fully connected neural network (dense multilayer network) at the connectivity level?
natural-language-processing · 28 questions
- A BI platform turns sales tables, KPI fields, and template facts into fluent narrative summaries for executives. Which NLP capability is primarily at work?
- A support team wants a model that labels customer tickets as positive, negative, or neutral based on the wording of each message. Which NLP task is this?
- Compared with a basic scripted chatbot, what primarily distinguishes conversational AI systems in production dialogue use cases?
- An information-extraction system must tag mentions such as people, companies, and geographic locations inside free-form text. Which NLP task performs that identification and classification?
- In natural language processing, what does stemming accomplish?
- In modern NLP and machine learning, what does a vector embedding represent?
- In a typical natural language processing (NLP) workflow that prepares raw text for modeling, which step is a standard early-pipeline operation?
- What is the primary purpose of BERT (Bidirectional Encoder Representations from Transformers)?
- In natural language processing, what does the term word embedding refer to?
- A product team is training a deep learning system to translate sentences between languages. Which architecture family is the standard choice for this sequence-to-sequence problem?
- Why is the attention mechanism considered a breakthrough for many natural language processing models?
- Your product team needs a system that reads a provided passage and answers natural-language questions about that passage. Which architecture family is the strongest default choice for this reading-comprehension style task?
- An engineering group is designing a model whose job is to predict the next token in a running sentence for autocomplete. Which neural approach is the most appropriate primary choice?
- An analytics team scores social-media comments as positive, negative, or neutral for brand monitoring. Which NLP problem is this, and which recurrent architectures are well suited for the sequential text?
- What does an encoder-decoder architecture provide, and where is it commonly applied?
- What is the primary goal of a sequence-to-sequence (seq2seq) model?
- In a natural language preprocessing pipeline, how do tokenization and stemming differ in purpose?
- In an NLP text-preprocessing pipeline, what does stemming do?
- What is the primary role of dense word embeddings such as those produced by Word2Vec or GloVe in natural language processing pipelines?
- In models such as Word2Vec, what core idea drives how each vocabulary item is represented?
- A team builds a document classifier with a classic bag-of-words representation. Which limitation most strongly constrains what that model can learn from the text?
- In modern NLP pipelines, what primary role do word embeddings play?
- What primary class of language tasks is the Transformer architecture widely used to power in modern NLP systems?
- A team is building a spam filter from raw email text. Which preprocessing combination is most appropriate as an early NLP step?
- A news analytics pipeline must locate and label mentions of people, organizations, and places inside article text. Which NLP task does this describe?
- While building a sentiment model on product reviews, a practitioner represents text with TF-IDF instead of a plain bag-of-words count vector. What is the primary advantage of TF-IDF in this setting?
- In text normalization for NLP, how does stemming primarily differ from lemmatization?
- In natural language processing, what does the TF-IDF representation measure?
reinforcement-learning · 8 questions
- Which statement best describes how a reinforcement learning agent typically improves its policy?
- What is the central objective of reinforcement learning as a learning paradigm?
- Which statement correctly contrasts supervised learning with reinforcement learning?
- In reinforcement learning, what is the main objective of Q-learning?
- In reinforcement learning, what does the policy represent?
- Within a reinforcement learning setup, what is meant by the state?
- A logistics firm faces a multi-step planning challenge with interdependent decisions and a large combinatorial search space. Which AI approach is generally most appropriate for analyzing and solving this class of problem?
- A research team needs an agent that improves at a multi-level video game by interacting with the environment, receiving scores after actions, and adjusting behavior over many episodes. Which AI paradigm is the most appropriate primary approach?
regularization-optimization · 24 questions
- When comparing L1 and L2 weight regularization, which statement correctly describes a key difference?
- In gradient-based training, what does the learning rate primarily control?
- A model scores nearly perfectly on the training set but performs poorly on held-out validation and test examples. Which phenomenon best describes this behavior?
- What is Bayesian optimization primarily used for in machine learning workflows?
- During training of a deep network, what is the main purpose of a dropout layer?
- After deployment, when should overfitting be treated as a serious problem for an AI model?
- A team is tuning a gradient-boosted classifier and wants a systematic way to try every combination of learning rate, tree depth, and subsample ratio from a predefined set. Which technique is designed for that exhaustive hyperparameter exploration?
- In machine learning workflows, what is a hyperparameter?
- Which description correctly defines model overfitting?
- What is the purpose of batch gradient descent when training a model?
- A data scientist trains a decision tree on a customer churn dataset and notices nearly perfect accuracy on the training rows but poor results on a holdout set. Which description best captures overfitting for this tree?
- After training a logistic regression classifier, you observe much higher metrics on the training set than on a held-out test set. What is the most likely explanation?
- In model development, what are grid search and random search primarily used for?
- Compared with classic stochastic gradient descent (SGD), what is the primary practical advantage of the Adam optimizer?
- When training a neural network, what is the main role of the Adam optimizer regarding parameter updates?
- Compared with plain stochastic gradient descent (SGD), what is the primary benefit of using RMSProp as an optimizer?
- In deep learning, what does hyperparameter tuning mean?
- A training team notices their deep network memorizes the training set and fails to generalize. They enable weight decay (L2 regularization). What is the primary purpose of this technique?
- Why do practitioners insert a dropout layer while training a neural network?
- In deep learning optimization, what does the learning rate control?
- What primary role does batch normalization play when inserted into a deep neural network training pipeline?
- What is a key distinction between stochastic gradient descent (SGD) and the Adam optimizer?
- A team reports excellent accuracy on the training set, yet the same model performs poorly on new, previously unseen examples. What is the most likely diagnosis and a sensible first-line remedy?
- Your practice results show a clear weak spot on deep learning optimizers (for example SGD, Adam, and learning-rate schedules). What is the most effective way to improve before the certification exam?
machine-learning-fundamentals · 39 questions
- Before a model starts learning from examples, some settings must already be chosen by the practitioner—values that training will not update on its own. What term describes those pre-chosen settings?
- Bayesian approaches in machine learning emphasize representing uncertainty over unknowns rather than returning only a single fitted value. What is their primary goal when estimating model parameters?
- During model development, a team holds out a portion of labeled examples that is neither used to fit parameters nor reserved for the final report. What is the primary role of that held-out validation set?
- In modern analytics and AI pipelines, which statement best describes what practitioners mean by Big Data?
- When moving from a narrow AI system toward artificial general intelligence (AGI), what is widely considered a core challenge?
- How do the concepts of strong AI and weak AI primarily differ?
- What best describes a knowledge graph in AI and data systems?
- An AI system is excellent at one bounded skill—such as mastering a board game or operating within a constrained driving stack—but does not exhibit human-level general intelligence. What category does this system fall into?
- In machine learning models, what is a latent variable?
- In supervised machine learning, what is a loss function?
- While growing a decision tree, the algorithm must decide how to split each node. What role does entropy play in that process?
- What is the core idea of a hybrid AI system?
- Why do practitioners add a kernel function when training a support vector machine (SVM)?
- An organization trains a classifier to flag spam email. Over months, attackers invent new phrasing and tactics, so yesterday’s definition of spam no longer matches today’s inbox. What is the primary labeling challenge this creates for the training set?
- A bank deploys a support chatbot that answers only from a fixed policy script and canned responses for account FAQs. It cannot learn arbitrary new tasks outside that scope. Which category of AI does this system represent?
- What is the primary practical advantage of ensemble methods such as Random Forests or gradient boosting machines?
- Under the bias–variance trade-off, which description best fits a model that exhibits high bias and low variance?
- During supervised training, what primary job does the loss function perform?
- In a support vector machine (SVM), what are support vectors?
- How do artificial intelligence (AI) and machine learning (ML) relate as fields of study?
- Which statement best captures the main characteristic of weak AI (also called narrow AI)?
- What is the key defining feature of symbolic AI approaches?
- Which statement best distinguishes bias from variance when diagnosing machine learning model error?
- Which description best characterizes the Bayesian approach to machine learning?
- What is generalization in machine learning?
- In machine learning, what does the curse of dimensionality primarily describe?
- What is a primary practical advantage of support vector machines (SVMs) compared with simpler linear classifiers such as logistic regression?
- In a decision tree, what does a leaf node represent?
- In deep learning training loops, what is a batch?
- In AI systems, what is a knowledge graph?
- During the lifecycle of a deployed predictive system, how do training data and inference data differ in purpose?
- When studying for a technical certification, what is the main educational benefit of taking realistic practice exams?
- At the start of an applied AI initiative, what does defining the business problem primarily involve?
- When framing an AI solution for a business initiative, what is the primary reason teams define key performance indicators (KPIs)?
- During a timed AI certification exam, what is the primary purpose of a deliberate time-management plan?
- You have limited weeks left before an AI certification exam. The blueprint lists multiple domains with different percentage weights. Why should you study the exam structure and those topic weights carefully?
- After a team has clearly stated the business objective for an AI initiative, what should they do next before building models?
- Which approach best describes an effective way to improve solutions when tackling a practical machine learning problem from messy data through a deployable model?
- After finishing an AI practice exam, what is the most effective next step to strengthen your knowledge?
data-preprocessing-feature-engineering · 19 questions
- A team needs to compress high-dimensional numeric features into a smaller set of axes that still capture most of the variation for visualization and modeling. Which technique is commonly used for that dimensionality reduction?
- A binary classifier is trained on a dataset where one class appears far more often than the other. Which approach is a standard way to mitigate that class imbalance?
- What does feature engineering primarily involve in a machine learning workflow?
- In data preprocessing, what is the main purpose of normalizing continuous features?
- Before training a distance-sensitive classifier, you notice age spans roughly 0–100 while annualincome spans tens of thousands to millions. Which preprocessing action best addresses this scale mismatch?
- A data science team is preparing a high-dimensional customer dataset for a predictive model. Which statement best describes the purpose of feature selection?
- What is the main purpose of one-hot encoding in a machine learning pipeline?
- What does dimensionality reduction mean in machine learning practice?
- In a data-centric AI strategy, which focus is considered the key lever for improving model outcomes?
- During the data collection and cleaning stage of a real-world AI project, what problem do teams most commonly face?
- In a standard machine learning project lifecycle, which phase focuses on gathering raw inputs, fixing quality issues, and shaping them into features ready for training?
- While preparing a large text corpus for topic modeling, a practitioner wants a standard preprocessing step that reduces surface-form variety and thus complexity. Which technique fits that goal?
- While cleaning a text dataset, an analyst notices many low-information function words such as "the," "a," and "is." Which preprocessing action specifically targets those terms?
- During computer-vision preprocessing, what is the primary reason teams normalize pixel intensities before training a neural network?
- An environmental team trains a convolutional neural network on satellite imagery to flag deforestation. Before feeding tiles into the CNN, which preprocessing step is most commonly applied to the pixel intensities?
- You train a CNN to distinguish cat photos from dog photos, but the source images arrive at many different heights and widths. Which preprocessing step is required so every sample matches the network’s fixed input shape?
- After a team finishes cleaning its dataset for an AI product—handling missing values, fixing types, and removing obvious junk—what is the most appropriate next stage in a standard AI engineering pipeline?
- In a typical end-to-end AI project workflow, when should data cleaning primarily be performed?
- During AI problem analysis, what is the primary purpose of exploratory data analysis (EDA)?
mlops-deployment · 35 questions
- A product team ships two candidate ranking models to live traffic and measures which one better meets business KPIs with real users. What practice does this describe in AI product development?
- What is the defining idea behind federated learning?
- Why do practitioners commonly wrap preprocessing steps and an estimator in a scikit-learn Pipeline object?
- In a production ML platform, what is the main role of a feature store?
- After a fraud-detection model is live, the team implements continuous checks so prediction quality does not silently degrade. Which phase of the AI project lifecycle does this activity primarily belong to?
- An enterprise wants its machine learning work to stay reliable after launch—not just when models are first trained. Which description best captures the MLOps workflow?
- In an AI project lifecycle, what is the primary goal of the deployment phase?
- A predictive maintenance model is already live on the factory floor. Why should the team keep monitoring it continuously after release?
- Within an AI project lifecycle, what is the MLOps stage mainly responsible for?
- What does the acronym MLOps stand for?
- In MLOps, what is the key objective of model monitoring?
- After a model is already trained, what is often the most significant ongoing challenge when an engineer runs it in a live production environment?
- In an MLOps context, what does model versioning refer to?
- Within MLOps, what does model serving (model service) mean?
- A production classifier that once scored well on live traffic is now less accurate week after week, even though the training code has not changed. Practitioners often label this degradation model drift. Which factor most commonly drives model drift?
- After an AI model is live in production, which practice best describes responsible maintenance of that model over time?
- In a multi-team production ML platform, what is the primary role of a feature store?
- Which practice is commonly recommended in AI engineering to make a trained model more efficient at serving time without abandoning learned quality entirely?
- A product team wants to train, package, and deploy machine learning models without owning servers, patching GPU drivers, or wiring custom training clusters. Which capability is the main reason they would choose a managed ML platform (PaaS) such as Azure Machine Learning or Amazon SageMaker?
- When practitioners say an AI system is "scalable" in a production setting, what property are they primarily describing?
- Which practice is considered a standard dependency-management hygiene step for an AI engineering project?
- Which approach best reflects a core AI engineering practice for making a model service able to scale with demand?
- In a large AI engineering program, what is the primary role of MLflow?
- Which practice best reflects recommended AI engineering discipline for versioning code, datasets, and trained models together?
- Within a typical AI engineering workflow, what is the main purpose of a Jupyter Notebook?
- An e-commerce recommendation model has been live for several months. Live traffic patterns have shifted, and offline holdout scores no longer match what operators see in production dashboards. Under which condition should the team schedule a retrain of the production model?
- In an end-to-end AI engineering pipeline, what is the primary purpose of a production monitoring system?
- An enterprise plans to roll out a new AI-powered recommendation service company-wide. Leadership asks why the team should run a limited pilot before full production launch. What is the primary reason?
- In an AI engineering workflow, what is the primary role of a Data Version Control (DVC) system?
- During an AI project lifecycle, what is the main goal of the deployment phase?
- An enterprise AI initiative is about to kick off. Why is stakeholder alignment treated as critical to project success rather than optional project-management overhead?
- Leadership needs an AI solution delivered under severe schedule pressure. Which delivery strategy best protects on-time release without abandoning engineering discipline?
- A fraud-detection model scored well in offline tests, yet after go-live it misses new fraud patterns that appear in live traffic. What is this situation typically called?
- After a fraud-detection model has been live for several months, production scores slowly worsen even though the pipeline and model file have not changed. Engineers suspect the incoming feature distributions no longer match what the model saw at training time. What is the primary reason teams monitor data drift in this situation?
- An ML platform team must keep many trained artifacts reproducible: which weights go with which code, data snapshot, and metrics when someone asks to roll back last week's recommender. What is the established best practice for managing those trained model versions?
recommendation-systems · 3 questions
- Streaming and retail platforms personalize what each user sees next by ranking items they are likely to value. What is the main purpose of a recommender system?
- In consumer and content platforms, what is a recommendation engine?
- A retailer deploys an AI system that personalizes product recommendations for each shopper. Which challenge is typically the most central ongoing concern in this setting?
model-evaluation-metrics · 26 questions
- When diagnosing why a learner underperforms, practitioners separate systematic wrongness from sensitivity to training quirks. How do bias and variance differ in this sense?
- Improving fit on the training sample can hurt performance on unseen examples if the model becomes too brittle. What does the bias–variance tradeoff describe?
- Which metric is commonly used to evaluate how well a regression model predicts continuous targets?
- In a supervised classification project, what is the primary purpose of a confusion matrix?
- In binary classification metrics, what does the F1 score specifically measure?
- Why do practitioners commonly use cross-validation when assessing a supervised model?
- What is the purpose of a learning curve when diagnosing a machine learning model?
- In a multi-class classification setting, how is the accuracy metric defined?
- In binary classification, which outcome is called a false positive?
- When is k-fold cross-validation the most appropriate choice during model development?
- When the business cost of missing a positive case (false negative) is especially severe, which evaluation priority is most appropriate, and which application best illustrates that need?
- For a regression model, what does a low mean absolute error (MAE) tell you about performance?
- During model development, what is the main purpose of a validation set?
- A retail forecasting model systematically underestimates weekly unit sales by about 10% across regions and seasons. What type of prediction error does this consistent directional miss primarily illustrate?
- In a classification task, what information does a confusion matrix primarily present?
- While reviewing a binary classifier’s metrics, you observe a low F1 score. What does that primarily indicate?
- During training, a deep network’s training loss keeps falling, but validation loss begins to rise. What phenomenon does this pattern indicate?
- What is the main purpose of the model validation phase in an AI project?
- A practitioner needs a deeper understanding of where a trained model is failing on a defined task so improvements can be prioritized. Which approach is most effective for that diagnostic analysis?
- A binary classifier reports low precision on a validation set. What does that metric pattern most directly suggest about its errors?
- A company runs a generative AI assistant for customer support. Leadership wants sustained reliability in production. Which practice is a key part of responsible ongoing problem-solving for that system?
- A fraud-detection model scores excellently on internal lab benchmarks but performs poorly after go-live. Which cause is most likely?
- For reliable model evaluation during the testing phase of an AI project, which practice is most important?
- A hospital classifier predicts whether a patient needs urgent follow-up. Leadership is worried the model misses too many truly high-risk patients (false negatives). Which evaluation artifact should the team examine to count and analyze those false negatives alongside the other error types?
- When you are solving a machine-learning problem, what is the primary value of using cross-validation during model assessment?
- A data science team retrains the same algorithm many times, each time on a different random sample drawn from the same population. Across those runs, the model's predictions on a fixed holdout set barely change. In bias–variance terms, what does this stable behavior primarily indicate?
generative-ai-llms · 14 questions
- What is the primary application of reinforcement learning from human feedback (RLHF) in modern AI systems?
- In current AI terminology, what does a generative AI model do?
- What is a primary advantage of training a Generative Adversarial Network (GAN)?
- Which statement best describes the transformer architecture in modern AI systems?
- In modern AI, what does LLM stand for, and which neural architecture do contemporary LLMs most commonly build on?
- A product team relies on a large language model to draft new source-code snippets from natural-language requests. Which model category does this system illustrate?
- What characterizes a generative AI model in neural network terms?
- A product team fine-tunes a Transformer for sentence translation. Which mechanism primarily lets the model relate distant words in long inputs without relying only on a single compressed recurrent state?
- What key property most clearly separates Transformer architectures from classic RNNs when processing sequences?
- What capability is a transformer-based model best known for in sequence modeling?
- Within a Transformer, what is the primary role of the attention mechanism?
- A team needs a model that can synthesize realistic human face images. Which neural architecture is the most appropriate primary choice among the following?
- What is the primary objective of a generative AI model?
- An online retailer plans to use a generative AI system to produce product visuals for the catalog. Which best practice should guide generation quality for shoppers?
supervised-unsupervised-learning · 17 questions
- What is the primary goal of a clustering method such as k-means?
- What is the fundamental distinction between a supervised learning problem and an unsupervised learning problem?
- Which of the following tasks is an example of unsupervised learning?
- A retail analytics team is using K-means to group shoppers for a loyalty campaign. Which statement best captures a primary limitation of this algorithm?
- In terms of how training data is used, what primarily distinguishes semi-supervised learning from standard supervised learning?
- What is the primary goal of clustering algorithms in machine learning?
- A retail analytics group wants to split shoppers into natural segments for personalized campaigns, but no segment labels exist in the data. Which combination of learning paradigm and algorithm is most appropriate?
- What is the primary distinction between linear regression and logistic regression?
- A subscription business wants a model that predicts whether each customer will cancel service in the next 30 days. What type of machine learning problem is this?
- A trading analytics team needs a model to forecast the next-day closing price of equities as a numeric value. What type of machine learning problem is this?
- While fitting a linear regression model to estimate home sale prices from property attributes, which assumption about how predictors relate to the target is fundamental to the model form?
- A team trains a model to estimate each customer’s expected monetary lifetime value as a continuous dollar amount. Which type of machine learning problem is this?
- What is the principal distinction between a single decision tree classifier and a random forest classifier?
- When is unsupervised learning typically the most appropriate modeling approach?
- You are scoping a new AI project and must classify the learning paradigm before choosing algorithms. Which condition most clearly indicates that the problem is a supervised learning task?
- In supervised learning problem framing, how do regression and classification primarily differ?
- Marketing wants natural groupings of customers for a campaign, but the company has no pre-labeled "segment" field—only behavioral and demographic attributes. Which problem formulation and primary practical challenge best match this goal?
bias-fairness-safety · 6 questions
- An HR team deploys an AI system to rank job applicants. Which ethical issue is most tightly linked to this kind of hiring automation?
- A health-tech team is building a model that reads clinical records to estimate a patient's risk for a particular disease. Which ethical concern should be treated as most critical in this setting?
- Which practice is most fundamental for promoting fairness when developing an AI model?
- Which practice best reflects a core AI engineering approach to keeping production models safe?
- A data scientist is developing a credit decision model for a bank and must reduce unfair bias. Which step is the essential part of a sound problem-solving process?
- A generative text system starts producing offensive or harmful responses for end users. Which ethical issue does this primarily illustrate?
prompt-engineering · 12 questions
- When working with a large language model, what does the term prompt refer to?
- You send a zero-shot prompt asking an LLM to draft a travel itinerary. What does zero-shot mean in this situation?
- At its core, what is prompt engineering primarily concerned with?
- In prompt engineering for large language models, what is the Chain-of-Thought technique meant to accomplish?
- While crafting prompts for a large language model, an engineer supplies several complete example pairs of inputs and desired outputs, then asks the model to answer a new, similar request. What prompting approach is this?
- What is the main goal of chain-of-thought prompting when interacting with a large language model?
- When prompting a large language model, what is the essential difference between zero-shot and few-shot prompting?
- Why would a team run a zero-shot prompting experiment with a large language model?
- What is the primary objective of prompt engineering when working with large language models?
- A retailer uses an LLM to draft product descriptions. The prompt team must keep outputs short and centered on standout features. Which prompt design approach best supports that goal?
- A writer uses a large language model to draft richer creative pieces. Which prompt-engineering practice is most likely to elicit more detailed, thorough responses?
- Your legal operations team wants an LLM to condense multi-page vendor agreements into readable digests for executives. Which prompting approach is most appropriate for that summarization job?
Domain 1: ML Fundamentals · 9 questions
- Which statement correctly distinguishes supervised learning from unsupervised learning?
- Why should a held-out test set be used only after model selection is finished?
- A model reaches near-zero training error but much higher validation error. What is the most likely issue?
- Which statement correctly distinguishes supervised learning from unsupervised learning? (scenario 20)
- Why should a held-out test set be used only after model selection is finished? (scenario 21)
- A model reaches near-zero training error but much higher validation error. What is the most likely issue? (scenario 22)
- Which statement correctly distinguishes supervised learning from unsupervised learning? (scenario 40)
- Why should a held-out test set be used only after model selection is finished? (scenario 41)
- A model reaches near-zero training error but much higher validation error. What is the most likely issue? (scenario 42)
Domain 2: Evaluation · 9 questions
- For a rare-fraud detection task, which metric pair is usually more informative than accuracy alone?
- Which technique specifically addresses severe class imbalance during training?
- What does categorical cross-entropy primarily measure for a multiclass classifier?
- For a rare-fraud detection task, which metric pair is usually more informative than accuracy alone? (scenario 23)
- Which technique specifically addresses severe class imbalance during training? (scenario 24)
- What does categorical cross-entropy primarily measure for a multiclass classifier? (scenario 25)
- For a rare-fraud detection task, which metric pair is usually more informative than accuracy alone? (scenario 43)
- Which technique specifically addresses severe class imbalance during training? (scenario 44)
- What does categorical cross-entropy primarily measure for a multiclass classifier? (scenario 45)
Domain 3: Optimization · 6 questions
- What role does the learning rate play in gradient descent?
- What is a primary motivation for batch normalization in deep networks?
- What role does the learning rate play in gradient descent? (scenario 26)
- What is a primary motivation for batch normalization in deep networks? (scenario 27)
- What role does the learning rate play in gradient descent? (scenario 46)
- What is a primary motivation for batch normalization in deep networks? (scenario 47)
Domain 4: Deep Learning · 8 questions
- Why are convolutional layers well suited to image tasks?
- In transformer models, what does self-attention compute?
- When is transfer learning most helpful?
- Why are convolutional layers well suited to image tasks? (scenario 28)
- In transformer models, what does self-attention compute? (scenario 29)
- When is transfer learning most helpful? (scenario 30)
- Why are convolutional layers well suited to image tasks? (scenario 48)
- In transformer models, what does self-attention compute? (scenario 49)
Domain 5: Generative AI · 8 questions
- What problem does retrieval-augmented generation primarily address?
- Raising an LLM sampling temperature generally does what?
- What is a prompt injection risk in LLM applications?
- What do text embeddings enable in semantic search?
- What problem does retrieval-augmented generation primarily address? (scenario 31)
- Raising an LLM sampling temperature generally does what? (scenario 32)
- What is a prompt injection risk in LLM applications? (scenario 33)
- What do text embeddings enable in semantic search? (scenario 34)
Domain 6: MLOps · 10 questions
- What is a main benefit of a feature store in production ML?
- What does input data drift monitoring detect?
- Why use a model registry?
- What is the purpose of a canary model deployment?
- Before logging LLM prompts in a regulated enterprise, what control is often required?
- What is a main benefit of a feature store in production ML? (scenario 35)
- What does input data drift monitoring detect? (scenario 36)
- Why use a model registry? (scenario 37)
- What is the purpose of a canary model deployment? (scenario 38)
- Before logging LLM prompts in a regulated enterprise, what control is often required? (scenario 39)
These questions are original practice material and are NOT actual exam questions or brain-dump content. Vendor marks are trademarks of their owners. This site is not affiliated with the exam vendor.