exam questions

Exam AZ-203 All Questions

View all questions & answers for the AZ-203 exam

Exam AZ-203 topic 6 question 11 discussion

Actual exam question from Microsoft's AZ-203
Question #: 11
Topic #: 6
[All AZ-203 Questions]

HOTSPOT -
You are validating the configuration of an Azure Search indexer.
The service has been configured with an indexer that uses the Import Data option. The index is configured using options as shown in the Index Configuration exhibit. (Click the Index Configuration tab.)

You use an Azure table as the data source for the import operation. The table contains three records with item inventory data that matches the fields in the
Storage data exhibit. These records were imported when the index was created. (Click the Storage Data tab.) When users search with no filter, all three records are displayed.

When users search for items by description, Search explorer returns no records. The Search Explorer exhibit shows the query and results for a test. In the test, a user is trying to search for all items in the table that have a description that contains the word bag. (Click the Search Explorer tab.)

You need to resolve the issue.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer: Explanation
Box 1: Yes -
The ItemDescription field in not searchable.

Box 2: No -
The ItemDescription field in not searchable, but we would need to recreate the index.

Box 3: Yes -
An indexer in Azure Search is a crawler that extracts searchable data and metadata from an external Azure data source and populates an index based on field-to- field mappings between the index and your data source. This approach is sometimes referred to as a 'pull model' because the service pulls data in without you having to write any code that adds data to an index.

Box 4: No -
References:
https://docs.microsoft.com/en-us/azure/search/search-what-is-an-index https://docs.microsoft.com/en-us/azure/search/search-indexer-overview

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
cypryan92
Highly Voted 5 years, 4 months ago
Shouldn't box 3 be "No"? If we run the indexer, the item description still won't be Searchable.
upvoted 25 times
SavageMatDOA
5 years, 3 months ago
I agree, box 3 should be no
upvoted 6 times
...
...
AK89
Highly Voted 5 years, 1 month ago
Correct Answer is : Yes,No,No,No
upvoted 19 times
...
subrata83
Most Recent 4 years, 8 months ago
Second Box is "No" because "f you rerun the wizard a second time using an existing hotels data source, the index won't be configured with default attributes. You'll have to manually select attributes on future imports." Refer https://docs.microsoft.com/en-us/azure/search/search-get-started-portal Here Indexer had already been run one
upvoted 2 times
...
chaudh
4 years, 11 months ago
The answer is 1. Yes: you need to recreate index because ItemDescription type is Edm.Datetime 2, 3,4 . No (against to 1), No, No. I found the question in another reference is changed https://freedumps.certqueen.com/wp-content/uploads/2020/06/image067-8.jpg (type of ItemDescription is Edm.String). For this one, the answer should be: No, Yes, No, No.
upvoted 3 times
ahadjithoma
4 years, 6 months ago
second photo shouldn't be Y,Y,N,N?
upvoted 3 times
Chilred
4 years, 6 months ago
No, I think you must recrate(From docs: Revising a field name, data type, or specific index attributes (searchable, filterable, sortable, facetable) requires a full rebuild.)
upvoted 1 times
...
...
Juanlu
4 years, 4 months ago
Totally Agree. ItemDescription type is Edm.Datetime. The answer (3), could be a correct answer, but it's not because of type is not a string. So, agree: YES, NO, NO, NO !
upvoted 1 times
...
...
ankitsingh12
5 years, 1 month ago
I think the given answer is correct. By default, the wizard scans the data source for unique identifiers as the basis for the key field. Strings are attributed as Retrievable and Searchable. Integers are attributed as Retrievable, Filterable, Sortable, and Facetable. https://docs.microsoft.com/en-us/azure/search/search-get-started-portal
upvoted 2 times
lau13
5 years, 1 month ago
Description is not the row key, so it's useless by running indexer without making ItemDescription to Searchable.
upvoted 1 times
...
rrongcheng
4 years, 11 months ago
Here is the part related to Box2: " In most cases, you cannot change existing fields. Existing fields have a physical representation in Azure Cognitive Search and are thus non-modifiable, not even in code. To fundamentally change an existing field, create a new index, dropping the original. "
upvoted 1 times
...
...
Kaine
5 years, 3 months ago
ItemDescription is depicted as type Edm.DateTime. I would have expected to have had to change this to Edm.String as well as making it searchable and re-indexing...
upvoted 9 times
...
fox_song
5 years, 4 months ago
Options: https://www.academia.edu/40833803/Pass_AZ-203_Exam_with_Dumps_Questions Question 7
upvoted 4 times
Daltonic75
5 years, 3 months ago
Options image from that URL: https://html1-f.scribdassets.com/8n8ya0pvi87d2upg/images/16-55bdbc6e36.jpg
upvoted 12 times
...
...
purav1009
5 years, 4 months ago
Options please!
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...