1z0-1071-22 Dumps PDF - 1z0-1071-22 Real Exam Questions Answers
Get Started: 1z0-1071-22 Exam [2023] Dumps Oracle PDF Questions
NEW QUESTION 14
Which is a FALSEstatement 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 preventmany unexpected dialog flows.
- D. You should define a next transition on every state.
Answer: A
NEW QUESTION 15
Examine the code snippet below:
Which two statement are trueregarding 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. Any individual entity item can define its own maxPrompts to override the value in the dialog flow.
- 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. 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.
Answer: B
NEW QUESTION 16
Error handlers can be defined in various locations with different scopes.
Which three statements are true about error handling?
- 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 thedefaultTransition error transition.
- C. Youcan define a system-wide custom error handler at the digital assistant level.
- D. 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.
- E. Implicit error handling is always performed even if there are other error handlers defined in the flow.
Answer: C,D,E
NEW QUESTION 17
What statement correctly describes the Authentication Service ion Oracle Digital Assistant?
- A. The Authentication Service authenticates Oracle Digital Assistant users to a social media identity provider (for example, Facebook) and associates social media accounts with accounts stored in the Oracle Identity Cloud Service.
- B. The Authentication Service allows bot designers to configure a custom webhook to authenticate and authorize users using the System.OauthAccountLink component.
- C. The Authentication Service authenticates users to Oracle Identity Cloud Service. It provides customizable login screens thatare displayed in the context of a user-bot conversation.
- D. The Authentication Service holds the identity provider configuration that is used at run time in Oracle Digital Assistant to retrieve an access token that authorizes REST service calls.
Answer: B
NEW QUESTION 18
Which two statements are true regardinglocal web application invocation using the system.webview component?
- A. system.webview components can only be used with web channels.
- B. Local webviews require a Node.js environment and must have a package, json file in their root folder.
- C. An SPA application can issue an Ajax post command to the callback URL that hasbeen passed with the web application launch
- D. Local webviews require SPA applications to have an index.html file in their root folder.
Answer: B,D
NEW QUESTION 19
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 configuredfor a skill.
- B. The system.DetectLanguage component sets the profile.locale variable to the language code of the detected user language.
- C. The system.DetectLanguage component sets the profile.languageTag variable to the language code of the detected user language.
- D. The system.DetectLanguage component does not detect English because it is the default language.
- E. The system. DetectLanguage component sets the autoTranslate variable to the language code of the detected user language.
Answer: B,C
NEW QUESTION 20
Which two components can be used in combination with composite bag entities to auto-generate skill responses and flows from definitions saved in bag items?
- A. System.Text
- B. System.MatchEntity
- C. System.ResolveEntities
- D. System.List
- E. System.CommonResponse
Answer: C,E
Explanation:
Explanation
https://docs.oracle.com/en/cloud/paas/digital-assistant/use-chatbot/entities1.html#GUID-603C4329-DBBA-42C9
NEW QUESTION 21
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. dialog flows witha system.Text component to read the user input
- B. an intent that is been trained with utterances such as "check balance", "What is my current balance?", and "How much money do I have?"
- C. a resource bundle populated with phrases such as "check balance", "What is my current balance?", and
"How much money do I have?" - D. an input form rendered by a webview that is hosted within a Digital Assistant
- E. an entity that defines account types (with values such as "checking" or "savings")
Answer: B,C
NEW QUESTION 22
Within your digital assistant, you notice that the user input "tell me my balance" immediately initiates the Banking skill. However, it does not offer the user the option to consider that the request could be handled by the Retailskill, which also offers the ability to check the balance in your retail account.
How should you ensure that both the banking and retail skills are considered in this case?
- A. Lower the Confidence Threshold in the Banking skill.
- B. Lower the Confidence Threshold in the Retail skill.
- C. Raise the Candidate Skills Confidence Threshold in the digital assistant.
- D. Lower the Candidate Skills Confidence Threshold in the digital assistant.
Answer: D
NEW QUESTION 23
WhenyouconfigureanapplicationinOracleIdentity CloudServiceto be consumed byOracleDigitalAssistantforthesystem.OAuth2AccountLinkcomponent, whydoyouneedtohave the RefreshTokengrantselected?
- A. The RefreshTokengrantensures that theSystem.OAuth2Accountlinkcomponentcan refresh anexpiredaccesstokenautomaticallybecause theaccesstoken hasamuch shorter lifespan than the refresh token.
- B. TheRefreshTokengrant ensuresthatuserswillneverhaveto sign in tothe skillagainaftertheir initial login.
- C. Youneedarefreshtoken toforceasuccessfullogoutof theloggedin user.
- D. The RefreshTokengrant ensuresthatafresh access tokenisretrievedevenifa user'spasswordin Oracle IdentityCloudServicehaschanged,thusensuringtheuseruninterruptedaccess.
Answer: A
NEW QUESTION 24
intent has been configured with a composite bag entity.
Which statement is FALSE?
- A. The skill may allow users to update their previous input.
- B. The conversation is entirelysequential, where users can only input values in the order determined by the dialog flow definition.
- C. The composite bagentity is typically resolved using a system.ResolveEntities component or a system.commonResponse component.
- D. The composite bag entity slots values as they are provided from the user input. It then prompts for other entity item values.
Answer: C
NEW QUESTION 25
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 theskill defined by a digital assistant parameter.
- 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. 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.
Answer: D
NEW QUESTION 26
TheagentActionsproperty intheSystem.AgentInitiationcomponent:
- A. Sets the message to be displayed if an agent refuses a chat request.
- B. Sets the agent's post-chat configuration (for example, "ready", "wrap", and so on).
- C. Sets the message to be displayed when an agent is first connected to a chat session.
- D. Defines the states to which agents can optionally transfer a user when the agent ends the chat.
Answer: D
NEW QUESTION 27
Consider thefollowing dialog flowcodeinaskill:
Whichstatementistrue?
- A. Theskilldisplaysthemessage"Pleasewait,we'rereviewingyourorder",thendisplays
"Almostdone...",thendisplays "Thankyouforyourorder.",andthencompletestheconversation. - B. The skilldisplaysthemessage"Pleasewait,we'rereviewingyourorder",thendisplays"Almostdone...",then displays"Thankyouforyourorder.",and thenwaitsforuser input.
- C. The skilldisplaysthemessage"Pleasewait,we're reviewing yourorder"and thenwaitsforuser input.
- D. Theskilldisplays themessage"Pleasewait,we're reviewingyourorder",thendisplays"Almostdone...",and thenwaitsforuser input.
Answer: A
NEW QUESTION 28
Considerthis codesnippet:
Whichtwostatementsaboutthis codearetrue?
- A. The webappreturns twovalues and willstoretheminthefullnameandamountvariables,respectively.
- B. If thewebappreturnsanyvalues,theSystem.webviewcomponentwillstorethemintheoutputfromwebvariable.
- C. Thesystem.webviewcomponent acts a gateway to
awebappbynamingtheWebviewservice,i.e.,DisputeFormService,inthecodesnippet. - D. This codesnippet supports only onevariableasa returnvalue fromthe webapplication.When therearemultiplereturnvalues,they needtobecomma-separated.Forexample:
variable:"outputfromwebl,outputfromweb2M
Answer: B,C
NEW QUESTION 29
Forlive-agenttransfer,you wantthebot-user conversation historyto becomeavailableto the humanagentthat theconversation istransferredto.
Howdoyoumakethisconversationhistoryavailable?
- A. Setacustompropertyon the OracleServiceCloudinstancethat's accessedbyOracleDigitalAssistant.
- B. Thisiscontrolled from OracleServiceCloud and hastobe turnedonbysetting acustomproperty.
- C. Inthe skillsettings,either switch EnableInsights to On orswitch SkillConversation to On,depending ontheDigital Assistant version.
- D. SettheconvHistorypropertyinthesystem.Agentinitiationcomponent.
Answer: A
NEW QUESTION 30
In yourconversationflow,you want tomakesurethatusers always see a message,evenwhen thereisnodata to display.Toimplement this,youdecide touse asystem.setvariablecomponentthat verifies that the variablemydatacontainsavalue and,ifitdoes,setsthe value of the displayVarvariabletothe valueofmydata.Ifnovalueisspecifiedformydata,thendisplayVarisset tothestring'NoData1.
WhichtwoBotMLwithApache FreeMarkerexamplesimplement thisrequirement?
- A. Option A
- B. Option D
- C. Option C
- D. Option E
- E. Option B
Answer: D,E
NEW QUESTION 31
You are designing a skill for a railway company. You created a value list entity (StationEntity), which is the list of all possible train stations To resolve an intent (Routelnfolntent), you need to determine whether the user is asking for a route which iseither to a station or from a station.
Which statement describes the most robust and efficient approach for extracting this information from the user input?
- A. Duplicate StationEntity. In one version, prefix all of the train station nameswith "to" and in the other prefix with "from". Then add both entities to the Routelnfolntent intent.
- B. Add StationEntity to the Routelnfolntent intent and then update the training data with phrases beginning with "from".
- C. Create two derived entities based on StationEntity. In one entity, set the preceding phrase to "to" (along with any required synonyms). In the other entity, do the same but with the preceding phrase "from". Add both entities to the Routelnfolntent intent.
- D. Create a value list entity called ToFromEntlty with values of "to" and "from" and with appropriate synonyms for each value. Create a value list called DirectionStation and add ToFromEntity and StationEntity to this. Then, add DirectionStation to the Routelnfolntent.
Answer: C
NEW QUESTION 32
Which two statements about message translation in a skill are true?
- A. Enabling auto-translation in a dialog flow does not translate the user input message.
- B. Ifauto-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. A missing system. DetectLanguage state in a dialog flow causes an exception for components that read their output message from bundle.
- D. For theSystem.Translateinput component to work, it requires a previously executed system.DetectLanguage component state.
- 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: C,E
NEW QUESTION 33
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 the "HelloWorld" message in response to the next user message.
- B. The code prints "HelloWorld" as a message and triggers dialog flow navigation to the next state.
- C. Thecode triggers dialog flow navigation to a state, which has its name mapped to the current dialog flow state's HelloWorld action transition.
- D. The code prints "HelloWorld" as a message and waits for user input.
- E. The code prints "HelloWorld" multiple times until an infinite loop gets detected by the dialog flow engine.
Answer: A
NEW QUESTION 34
How do you declare a context variable for an entity?
- A. Set the variable type to"map" and reference the value by the entity name.
- B. Set the variable type to "entity".
- C. Set the variable type to "nlpresult".
- D. Set the variable type to the same name as the entity.
Answer: B
NEW QUESTION 35
......
1z0-1071-22 Premium Exam Engine pdf Download: https://www.realvalidexam.com/1z0-1071-22-real-exam-dumps.html
Verified 1z0-1071-22 Bundle Real Exam Dumps PDF: https://drive.google.com/open?id=1ua3X5LRDFIE5iaal5PyJqb8Zh1ORtZtH
