1Z0-1071-21 Dumps To Pass Cloud Digital Assistant Exam in One Day (Updated 78 Questions)
1Z0-1071-21 Exam Brain Dumps - Study Notes and Theory
NEW QUESTION 42
Which statement is FALSE regarding out-of-order messages?
- A. Out-of-order messages are not handled by default. Designers must define out-of-order message handlers at the skill level.
- 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 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.
Answer: D
NEW QUESTION 43
What is the output of this code?
- A. All the three values - "One." "Two." and "Three." will be printed.
- B. The code will run into an infinite loop.
- C. Only first value - "One" will be printed.
- D. The code will fail to validate because |- is not a valid symbol.
Answer: C
NEW QUESTION 44
Which statement is true regarding the effect of context pinning on routing?
- A. 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.
- B. The thresholds that determine whether context pinning will occur or not set at the skill level.
- C. 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.
- D. If the input includes an implicit invocation for a skill, the router pins the conversation to that skill.
Answer: C
NEW QUESTION 45
Which three statements are true about composite bag entities?
- A. They define a business domain object as a collection of related system entities and custom entities.
- B. 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.
- C. You need to create a separate composite bag to handle nonentity types such as strings. Locations, andattachments.
- 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: B,D,E
NEW QUESTION 46
You install Oracle Bost Node SDK from GitHub to develop a newcustom component service.
Which command, when issued on a command line or terminal window, creates a new custom component service project in the current directory?
- A. bots-node-sdk init
- B. bots-node-sdk npm install
- C. bots-node-sdk service
- D. bots-node-sdk service init
Answer: A
Explanation:
Explanation
Create the Custom Component Package
Use the SDK's command line interface (CLI) to create the necessary files and directory structure.
To create the package folder, and the necessary contents, type the following command in a terminal window:
bots-node-sdk init <top-level folder path>
https://docs.cloud.oracle.com/en-us/iaas/digital-assistant/doc/backend-integration1.html
NEW QUESTION 47
You want your skill to transfer conversations over to Oracle Service Cloud customer service representatives.
Which type of channel do you create to enable the skill to do this?
- A. Agent Integrations
- B. Applications
- C. System
- D. Users
Answer: A
Explanation:
Explanation
https://docs.oracle.com/en/solutions/handoff-skill-to-live-agent/transfer-users-skill-bot-live-agent1.html#GUID-2
NEW QUESTION 48
Which is a FALSE statement about empty transitions?
- A. Empty transitions occur when using the next transition element.
- B. Empty transitions can lead to unexpected navigation.
- C. Avoiding empty transitions will prevent many unexpected dialog flows.
- D. You should define a next transition on every state.
Answer: A
NEW QUESTION 49
Forlive-agenttransfer,you wantthebot-user conversation historyto becomeavailableto the humanagentthat theconversation istransferredto.
Howdoyoumakethisconversationhistoryavailable?
- A. SettheconvHistorypropertyinthesystem.Agentinitiationcomponent.
- B. Setacustompropertyon the OracleServiceCloudinstancethat's accessedbyOracleDigitalAssistant.
- C. Inthe skillsettings,either switch EnableInsights to On orswitch SkillConversation to On,depending on theDigital Assistant version.
- D. Thisiscontrolled from OracleServiceCloud and hastobe turnedonbysetting acustomproperty.
Answer: B
NEW QUESTION 50
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.userinput} returns the text entered by the user.
- C. The system.entityToResolve variable tracks an entity value, that is, as you resolve entitiesin the composite bag, it references the current entity resolved.
- D. System.entityToResolve can reference the resolve value of all entity values defined within the skill.
- E. ${system.entityToResolve.value.resolvingField) returns the text entered by the user.
Answer: B,C,E
NEW QUESTION 51
What is the output of this code?
- A. "Leaving loop at 3"
- B. "Leaving loop at 0"
- C. "Leaving loop at 4"
- D. "Your session appears to be in infinite loop. Please_try again later''
Answer: D
NEW QUESTION 52
want to save some user input, such as the type of pizzaa 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. user variables
- B. skill variables
- C. contextvariables
- D. profile variables
Answer: B
NEW QUESTION 53
Which two statements about using the OAuth2 client credential grant type in Oracle Digital Assistant are correct?
- A. The OAuth2 client credential grant type uses thesystem. Webview built-in component to perform social media login.
- B. The client credential grant type requires the system.OAuth2AccountLink component to obtain a token that propagates a user's identity between distributed systems.
- C. The user must be logged in to an identity service provider using his or her username and password to obtain a client credential access token
- D. You use the Oracle Digital Assistant Authentication Service with the system. 0Auth2client component to obtain aclient credential access token.
- E. The OAuth2 client credential grant type does not require a bot user to authenticate and instead uses a shared clientld and secret.
Answer: D,E
NEW QUESTION 54
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. 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.
- 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 greater 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. The conversation can only be exited if the current context score is lower than the Exit Skill Confirmation digital assistant routing parameter.
Answer: C
NEW QUESTION 55
Whena user interacts with oneskill withinadigitalassistantbut then entersinputthatmaybe relevanttoanother skill,thedigital assistantgenerallypresents users aprompttoconfirm whethertheyreally wanttoswitchtothe other skill,eveniftheinput iscompletelyirrelevanttothe current skill.
Howcanyoureduce the frequencywith whichtheuserencounters theseconfirmationpromptsina digitalassistant?
- A. Ineach skill,reduce thevalue oftheConfidenceWin Margin setting.
- B. Inthedialogassistant,reducethevalue oftheConfidenceWinMargin setting.
- C. Inthedigitalassistant,reduce the value of the Interrupt Prompt Confidence Threshold setting.
- D. Inthedigital assistant,add moreutterancesfor theunresoivedintentsystemintent.
Answer: D
NEW QUESTION 56
You want your skill to prompt users for their first name. The name must then be usedin the welcome message at the beginning of each bot-user session.
Your user interface guidelines require that each part of the name begin with a capital letter (for example, John Doe or John William Doe).
Which two BotML code examples print the username correctly if the name is provided as "jOhn William doe" or "JOHN doe"?
- A. Option A
- B. Option E
- C. Option D
- D. Option B
- E. Option C
Answer: C,E
NEW QUESTION 57
An input component references an entity-type variable from its variable property and does not have the maxPrompts property set. Which two statements describe valid options to help users deal with validation errors?
- A. You can use the user input component's textReceived action transition to detect validation errors and to navigate to a state in the dialog flow.
- B. You can use the user input component's cancel action transition to navigate to a different state in the dialog flow, display a help message to the user, and navigate back into the dialog flow state that previously failed input validation.
- C. You can use the system. invaliduserinput?booiean expression to detect a previously failed input validation and display alternative prompts or additional UI controls.
- D. You can use the onlnvaliduserlnput property on the System.commonResponse component to conditionally show or hide UI controls.
- E. You can use the alternatePrompt property for user input components to display alternative prompts.
Answer: C,D
NEW QUESTION 58
Error handlers can be defined in different locations with different scopes Which statement is FALSE regarding the placement of error handlers?
- A. An error handler can be defined as a transition on any dialog flow state in a skill.
- B. An error handler can be defined globally for a skill using the defaultTransition error transition.
- C. 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.
- D. You can define a system-wide custom error handler on the digital assistant level.
Answer: B
NEW QUESTION 59
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. Change the Confidence Threshold during your testing until the correct intent always wins.
- B. 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.
- C. For each intent, create an entity of phrases that are distinct to each intent, and add the appropriate entity to the corresponding intent.
- D. Change the Confidence Win Margin so that both intents are offered to the user.
- E. Keep adding training data until you get a predictable result every time.
Answer: B
NEW QUESTION 60
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. dialog flows with a system.Text component to read the user input
- 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. an entity that defines account types (with values such as "checking" or "savings")
Answer: A,D
NEW QUESTION 61
Which two statements describe what happens when a System.DatectLanguages component is used in a dialog flow?
- A. A system.DetectLanguage component state causes an exception if no translation service is configured for a skill.
- B. The system.DetectLanguage component does not detect English because it is the default language.
- C. The system.DetectLanguage component sets the profile.locale variable to the language code of the detected user language.
- D. The system.DetectLanguage component sets the profile.languageTag variable to the language code of the detected user language.
- E. The system. DetectLanguage component sets the autoTranslate variable to the language code of the detected user language.
Answer: C,D
NEW QUESTION 62
You have a digital assistant with a pizza skill. While ordering a pizza, the user triggers the digital assistant's Help system intent byentering "help". What is the default functionality of the digital assistant assuming no help functionality has been implemented in the pizza skill?
- A. Nothing. You need to explicitly define a help state in the pizza skill.
- B. The digital assistant displays a dialog to confirm if the user wants help. If the user selects "yes", the skill returns to the system, intent and awaits user input.
- C. The digital assistant displays the information contained in the Description field of the skill.
- D. The current conversation stops and the skill returns to the system, intent and awaits user input.
- E. The digital assistant displays a prompt and a card which can be configured to show examples of what the skill can do.
Answer: B
NEW QUESTION 63
WhenyouconfigureanapplicationinOracle Identity CloudServiceto be consumed byOracleDigitalAssistantforthesystem.OAuth2AccountLinkcomponent, whydoyouneedtohave the RefreshTokengrantselected?
- A. The RefreshTokengrant ensuresthatafresh access tokenisretrievedevenifa user'spasswordin Oracle IdentityCloudServicehaschanged,thusensuringtheuseruninterruptedaccess.
- B. B.Youneedarefreshtoken toforceasuccessfullogoutof theloggedin user.
- C. The RefreshTokengrantensures that theSystem.OAuth2Accountlinkcomponentcan refresh anexpiredaccesstokenautomaticallybecause theaccesstoken hasamuch shorter lifespan than the refresh token.
- D. TheRefreshTokengrant ensuresthatuserswillneverhaveto sign in tothe skillagainaftertheir initial login.
Answer: C
NEW QUESTION 64
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 confirm that any changes you make to the intent utterances do not inadvertently change other intent resolutions.
- B. 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.
- C. Batch testing allows you to test every combination of conversation through your dialog flow.
- D. Having a baseline test allows you to determinewhether your intent resolution is still functioning within expected limits given any updates to your service.
Answer: D
NEW QUESTION 65
......
1Z0-1071-21 Dumps PDF - Want To Pass 1Z0-1071-21 Fast: https://braindumps2go.actualpdf.com/1Z0-1071-21-real-questions.html
