[Sep 17, 2021] 1Z0-1071-20 Dumps Full Questions - Exam Study Guide
Oracle Cloud Digital Assistant Free Certification Exam Material from VCETorrent with 80 Questions
NEW QUESTION 25
You have been asked to make recommendations to a customer on the value of having a catalogue of test phrases that you can use for batch testing intents.
Which statement is the recommendation you would NOT make?
- A. Batch testing allows you to have a baseline of phrases to test against, so you can demonstrate whether your skill is resolving intents more accurately over time.
- B. Batch testing allows you to test every combination of conversation through your dialog flow.
- C. Batch testing allows you to confirm that any changes you make to the intent utterances do not inadvertently change other intent resolutions.
- D. Having a baseline test allows you to determine whether your intent resolution is still functioning within expected limits given any updates to your service.
Answer: D
NEW QUESTION 26
View the Exhibit.
You have been asked to review a skill for its readiness for go live. Which four issues would you raise as a priority?
- A. You should never have single-word utterances.
- B. The utterances have too much commonality.
- C. The word "please" may inadvertently skew the results.
- D. The unresolvedlntent has not been trained.
- E. The number of utterances looks to be too low and artificial for a go-live.
- F. All utterances should start with an uppercase letter and end with a period.
Answer: B,C,D,E
NEW QUESTION 27
When testing your skill, you notice that two of its intents consistently rank as the top two, resolving within just a few points of each other.
Given the unpredictable nature of which intent gets the top score, what would you do to allow the skill user to choose the correct intent?
- A. Change the Explicit Invocation Threshold to zero to ensure that the correct intent is picked up when the user mentions the name of the intent.
- B. Keep adding training data until you get a predictable result every time.
- C. Change the Confidence Threshold during your testing until the correct intent always wins.
- D. Change the Confidence Win Margin so that both intents are offered to the user.
- E. For each intent, create an entity of phrases that are distinct to each intent, and add the appropriate entity to the corresponding intent.
Answer: A
NEW QUESTION 28
Which two statements about message translation in a skill are true?
- A. If auto-translation is enabled and a component has its translate property set to false, then the component output message or level will not get auto-translated to the detected user languages.
- B. A missing system. DetectLanguage state in a dialog flow causes an exception for components that read their output message from bundle.
- C. Enabling auto-translation in a dialog flow does not translate the user input message.
- D. A system.Output component that reads its text message from a resource bundle does not require auto-translation or its translate property set to true to display translated.
- E. For the System.Translateinput component to work, it requires a previously executed system.DetectLanguage component state.
Answer: B,D
NEW QUESTION 29
Imagine that you have a financial planning skill. Which two functionalities would typically be implemented as a custom component?
- A. running the skill within a webpage
- B. routing to another skill within the suite of skills assembled within a digital assistant
- C. displaying any type of input component
- D. returning the current value of a requested stock price in a skill message
- E. routing the dialog flow based on values returned from a backend service
Answer: A,E
NEW QUESTION 30
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. profile variables
- B. user variables
- C. skill variables
- D. context variables
Answer: C
NEW QUESTION 31
When a user interacts with one skill within a digital assistant but then enters input that may be relevant to another skill, the digital assistant generally presents users a prompt to confirm whether they really want to switch to the other skill, even if the input is completely irrelevant to the current skill.
How can you reduce the frequency with which the user encounters these confirmation prompts in a digital assistant?
- A. In the digital assistant, reduce the value of the Interrupt Prompt Confidence Threshold setting.
- B. In each skill, reduce the value of the Confidence Win Margin setting.
- C. In the dialog assistant, reduce the value of the Confidence Win Margin setting.
- D. In the digital assistant, add more utterances for the unresoivedintent system intent.
Answer: D
NEW QUESTION 32
An input component references an entity-type variable from its variable property and does not have the maxPrompts property set. Which two statements describe valid options to help users deal with validation errors?
- A. You can use the onlnvaliduserlnput property on the System.commonResponse component to conditionally show or hide UI controls.
- B. You can use the user input component's textReceived action transition to detect validation errors and to navigate to a state in the dialog flow.
- C. You can use the user input component's cancel action transition to navigate to a different state in the dialog flow, display a help message to the user, and navigate back into the dialog flow state that previously failed input validation.
- D. You can use the system. invaliduserinput?booiean expression to detect a previously failed input validation and display alternative prompts or additional UI controls.
- E. You can use the alternatePrompt property for user input components to display alternative prompts.
Answer: A,D
NEW QUESTION 33
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?
- A. The RefreshToken grant ensures that a fresh access token is retrieved even if a user's password in Oracle Identity Cloud Service has changed, thus ensuring the user uninterrupted access.
- B. You need a refresh token to force a successful logout of the logged in user.
- C. The RefreshToken grant ensures that the System.OAuth2Account link component can refresh an expired access token automatically because the access token has a much shorter lifespan than the refresh token.
- D. The RefreshToken grant ensures that users will never have to sign in to the skill again after their initial login.
Answer: C
NEW QUESTION 34
As per Oracle's recommendation, which is the best practice regarding conversational design?
- A. To account for possible mistakes, make it clear to users that the bot is still learning.
- B. Ask users open-ended questions such as "how can I help you?"
- C. Use quick reply buttons (as opposed to natural language inputs) as much as possible.
- D. Ensure that capabilities of the bot f the things that it can and can't do") are clear and discoverable.
Answer: B
NEW QUESTION 35
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?
- A. Option D
- B. Option B
- C. Option A
- D. Option C
- E. Option E
Answer: B,E
NEW QUESTION 36
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?
- A. Set the convHistory property in the system.Agentinitiation component.
- B. In the skill settings, either switch Enable Insights to On or switch Skill Conversation to On, depending on the Digital Assistant version.
- C. This is controlled from Oracle Service Cloud and has to be turned on by setting a custom property.
- D. Set a custom property on the Oracle Service Cloud instance that's accessed by Oracle Digital Assistant.
Answer: D
NEW QUESTION 37
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 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.
- C. A digital assistant can communicate with customers through different messaging platforms.
- D. 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
Answer: D
NEW QUESTION 38
You install Oracle Bost Node SDK from GitHub to develop a new custom component service.
Which command, when issued on a command line or terminal window, creates a new custom component service project in the current directory?
- A. bots-node-sdknpm install
- B. bots-node-sdkinit
Create the Custom Component Package
Use the SDK's command line interface (CLI) to create the necessary files and directory structure.
To create the package folder, and the necessary contents, type the following command in a terminal window:
bots-node-sdkinit<top-level folder path>
https://docs.cloud.oracle.com/en-us/iaas/digital-assistant/doc/backend-integration1.html - C. bots-node-sdk service init
- D. bots-node-sdk service
Answer: B
NEW QUESTION 39
You have gone through a number of testing iterations of your customer's skill that comprises 10 intents. But you find that generally the best you can get is a confidence score of 96%, even when the user phrase is identical to one of your training utterances.
What should you recommend to your customer regarding this intent confidence score?
- A. The highest possible confidence with 10 intents is 10% (100% divided by the number of intents). So, no further changes to the skill are required.
- B. For every verb in your training utterances, ensure you add a version of the utterance which also covers the past, present, and future tense of the verb.
- C. Add more utterances to the unresolvedlntent.
- D. It is not always possible to achieve 100% confidence and adding more utterances may not help the problem. Therefore, do not make further changes to the skill if it is performing to your expectations.
- E. Keep iterating on user testing and add more training utterances until you can achieve a confidence level of 100% on your user input.
Answer: A
NEW QUESTION 40
Which statement is FALSE regarding the core function of a digital assistant and how it could respond to user input?
- A. It is able to route the conversation to the start state of a skill that's managed by the digital assistant.
- B. It is able to respond to a help request and return a help message, one that can be specific to one of its skills, or to the digital assistant itself
- C. It is able to automatically route the conversation to another digital assistant if the request can't be handled by the current digital assistant.
- D. It is able to respond to a user request to exit the current conversation.
Answer: A
NEW QUESTION 41
Which three options are true for the system, entityToResolve variable?
- A. ${system.entityToResolve.value.userinput} returns the text entered by the user.
- B. The system.entityToResolve variable can be referenced from within the system. ResolveEntities and system. commonResponse components to display, for example, information about the entity that has been resolved.
- C. The system.entityToResolve variable tracks an entity value, that is, as you resolve entities in the composite bag, it references the current entity resolved.
- D. System.entityToResolve can reference the resolve value of all entity values defined within the skill.
- E. ${system.entityToResolve.value.resolvingField) returns the text entered by the user.
Answer: A,C,E
NEW QUESTION 42
......
Dumps Brief Outline Of The 1Z0-1071-20 Exam: https://www.vcetorrent.com/1Z0-1071-20-valid-vce-torrent.html