Unique Top-selling 1Z0-1071-20 Exams - New 2022 Oracle Pratice Exam
Oracle Cloud Digital Assistant Dumps 1Z0-1071-20 Exam for Full Questions - Exam Study Guide
Oracle 1Z0-1071-20 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION 43
Which three options are true for the system, entityToResolve variable?
- A. The system.entityToResolve variable tracks an entity value, that is, as you resolve entities in the composite bag, it references the current entity resolved.
- 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. ${system.entityToResolve.value.userinput} returns the text entered by the user.
- D. ${system.entityToResolve.value.resolvingField) returns the text entered by the user.
- E. System.entityToResolve can reference the resolve value of all entity values defined within the skill.
Answer: A,C,D
NEW QUESTION 44
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 lower than the Exit Skill Confirmation digital assistant routing parameter.
- B. The conversation will resume at a state in the skill defined by a digital assistant parameter.
- 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. Depending on digital assistant routing parameters, the user will be prompted to confirm exiting from the current conversation.
Answer: D
NEW QUESTION 45
Select the FALSE statement regarding Oracle's recommendation for defining your bot's personality and conversational design.
- A. You should consider naming your bot and using an appropriate avatar.
- 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. Your bot should have a persona that matches that of your target audience.
- D. Words carry emotions and you should carefully consider verbiage and tone in your dialog responses.
Answer: A
NEW QUESTION 46
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 Dialog Engine will transition to the PlaceOrder state.
- B. The nlpResultVariable will populate the size value with Large.
- C. The nlpResultVariable property is not supported by System.List, so no entity extraction will occur.
- 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,B
NEW QUESTION 47
Assuming that conversation is a reference to the Bots Node SDK, which two sets of code statements to access the custom component's orderid and userAccount input parameters are valid?
- A. const order = conversation.properties().orderid;
const account = conversation.properties().userAccount; - B. const order = conversation.variable(1 orderid');
const account = conversation.variable('accountName1); - C. const { orderid } = conversation.properties();
const { accountName > = conversation.properties(); - D. const order = conversation.request().variables[*orderid'];
const account = conversation.request().variables['accountName 1); - E. const { orderid } = conversation.variable();
const { accountName } = conversation.variable();
Answer: A,E
NEW QUESTION 48
You want the flow to navigate to the cancel transition immediately after the maximum number of failed attempts are exceeded in the System.ResolveEntities Components.
Which option must you use?
- A. Set cancelPolicy to "lastEntity" .
https://docs.oracle.com/en/cloud/paas/digital-assistant/use-chatbot/built-components-properties-transitions-and-usage.html#GUID-259C152F-3F53-4422-B89C-6FA7F01C1762 cancelPolicy Determines the timing of the cancel transition:
immediate-Immediately after the allotted maxPrompts attempts have been met for an entity in the bag.
lastEntity-When the last entity in the bag has been matched with a value. - B. There is no such option in system.ResolveEntitis
- C. Set cancelPolicy to "true" .
- D. Set cancelPolicy to "immediate".
Answer: D
NEW QUESTION 49
Examine the code snippet below:
Which two statement are true regarding the functionality of a composite bag referenced by the variable pizza?
- A. The first time an incorrect value for an entity item is resolved, it will result in an error and transition to the state called maxError because cancelPolicy is set to immediate and this overrides the setting for maxPrompts.
- B. Each entity item in the composite bag will be prompted for a valid value three times. After the last invalid input, the flow will navigate to a state called setPizzaDough.
- C. Each entity item in the composite bag will be prompted for a valid value three times. After the last invalid input, the flow will navigate to a state called maxError.
- D. Any individual entity item can define its own maxPrompts to override the value in the dialog flow.
Answer: D
NEW QUESTION 50
What is the error message ''Your session appears to be in an infinite loop'' usually caused by?
- A. a problem with a custom component that is referenced in your dialog flow
- B. a problem with the Digital Assistant tenant
- C. a missing keepTurn = true entry in the dialog flow
- D. a component in a dialog flow state that references a variable that has a value set while the dialog flow state continues to transition
Answer: B
NEW QUESTION 51
To prepare the remote application launch, the System, Webview component calls an intermediary service that prepare the remote web application call. The code snippet is given below:
At run time, the system.Webview component sends the intermediary service a POST request. Which three options are true for the POST payload generated based on the code?
- A. The key names match the name of the dialog flow variables configured in the "sourceVariableList" property of the system.webview component.
- B. Bot designer is responsible to manually add the webview.onDone parameter to the payload.
- C. There is no such webview.onDone property passed to the payload.
- D. The POST payload is a JSON object that contains an array of key-value pairs.
- E. The webview.onDone parameter is automatically added to the payload and it passes the skill's callback URL property to the web application.
Answer: B,D,E
NEW QUESTION 52
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. The web app returns two values and will store them in the fullname and amount variables, respectively.
- D. If the web app returns any values, the System.webview component will store them in the outputfromweb variable.
Answer: A,D
NEW QUESTION 53
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 input component associated with a state references a variable of an entity type and the maxPrompts property is not set.
- B. 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.
- C. The nlpResultvariable property of the input component points to "iResult", which is a variable of type
"nlpresuit". - D. The keepTurn property of the input component is set to true and the maxPrompts property is set to a value greater than 0.
Answer: D
NEW QUESTION 54
You are building a skill for ordering pizza and you need it to determine when a user enters the pizza toppings and pizza size in their request.
Which Oracle Digital Assistant feature would you use to identify these variable values in a user's message?
- A. channels
- B. digital assistants
- C. answer intents
- D. entities
Answer: D
NEW QUESTION 55
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. Having a baseline test allows you to determine whether your intent resolution is still functioning within expected limits given any updates to your service.
- B. Batch testing allows you to confirm that any changes you make to the intent utterances do not inadvertently change other intent resolutions.
- C. 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.
- D. Batch testing allows you to test every combination of conversation through your dialog flow.
Answer: A
NEW QUESTION 56
Which two statements about message translation in a skill are true?
- A. A missing system. DetectLanguage state in a dialog flow causes an exception for components that read their output message from bundle.
- B. 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.
- C. For the System.Translateinput component to work, it requires a previously executed system.DetectLanguage component state.
- D. Enabling auto-translation in a dialog flow does not translate the user input message.
- E. 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.
Answer: A,E
NEW QUESTION 57
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 defaultTransitions error action. If there isn't one, then it outputs the Unexpected Error Prompt value.
- B. 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.
- C. 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.
- 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: B
NEW QUESTION 58
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.
Answer: B
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. The web app returns two values and will store them in the fullname and amount variables, respectively.
- D. If the web app returns any values, the System.webview component will store them in the outputfromweb variable.
Answer: A,D
NEW QUESTION 60
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 B
- B. Option D
- C. Option C
- D. Option E
- E. Option A
Answer: A,D
NEW QUESTION 61
......
Best way to practice test for Oracle 1Z0-1071-20: https://freedumps.actual4exams.com/1Z0-1071-20-real-braindumps.html