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.
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.
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
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.
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.
This section is not available anymore. Please use the main Exam Page.AI-900 Exam Questions
Log in to ExamTopics
Sign in:
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.
javism1
Highly Voted 1 year, 4 months agoAI_Ninja
10 months, 4 weeks agostratgirl777
Highly Voted 1 year, 1 month agoM2000F007fubar
Most Recent 6 months agoVincent999
1 year agoBenHung
1 year, 3 months agoPeteColag
1 year, 5 months agoPeteColag
1 year, 5 months agoschlaumeier
1 year, 6 months agoMehmetfarhan
1 year, 7 months agoLucone
1 year, 8 months agoai_tech
1 year, 8 months agoDarthMengon
1 year, 9 months agozellck
1 year, 10 months agordemontis
1 year, 11 months agoRk3939
1 year, 11 months agoalexein74
1 year, 11 months ago