최신 Oracle Cloud Digital Assistant 1Z1-1071 무료샘플문제:
1. Which statement about digital assistants is FALSE?
A) A digital assistant can be used to manage a set of skills, including skills that you create yourself and skills that you have added from the Skill
B) A digital assistant ensures that a user completes a conversation in one skill before allowing that user to trigger the intent of a different skill
C) A connection to a back-end service is through a custom component that is used by a skill, rather than one that is used by a digital assistant.
D) A digital assistant can communicate with customers through different messaging platforms.
2. You are advised to implement an 80/20 split 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?
A) Batch testing works more efficiently when there is a ratio of one test utterance for every five training utterances.
B) By keeping 20% for testing, you are able to test the model with data on which it has not been specifically trained.
C) By performing an 80/20 split, you are randomizing which data is added to the utterances.
D) Adding 100% of user phrases to the intent would overload the model.
3. intent has been configured with a composite bag entity.
Which statement is FALSE?
A) The skill may allow users to update their previous input.
B) The composite bag entity slots values as they are provided from the user input. It then prompts for other entity item values.
C) The composite bag entity is typically resolved using a system.ResolveEntities component or a system.commonResponse component.
D) The conversation is entirely sequential, where users can only input values in the order determined by the dialog flow definition.
4. Imagine that you have a financial planning skill. Which two functionalities would typically be implemented as a custom component?
A) routing the dialog flow based on values returned from a backend service
B) displaying any type of input component
C) running the skill within a webpage
D) returning the current value of a requested stock price in a skill message
E) routing to another skill within the suite of skills assembled within a digital assistant
5. How do you declare a context variable for an entity?
A) Set the variable type to "entity".
B) Set the variable type to "map" and reference the value by the entity name.
C) Set the variable type to the same name as the entity.
D) Set the variable type to "nlpresult".
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: D | 질문 # 3 정답: C | 질문 # 4 정답: A | 질문 # 5 정답: A |