exam questions

Exam AI-900 All Questions

View all questions & answers for the AI-900 exam

Exam AI-900 topic 1 question 209 discussion

Actual exam question from Microsoft's AI-900
Question #: 209
Topic #: 1
[All AI-900 Questions]

Which type of natural language processing (NLP) entity is used to identify a phone number?

  • A. regular expression
  • B. machine-learned
  • C. list
  • D. Pattern.any
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
javism1
Highly Voted 1 year, 4 months ago
Examtopics should not be charging for this exam. It contains too many wrong answers and lots of outdated questions
upvoted 40 times
AI_Ninja
10 months, 4 weeks ago
AGREED!
upvoted 3 times
...
...
stratgirl777
Highly Voted 1 year, 1 month ago
I agree. Too many confusing answers now.
upvoted 7 times
...
M2000F007fubar
Most Recent 6 months ago
Selected Answer: A
Regular Expression REGEX
upvoted 1 times
...
Vincent999
1 year ago
It is definitely REGEX. A common use case of regular expressions is to identify valid e-mail addresses in forms. A list/array is a totally different data structure. A list of numbers, or letters [1, 16, 8, 2, 5] may be unsorted or sorted [1,2,5,8,16] but it obviously lacks the capability to check whether the input value conforms to the format of an e-mail address. Answer is A. B and D are nonsensical options.
upvoted 3 times
...
BenHung
1 year, 3 months ago
The answer is (A) a regular expression. Regular expressions are a powerful tool for matching string patterns. They can be used to recognize specific formats in phone numbers, such as: ^(\d{3})-(\d{3})-(\d{4})$ This regex matches phone numbers that begin with three digits, then a dash, then three digits, and finally four digits.
upvoted 3 times
...
PeteColag
1 year, 5 months ago
Entity types: https://learn.microsoft.com/en-us/azure/ai-services/luis/concepts/entities List entity Regex entity Prebuilt entities Pattern.Any entity Machine learned (ML) entity
upvoted 3 times
...
PeteColag
1 year, 5 months ago
This is an example of a Regex entity type. Other entity types are List, Pattern.Any and Prebuilt. https://learn.microsoft.com/en-us/azure/ai-services/luis/concepts/entities#regex-entity
upvoted 1 times
...
schlaumeier
1 year, 6 months ago
too many wrong answers in this AI-900 preparation, like this one
upvoted 3 times
...
Mehmetfarhan
1 year, 7 months ago
Selected Answer: A
A Reg Ex
upvoted 1 times
...
Lucone
1 year, 8 months ago
Selected Answer: A
A Reg Ex
upvoted 2 times
...
ai_tech
1 year, 8 months ago
Selected Answer: A
A. regular expression
upvoted 1 times
...
DarthMengon
1 year, 9 months ago
Selected Answer: A
Definitely Reg Ex
upvoted 1 times
...
zellck
1 year, 10 months ago
Selected Answer: A
A is the answer. https://learn.microsoft.com/en-us/azure/cognitive-services/luis/reference-entity-regular-expression?tabs=V2 A regular expression entity extracts an entity based on a regular expression pattern you provide.
upvoted 2 times
...
rdemontis
1 year, 11 months ago
Selected Answer: A
IMHO Regular expression is the correct answer. Regular expressions are commonly used to define patterns for identifying phone numbers. By defining a regular expression pattern that matches the format of a phone number, you can effectively extract phone numbers from text using NLP techniques.
upvoted 3 times
...
Rk3939
1 year, 11 months ago
Wrong answer - it should be named entity
upvoted 1 times
...
alexein74
1 year, 11 months ago
Selected Answer: A
A. Regular expressions (regex)
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago