2022 Latest Oracle 1Z0-1071-21 Real Exam Dumps PDF [Q42-Q61]

Share

2022 Latest Oracle 1Z0-1071-21 Real Exam Dumps PDF

1Z0-1071-21 Exam Dumps, 1Z0-1071-21 Practice Test Questions

NEW QUESTION 42
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. 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.
  • C. Depending on digital assistant routing parameters, the user will be prompted to confirm exiting from 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 43
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. returning the current value of a requested stock price in a skill message
  • C. routing the dialog flow based on values returned from a backend service
  • D. routing to another skill within the suite of skills assembled within a digital assistant
  • E. displaying any type of input component

Answer: A,C

 

NEW QUESTION 44
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. There is no such option in system.ResolveEntitis
  • B. Set cancelPolicy to "true" .
  • 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 45
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. There is no such property, because this component is a closed system.
  • B. transitionBeforeMatch
  • C. transitionAfterMatch
  • D. transitionMatch

Answer: C

 

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

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

Answer: B

 

NEW QUESTION 47
You are writing adialogflowandyouare attheend oftheconversation.Forthe finalstate,you arenotsurewhethertouse areturntransition or use anexttransitionthatgoes tothestartof thedialogflow.
Which statementis true?

  • A. Thenexttransition automaticallyclearsvariablesonnavigation,whereasreturndoesn't.
  • B. Thereturntransition goestothestartof thedialogflow andresetsall variables,whereasnextsimplynavigates.
  • C. Thenextandreturntransitionsare the same andyoucan use them interchangeably.
  • D. Thenexttransition canonly be usedfor forwardnavigation intheflow.

Answer: D

 

NEW QUESTION 48
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. For the PizzaCrust entity item, set the Extract With property to reference an entity with the single value
    "gluten free".
  • B. 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".
  • 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 49
Which two statements are true the purpose of the compose bag entity item Out of Order Extraction property?

  • A. Only set to True, an entity item value can be updated when prompting for a different entity item value.
  • B. When set to True,an entity item value can be updated when prompting for a different entity item value.
  • C. When set to True, an entity item cannot be resolve until a dependent entity item is first resolved.
  • D. It should not be used for String entity items.
  • E. Only when set to true can entity values be specific in anyorder in the initial user input.

Answer: A,C

 

NEW QUESTION 50
What is the primary purpose of a user channel in Oracle Digital Assistant?

  • A. It provides a simple way to connect custom components with back-end systems.
  • B. It provides a simple way to connect and adapt messages between a skill or digital assistant and a messenger client.
  • C. It provides a simple way to expose PL/SQL packages as REST data services.
  • D. It provides the primary mechanism for embedding skills within a digital assistant.
  • E. It provides a generic mobile app or web app that you can directly embed in any messenger client.

Answer: C

 

NEW QUESTION 51
You have gone through a number of testing iterations of yourcustomer'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 thisintent confidence score?

  • A. For every verb in your training utterances, ensure you add a version of the utterance whichalso covers the past, present, and future tense of the verb.
  • B. 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.
  • C. 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 yourexpectations.
  • D. Keep iterating on user testing and add more training utterances until you can achieve a confidence level of 100% on your user input.
  • E. Add more utterances to the unresolvedlntent.

Answer: B

 

NEW QUESTION 52
What is the output of this code?

  • A. Only first value - "One" will be printed.
  • B. The code will run into an infinite loop.
  • C. All the three values - "One." "Two." and "Three." will be printed.
  • D. The code will fail to validate because |- is not a valid symbol.

Answer: A

 

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

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

Answer: E

 

NEW QUESTION 54
Which three statements are FALSE regarding entity resolution using a composite bag?

  • A. Every entity item in the composite bag must be prompted for and have a value entered.
  • B. Each entity item in the composite bag can have only one value.
  • C. You can define validation code using Apache Freemarker for entity item values.
  • D. You can definemultiple prompts for each entity item in the composite bag.
  • E. The composite bag will automatically resolve any entity values found in the initial user input.
  • F. When a user inputs entity values, they can only be resolved in the order in which they are defined within the composite bag.

Answer: A,D,F

 

NEW QUESTION 55
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 intent that is been trained with utterances such as "check balance", "What is my current balance?", and "How much money do I have?"
  • B. an entity that defines account types (with values such as "checking" or "savings")
  • C. an input form rendered by a webview that is hosted within a Digital Assistant
  • D. a resource bundle populated with phrases such as "check balance", "What is my current balance?", and
    "How much money do I have?"
  • E. dialog flows with a system.Text component to read the user input

Answer: A,D

 

NEW QUESTION 56
Considerthis codesnippet:

Whichtwostatementsaboutthis codearetrue?

  • A. This codesnippet supports only onevariableasa returnvalue fromthe webapplication.When therearemultiplereturnvalues,they needtobecomma-separated.Forexample:
    variable:"outputfromwebl,outputfromweb2M
  • B. If thewebappreturnsanyvalues,theSystem.webviewcomponentwillstorethemintheoutputfromwebvariable.
  • C. D.The webappreturns twovalues and willstoretheminthefullnameandamountvariables,respectively.
  • D. Thesystem.webviewcomponent acts a gateway to
    awebappbynamingtheWebviewservice,i.e.,DisputeFormService,inthecodesnippet.

Answer: B,D

 

NEW QUESTION 57
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 58
Consider the followingexcerptfromadialogflowcode wheresizeis a context variableof valuelist entitytype PizzaSizewithvaluesSmall,Medium,andLarge:

Which two events will occurwhen a user starts a new conversation with the sentence "Order a Large Pizza"?

  • A. The sizevariable has no value before getPizzaSize is called, so the user will be prompted to select from the list of values.
  • 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 nlpResultVariable will populate the size value with Large.

Answer: C,D

 

NEW QUESTION 59
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 can reference the resolve value of all entity values defined within the skill.
  • D. The system.entityToResolve variable tracks an entity value, that is, as you resolve entitiesin the composite bag, it references the current entity resolved.
  • E. ${system.entityToResolve.value.userinput} returns the text entered by the user.

Answer: B,D,E

 

NEW QUESTION 60
WhenyouconfigureanapplicationinOracle Identity CloudServiceto be consumed byOracleDigitalAssistantforthesystem.OAuth2AccountLinkcomponent, whydoyouneedtohave the RefreshTokengrantselected?

  • A. TheRefreshTokengrant ensuresthatuserswillneverhaveto sign in tothe skillagainaftertheir initial login.
  • B. B.Youneedarefreshtoken toforceasuccessfullogoutof theloggedin user.
  • C. The RefreshTokengrantensures that theSystem.OAuth2Accountlinkcomponentcan refresh anexpiredaccesstokenautomaticallybecause theaccesstoken hasamuch shorter lifespan than the refresh token.
  • D. The RefreshTokengrant ensuresthatafresh access tokenisretrievedevenifa user'spasswordin Oracle IdentityCloudServicehaschanged,thusensuringtheuseruninterruptedaccess.

Answer: C

 

NEW QUESTION 61
......

PDF (New 2022) Actual Oracle 1Z0-1071-21 Exam Questions: https://www.suretorrent.com/1Z0-1071-21-exam-guide-torrent.html