최신 Oracle Cloud Digital Assistant 1Z0-1071 무료샘플문제:
1. In a validation loop, users are repeatedly asked to enter the same information, thereby preventing them from transitioning to a different dialoq flow state in a conversation.
What is causing the validation loop?
A) The dialog flow state uses an input component that references a nonentity type variable. The same dialog flow state is referenced in the next transition.
B) The nlpResultvariable property of the input component points to "iResult", which is a variable of type "nlpresuit".
C) The input component associated with a state references a variable of an entity type and the maxPrompts property is not set.
D) The keepTurn property of the input component is set to true and the maxPrompts property is set to a value greater than 0.
2. Select the FALSE statement regarding confidence levels when routing within a digital assistant.
A) A confidence threshold is a value that's compared to the confidence level by the system, intent component to define the next action.
B) All skills within a digital assistant must have the same confidence threshold.
C) Confidence level is the intent engine's score for utterance classification.
D) If other intents that exceed the confidence threshold have scores that are within that of the top intent by less than the win margin, these intents are also presented to the user.
3. A user is in the middle of a conversation flow with a digital assistant but then triggers the Exit system intent by saying "get me out of here". Which statement is true?
A) The conversation can only be exited if the current context score is greater than the Exit Skill Confirmation digital assistant routing parameter.
B) Because the user didn't explicitly specify the invocation name of the skill when exiting, the user will always be prompted to confirm exiting the current conversation.
C) The conversation can only be exited if the current context score is lower than the Exit Skill Confirmation digital assistant routing parameter.
D) The conversation will resume at a state in the skill defined by a digital assistant parameter.
E) Depending on digital assistant routing parameters, the user will be prompted to confirm exiting from the current conversation.
4. Which statement is true regarding the digital assistant's Help system intent?
A) The utterances for the help intent are predefined and cannot be changed.
B) You can define utterances that the digital assistant will recognize when the user is asking for help.
C) The help intent cannot route the conversation to a specific state within a skill.
D) If the digital assistant recognizes the user is asking for help, it will automatically route the conversation to a skill called "Help".
5. What happens after the skill output Welcome to our store's chat botl'' in this dialog flow/
A) The skill displays "Welcome to our store's chat bot!" again.
B) The skill returns control to the user. After the user enters text, it goes to the intent state.
C) The skill goes to output2, outputs "You can ask me about what products we have in the store", and then returns control to the user.
D) The skill returns control to the user. After the user enters text, it goes to output2 and outputs "You can ask me about what products we in the store."
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: A | 질문 # 3 정답: A | 질문 # 4 정답: C | 질문 # 5 정답: C |