Oracle Cloud Platform Data Management 2019 Associate Sample Questions:
1. want to save some user input, such as the type of pizza a particular user last ordered, so that it's available the next time that user starts a conversation.
Which type of variable should you use to persist values across multiple invocations of the conversation?
A) skill variables
B) context variables
C) user variables
D) profile variables
2. Assuming conversation is the custom component SDK handle, which two code statements are valid to access the order and userAccount input parameters of the custom component?
A)
B)
C)
D)
E)
A) Option D
B) Option B
C) Option E
D) Option C
E) Option A
3. 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?
A) There is no such webview.onDone property passed to the payload.
B) The POST payload is a JSON object that contains an array of key-value pairs.
C) Bot designer is responsible to manually add the webview.onDone parameter to the payload.
D) The webview.onDone parameter is automatically added to the payload and it passes the skill's callback URL property to the web application.
E) The key names match the name of the dialog flow variables configured in the "sourceVariableList" property of the system.webview component.
4. Oracle Digital Assistant supports several messenger-specific channel types, such as iOS, Android, Web, and Facebook. If your messenger client is nc supported, what is the simplest way to connect your skill or digital assistant to the client?
A) Implement the channel using a Webhook.
B) Use a custom component to extend a supported channel type.
C) Ensure that your skill only outputs text and not Images or visual components such as cards. Then use the standard Web channel, which you can use for text-only conversations.
D) You can't connect to a unsupported messenger client. You can only connect channels to the supported clients.
5. What is the output of this code?
A) "Leaving loop at 4"
B) "Leaving loop at 0"
C) "Your session appears to be in infinite loop. Please_try again later''
D) "Leaving loop at 3"
Solutions:
Question # 1 Answer: A | Question # 2 Answer: A,C | Question # 3 Answer: B,C,D | Question # 4 Answer: A | Question # 5 Answer: C |