[Sep 10, 2022] Today Updated 1Z0-1071-21 Exam Dumps Actual Questions [Q17-Q38]

Share

[Sep 10, 2022] Today Updated 1Z0-1071-21 Exam Dumps Actual Questions

1Z0-1071-21 exam dumps with real Oracle questions and answers

NEW QUESTION 17
You are advised to implement an 80/20split 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 performing an 80/20 split, you are randomizing which data is added to the 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. Batch testing works more efficiently when there is a ratio of one test utterance for every five training utterances.
  • D. Adding 100% of user phrases to the intentwould overload the model.

Answer: D

 

NEW QUESTION 18
Which statement is true regarding the effect of context pinning on routing?

  • A. If the input includes an implicit invocation for a skill, the router pins the conversation to that skill.
  • B. The thresholds that determine whether context pinning will occur or not set at the skill level.
  • C. If the user is pinned to a skill and then enters something that doesn't relate to that skill, the router automatically checks other skills for a match.
  • D. For user input that includes an explicit invocation for a skill, but not intent-related utterance, the router pins the conversation to the skill. The next utterance, the router pins the conversation to the skill. The next utterance is assumed to be related to that skill.

Answer: D

 

NEW QUESTION 19
Select the FALSE statement regarding Oracle's recommendation for defining your bot's personality and conversational design.

  • A. 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.
  • B. Words carry emotions and you should carefully consider verbiage and tone in your dialog responses.
  • C. Your bot should have a personathat matches that of your target audience.
  • D. You should consider naming your bot and using an appropriate avatar.

Answer: D

 

NEW QUESTION 20
What happens if there is a system error and the state does not have an error action?

  • A. The skill outputs the Unexpected Error Prompt value and then transitions to thestate that is defined by the defaultTransitions error action. If there isn't one, then it ends the conversation.
  • 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 transitions to the state thatis defined by the defaultTransitions error action. If there isn't one, then it outputs the Unexpected Error Prompt value.

Answer: B

 

NEW QUESTION 21
As per Oracle's recommendation,which is the best practice regarding conversational design?

  • A. Use quick reply buttons (as opposed to natural language inputs) as much as possible.
  • B. To account for possible mistakes, make it clear to users that the bot is still learning.
  • C. Ask users open-ended questions such as "how can I help you?"
  • D. Ensure that capabilities of the bot f the things that it can and can't do") are clear and discoverable.

Answer: C

 

NEW QUESTION 22
Which variable type is automatically set with values from the chat client,such aslocate and timezoneoffset?

  • A. Variables that are defined in the context section in the dialog flow
  • B. Profile variables
  • C. User variables
  • D. System.config variables
  • E. System variables

Answer: D

 

NEW QUESTION 23
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. 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.
  • C. You need to create a separate composite bag to handle nonentity types such as strings. Locations, andattachments.
  • D. They define a business domain object as a collection of related system entities and custom entities.
  • E. The composite bag can resolve all entity values using only a single state in the dialog flow.

Answer: A,B,E

 

NEW QUESTION 24
In reviewing a colleague's code, you note the following code in the dialog flow which takes user input and replaces the words "authorized user" or "auth user" with "AU" before then calling the intent resolution in the dialog flow with the altered string.
"${utterance.value?replace('authorizeduser|authuser', 'AU','r')}"
Why would your colleague have done this?

  • A. "Authorized" and "auth" are reserved words and would fail intent resolution.
  • B. The sentence is being normalized by replacing different versions of words such that they are aligned with the term used in the trainingutterances.
  • C. The language tag is being changed to Australian (AU) to better match the language of the training utterances.
  • D. The above code has no impacton intent resolution.
  • E. By replacing "Authorized" and "auth", one is able to bypass the usual authentication mechanism, which requires a user to log on.

Answer: D

 

NEW QUESTION 25
You arebuildingaskill fororderingpizzaandyouneeditto determine whenauserentersthepizzatoppings 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 26
Forlive-agenttransfer,you wantthebot-user conversation historyto becomeavailableto the humanagentthat theconversation istransferredto.
Howdoyoumakethisconversationhistoryavailable?

  • A. Setacustompropertyon the OracleServiceCloudinstancethat's accessedbyOracleDigitalAssistant.
  • B. Inthe skillsettings,either switch EnableInsights to On orswitch SkillConversation to On,depending on theDigital Assistant version.
  • C. Thisiscontrolled from OracleServiceCloud and hastobe turnedonbysetting acustomproperty.
  • D. SettheconvHistorypropertyinthesystem.Agentinitiationcomponent.

Answer: A

 

NEW QUESTION 27
What does this dialog flow do?

  • A. If the user does not enter an utterance that resolves to an intent within three tries, it transitions to a state to handle the user problem.
  • B. It logs how many times it takes each user to enter anutterance that resolves to an intent.
  • C. It loops back to the intent state until the user enters an utterance that resolves to an intent.
  • D. It stops the conversation if the user can't enter any utterances that resolve to an intent.

Answer: A

 

NEW QUESTION 28
Which is NOT used to tune routing behavior?

  • A. the built-in systemintent confidence threshold
  • B. the classifier's F1-score
  • C. candidate skills' confidence thresholds
  • D. the confidence win margin

Answer: B

 

NEW QUESTION 29
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 "true" .
  • B. There is no such option in system.ResolveEntitis
  • C. Set cancelPolicy to"lastEntity" .
  • D. Set cancelPolicy to "immediate".

Answer: D

Explanation:
Explanation
https://docs.oracle.com/en/cloud/paas/digital-assistant/use-chatbot/built-components-properties-transitions-and-u 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.

 

NEW QUESTION 30
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 greater than the Exit Skill Confirmation digital assistant routing parameter.
  • B. Depending on digital assistant routing parameters, the user will be prompted to confirm exiting from the current conversation.
  • C. The conversation can only be exited if the current context score is lower than the Exit Skill Confirmation digital assistant routing parameter.
  • D. The conversation will resume at a state in the skill defined by a digital assistant parameter.
  • E. Because the user didn't explicitly specify the invocation name of the skill when exiting, the user will always be prompted to confirmexiting the current conversation.

Answer: A

 

NEW QUESTION 31
Which statement is FALSE regarding out-of-order messages?

  • A. Chatbots don't control the user's input and, therefore, cannot prevent users from selecting out-of-scope actions.
  • B. 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.
  • C. Out-of-order messages are not handled by default. Designers must define out-of-order message handlers at the skill level.
  • D. Dialog flow navigation continues with the state referenced in the out-of-order-message action.

Answer: B

 

NEW QUESTION 32
With the conversation variable being the reference to the Bots Node SDK, which statementcorrectly describes what happens when the custom component executes the following code?
conversation.reply( 1 HelloWorld 1 );
conversation.keepTurn(true);
done();

  • A. The code prints "HelloWorld" as a message and triggers dialog flow navigation to the next state.
  • B. The code prints "HelloWorld" as a message and waits for user input.
  • C. The code prints the "HelloWorld" message in response to the next user message.
  • D. The code prints "HelloWorld" multiple times until an infinite loop gets detected by the dialog flow engine.
  • E. Thecode triggers dialog flow navigation to a state, which has its name mapped to the current dialog flow state's HelloWorld action transition.

Answer: C

 

NEW QUESTION 33
Oracle Digital Assistant supports several messenger-specific channel types, such as iOS, Android, Web, and Facebook. If your messenger client is not supported, what is the simplest way to connect your skill or digital assistant to the client?

  • A. Ensure that your skill only outputs text and not Images or visual components such as cards. Then use the standard Web channel, which you can use for text-only conversations.
  • B. Implement the channel using a Webhook.
  • C. You can't connect to a unsupported messenger client. You canonly connect channels to the supported clients.
  • D. Use a custom component to extend a supported channel type.

Answer: B

 

NEW QUESTION 34
Youhavea usecasethat calls foruserstoenteraseriesofcomplexvalues.
What wouldyoudoto ensurethatusers enterthese values correctly with the least effort?

  • A. Create a compositebagentityfor thetypesofvalues,and then adda regexentity tohandlevalidation.
  • B. Use asystem.commonResponsecomponenttoaggregateand validateuserinput.
  • C. Createa webviewservicewhichconnectsthe skilltoa webappthat renders as a form andprovidesfeatures such asinputvalidation andoptionbuttons.
  • D. Createa dedicated skillforcollecting and validatinginputandpairitwith a skillforprocessingthe validatedinput.

Answer: A

 

NEW QUESTION 35
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. For the PizzaCrust entity item, set the Extract With property to reference an entity with the single value
    "gluten free".
  • C. Don't set a prompt for the PizzaCrustentity item.
  • D. Don't set a prompt for the PizzaCrust entity item and set the Out of Order Extraction property to True.

Answer: C

 

NEW QUESTION 36
What is the error message ''Your session appears to be in an infinite loop'' usually caused by?

  • A. a problem with acustom component that is referenced in your dialog flow
  • B. a component in a dialog flow state that references a variable that has a value set while the dialog flow state continues to transition
  • C. a problem with the Digital Assistant tenant
  • D. a missing keepTurn = true entry in the dialog flow

Answer: C

 

NEW QUESTION 37
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 keepTurn property of the input component is set to true and the maxPrompts property is set to a value greater than 0.
  • 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 input component associated with a state references a variable of an entity type and the maxPrompts property is not set.

Answer: A

 

NEW QUESTION 38
......

Exam Sure Pass Oracle Certification with 1Z0-1071-21 exam questions: https://examcollection.prep4sureguide.com/1Z0-1071-21-prep4sure-exam-guide.html