You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- content: "You want to find information in Microsoft Word documents that are stored in an Azure Storage blob container. What should you do to ensure Azure AI Search can access the files?"
19
-
choices:
20
-
- content: "Add a JSON file that defines an Azure AI Search index to the blob container"
21
-
isCorrect: false
22
-
explanation: "Incorrect. Adding an index file to the blob container doesn't help Azure AI Search access the data."
23
-
- content: "Enable anonymous access for the blob container"
24
-
isCorrect: false
25
-
explanation: "Incorrect. Anonymous access is not required for Azure AI Search to access documents in a blob container."
26
-
- content: "In an Azure AI Services resource, and add a data source that references the container where the files are stored"
27
-
isCorrect: true
28
-
explanation: "Correct. To search files in a blob container, you should create a data source"
29
-
- content: "You're creating an index that includes a field named modified_date. You want to ensure that the modified_date field can be included in search results. Which attribute must you apply to the modified_date field in the index definition?"
30
-
choices:
31
-
- content: "`searchable`"
32
-
isCorrect: false
33
-
explanation: "Incorrect. Making a field searchable means that it can be queried for search terms. It doesn't mean the field can be included in the results."
34
-
- content: "`filterable`"
35
-
isCorrect: false
36
-
explanation: "Incorrect. Making a field filterable means that it can be used to apply a filter expression. It doesn't mean the field can be included in the results."
37
-
- content: "`retrievable`"
38
-
isCorrect: true
39
-
explanation: "Correct. To enable a field to be included in the results, you must make it retrievable."
40
-
- content: "You created a data source and an index. What must you create to map the data values in the data source to the fields in the index?"
41
-
choices:
42
-
- content: "A synonym map"
43
-
isCorrect: false
44
-
explanation: "Incorrect. A synonym map doesn't map data to index fields."
45
-
- content: "An indexer"
46
-
isCorrect: true
47
-
explanation: "Correct. Use an indexer to map data to index fields."
48
-
- content: "A suggester"
49
-
isCorrect: false
50
-
explanation: "Incorrect. A suggester doesn't map data to index fields."
51
-
- content: "You want to create a search solution that uses a built-in AI skill to determine the language in which each indexed document is written, and enrich the index with a field indicating the language. Which kind of Azure AI Search object must you create?"
52
-
choices:
53
-
- content: "Synonym map"
54
-
isCorrect: false
55
-
explanation: "Incorrect. A synonym map doesn't integrate AI skills into the indexing process."
56
-
- content: "Skillset"
57
-
isCorrect: true
58
-
explanation: "Correct. A skillset enables you to define an enrichment pipeline composed of AI skills."
59
-
- content: "Scoring Profile"
60
-
isCorrect: false
61
-
explanation: "Incorrect. A scoring profile doesn't integrate AI skills into the indexing process."
62
-
- content: "You want your search solution to show results in descending order of the file_size field value. What is the simplest way to accomplish this goal?"
63
-
choices:
64
-
- content: "Create a scoring profile that boosts results based on the file_size field"
65
-
isCorrect: false
66
-
explanation: "Incorrect. A scoring profile calculates a relevancy score based on factors like term-frequency. You can boost scores based on a field, such as file_size; but other factors are also considered in the overall score."
67
-
- content: "Make the file_size field facetable, and include a facet parameter that specifies the file_size field in queries."
68
-
isCorrect: false
69
-
explanation: "Incorrect. Making a field facetable has no effect on the ordering of search results."
70
-
- content: "Make the file_size field sortable, and include an orderby parameter that specifies the file_size field in queries."
71
-
isCorrect: true
72
-
explanation: "Correct. Making a field sortable enables you to apply an orderby parameter to sort results by that field."
73
-
- content: "You created a search solution. Users want to be able to enter a partial search expression and have the user interface automatically complete the input. What should you add to the index?"
74
-
choices:
75
-
- content: "A suggester"
76
-
isCorrect: true
77
-
explanation: "Correct. A suggester makes it possible to implement autocomplete and suggestions."
78
-
- content: "A synonym map."
79
-
isCorrect: false
80
-
explanation: "Incorrect. A synonym map doesn't enable you to implement autocomplete."
81
-
- content: "A scoring profile."
82
-
isCorrect: false
83
-
explanation: "Incorrect. A scoring profile doesn't enable you to implement autocomplete."
- content: "You want to find information in Microsoft Word documents that are stored in an Azure Storage blob container. What should you do to ensure Azure AI Search can access the files?"
19
+
choices:
20
+
- content: "Add a JSON file that defines an Azure AI Search index to the blob container"
21
+
isCorrect: false
22
+
explanation: "Incorrect. Adding an index file to the blob container doesn't help Azure AI Search access the data."
23
+
- content: "Enable anonymous access for the blob container"
24
+
isCorrect: false
25
+
explanation: "Incorrect. Anonymous access is not required for Azure AI Search to access documents in a blob container."
26
+
- content: "In an Azure AI Services resource, add a data source that references the container where the files are stored"
27
+
isCorrect: true
28
+
explanation: "Correct. To search files in a blob container, you should create a data source"
29
+
- content: "You're creating an index that includes a field named modified_date. You want to ensure that the modified_date field can be included in search results. Which attribute must you apply to the modified_date field in the index definition?"
30
+
choices:
31
+
- content: "`searchable`"
32
+
isCorrect: false
33
+
explanation: "Incorrect. Making a field searchable means that it can be queried for search terms. It doesn't mean the field can be included in the results."
34
+
- content: "`filterable`"
35
+
isCorrect: false
36
+
explanation: "Incorrect. Making a field filterable means that it can be used to apply a filter expression. It doesn't mean the field can be included in the results."
37
+
- content: "`retrievable`"
38
+
isCorrect: true
39
+
explanation: "Correct. To enable a field to be included in the results, you must make it retrievable."
40
+
- content: "You created a data source and an index. What must you create to map the data values in the data source to the fields in the index?"
41
+
choices:
42
+
- content: "A synonym map"
43
+
isCorrect: false
44
+
explanation: "Incorrect. A synonym map doesn't map data to index fields."
45
+
- content: "An indexer"
46
+
isCorrect: true
47
+
explanation: "Correct. Use an indexer to map data to index fields."
48
+
- content: "A suggester"
49
+
isCorrect: false
50
+
explanation: "Incorrect. A suggester doesn't map data to index fields."
51
+
- content: "You want to create a search solution that uses a built-in AI skill to determine the language in which each indexed document is written, and enrich the index with a field indicating the language. Which kind of Azure AI Search object must you create?"
52
+
choices:
53
+
- content: "Synonym map"
54
+
isCorrect: false
55
+
explanation: "Incorrect. A synonym map doesn't integrate AI skills into the indexing process."
56
+
- content: "Skillset"
57
+
isCorrect: true
58
+
explanation: "Correct. A skillset enables you to define an enrichment pipeline composed of AI skills."
59
+
- content: "Scoring Profile"
60
+
isCorrect: false
61
+
explanation: "Incorrect. A scoring profile doesn't integrate AI skills into the indexing process."
62
+
- content: "You want your search solution to show results in descending order of the file_size field value. What is the simplest way to accomplish this goal?"
63
+
choices:
64
+
- content: "Create a scoring profile that boosts results based on the file_size field"
65
+
isCorrect: false
66
+
explanation: "Incorrect. A scoring profile calculates a relevancy score based on factors like term-frequency. You can boost scores based on a field, such as file_size; but other factors are also considered in the overall score."
67
+
- content: "Make the file_size field facetable, and include a facet parameter that specifies the file_size field in queries."
68
+
isCorrect: false
69
+
explanation: "Incorrect. Making a field facetable has no effect on the ordering of search results."
70
+
- content: "Make the file_size field sortable, and include an orderby parameter that specifies the file_size field in queries."
71
+
isCorrect: true
72
+
explanation: "Correct. Making a field sortable enables you to apply an orderby parameter to sort results by that field."
73
+
- content: "You created a search solution. Users want to be able to enter a partial search expression and have the user interface automatically complete the input. What should you add to the index?"
74
+
choices:
75
+
- content: "A suggester"
76
+
isCorrect: true
77
+
explanation: "Correct. A suggester makes it possible to implement autocomplete and suggestions."
78
+
- content: "A synonym map."
79
+
isCorrect: false
80
+
explanation: "Incorrect. A synonym map doesn't enable you to implement autocomplete."
81
+
- content: "A scoring profile."
82
+
isCorrect: false
83
+
explanation: "Incorrect. A scoring profile doesn't enable you to implement autocomplete."
0 commit comments