AI-102 Exam Questions

Total 255 Questions

Last Updated Exam : 16-Dec-2024

Topic 3: Misc. Questions

You need to implement a table projection to generate a physical expression of an Azure
Cognitive Search index.
Which three properties should you specify in the skillset definition JSON configuration table
node? Each correct answer presents part of the solution. (Choose three.)
NOTE: Each correct selection is worth one point.


A.

tableName


B.

generatedKeyName


C.

dataSource


D.

dataSourceConnection


E.

source





A.
  

tableName



B.
  

generatedKeyName



E.
  

source



Explanation:
Defining a table projection.
Each table requires three properties:
tableName: The name of the table in Azure Storage.
generatedKeyName: The column name for the key that uniquely identifies this row.
source: The node from the enrichment tree you are sourcing your enrichments from. This
node is usually the output of a shaper, but could be the output of any of the skills.
Reference:
https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overview

You develop a test method to verify the results retrieved from a call to the Computer Vision API. The call is used to analyze the existence of company logos in images. The call returns
a collection of brands named brands.
You have the following code segment.






Select the answer that correctly completes the sentence.






You have a web app that uses Azure Cognitive Search.
When reviewing billing for the app, you discover much higher than expected charges. You
suspect that the query key is compromised.
You need to prevent unauthorized access to the search endpoint and ensure that users
only have read only access to the documents collection. The solution must minimize app
downtime.
Which three actions should you perform in sequence? To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.






For each of the following statements, select Yes if the statement is true. Otherwise, select
No.
NOTE: Each correct selection is worth one point.






Note: This question is part of a series of questions that present the same scenario.
Each question in the series contains a unique solution that might meet the stated
goals. Some question sets might have more than one correct solution, while others
might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a
result, these questions will not appear in the review screen.
You create a web app named app1 that runs on an Azure virtual machine named vm1.
Vm1 is on an Azure virtual network named vnet1.
You plan to create a new Azure Cognitive Search service named service1.
You need to ensure that app1 can connect directly to service1 without routing traffic over
the public internet.
Solution: You deploy service1 and a public endpoint, and you configure a network security
group (NSG) for vnet1.
Does this meet the goal?


A.

Yes


B.

No





A.
  

Yes



Explanation: https://docs.microsoft.com/en-us/azure/virtual-network/network-securitygroups-
overview#network-security-groups
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview

You are building a chatbot for a Microsoft Teams channel by using the Microsoft Bot
Framework SDK. The chatbot will use the following code.






You create a knowledge store for Azure Cognitive Search by using the following JSON.

 






What should you use to automatically delete blobs from Azure Blob Storage?


A.

the change feed


B.

a lifecycle management policy


C.

soft delete


D.

archive storage





D.
  

archive storage



Which database transaction property ensures that individual transactions are executed only
once and either succeed in their entirety or roll back?


A.

consistency


B.

isolation


C.

atomicity


D.

durability





A.
  

consistency




Page 6 out of 26 Pages
Previous