ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

7 / 166

Question 7:

You are tasked to identify the PII data in a given text. Using custom functions, your application will anonymize that data to comply with the regulations. For this purpose, you decide to use Azure Content Moderator API to identify the PII information in a given text. 
Review the JSON response for the text “Is this a correct email test@domain.com, IP: 255.255.255.255” and complete the statement by choosing appropriate answer choices. [select three answer choices] 
<pre>"pii":{
"....................................":[
{
"detected":"test@domain.com",
"sub_type":"Regular",
"text":"test@domain.com",
“....................................":21
}
],
"....................................":[
{
"sub_type":"IPV4",
"text":"255.255.255.255",
"index":27
}
],
}
</pre> 

Answer options:

A.location
B.index
C.email
D.ipa
E.id