Microsoft Azure

Designing and Implementing a Microsoft Azure AI Solution

AI-102
Popular

Prepare for the AI-102 exam to validate your skills in designing and implementing AI solutions on Microsoft Azure.

147 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 81–90 of 147

Q81

What happens when you enable 'soft delete' on Azure Blob Storage?

  • A Blobs are never deleted
  • B Deleted blobs can be restored
  • C Costs double for storage
  • D Data is encrypted automatically
Explanation Soft delete allows restoration of deleted blobs, whereas the other options are incorrect implications.
Q82

Which Azure service is primarily used for natural language processing?

  • A Azure Cognitive Services
  • B Azure Blob Storage
  • C Azure SQL Database
  • D Azure Functions
Explanation Azure Cognitive Services includes tools for NLP, while the others serve different purposes.
Q83

A company needs to analyze images effectively. Which Azure service should they use?

  • A Azure Computer Vision
  • B Azure DevOps
  • C Azure VPN Gateway
  • D Azure Table Storage
Explanation Azure Computer Vision analyzes images, unlike the other services listed.
Q84

What happens when you set the priority of an Azure Machine Learning job to 'high'?

  • A The job runs first always
  • B The job runs with minimal resources
  • C The job runs faster than default
  • D The job is avoided during peak times
Explanation A 'high' priority job gets resources prioritized for faster execution compared to default.
Q85

Which service is primarily used for natural language processing in Azure?

  • A Azure Cognitive Services
  • B Azure Data Factory
  • C Azure Blob Storage
  • D Azure Kubernetes Service
Explanation Azure Cognitive Services provides various APIs for natural language processing, while the other options serve different purposes.
Q86

A company needs to detect sentiment from customer feedback. Which Azure AI service should they use?

  • A Face API
  • B Text Analytics API
  • C Speech Service
  • D Anomaly Detector
Explanation The Text Analytics API specializes in sentiment detection, while the others focus on different functionalities.
Q87

You are configuring Azure Machine Learning Studio and save your experiment. What happens next?

  • A It automatically creates a web service.
  • B Changes are discarded unless published.
  • C Your experiment is saved for future use.
  • D The model is immediately deployed.
Explanation Saving an experiment retains your work for future modifications, unlike the other options which are incorrect in this context.
Q88

Which service provides preprocessing for numerical data in Azure ML?

  • A Data Preparer
  • B Automated ML
  • C Data Factory
  • D Feature Store
Explanation Data Preparer is specifically designed for numerical data preprocessing, while others focus on different tasks.
Q89

You are configuring an Azure Cognitive Service. How do you secure access to your API?

  • A Use a shared key
  • B Set up a VPN
  • C Install a firewall
  • D Implement public access
Explanation A shared key is the primary way to secure access while others do not directly apply to this scenario.
Q90

What happens when an Azure Function exceeds its timeout limit?

  • A The function completes normally
  • B The function is forcibly terminated
  • C An error is logged only
  • D A retry occurs automatically
Explanation The function is forcibly terminated once the timeout limit is exceeded, whereas the other options describe incorrect behavior.