Topic 3: Misc. Questions
You are developing an application that includes language translation.
The application will translate text retrieved by using a function named
getTextToBeTranslated. The text can be in one of many languages. The content of the text
must remain within the Americas Azure geography.
You need to develop code to translate the text to a single language.
How should you complete the code? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.


For each of the following statements, select Yes if the statement is true. Otherwise, select
No.
NOTE: Each correct selection is worth one point.


Which scenario is an example of a streaming workload?
A.
sending transactions daily from point of sale (POS) devices
B.
sending cloud infrastructure metadata every 30 minutes
C.
sending transactions that are older than a month to an archive
D.
sending telemetry data from edge devices
sending telemetry data from edge devices
You are building a bot and that will use Language Understanding.
You have a LUDown file that contains the following content.


You are creating an enrichment pipeline that will use Azure Cognitive Search. The
knowledge store contains unstructured JSON data and scanned PDF documents that
contain text.
Which projection type should you use for each data type? To answer, select the
appropriate options in the answer area.
NOTE: Each correct selection is worth one point.


You have a Video Indexer service that is used to provide a search interface over company
videos on your company's website.
You need to be able to search for videos based on who is present in the video. What
should you do?
A.
Create a person model and associate the model to the videos.
B.
Create person objects and provide face images for each object.
C.
Invite the entire staff of the company to Video Indexer
D.
Edit the faces in the videos.
E.
Upload names to a language model.
Create a person model and associate the model to the videos.
Explanation:
Video Indexer supports multiple Person models per account. Once a model is created, you
can use it by providing the model ID of a specific Person model when uploading/indexing or
reindexing a video. Training a new face for a video updates the specific custom model that
the video was associated with.
Note: Video Indexer supports face detection and celebrity recognition for video content.
The celebrity recognition feature covers about one million faces based on commonly
requested data source such as IMDB, Wikipedia, and top LinkedIn influencers. Faces that
aren't recognized by the celebrity recognition feature are detected but left unnamed. Once
you label a face with a name, the face and name get added to your account's Person
model. Video Indexer will then recognize this face in your future videos and past videos.
Reference:
https://docs.microsoft.com/en-us/azure/media-services/video-indexer/customize-personmodel-
with-api
For each of the following statements, select Yes if the statement is tine. Otherwise, select
No. NOTE: Each correct selection is worth one point.


You are building a retail kiosk system that will use a custom neural voice. You acquire
audio samples and consent from the voice talent. You need to create a voice talent profile.
What should you upload to the profile?
A.
a five-minute wav or mp3 file of the voce talent describing the kiosk system
B.
a five-minute .flac audio file and the associated transcript as a w file
C.
a .wav or mp3 file of the voice talent consenting to the creation of a synthetic version of
their voice
D.
a .zip file that contains 10-second .wav files and the associated transcripts as .txt files
a five-minute .flac audio file and the associated transcript as a w file
Which statement is an example of Data Manipulation Language (DML)?
A.
Revoke
B.
UPDATE
C.
DROP
D.
CREATE
UPDATE
You are building an Azure Weblob that will create knowledge bases from an array of URLs.
You instantiate a QnAMakerClient object that has the relevant API keys and assign the
object to a variable named client.
You need to develop a method to create the knowledge bases.
Which two actions should you include in the method? Each correct answer presents part of
the solution.
NOTE: Each correct selection is worth one point.
A.
Create a list of FileDTO objects that represents data from the WebJob.
B.
Call the client. Knowledgebase. CreateAsync method.
C.
Create a list of QnADTO objects that represents data from the WebJob.
D.
Create a CreaceKbDTO object.
Create a list of FileDTO objects that represents data from the WebJob.
C.
Create a list of QnADTO objects that represents data from the WebJob.
| Page 9 out of 26 Pages |