[Dec-2021] Oracle 1Z0-1071-20 Exam: Basic Questions With Answers
New 2021 Realistic Free Oracle 1Z0-1071-20 Exam Dump Questions & Answer
Oracle 1Z0-1071-20 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
| Topic 12 |
|
NEW QUESTION 14
Which two statements describe what happens when a System.DatectLanguages component is used in a dialog flow?
- A. The system.DetectLanguage component does not detect English because it is the default language.
- B. The system. DetectLanguage component sets the autoTranslate variable to the language code of the detected user language.
- C. A system.DetectLanguage component state causes an exception if no translation service is configured for a skill.
- D. The system.DetectLanguage component sets the profile.locale variable to the language code of the detected user language.
- E. The system.DetectLanguage component sets the profile.languageTag variable to the language code of the detected user language.
Answer: D,E
NEW QUESTION 15
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 return transition goes to the start of the dialog flow and resets all variables, whereas next simply navigates.
- B. The next transition automatically clears variables on navigation, whereas return doesn't.
- C. The next transition can only be used for forward navigation in the flow.
- D. The next and return transitions are the same and you can use them interchangeably.
Answer: C
NEW QUESTION 16
Which three options are true for this dialog flow code?
- A. The code is poorly programmed because the accountType variable will be set twice.
- 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 system.List component always displays a list of options, regardless of the value of accountType.
- E. Usage of empty transitions is a bad practice because it can lead to unexpected results.
Answer: B,C,D
NEW QUESTION 17
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. For each intent, create an entity of phrases that are distinct to each intent, and add the appropriate entity to the corresponding intent.
- B. Change the Confidence Win Margin so that both intents are offered to the user.
- C. 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.
- D. Keep adding training data until you get a predictable result every time.
- E. Change the Confidence Threshold during your testing until the correct intent always wins.
Answer: C
NEW QUESTION 18
Consider this code snippet:
Which two statements about this code are true?
- A. If the web app returns any values, the System.webview component will store them in the outputfromweb variable.
- 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. The system.webview component acts a gateway to a web app by naming the Webview service, i.e., DisputeFormService, in the code snippet.
- D. The web app returns two values and will store them in the fullname and amount variables, respectively.
Answer: A,C
NEW QUESTION 19
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", then displays "Almost done...", then displays "Thank you for your order.", and then waits for user input.
- C. The skill displays the message "Please wait, we're reviewing your order" and then waits for user input.
Answer: C
NEW QUESTION 20
Which two features of Oracle Digital Assistant should you use to allow a skill to specifically classify the user message "What's my balance in savings?" and to identify the type of account?
- A. an input form rendered by a webview that is hosted within a Digital Assistant
- B. a resource bundle populated with phrases such as "check balance", "What is my current balance?", and
"How much money do I have?" - C. dialog flows with a system.Text component to read the user input
- D. an intent that is been trained with utterances such as "check balance", "What is my current balance?", and "How much money do I have?"
- E. an entity that defines account types (with values such as "checking" or "savings")
Answer: B,D
NEW QUESTION 21
As per Oracle's recommendation, which is the best practice regarding conversational design?
- A. Ask users open-ended questions such as "how can I help you?"
- B. Use quick reply buttons (as opposed to natural language inputs) as much as possible.
- C. Ensure that capabilities of the bot f the things that it can and can't do") are clear and discoverable.
- D. To account for possible mistakes, make it clear to users that the bot is still learning.
Answer: A
NEW QUESTION 22
Select the FALSE statement regarding Oracle's recommendation for defining your bot's personality and conversational design.
- A. Words carry emotions and you should carefully consider verbiage and tone in your dialog responses.
- B. You should hide from users the fact that they are communicating with a bot and give them the impression that it's a human they are interacting with.
- C. You should consider naming your bot and using an appropriate avatar.
- D. Your bot should have a persona that matches that of your target audience.
Answer: C
NEW QUESTION 23
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 E
- B. Option D
- C. Option A
- D. Option C
- E. Option B
Answer: A,E
NEW QUESTION 24
You have a use case that calls for users to enter a series of complex values.
What would you do to ensure that users enter these values correctly with the least effort?
- A. Create a dedicated skill for collecting and validating input and pair it with a skill for processing the validated input.
- B. Create a composite bag entity for the types of values, and then add a regex entity to handle validation.
- C. Create a webview service which connects the skill to a web app that renders as a form and provides features such as input validation and option buttons.
- D. Use a system.commonResponse component to aggregate and validate user input.
Answer: B
NEW QUESTION 25
Which three options are true for the system, entityToResolve variable?
- A. 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.
- B. ${system.entityToResolve.value.resolvingField) returns the text entered by the user.
- C. ${system.entityToResolve.value.userinput} returns the text entered by the user.
- D. System.entityToResolve can reference the resolve value of all entity values defined within the skill.
- E. The system.entityToResolve variable tracks an entity value, that is, as you resolve entities in the composite bag, it references the current entity resolved.
Answer: B,C,E
NEW QUESTION 26
What is the output of this code?
- A. "Leaving loop at 3"
- B. "Your session appears to be in infinite loop. Please_try again later''
- C. "Leaving loop at 0"
- D. "Leaving loop at 4"
Answer: B
NEW QUESTION 27
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 will resume at a state in the skill defined by a digital assistant parameter.
- B. Depending on digital assistant routing parameters, the user will be prompted to confirm exiting from the current conversation.
- C. 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.
- D. The conversation can only be exited if the current context score is greater than the Exit Skill Confirmation digital assistant routing parameter.
- E. The conversation can only be exited if the current context score is lower than the Exit Skill Confirmation digital assistant routing parameter.
Answer: D
NEW QUESTION 28
Consider the following excerpt from a dialog flow code where size is a context variable of value list entity type PizzaSize with values Small, Medium, and Large:
Which two events will occur when a user starts a new conversation with the sentence "Order a Large Pizza"?
- A. The nlpResultVariable will populate the size value with Large.
- B. The nlpResultVariable property is not supported by System.List, so no entity extraction will occur.
- C. The Dialog Engine will transition to the PlaceOrder state.
- D. The size variable has no value before getPizzaSize is called, so the user will be prompted to select from the list of values.
Answer: A,C
NEW QUESTION 29
......
Guaranteed Success in Oracle Cloud Digital Assistant 1Z0-1071-20 Exam Dumps: https://www.examstorrent.com/1Z0-1071-20-exam-dumps-torrent.html