Oracle Cloud Platform Data Management 2019 Associate 認定 1Z1-1071 試験問題:
1. Examine the code snippet below:
Which two statement are true regarding the functionality of a composite bag referenced by the variable pizza?
A) The first time an incorrect value for an entity item is resolved, it will result in an error and transition to the state called maxError because cancelPolicy is set to immediate and this overrides the setting for maxPrompts.
B) Each entity item in the composite bag will be prompted for a valid value three times. After the last invalid input, the flow will navigate to a state called setPizzaDough.
C) Each entity item in the composite bag will be prompted for a valid value three times. After the last invalid input, the flow will navigate to a state called maxError.
D) Any individual entity item can define its own maxPrompts to override the value in the dialog flow.
2. 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) You can't connect to a unsupported messenger client. You can only connect channels to the supported clients.
D) 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.
3. 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 B
B) Option D
C) Option A
D) Option E
E) Option C
4. The agentActions property in the System.Agentlnitiation component:
A) Sets the message to be displayed when an agent is first connected to a chat session.
B) Sets the message to be displayed if an agent refuses a chat request.
C) Sets the agent's post-chat configuration (for example, "ready", "wrap", and so on).
D) Defines the states to which agents can optionally transfer a user when the agent ends the chat.
5. Which statement is FALSE regarding out-of-order messages?
A) Dialog flow navigation continues with the state referenced in the out-of-order-message action.
B) Out-of-order messages occur when a user scroll the conversation history displayed in the messenger client and selects that is no longer in scope for the current conversation.
C) Chatbots don't control the user's input and, therefore, cannot prevent users from selecting out-of-scope actions.
D) Out-of-order messages are not handled by default. Designers must define out-of-order message handlers at the skill level.
質問と回答:
質問 # 1 正解: D | 質問 # 2 正解: A | 質問 # 3 正解: B、D | 質問 # 4 正解: D | 質問 # 5 正解: B |