Oracle Cloud Platform Digital Assistant 2021 Specialist - 1Z0-1071-21 Exam Practice Test

You have been asked to make recommendations to a customer on the value of having a catalogue of test phrases that you can use for batch testing intents.
Which statement is the recommendation you would NOT make?
Correct Answer: A Vote an answer
Select the FALSE statement regarding confidence levels when routing within a digital assistant.
Correct Answer: C Vote an answer
With the conversation variable being the reference to the Bots Node SDK, which statementcorrectly describes what happens when the custom component executes the following code?
conversation.reply( 1 HelloWorld 1 );
conversation.keepTurn(true);
done();
Correct Answer: B Vote an answer
What is the output of this code?
Correct Answer: C Vote an answer
You are advised to implement an 80/20split with training and test utterances. This means that 80% of new utterances harvested from the conversation logs should be used as intent training utterances and 20% for testing.
Why is this a good practice?
Correct Answer: C Vote an answer
Consider the followingexcerptfromadialogflowcode wheresizeis a context variableof valuelist entitytype PizzaSizewithvaluesSmall,Medium,andLarge:

Which two events will occurwhen a user starts a new conversation with the sentence "Order a Large Pizza"?
Correct Answer: A,B Vote an answer
Which two statements about message translation in a skill are true?
Correct Answer: B,E Vote an answer
To prepare the remote application launch, the System, Webview component calls an intermediary service that prepare the remote web application call. The code snippet is given below:

At run time, the system.Webview component sends the intermediary service aPOST request. Which three options are true for the POST payload generated based on the code?
Correct Answer: A,C,E Vote an answer