Courseiva

AI-300 · domain

troubleshooting

Practise Microsoft Certified: Machine Learning Operations Engineer Associate (AI-300) (AI-300) troubleshooting practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

204 questions58 easy82 medium64 hard

Focused practice

Practice troubleshooting questions

Scored sessions drawing only from this domain — pick a length below.

Start 20-question practice test →

What this domain covers

What to know about troubleshooting

troubleshooting questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common troubleshooting exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Question index

All troubleshooting questions (204)

Click any question to see the full explanation, or start a practice session above.

1

Which TWO techniques should you use to improve the accuracy of a RAG pipeline?

Hard
2

You are monitoring the cost of your GenAI infrastructure. You want to track usage per specific project. Which feature in Azure AI Foundry should you use?

Easy
3

You need to monitor the data drift of a model deployed in Azure ML. What is the first step you must take?

Easy
4

You are setting up a CI/CD pipeline for GenAI models. You need to evaluate the model's performance on a benchmark dataset before it is promoted to the production endpoint. Which Azure AI Foundry capability should be integrated into your pipeline?

Medium
5

Which Azure feature is used to define infrastructure as code for your Azure ML workspace?

Easy
6

Which THREE features does Azure AI Foundry provide to help developers?

Medium
7

Which THREE metrics can be logged during training to track performance in Azure ML?

Hard
8

You are configuring a CI/CD pipeline for model deployment. Which THREE actions must you perform to ensure model traceability?

Medium
9

You are deploying a model via a Managed Online Endpoint. You want to implement a Canary deployment where 10% of traffic is sent to a new model version. How do you configure this?

Medium
10

Which THREE factors contribute to increased latency in an LLM application?

Medium
11

Your team uses a custom Docker image for training. You need to update the image in the Azure Container Registry (ACR). What is the recommended workflow to ensure Azure ML picks up the latest version?

Hard
12

Your team is using Semantic Kernel for agent orchestration. You notice frequent transient errors when the agent interacts with multiple LLM services. How should you implement infrastructure-level resiliency?

Hard
13

Which TWO of the following can be used to manage Azure ML assets like environments and models?

Medium
14

Which TWO languages are natively supported for the Azure ML SDK?

Easy
15

You are deploying a model that requires specific GPUs. How do you ensure you get the right infrastructure?

Medium
16

When configuring observability for an AI application, which TWO telemetry types should you collect to analyze both performance and quality?

Easy
17

You want to automate the scaling of your AI agent orchestration. Which TWO components do you need to configure?

Medium
18

Which THREE metrics are critical for monitoring the health of a GenAI deployment?

Hard
19

You want to evaluate your prompt engineering changes quantitatively. Which method is most reliable for comparing two prompt versions?

Medium
20

You are configuring a chat application. What is the benefit of enabling streaming in the Azure OpenAI API?

Easy
21

Which THREE items are captured in the experiment lineage in Azure Machine Learning?

Hard
22

You are monitoring an Azure OpenAI deployment and need to identify if a model is outputting content that violates safety policies. Which Azure AI Content Safety feature should you enable to categorize harmful content?

Easy
23

You want to perform hyperparameter tuning using the 'HyperDrive' service. You have a requirement to stop poor-performing runs early to save compute costs. Which policy should you use?

Medium
24

A training job is consuming too much disk space on a compute cluster. What can you do to provide more persistent scratch space?

Hard
25

What is the benefit of using 'Model Catalog' in Azure AI Foundry?

Easy
26

In Azure ML, what is a 'Component'?

Easy
27

You are tracking LLM performance. Which metric is most critical to monitor if your cost-per-request is increasing unexpectedly?

Medium
28

In an LLM evaluation workflow, what does the 'Coherence' metric measure?

Easy
29

Which TWO resources are created inside an Azure Machine Learning workspace?

Easy
30

You are running a distributed training job using the 'PyTorch' framework on Azure Machine Learning. You need to configure the 'DistributionConfiguration'. Which setting is mandatory for multi-node training?

Hard
31

Your team needs to share a model across different workspaces. What is the most efficient way to achieve this in Azure Machine Learning?

Easy
32

You are setting up an evaluation suite for your LLM. Which THREE metrics are commonly provided by the 'Built-in' evaluators in Azure AI Prompt Flow?

Medium
33

Which TWO of the following are benefits of using Azure ML Environments?

Easy
34

You need to ensure that a training script running on Azure ML has access to secrets (like API keys) without hardcoding them in the script. What should you use?

Medium
35

You are deploying a high-throughput Large Language Model on Azure AI Foundry. You need to ensure the underlying infrastructure supports rapid auto-scaling based on request latency. Which configuration should you prioritize in the deployment settings?

Medium
36

You are securing an agent orchestration infrastructure where agents must access internal data stores. To prevent data exfiltration, you need to restrict all traffic to the Azure AI Foundry project to a private network. What should be configured?

Hard
37

Which TWO types of compute can be used for training in Azure Machine Learning?

Easy
38

You need to attach an existing Azure Kubernetes Service (AKS) cluster to your Azure ML workspace for model inference. Which credential type is required to establish this connection?

Medium
39

You are debugging an Azure ML pipeline. You want to see the stdout of a specific step that failed. How do you access this?

Medium
40

You are designing a quality assurance gate for your model. If a model output has a 'Violence' score of 0.8 according to Azure AI Content Safety, what is the best practice to handle it?

Medium
41

What is the primary purpose of a 'Labeling Project' in Azure Machine Learning?

Easy
42

You need to orchestrate a series of ML steps (Data prep, Training, Evaluation). Which Azure ML feature is specifically designed for this?

Medium
43

What is the purpose of a 'System-Assigned Managed Identity' in the context of an Azure AI project?

Medium
44

Which Azure Machine Learning resource provides a pre-configured environment for development?

Easy
45

What is the 'Workspace' in Azure Machine Learning?

Easy
46

When designing a content safety policy, which THREE categories are explicitly supported by the Azure AI Content Safety API?

Hard
47

When configuring a private endpoint for your Azure AI resource, which TWO of the following must be set up?

Medium
48

You are troubleshooting high latency in a RAG-based application. The vector search is fast, but the generation phase is slow. Which component should be scaled?

Hard
49

You are preparing a model for deployment. Which THREE items should you include in the model package?

Medium
50

What is the benefit of using 'Azure Machine Learning Datasets' (or Data Assets) over raw storage paths?

Easy
51

Which THREE items should you keep track of in your AI Foundry project to ensure good governance?

Easy
52

You want to evaluate how well your model adheres to specific brand guidelines. Which evaluation method is best suited for this?

Medium
53

You have a sudden spike in requests. What is the quickest way to check if you have hit your Azure OpenAI token quota?

Medium
54

You are deploying a large model. During the deployment, you encounter a 'Resource Not Available' error. What is the most likely cause?

Hard
55

You need to ensure that your LLM responses are filtered for harmful content. Which infrastructure component provides this capability?

Medium
56

You are setting up an Azure Machine Learning workspace and need to ensure that the workspace is not accessible from the public internet. Which networking feature should you configure?

Easy
57

You are managing model lifecycle security. Which THREE actions are recommended to secure your ML models?

Hard
58

Which service allows you to track ML models and their associated artifacts?

Easy
59

You are fine-tuning a model on Azure OpenAI and notice the training loss curve is fluctuating significantly. What is the most likely cause?

Hard
60

When sharing an AI project with a team, which resource group architecture is best practice for lifecycle management?

Easy
61

You have an automated deployment pipeline. You want to run an integration test on the model after deployment. Which tool is best suited for this?

Hard
62

You are auditing your model's safety logs and notice several 'jailbreak' attempts. Where can you find these logs in the Azure ecosystem?

Medium
63

You are experiencing throttling on your AI endpoint. Which TWO steps should you take?

Hard
64

You have a new model deployment that is incurring high costs. How can you find the top-consuming deployments?

Easy
65

Where do you define the model deployment settings, including instance count and version?

Easy
66

What is the purpose of a 'Datastore' in Azure Machine Learning?

Easy
67

Which TWO actions can you perform in the Azure Machine Learning studio?

Easy
68

A user wants to restrict the model's output to valid JSON format. What is the most effective way to ensure this?

Medium
69

What is the purpose of the Azure ML 'Model Registry'?

Easy
70

Which of the following is a key component of an observability strategy for Generative AI applications?

Easy
71

What is the primary function of an Azure ML 'Datastore'?

Easy
72

You are troubleshooting a deployment. Which THREE logs are most helpful to check?

Hard
73

You are troubleshooting a failed agent deployment. Which TWO areas should you inspect first?

Hard
74

Which THREE tools in Azure can be used to monitor the health and performance of your GenAI infrastructure?

Medium
75

Your team is deploying a large language model in Azure AI Foundry. You need to ensure that the inference endpoint remains highly available across different regions. Which configuration should you implement?

Easy
76

Your Azure OpenAI deployment is experiencing high latency during peak hours. You observe that input tokens are consistently high. Which strategy is most effective for reducing latency while maintaining quality?

Medium
77

When using Prompt Flow for GenAI, where should you store your evaluation results to visualize them over time?

Easy
78

To optimize the cost of your AI infrastructure, which THREE actions should you consider?

Hard
79

You are using MLflow to track experiments in Azure Machine Learning. You need to log a custom metric that is calculated every 100 iterations. Which MLflow function should you use?

Hard
80

You are deploying a custom model in a container. To ensure the model infrastructure is highly available, what is the best practice?

Hard
81

Which TWO of the following storage types can be registered as an Azure ML Datastore?

Easy
82

Which Azure feature should you use to restrict traffic to your AI Foundry project to specific IP addresses?

Medium
83

You are optimizing a model for a specific domain language. Which fine-tuning approach minimizes cost while maximizing domain adaptation?

Hard
84

Which TWO of the following strategies are commonly used to optimize for cost in Generative AI?

Easy
85

You need to update a prompt flow without downtime. What deployment strategy should you use?

Medium
86

You are orchestrating a multi-step ML pipeline in Azure Machine Learning. You need to ensure that a downstream step only executes if the upstream model training step finishes successfully, while allowing the pipeline to continue even if a non-critical logging step fails. Which configuration should you use?

Medium
87

Which THREE of the following are types of Azure ML endpoints?

Easy
88

You are experiencing latency issues with a model deployed on a Managed Online Endpoint. What is the first thing you should check?

Hard
89

A team uses Azure Machine Learning to track experiments. You need to ensure that every run is associated with a specific git commit hash to ensure reproducibility. Where should this be configured?

Easy
90

You need to ensure that training data is encrypted at rest in the Blob Storage linked to your Azure Machine Learning workspace. How do you ensure this?

Medium
91

You are evaluating an LLM application using Prompt Flow. You want to measure the 'Groundedness' of the model response relative to the retrieved context. Which evaluator should you configure?

Medium
92

Which TWO of the following are benefits of using the Azure ML CLI v2 for your MLOps pipelines?

Medium
93

You are implementing a retraining trigger for a demand forecasting model. You want to trigger a pipeline execution only when the drift metric for the 'Price' feature exceeds a predefined threshold. Which service should you integrate with Azure Machine Learning?

Hard
94

Which THREE parameters directly affect the output structure or style of an LLM response?

Hard
95

You are configuring a 'Managed Online Endpoint' for a very large model (10GB+). The deployment is failing during the 'pulling image' phase. What is the most likely cause?

Hard
96

You need to monitor the health of your deployed Azure ML models. Which service is integrated directly with Azure ML to provide automated metrics and logging?

Easy
97

You are using GitHub Actions. You want to authenticate to Azure without using hardcoded credentials. What should you use?

Medium
98

You want to track your model experiments and compare their performance metrics. Which Azure ML feature provides this capability?

Medium
99

When configuring a compute instance, which setting allows you to automatically stop the instance during periods of inactivity?

Easy
100

You need to audit all model access logs across your organization. What is the most effective approach?

Medium
101

You want to automate the deployment of a model using GitHub Actions. Which file format is standard for defining the Azure ML CLI v2 deployment configuration?

Medium
102

You are creating a 'Pipeline' and want to share a dataset across multiple steps. What is the most efficient way to access this data?

Medium
103

You are reviewing the 'Run History' in Azure Machine Learning. You want to compare the training time of two different experiments. Which UI feature should you use?

Easy
104

You are deploying a model to an Azure Kubernetes Service (AKS) cluster. You need to ensure that the deployment handles traffic spikes by scaling based on GPU usage. Which setting must be enabled in the inference configuration?

Medium
105

Which THREE of the following are key components of a robust MLOps strategy in Azure?

Hard
106

You are creating a CI/CD pipeline in Azure DevOps. Which extension is essential to integrate Azure ML tasks into your build/release pipeline?

Medium
107

You want to automate the evaluation of your LLM application using a 'Golden Dataset'. What is the primary purpose of this dataset in an MLOps pipeline?

Medium
108

You are setting up an MLOps pipeline and need to ensure that only approved models are deployed. Which feature should you use?

Medium
109

Which THREE settings are part of the 'InferenceConfig' object in Azure ML?

Hard
110

You are configuring a 'Managed Online Endpoint' for production. You want to ensure high availability. What should you configure?

Medium
111

Which THREE metrics are critical for monitoring a production Generative AI system?

Easy
112

An agent orchestration system is timing out because it waits too long for tool output. How can you optimize the infrastructure handling of tool calls?

Hard
113

You are automating the deployment of your AI project. What is the recommended tool to manage infrastructure-as-code (IaC) for Azure AI Foundry?

Hard
114

A data scientist needs to access data in an Azure Data Lake Storage Gen2 account from Azure ML. You need to ensure the workspace uses the most secure method to access this data. What should you configure?

Hard
115

Your production agent application requires strict data isolation. You must ensure all requests to Azure OpenAI are routed through a private network. Which configuration is required?

Hard
116

You need to ensure that your model inference code has access to the latest secret keys without hardcoding them. What is the recommended integration?

Medium
117

You have a large set of documents for a RAG system. How should you optimize retrieval speed?

Medium
118

You are configuring a connection to a vector store. What is the best way to handle the secret credential?

Hard
119

You have an Azure Machine Learning pipeline that uses 'PipelineData' to pass information between steps. You want to share data between a training step and a scoring step. What is the recommended way to persist this data?

Hard
120

Which TWO of the following are required to secure an Azure ML workspace using a Private Link?

Hard
121

You are optimizing your Azure ML pipeline performance. Which THREE steps should you take to reduce execution time?

Medium
122

You are troubleshooting a model deployment failure where the container fails to start due to missing environment variables. Where do you find the logs to identify the cause?

Hard
123

You are using Azure AI Studio to evaluate your model. Which tool allows you to perform batch testing on a large dataset of prompts?

Medium
124

Which THREE of the following are components of an Azure AI Foundry project?

Easy
125

You are implementing a custom container for model training. You need to push the image to the 'Azure Container Registry' (ACR) linked to your workspace. What is the correct command?

Hard
126

You are building an Azure Machine Learning pipeline. You need to ensure that the pipeline components are reusable and versioned independently. What should you use?

Medium
127

In an LLM pipeline, what is the primary risk of relying solely on automated 'Groundedness' evaluators?

Hard
128

Which parameter in the Azure OpenAI API should be adjusted to make the model's output more deterministic and repeatable?

Easy
129

You are managing a multi-workspace environment. You need to restrict the ability to create new compute clusters to only specific users. Where should you apply this control?

Hard
130

You are optimizing prompt latency by reducing tokens. Which of the following is the most effective way to reduce input token count for a recurring task?

Hard
131

Your team wants to use prompt versioning. Where should this be managed in the AI Foundry workflow?

Medium
132

You are moving a model from a local environment to Azure Machine Learning. Which file is required to define the entry script for the model inference?

Easy
133

You are optimizing a long-context application. Which technique is most effective for reducing context window costs in Azure OpenAI?

Hard
134

Which TWO of the following are recommended methods for identifying 'hallucinations' in a RAG system?

Medium
135

You are monitoring model drift. Which TWO features are required to configure a Data Drift Monitor?

Medium
136

An application is hitting rate limits on the Azure OpenAI service. Which action is the most standard approach for handling this in production?

Easy
137

You need to prevent data egress from your Azure ML environment. What configuration is required?

Hard
138

What is the primary benefit of using Azure ML compute clusters instead of compute instances for training?

Easy
139

You are designing the infrastructure for a multi-agent system. Which THREE of the following are essential components to ensure agent orchestration scalability?

Medium
140

Which feature in Azure OpenAI allows you to reserve throughput for a consistent user experience during high demand?

Easy
141

You want to enforce a policy that all models must be registered before being deployed. Which feature should you use to implement this constraint?

Medium
142

You are configuring an 'Azure Machine Learning Compute Cluster' for a heavy training job. You want to ensure it shuts down automatically when no jobs are running. What setting should you configure?

Medium
143

You are automating model registration using the Azure ML CLI. You need to ensure the registration only happens if the model accuracy is above 0.9. How do you implement this condition?

Hard
144

You need to debug a training job that is failing inside a specific Docker container. What is the best way to investigate?

Hard
145

A team is scaling a GenAI application that utilizes multiple models via model-as-a-service. You notice that inference requests are being throttled. What is the most effective infrastructure-level adjustment to handle the increased load?

Medium
146

Which TWO methods are best for debugging an LLM pipeline that fails on complex queries?

Medium
147

You have an automated model training pipeline that is failing intermittently due to compute availability. What should you configure to ensure the pipeline is more resilient?

Medium
148

You are planning a production GenAI deployment. Which THREE of the following are necessary infrastructure considerations?

Medium
149

You are managing a multi-region GenAI deployment using Azure AI Foundry. To reduce latency for global users, what routing architecture should you implement?

Medium
150

You are deploying a model that requires a high-memory compute for inference. You are using a 'Managed Online Endpoint'. Where do you specify the instance type for this deployment?

Hard
151

You are building a RAG application. Where should you store the indexed documents for optimal retrieval performance?

Medium
152

You are optimizing the cost of your GenAI infrastructure. You have several agents running in Prompt Flow that are idle for large portions of the day. Which runtime configuration should be modified?

Hard
153

You are deploying a GenAI app to production and want to track the 'Token Usage' and 'Latency' metrics per user session. Which service should you integrate with your application?

Medium
154

Which component in an Azure ML pipeline definition is responsible for specifying the runtime environment, including Python packages and Conda dependencies?

Easy
155

You are configuring a batch scoring job. You need to ensure that the job processes data in parallel to reduce completion time. What property should you adjust in the 'ParallelRunConfig'?

Medium
156

Which TWO of the following are valid ways to authenticate to an Azure AI Foundry project?

Easy
157

Which Azure AI Foundry feature allows you to evaluate your model's performance?

Easy
158

A pipeline step fails because it cannot find a file in the datastore. What is the most likely cause?

Hard
159

You notice that your fine-tuned model is 'forgetting' base capabilities after training on a small dataset. What strategy should you use to mitigate this?

Medium
160

You are configuring an agent orchestration system using Prompt Flow. You need to capture trace data for every step in the agent's reasoning process. Which infrastructure component must be enabled to visualize this in Azure AI Foundry?

Medium
161

You are deploying a model as a real-time endpoint. You want to ensure the deployment can handle sudden spikes in traffic. Which scaling configuration should you enable?

Medium
162

What is the recommended approach for managing configuration settings for different environments (Dev, Test, Prod) in an AI application?

Medium
163

Which THREE of the following are valid compute targets for Azure Machine Learning training?

Easy
164

Which TWO of the following are benefits of using Prompt Flow for orchestration?

Medium
165

You are managing model versioning in Azure Machine Learning Registry. You need to promote a model from 'Staging' to 'Production' without creating a new asset version. Which command or action should you perform?

Hard
166

You are using Azure Machine Learning Pipelines. Which THREE triggers can be used to start a pipeline?

Medium
167

You are building a RAG application and notice that the model sometimes hallucinates information not present in the retrieved documents. Which evaluation metric should you prioritize to mitigate this?

Hard
168

You are defining an Azure Machine Learning environment for a training job. The environment requires a specific set of Python libraries. What is the best practice for defining these dependencies?

Medium
169

Which cost-tracking tool in the Azure portal allows you to view usage by specific Azure OpenAI deployments?

Easy
170

You are debugging a prompt that is performing poorly on edge cases. You decide to use a 'Chain-of-Thought' approach. Why does this improve performance?

Hard
171

Which THREE types of information are found in a Run Object in Azure ML?

Medium
172

You want to measure 'Relevance' in a RAG application. The relevance evaluator detects how well the response answers the user query. If the model provides a factually correct answer that does not address the prompt, which metric will capture this failure?

Hard
173

Which TWO of the following are effective ways to reduce hallucination?

Easy
174

Which TWO metrics are most useful for evaluating the 'User Experience' in a conversational agent?

Easy
175

Which THREE of the following represent lifecycle stages of an ML model in Azure ML?

Medium
176

You need to ensure that your Azure ML models are deployed with high availability across multiple regions. Which deployment strategy should you configure?

Hard
177

You need to implement a retraining trigger based on performance degradation. Which TWO metrics should you monitor to decide when to retrain?

Hard
178

Which infrastructure artifact acts as the primary container for organizing and managing your models, deployments, and associated connections in Azure AI Foundry?

Easy
179

A developer is troubleshooting an agent that is failing to connect to an external tool. Which THREE of the following infrastructure settings should be verified?

Medium
180

Which THREE actions are essential when managing a 'Golden Dataset' for LLM evaluation?

Medium
181

You need to detect 'jailbreak' attempts in your RAG application. You are implementing a custom evaluation pipeline. Which technique is most effective for identifying adversarial inputs designed to bypass system instructions?

Hard
182

Which THREE of the following are common reasons for a model deployment to fail on a Managed Online Endpoint?

Hard
183

You are onboarding a team to Azure AI Foundry. You need to assign the minimum permissions for a developer to deploy and test a model. Which role should you assign?

Easy
184

You are configuring a 'Managed Online Endpoint' with SSL termination. Where do you manage the SSL certificates?

Hard
185

What is the primary function of a 'Prompt Template' in an Azure AI Prompt Flow?

Easy
186

What is the primary benefit of 'Prompt Versioning' in an MLOps lifecycle?

Easy
187

You are implementing an agentic workflow using Azure AI Foundry. The agent needs to access a secure external API. How should you store the API key securely within the project?

Hard
188

Your team wants to monitor the safety of model outputs. Which THREE steps should you take?

Medium
189

You notice your model is outputting redundant information. Which parameter specifically targets the penalty for repeating tokens?

Hard
190

You want to automate the testing of your prompt flows as part of your CI/CD pipeline. Which tool should you use?

Medium
191

Which THREE steps are necessary to successfully fine-tune an Azure OpenAI model?

Medium
192

Your team wants to perform 'Red Teaming' on your application. Which activity describes this process correctly?

Hard
193

You notice your model deployment status is 'Succeeded' but inference requests are failing. Where should you first check for connectivity issues?

Easy
194

Which THREE factors influence the cost of an Azure ML Compute Cluster?

Medium
195

You need to monitor the 'latency' and 'token usage' of your model deployments in real-time. Which tool provides the most granular view?

Hard
196

What is the primary function of the 'Prompt Flow' tool within Azure AI Foundry?

Medium
197

When implementing LLM-as-a-judge for evaluation, which TWO factors can influence the reliability of your results?

Hard
198

Which THREE security features are essential for a production Azure ML deployment?

Medium
199

Your Azure ML training job fails with an 'Out of Memory' error on a GPU cluster. You need to ensure the job runs successfully without modifying the model code. What should you do?

Hard
200

You are reviewing the infrastructure architecture for a GenAI application that requires strict regulatory compliance. Which TWO of the following configurations are required to ensure data privacy and residency?

Hard
201

Which THREE components are required to define a 'Managed Online Deployment'?

Hard
202

To optimize costs for an enterprise chatbot, you want to implement token usage monitoring. Which Azure service should you integrate to track token consumption per user?

Medium
203

Which technique is most appropriate for optimizing RAG performance when the vector database returns too much noisy information?

Medium
204

A model is exhibiting data drift. You have created a drift monitor. What is the next step to automate the retraining?

Easy

Frequently asked questions

What does the troubleshooting domain cover on the AI-300 exam?
troubleshooting questions test whether you can apply the concept in context, not just recognise a definition.
How many questions are in this domain?
This page lists all 204 troubleshooting questions in the AI-300 question bank. The actual exam draws from this domain proportionally to its weighting in the official exam blueprint.
What is the best way to practise this domain?
Start with a short focused session (10 questions) to identify gaps, then work through explanations. Repeat with a longer session once the weak areas feel solid.
Can I practise only troubleshooting questions?
Yes — the session launcher on this page filters questions to this domain only. Choose any session length for inline explanations and scoring.