Microsoft Certified Azure AI Fundamentals · Free Practice Question Medium
Question 23
You are developing an application that leverages multiple Azure AI capabilities—such as text translation, text analytics, and image recognition. Given the project’s constraints of consolidated billing and simplified management, which resource configuration should you choose?
-
A
Create individual single-service resources for each AI capability.
-
B
Rely on third-party APIs to integrate with each service separately.
-
C
Use a machine learning workspace dedicated solely to custom model training.
-
D
Create a multi-service resource that provides access to all required AI capabilities.
Reveal correct answer
Correct answer: D
Explanation
Unified Resource Configuration for Consolidated Management
A multi-service resource that provides access to all required AI capabilities offers a streamlined approach to application development. This configuration allows developers to leverage multiple functionalities—such as text translation, text analytics, and image recognition—from a single resource, which simplifies both integration and management. Instead of handling separate endpoints and managing individual billing for each service, a consolidated resource ensures that all AI capabilities are accessible under one unified interface.
Simplified Integration and Operational Efficiency
Using a multi-service resource minimizes the complexity involved in managing multiple API keys, monitoring usage, and maintaining separate configurations. This unified approach reduces administrative overhead and helps maintain a clear, consolidated billing structure, which is especially beneficial in projects with budget constraints or where operational simplicity is a priority.
Cost and Scalability Benefits
The consolidation of AI capabilities into one resource not only simplifies management but also helps optimize costs. With unified billing, tracking expenses and usage becomes more straightforward, allowing organizations to scale their applications more efficiently while keeping overhead low. This setup ensures that as the project grows, the resource configuration remains robust and manageable.
Microsoft Documentation References and Further Readings
A.
While you can create separate single-service resources, doing so would complicate management and billing by fragmenting services across multiple endpoints.
B.
Using third-party APIs deviates from the use of Azure AI services and would not satisfy the requirement for a consolidated, Azure-based solution.
C.
A machine learning workspace is primarily needed when building and training custom models—not when simply integrating prebuilt services.
D.
A multi-service resource lets you access several prebuilt AI services through one endpoint. This approach streamlines management and consolidates billing, aligning perfectly with the project’s requirements.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
