live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Oracle Cloud Platform Application Integration 2020 Associate - 1Z0-1071-20 Exam Questions

QUESTION NO: 1
Which three statements are FALSE regarding entity resolution using a composite bag?
Correct Answer: A,E,F
QUESTION NO: 2
When you configure an application in Oracle Identity Cloud Service to be consumed by Oracle Digital Assistant for the system.OAuth2AccountLink component, why do you need to have the RefreshToken grant selected?
Correct Answer: A
QUESTION NO: 3
Which two statements describe what happens when a System.DatectLanguages component is used in a dialog flow?
Correct Answer: C,D
QUESTION NO: 4
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 a POST request. Which three options are true for the POST payload generated based on the code?
Correct Answer: A,B,E
QUESTION NO: 5
For live-agent transfer, you want the bot-user conversation history to become available to the human agent that the conversation is transferred to.
How do you make this conversation history available?
Correct Answer: C
QUESTION NO: 6
Which two statements about using the OAuth2 client credential grant type in Oracle Digital Assistant are correct?
Correct Answer: A,E
QUESTION NO: 7
With the conversation variable being the reference to the Bots Node SDK, which statement correctly describes what happens when the custom component executes the following code?
conversation.reply( 1 HelloWorld 1 );
conversation.keepTurn(true);
done();
Correct Answer: D
QUESTION NO: 8
In your conversation flow, you want to make sure that users always see a message, even when there is no data to display. To implement this, you decide to use a system.setvariable component that verifies that the variable mydata contains a value and, if it does, sets the value of the displayVar variable to the value of mydata. If no value is specified for mydata, then displayVar is set to the string 'No Data 1.
Which two BotML with Apache FreeMarker examples implement this requirement?
Correct Answer: C,E