[Oct-2021] Oracle 1Z0-1071-20 Dumps – Reduce Your Chance of Failure in 1Z0-1071-20 Exam
To help you achieve your ultimate goal, we suggest the actual Oracle 1Z0-1071-20 dumps for your Oracle Cloud Platform Application Integration 2020 Associate exam preparation to use as your guideline.
NEW QUESTION 43
Which three options are true for this dialog flow code?
- A. The system.List component always displays a list of options, regardless of the value of accountType.
- B. If System.SetVariable sets accountType to a value, the System.List component does not display a list of options.
- C. If no accountType value is set in the startBalances state, the Dialog Engine moves to the next state, askBalancesAccountType, which lists options for different account types.
- D. The code is poorly programmed because the accountType variable will be set twice.
- E. Usage of empty transitions is a bad practice because it can lead to unexpected results.
Answer: A,B,C
NEW QUESTION 44
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 45
Within your digital assistant, you notice that the user input "tell me my balance" immediately initiates the Banking skill. However, it does not offer the user the option to consider that the request could be handled by the Retail skill, which also offers the ability to check the balance in your retail account.
How should you ensure that both the banking and retail skills are considered in this case?
- A. Lower the Confidence Threshold in the Banking skill.
- B. Lower the Confidence Threshold in the Retail skill.
- C. Raise the Candidate Skills Confidence Threshold in the digital assistant.
- D. Lower the Candidate Skills Confidence Threshold in the digital assistant.
Answer: D
NEW QUESTION 46
Which variable type is automatically set with values from the chat client,such as locate and timezoneoffset?
- A. User variables
- B. System.config variables
- C. Variables that are defined in the context section in the dialog flow
- D. Profile variables
- E. System variables
Answer: B
NEW QUESTION 47
You have a skill for ordering pizzas. In your experience, you have found that 95% of your customers want a regular crust and just 5% prefer gluten-free crust. Because so few people are likely to want a gluten-free crust, you don't want to prompt for that option, but you do want to make it available.
Assuming you already have a composite bag entity that contains a PizzaCrust entity that has the values
"regular" and "gluten free", what would be the simplest way to have your skill enable a user to order a pizza with a gluten-free crust without the skill prompting the user for that option?
- A. In the composite bag, set the PizzaCrust entity item's Prompt for Value property to False. Then, once the the composite bag is resolved, check if the PizzaCrust entity has a value. If it doesn't, set its value to
"regular". - B. Don't set a prompt for the PizzaCrust entity item.
- C. For the PizzaCrust entity item, set the Extract With property to reference an entity with the single value
"gluten free". - D. Don't set a prompt for the PizzaCrust entity item and set the Out of Order Extraction property to True.
Answer: B
NEW QUESTION 48
Error handlers can be defined in various locations with different scopes.
Which three statements are true about error handling?
- A. An error handler can be defined as a transition on any dialog flow state in a skill.
- B. The system error handler is called in case of an error when no error handling is defined on the current dialog flow state or as a default transition.
- C. You can define a system-wide custom error handler at the digital assistant level.
- D. An error handler can be defined globally for a skill using the defaultTransition error transition.
- E. Implicit error handling is always performed even if there are other error handlers defined in the flow.
Answer: B,C,E
NEW QUESTION 49
Which is NOT used to tune routing behavior?
- A. the confidence win margin
- B. the classifier's F1-score
- C. the built-in system intent confidence threshold
- D. candidate skills' confidence thresholds
Answer: B
NEW QUESTION 50
What is the output of this code?
- A. "Leaving loop at 0"
- B. "Leaving loop at 3"
- C. "Your session appears to be in infinite loop. Please_try again later''
- D. "Leaving loop at 4"
Answer: C
NEW QUESTION 51
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 52
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. By keeping 20% for testing, you are able to test the model with data on which it has not been specifically trained.
- B. Adding 100% of user phrases to the intent would overload the model.
- C. Batch testing works more efficiently when there is a ratio of one test utterance for every five training utterances.
- D. By performing an 80/20 split, you are randomizing which data is added to the utterances.
Answer: B
NEW QUESTION 53
What happens if there is a system error and the state does not have an error action?
- A. The skill transitions to the state that is defined by the next action.. If there isn't one, then it transitions to the next state in the dialog flow.
- B. The skill transitions to the state that is defined by the next action. If there isn't one, then it transition to the defaultTransitions error action.
- C. The skill transitions to the state that is defined by the defaultTransitions error action. If there isn't one, then it outputs the Unexpected Error Prompt value.
- D. The skill outputs the Unexpected Error Prompt value and then transitions to the state that is defined by the defaultTransitions error action. If there isn't one, then it ends the conversation.
Answer: A
NEW QUESTION 54
You are writing a dialog flow and you are at the end of the conversation. For the final state, you are not sure whether to use a return transition or use a next transition that goes to the start of the dialog flow.
Which statement is true?
- A. The next transition can only be used for forward navigation in the flow.
- B. The next and return transitions are the same and you can use them interchangeably.
- C. The return transition goes to the start of the dialog flow and resets all variables, whereas next simply navigates.
- D. The next transition automatically clears variables on navigation, whereas return doesn't.
Answer: A
NEW QUESTION 55
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 56
Consider the following dialog flow code in a skill:
Which statement is true?
- A. The skill displays the message "Please wait, we're reviewing your order" and then waits for user input.
- B. The skill displays the message "Please wait, we're reviewing your order", then displays "Almost done...", and then waits for user input.
- C. The skill displays the message "Please wait, we're reviewing your order", then displays "Almost done...", then displays "Thank you for your order.", and then waits for user input.
Answer: A
NEW QUESTION 57
What statement correctly describes the Authentication Service ion Oracle Digital Assistant?
- A. The Authentication Service authenticates Oracle Digital Assistant users to a social media identity provider (for example, Facebook) and associates social media accounts with accounts stored in the Oracle Identity Cloud Service.
- B. The Authentication Service allows bot designers to configure a custom webhook to authenticate and authorize users using the System.OauthAccountLink component.
- C. The Authentication Service holds the identity provider configuration that is used at run time in Oracle Digital Assistant to retrieve an access token that authorizes REST service calls.
- D. The Authentication Service authenticates users to Oracle Identity Cloud Service. It provides customizable login screens that are displayed in the context of a user-bot conversation.
Answer: B
NEW QUESTION 58
Consider the following dialog flow code in a skill:
Which statement is true?
- A. The skill displays the message "Please wait, we're reviewing your order", then displays "Almost done...", and then waits for user input.
- B. The skill displays the message "Please wait, we're reviewing your order" and then waits for user input.
- C. The skill displays the message "Please wait, we're reviewing your order", then displays "Almostdone...", then displays "Thank you for your order.", and then completes the conversation.
- D. The skill displays the message "Please wait, we're reviewing your order", then displays "Almost done...", then displays "Thank you for your order.", and then waits for user input.
Answer: C
NEW QUESTION 59
Consider this code snippet:
Which two statements about this code are true?
- A. The system.webview component acts a gateway to a web app by naming the Webview service, i.e., DisputeFormService, in the code snippet.
- B. This code snippet supports only one variable as a return value from the web application. When there are multiple return values, they need to be comma-separated. For example:
variable: "outputfromwebl, outputfromweb2 M - C. If the web app returns any values, the System.webview component will store them in the outputfromweb variable.
- D. The web app returns two values and will store them in the fullname and amount variables, respectively.
Answer: A,C
NEW QUESTION 60
Which three options are true for this dialog flow code?
- A. The system.List component always displays a list of options, regardless of the value of accountType.
- B. If System.SetVariable sets accountType to a value, the System.List component does not display a list of options.
- C. If no accountType value is set in the startBalances state, the Dialog Engine moves to the next state, askBalancesAccountType, which lists options for different account types.
- D. The code is poorly programmed because the accountType variable will be set twice.
- E. Usage of empty transitions is a bad practice because it can lead to unexpected results.
Answer: A,B,C
NEW QUESTION 61
Which property in system.ResolveEntities, when set to true, enables a temporary transition from the entity matching performed by this component to a state in which you may decide to call a custom component?
- A. transitionBeforeMatch
- B. transitionMatch
- C. transitionAfterMatch
- D. There is no such property, because this component is a closed system.
Answer: C
NEW QUESTION 62
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 63
Which three statements are true about composite bag entities?
- A. When you add entities to the composite bag, you can control how they get extracted in related to other entities and when they are prompted for.
- B. You need to create a separate composite bag to handle nonentity types such as strings. Locations, and attachments.
- C. They define a business domain object as a collection of related system entities and custom entities.
- D. The composite bag can resolve all entity values using only a single state in the dialog flow.
- E. The composite bag will always enforce that every entity has a valid value before allowing the conversation to move on to the next state in the dialog flow.
Answer: A,D,E
NEW QUESTION 64
Which statement is FALSE regarding out-of-order messages?
- A. 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.
- B. Dialog flow navigation continues with the state referenced in the out-of-order-message action.
- 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.
Answer: A
NEW QUESTION 65
......
Accurate & Verified Answers As Seen in the Real Exam here: https://www.lead1pass.com/Oracle/1Z0-1071-20-practice-exam-dumps.html