AI-102 Exam Question 21

You are developing the knowledgebase by using Azure Cognitive Search.
You need to meet the knowledgebase requirements for searching equivalent terms.
What should you include in the solution?
  • AI-102 Exam Question 22

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

    AI-102 Exam Question 23

    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.

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

    AI-102 Exam Question 24

    You are developing an application to recognize employees' faces by using the Face Recognition API. Images of the faces will be accessible from a URI endpoint.
    The application has the following code.

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

    AI-102 Exam Question 25

    You have the following C# method for creating Azure Cognitive Services resources programmatically.

    You need to call the method to create a free Azure resource in the West US Azure region. The resource will be used to generate captions of images automatically.
    Which code should you use?