Amazon AWS AI Practitioner AIF-C01 Inference Modes And AI Data Types Practice Test

 

AIF-C01 skills 1.1 | 28 original questions

This AWS Certified AI Practitioner AIF-C01 practice test focuses on inference modes and ai data types through original scenario-based questions aligned to AWS Exam Guide version 1.1 published April 30, 2026. Use the full ExamSnap AIF-C01 collection for broader practice across all five current exam domains. For broader exam preparation, review the Amazon AWS Certified AI Practitioner AIF-C01 Exam Dumps page.

Instructions: Select the best answer for each question. Review the rationale after answering. Each distractor includes a brief explanation of why it is not the strongest fit for the stated scenario.

Question 1

A workshop at School of Fine Art focuses on a single decision: how to accept requests that may take longer and return results later without holding an interactive connection. Which option should the business analyst recommend? Stakeholders have ruled out a broad redesign and want the choice that most precisely addresses the stated need. The team is comparing 7 candidate designs after a 301-day proof of concept.

  1. Real-time inference
  2. Managed model API
  3. Asynchronous inference
  4. Batch inference job
  5. Serverless inference

Correct answer: C

Why: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. It directly addresses the requirement in this scenario.

Option review:

A: Real-time inference is designed for low-latency synchronous responses. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: A managed API offloads much of the serving infrastructure, scaling, and maintenance to the service provider. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. It directly addresses the requirement in this scenario.

D: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Asynchronous inference – Asynchronous inference decouples request submission from result retrieval for longer-running workloads.

Question 2

For the fraud-review pilot at Northwind Analytics, stakeholders need to model rows and columns such as customer attributes, transactions, and numeric categories. Which concept, service, or technique most directly addresses this goal? Operational ownership is already assigned, so the team is comparing technical fit rather than staffing models. The control owner requires evidence from 4 test groups before the 338-day release review.

  1. Unstructured data
  2. Image data
  3. Time-series data
  4. Tabular data
  5. Labeled data

Correct answer: D

Why: Tabular data is structured in records and fields, often stored in relational tables or CSV files. It directly addresses the requirement in this scenario.

Option review:

A: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Image data is visual input commonly used in computer-vision workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Time-series data preserves temporal order and is used for forecasting and anomaly detection. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Tabular data is structured in records and fields, often stored in relational tables or CSV files. It directly addresses the requirement in this scenario.

E: Labeled data pairs inputs with target labels or values and is central to supervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Tabular data – Tabular data is structured in records and fields, often stored in relational tables or CSV files.

Question 3

Litware Financial is comparing alternatives for its analytics modernization. The business analyst needs to score a large accumulated dataset where immediate per-record responses are not required. Which option is most appropriate while trying to control recurring cost? Existing application interfaces can accommodate any of the listed choices, so functional fit is the deciding factor. The project has 9 downstream consumers and a monthly review of approximately 375 sampled interactions.

  1. Real-time inference
  2. Self-hosted model API
  3. Batch inference job
  4. Asynchronous inference
  5. Batch inference

Correct answer: E

Why: Batch inference processes many records together and is appropriate when results can be produced on a schedule. It directly addresses the requirement in this scenario.

Option review:

A: Real-time inference is designed for low-latency synchronous responses. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Self-hosting provides more infrastructure control but adds responsibility for scaling, patching, monitoring, and availability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Batch inference processes many records together and is appropriate when results can be produced on a schedule. It directly addresses the requirement in this scenario.

Learning point: Batch inference – Batch inference processes many records together and is appropriate when results can be produced on a schedule.

Question 4

An architecture review at A. Datum Research has narrowed a compliance-assistant prototype decision to one requirement: train or infer from pixels in photographs, scans, or frames. What should the data scientist select? Assume the required AWS capabilities are available in the selected Region and normal governance controls are in place. The rollout spans 6 application teams, each using the same approved requirement set for the next 412 days.

  1. Image data
  2. Unstructured data
  3. Unlabeled data
  4. Tabular data
  5. Structured data

Correct answer: A

Why: Image data is visual input commonly used in computer-vision workloads. It directly addresses the requirement in this scenario.

Option review:

A: Image data is visual input commonly used in computer-vision workloads. It directly addresses the requirement in this scenario.

B: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Tabular data is structured in records and fields, often stored in relational tables or CSV files. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Structured data follows a defined schema, making fields and relationships predictable. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Image data – Image data is visual input commonly used in computer-vision workloads.

Question 5

The business analyst at Coho Winery is preparing a recommendation for a forecasting initiative. The recommendation must return a prediction immediately for an interactive request. Which choice is the best match? The review committee wants a direct mapping from the requirement to the chosen capability. The evaluation set contains examples from 3 business workflows and 449 recent production cases.

  1. Asynchronous inference
  2. Real-time inference
  3. Self-hosted model API
  4. Batch inference
  5. Serverless inference

Correct answer: B

Why: Real-time inference is designed for low-latency synchronous responses. It directly addresses the requirement in this scenario.

Option review:

A: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Real-time inference is designed for low-latency synchronous responses. It directly addresses the requirement in this scenario.

C: Self-hosting provides more infrastructure control but adds responsibility for scaling, patching, monitoring, and availability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Batch inference processes many records together and is appropriate when results can be produced on a schedule. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Real-time inference – Real-time inference is designed for low-latency synchronous responses.

Question 6

Lucerne Retail has completed discovery for a customer-support modernization. Before implementation, the data scientist must decide how to use information with a predefined schema and consistent fields. Which choice best satisfies that requirement? The solution will serve multiple internal teams, so the recommendation should be reusable without changing the core requirement. The initial rollout covers 486 internal users across 8 business units.

  1. Time-series data
  2. Tabular data
  3. Structured data
  4. Unlabeled data
  5. Unstructured data

Correct answer: C

Why: Structured data follows a defined schema, making fields and relationships predictable. It directly addresses the requirement in this scenario.

Option review:

A: Time-series data preserves temporal order and is used for forecasting and anomaly detection. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Tabular data is structured in records and fields, often stored in relational tables or CSV files. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Structured data follows a defined schema, making fields and relationships predictable. It directly addresses the requirement in this scenario.

D: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Structured data – Structured data follows a defined schema, making fields and relationships predictable.

Question 7

While planning a agentic workflow trial, Tailspin Toys identifies this requirement: serve intermittent inference traffic without managing dedicated serving infrastructure. Which option should the business analyst prioritize if the goal is to use current managed AWS capabilities? The decision must follow the workload characteristics rather than a preference for the largest model or newest service. The workload processes about 523 requests during its busiest hour and has a documented fallback path.

  1. Real-time inference
  2. Asynchronous inference
  3. Batch inference job
  4. Serverless inference
  5. Self-hosted model API

Correct answer: D

Why: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. It directly addresses the requirement in this scenario.

Option review:

A: Real-time inference is designed for low-latency synchronous responses. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. It directly addresses the requirement in this scenario.

E: Self-hosting provides more infrastructure control but adds responsibility for scaling, patching, monitoring, and availability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Serverless inference – Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported.

Question 8

A proof of concept at City Power and Light exposed a design decision for the data scientist: the solution must train or evaluate examples that include the known target or correct answer. Which option most directly solves that problem? The security baseline is already defined; the decision here concerns the specific capability described in the requirement. The pilot uses 560 representative records from 2 approved data sources.

  1. Unstructured data
  2. Time-series data
  3. Unlabeled data
  4. Structured data
  5. Labeled data

Correct answer: E

Why: Labeled data pairs inputs with target labels or values and is central to supervised learning. It directly addresses the requirement in this scenario.

Option review:

A: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Time-series data preserves temporal order and is used for forecasting and anomaly detection. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Structured data follows a defined schema, making fields and relationships predictable. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Labeled data pairs inputs with target labels or values and is central to supervised learning. It directly addresses the requirement in this scenario.

Learning point: Labeled data – Labeled data pairs inputs with target labels or values and is central to supervised learning.

Question 9

Consolidated Messenger is documenting the target state for a operations automation program. The business analyst needs a solution that can accept requests that may take longer and return results later without holding an interactive connection. Which option is the strongest fit? The recommendation must solve the stated requirement without introducing unrelated platform complexity. The first release supports 7 departments and is reviewed every 597 days.

  1. Asynchronous inference
  2. Real-time inference
  3. Batch inference job
  4. Self-hosted model API
  5. Managed model API

Correct answer: A

Why: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. It directly addresses the requirement in this scenario.

Option review:

A: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. It directly addresses the requirement in this scenario.

B: Real-time inference is designed for low-latency synchronous responses. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Self-hosting provides more infrastructure control but adds responsibility for scaling, patching, monitoring, and availability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: A managed API offloads much of the serving infrastructure, scaling, and maintenance to the service provider. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Asynchronous inference – Asynchronous inference decouples request submission from result retrieval for longer-running workloads.

Question 10

Nod Publishers is reviewing a sales-assistant rollout. The data scientist has one primary requirement: process documents, messages, tickets, or other natural-language sequences. Which choice best fits the requirement? The design must remain supportable after launch, but no additional feature is required beyond the stated need. The service has a 634-millisecond internal response target for the affected workflow.

  1. Labeled data
  2. Text data
  3. Time-series data
  4. Unlabeled data
  5. Image data

Correct answer: B

Why: Text data contains language tokens or strings used in NLP and GenAI workloads. It directly addresses the requirement in this scenario.

Option review:

A: Labeled data pairs inputs with target labels or values and is central to supervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Text data contains language tokens or strings used in NLP and GenAI workloads. It directly addresses the requirement in this scenario.

C: Time-series data preserves temporal order and is used for forecasting and anomaly detection. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Image data is visual input commonly used in computer-vision workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Text data – Text data contains language tokens or strings used in NLP and GenAI workloads.

Question 11

During a design review for Fabrikam Health, the business analyst must return a prediction immediately for an interactive request. The team also wants to keep the design easy to explain. What should the team choose? A short pilot window means the team prefers an approach that can be evaluated with clear success criteria. The team is comparing 9 candidate designs after a 671-day proof of concept.

  1. Serverless inference
  2. Batch inference
  3. Real-time inference
  4. Batch inference job
  5. Managed model API

Correct answer: C

Why: Real-time inference is designed for low-latency synchronous responses. It directly addresses the requirement in this scenario.

Option review:

A: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Batch inference processes many records together and is appropriate when results can be produced on a schedule. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Real-time inference is designed for low-latency synchronous responses. It directly addresses the requirement in this scenario.

D: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: A managed API offloads much of the serving infrastructure, scaling, and maintenance to the service provider. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Real-time inference – Real-time inference is designed for low-latency synchronous responses.

Question 12

Wingtip Logistics is moving a document-intelligence project from pilot to production. The key decision is how to model measurements ordered over time such as hourly demand or sensor readings. Which option is the strongest fit if the team wants to reduce manual handling? The architecture board will reject a choice that addresses a different problem from the one described. The control owner requires evidence from 6 test groups before the 708-day release review.

  1. Image data
  2. Unstructured data
  3. Tabular data
  4. Time-series data
  5. Labeled data

Correct answer: D

Why: Time-series data preserves temporal order and is used for forecasting and anomaly detection. It directly addresses the requirement in this scenario.

Option review:

A: Image data is visual input commonly used in computer-vision workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Tabular data is structured in records and fields, often stored in relational tables or CSV files. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Time-series data preserves temporal order and is used for forecasting and anomaly detection. It directly addresses the requirement in this scenario.

E: Labeled data pairs inputs with target labels or values and is central to supervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Time-series data – Time-series data preserves temporal order and is used for forecasting and anomaly detection.

Question 13

A workshop at Trey Research focuses on a single decision: how to score a large accumulated dataset where immediate per-record responses are not required. Which option should the business analyst recommend? Budget has been approved for the project, but the team still wants to avoid unnecessary recurring consumption. The project has 3 downstream consumers and a monthly review of approximately 745 sampled interactions.

  1. Real-time inference
  2. Serverless inference
  3. Batch inference job
  4. Asynchronous inference
  5. Batch inference

Correct answer: E

Why: Batch inference processes many records together and is appropriate when results can be produced on a schedule. It directly addresses the requirement in this scenario.

Option review:

A: Real-time inference is designed for low-latency synchronous responses. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Batch inference processes many records together and is appropriate when results can be produced on a schedule. It directly addresses the requirement in this scenario.

Learning point: Batch inference – Batch inference processes many records together and is appropriate when results can be produced on a schedule.

Question 14

For the claims-processing redesign at Bellows College, stakeholders need to work with examples that do not include target labels. Which concept, service, or technique most directly addresses this goal? The team will validate the result with representative production examples before rollout. The rollout spans 8 application teams, each using the same approved requirement set for the next 782 days.

  1. Unlabeled data
  2. Image data
  3. Tabular data
  4. Text data
  5. Time-series data

Correct answer: A

Why: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. It directly addresses the requirement in this scenario.

Option review:

A: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. It directly addresses the requirement in this scenario.

B: Image data is visual input commonly used in computer-vision workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Tabular data is structured in records and fields, often stored in relational tables or CSV files. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Text data contains language tokens or strings used in NLP and GenAI workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Time-series data preserves temporal order and is used for forecasting and anomaly detection. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Unlabeled data – Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning.

Question 15

Blue Yonder Airlines is comparing alternatives for its personalization program. The business analyst needs to serve intermittent inference traffic without managing dedicated serving infrastructure. Which option is most appropriate while trying to control recurring cost? The pilot has representative data, and the team will measure the selected approach against an agreed acceptance threshold. The evaluation set contains examples from 5 business workflows and 819 recent production cases.

  1. Batch inference job
  2. Serverless inference
  3. Batch inference
  4. Real-time inference
  5. Managed model API

Correct answer: B

Why: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. It directly addresses the requirement in this scenario.

Option review:

A: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. It directly addresses the requirement in this scenario.

C: Batch inference processes many records together and is appropriate when results can be produced on a schedule. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Real-time inference is designed for low-latency synchronous responses. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: A managed API offloads much of the serving infrastructure, scaling, and maintenance to the service provider. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Serverless inference – Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported.

Question 16

An architecture review at Woodgrove Bank has narrowed a developer-productivity pilot decision to one requirement: use content such as free-form documents, images, or audio without a fixed row-and-column schema. What should the data scientist select? The team will document the rationale for auditors and wants the recommendation to be defensible from the scenario facts. The initial rollout covers 856 internal users across 2 business units.

  1. Tabular data
  2. Labeled data
  3. Unstructured data
  4. Time-series data
  5. Structured data

Correct answer: C

Why: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. It directly addresses the requirement in this scenario.

Option review:

A: Tabular data is structured in records and fields, often stored in relational tables or CSV files. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Labeled data pairs inputs with target labels or values and is central to supervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. It directly addresses the requirement in this scenario.

D: Time-series data preserves temporal order and is used for forecasting and anomaly detection. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Structured data follows a defined schema, making fields and relationships predictable. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Unstructured data – Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing.

Question 17

The business analyst at Wide World Importers is preparing a recommendation for a fraud-review pilot. The recommendation must accept requests that may take longer and return results later without holding an interactive connection. Which choice is the best match? The team wants the least complex technically correct choice that satisfies the requirement. The workload processes about 893 requests during its busiest hour and has a documented fallback path.

  1. Real-time inference
  2. Serverless inference
  3. Managed model API
  4. Asynchronous inference
  5. Batch inference

Correct answer: D

Why: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. It directly addresses the requirement in this scenario.

Option review:

A: Real-time inference is designed for low-latency synchronous responses. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: A managed API offloads much of the serving infrastructure, scaling, and maintenance to the service provider. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. It directly addresses the requirement in this scenario.

E: Batch inference processes many records together and is appropriate when results can be produced on a schedule. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Asynchronous inference – Asynchronous inference decouples request submission from result retrieval for longer-running workloads.

Question 18

VanArsdel Media has completed discovery for a analytics modernization. Before implementation, the data scientist must decide how to model rows and columns such as customer attributes, transactions, and numeric categories. Which choice best satisfies that requirement? The workload has passed basic feasibility checks, so the remaining question is which approach best matches the requirement. The pilot uses 930 representative records from 4 approved data sources.

  1. Labeled data
  2. Unstructured data
  3. Structured data
  4. Image data
  5. Tabular data

Correct answer: E

Why: Tabular data is structured in records and fields, often stored in relational tables or CSV files. It directly addresses the requirement in this scenario.

Option review:

A: Labeled data pairs inputs with target labels or values and is central to supervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Structured data follows a defined schema, making fields and relationships predictable. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Image data is visual input commonly used in computer-vision workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Tabular data is structured in records and fields, often stored in relational tables or CSV files. It directly addresses the requirement in this scenario.

Learning point: Tabular data – Tabular data is structured in records and fields, often stored in relational tables or CSV files.

Question 19

While planning a compliance-assistant prototype, Datum Dynamics identifies this requirement: serve intermittent inference traffic without managing dedicated serving infrastructure. Which option should the business analyst prioritize if the goal is to use current managed AWS capabilities? Stakeholders have ruled out a broad redesign and want the choice that most precisely addresses the stated need. The first release supports 9 departments and is reviewed every 967 days.

  1. Serverless inference
  2. Batch inference job
  3. Self-hosted model API
  4. Asynchronous inference
  5. Real-time inference

Correct answer: A

Why: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. It directly addresses the requirement in this scenario.

Option review:

A: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. It directly addresses the requirement in this scenario.

B: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Self-hosting provides more infrastructure control but adds responsibility for scaling, patching, monitoring, and availability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Real-time inference is designed for low-latency synchronous responses. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Serverless inference – Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported.

Question 20

A proof of concept at Alpine Ski House exposed a design decision for the data scientist: the solution must process documents, messages, tickets, or other natural-language sequences. Which option most directly solves that problem? Operational ownership is already assigned, so the team is comparing technical fit rather than staffing models. The service has a 44-millisecond internal response target for the affected workflow.

  1. Labeled data
  2. Text data
  3. Unlabeled data
  4. Unstructured data
  5. Tabular data

Correct answer: B

Why: Text data contains language tokens or strings used in NLP and GenAI workloads. It directly addresses the requirement in this scenario.

Option review:

A: Labeled data pairs inputs with target labels or values and is central to supervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Text data contains language tokens or strings used in NLP and GenAI workloads. It directly addresses the requirement in this scenario.

C: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Tabular data is structured in records and fields, often stored in relational tables or CSV files. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Text data – Text data contains language tokens or strings used in NLP and GenAI workloads.

Question 21

Humongous Insurance is documenting the target state for a customer-support modernization. The business analyst needs a solution that can score a large accumulated dataset where immediate per-record responses are not required. Which option is the strongest fit? Existing application interfaces can accommodate any of the listed choices, so functional fit is the deciding factor. The team is comparing 3 candidate designs after a 81-day proof of concept.

  1. Asynchronous inference
  2. Self-hosted model API
  3. Batch inference
  4. Serverless inference
  5. Real-time inference

Correct answer: C

Why: Batch inference processes many records together and is appropriate when results can be produced on a schedule. It directly addresses the requirement in this scenario.

Option review:

A: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Self-hosting provides more infrastructure control but adds responsibility for scaling, patching, monitoring, and availability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Batch inference processes many records together and is appropriate when results can be produced on a schedule. It directly addresses the requirement in this scenario.

D: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Real-time inference is designed for low-latency synchronous responses. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Batch inference – Batch inference processes many records together and is appropriate when results can be produced on a schedule.

Question 22

Graphic Design Institute is reviewing a agentic workflow trial. The data scientist has one primary requirement: train or evaluate examples that include the known target or correct answer. Which choice best fits the requirement? Assume the required AWS capabilities are available in the selected Region and normal governance controls are in place. The control owner requires evidence from 8 test groups before the 118-day release review.

  1. Structured data
  2. Text data
  3. Image data
  4. Labeled data
  5. Unlabeled data

Correct answer: D

Why: Labeled data pairs inputs with target labels or values and is central to supervised learning. It directly addresses the requirement in this scenario.

Option review:

A: Structured data follows a defined schema, making fields and relationships predictable. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Text data contains language tokens or strings used in NLP and GenAI workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Image data is visual input commonly used in computer-vision workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Labeled data pairs inputs with target labels or values and is central to supervised learning. It directly addresses the requirement in this scenario.

E: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Labeled data – Labeled data pairs inputs with target labels or values and is central to supervised learning.

Question 23

During a design review for Relecloud, the business analyst must return a prediction immediately for an interactive request. The team also wants to keep the design easy to explain. What should the team choose? The review committee wants a direct mapping from the requirement to the chosen capability. The project has 5 downstream consumers and a monthly review of approximately 155 sampled interactions.

  1. Self-hosted model API
  2. Batch inference
  3. Asynchronous inference
  4. Batch inference job
  5. Real-time inference

Correct answer: E

Why: Real-time inference is designed for low-latency synchronous responses. It directly addresses the requirement in this scenario.

Option review:

A: Self-hosting provides more infrastructure control but adds responsibility for scaling, patching, monitoring, and availability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Batch inference processes many records together and is appropriate when results can be produced on a schedule. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Real-time inference is designed for low-latency synchronous responses. It directly addresses the requirement in this scenario.

Learning point: Real-time inference – Real-time inference is designed for low-latency synchronous responses.

Question 24

Adventure Works Manufacturing is moving a operations automation program from pilot to production. The key decision is how to use information with a predefined schema and consistent fields. Which option is the strongest fit if the team wants to reduce manual handling? The solution will serve multiple internal teams, so the recommendation should be reusable without changing the core requirement. The rollout spans 2 application teams, each using the same approved requirement set for the next 192 days.

  1. Structured data
  2. Unstructured data
  3. Tabular data
  4. Time-series data
  5. Unlabeled data

Correct answer: A

Why: Structured data follows a defined schema, making fields and relationships predictable. It directly addresses the requirement in this scenario.

Option review:

A: Structured data follows a defined schema, making fields and relationships predictable. It directly addresses the requirement in this scenario.

B: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Tabular data is structured in records and fields, often stored in relational tables or CSV files. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Time-series data preserves temporal order and is used for forecasting and anomaly detection. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Structured data – Structured data follows a defined schema, making fields and relationships predictable.

Question 25

A workshop at Proseware Services focuses on a single decision: how to accept requests that may take longer and return results later without holding an interactive connection. Which option should the business analyst recommend? The decision must follow the workload characteristics rather than a preference for the largest model or newest service. The evaluation set contains examples from 7 business workflows and 229 recent production cases.

  1. Self-hosted model API
  2. Asynchronous inference
  3. Batch inference job
  4. Serverless inference
  5. Managed model API

Correct answer: B

Why: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. It directly addresses the requirement in this scenario.

Option review:

A: Self-hosting provides more infrastructure control but adds responsibility for scaling, patching, monitoring, and availability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. It directly addresses the requirement in this scenario.

C: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Serverless inference automatically provisions serving capacity and is well suited to variable or infrequent traffic when supported. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: A managed API offloads much of the serving infrastructure, scaling, and maintenance to the service provider. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Asynchronous inference – Asynchronous inference decouples request submission from result retrieval for longer-running workloads.

Question 26

For the internal search upgrade at Lucerne Publishing, stakeholders need to train or infer from pixels in photographs, scans, or frames. Which concept, service, or technique most directly addresses this goal? The security baseline is already defined; the decision here concerns the specific capability described in the requirement. The initial rollout covers 266 internal users across 4 business units.

  1. Structured data
  2. Text data
  3. Image data
  4. Unstructured data
  5. Time-series data

Correct answer: C

Why: Image data is visual input commonly used in computer-vision workloads. It directly addresses the requirement in this scenario.

Option review:

A: Structured data follows a defined schema, making fields and relationships predictable. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Text data contains language tokens or strings used in NLP and GenAI workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Image data is visual input commonly used in computer-vision workloads. It directly addresses the requirement in this scenario.

D: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Time-series data preserves temporal order and is used for forecasting and anomaly detection. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Image data – Image data is visual input commonly used in computer-vision workloads.

Question 27

Lamna Healthcare is comparing alternatives for its document-intelligence project. The business analyst needs to score a large accumulated dataset where immediate per-record responses are not required. Which option is most appropriate while trying to control recurring cost? The recommendation must solve the stated requirement without introducing unrelated platform complexity. The workload processes about 303 requests during its busiest hour and has a documented fallback path.

  1. Batch inference job
  2. Real-time inference
  3. Self-hosted model API
  4. Batch inference
  5. Asynchronous inference

Correct answer: D

Why: Batch inference processes many records together and is appropriate when results can be produced on a schedule. It directly addresses the requirement in this scenario.

Option review:

A: Batch execution can be cost-effective when immediate online responses are unnecessary. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Real-time inference is designed for low-latency synchronous responses. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Self-hosting provides more infrastructure control but adds responsibility for scaling, patching, monitoring, and availability. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Batch inference processes many records together and is appropriate when results can be produced on a schedule. It directly addresses the requirement in this scenario.

E: Asynchronous inference decouples request submission from result retrieval for longer-running workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

Learning point: Batch inference – Batch inference processes many records together and is appropriate when results can be produced on a schedule.

Question 28

An architecture review at Contoso Retail has narrowed a knowledge-assistant rollout decision to one requirement: work with examples that do not include target labels. What should the data scientist select? The design must remain supportable after launch, but no additional feature is required beyond the stated need. The pilot uses 340 representative records from 6 approved data sources.

  1. Text data
  2. Image data
  3. Structured data
  4. Unstructured data
  5. Unlabeled data

Correct answer: E

Why: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. It directly addresses the requirement in this scenario.

Option review:

A: Text data contains language tokens or strings used in NLP and GenAI workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

B: Image data is visual input commonly used in computer-vision workloads. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

C: Structured data follows a defined schema, making fields and relationships predictable. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

D: Unstructured data does not conform to a rigid tabular schema and usually requires specialized processing. This can be appropriate in another scenario, but it does not most directly satisfy the requirement described here.

E: Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning. It directly addresses the requirement in this scenario.

Learning point: Unlabeled data – Unlabeled data contains inputs without explicit target outcomes and is common in unsupervised learning.

Popular posts

img