無料提供中の1Z0-1071-21試験問題集で(2022年最新のPDF問題集)信頼度の高いテストエンジン
1Z0-1071-21のPDFで最近更新された問題です集試験点数を伸ばそう
Oracle 1Z0-1071-21 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
質問 23
What happens after the skill output Welcome to our store's chat bot!'' in this dialog flow?
- A. Theskillgoestooutput2,outputs"You canaskmeabout whatproductswehaveinthestore",and thenreturnscontroltotheuser.
- B. The skill displays"Welcometo our store'schat bot!"again.
- C. Theskillreturns controltotheuser.Aftertheuser enterstext,it goestooutput2andoutputs"You canaskmeabout what productswehaveinthestore."
- D. Theskill returnscontrolto theuser.Aftertheuserenters text,it goestotheintentstate.
正解: B
質問 24
Youhavea usecasethat calls foruserstoenteraseriesofcomplexvalues.
What wouldyoudoto ensurethatusers enterthese values correctly with the least effort?
- A. Createa webviewservicewhichconnectsthe skilltoa webappthat renders as a form andprovidesfeatures such asinputvalidation andoptionbuttons.
- B. Createa dedicated skillforcollecting and validatinginputandpairitwith a skillforprocessingthe validatedinput.
- C. Create a compositebagentityfor thetypesofvalues,and then adda regexentity tohandlevalidation.
- D. Use asystem.commonResponsecomponenttoaggregateand validateuserinput.
正解: C
質問 25
Which three options are true for the system, entityToResolve variable?
- A. System.entityToResolve can reference the resolve value of all entity values defined within the skill.
- B. ${system.entityToResolve.value.resolvingField) returns the text entered by the user.
- C. ${system.entityToResolve.value.userinput} returns the text entered by the user.
- 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. 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,C,D
質問 26
TheagentActionsproperty intheSystem.AgentInitiationcomponent:
- A. Sets the message to be displayed if an agent refuses a chat request.
- B. Defines the states to which agents can optionally transfer a user when the agent ends the chat.
- C. Sets the agent's post-chat configuration (for example, "ready", "wrap", and so on).
- D. Sets the message to be displayed when an agent is firstconnected to a chat session.
正解: B
質問 27
WhenyouconfigureanapplicationinOracle Identity CloudServiceto be consumed byOracleDigitalAssistantforthesystem.OAuth2AccountLinkcomponent, whydoyouneedtohave the RefreshTokengrantselected?
- A. B.Youneedarefreshtoken toforceasuccessfullogoutof theloggedin user.
- B. TheRefreshTokengrant ensuresthatuserswillneverhaveto sign in tothe skillagainaftertheir initial login.
- C. The RefreshTokengrant ensuresthatafresh access tokenisretrievedevenifa user'spasswordin Oracle IdentityCloudServicehaschanged,thusensuringtheuseruninterruptedaccess.
- D. The RefreshTokengrantensures that theSystem.OAuth2Accountlinkcomponentcan refresh anexpiredaccesstokenautomaticallybecause theaccesstoken hasamuch shorter lifespan than the refresh token.
正解: D
質問 28
Take a look at the output of a system.List component in the screenshot below, and note how one of the items includes a comma (,).
In the code below,what value would you assign to the option property for it to display items for ''Yes'', No please'', and ''Not sure''?
- A. options: [[Yes]. please resend]. [Not sure]]
- B. options: "Yes, No\u002C please resend. Not sure"
- C. options: "'Yes', 'No, please resend', 'Not sure'"
- D. options: Yes, No\u002C pleaseresend, Not sure
- E. options: ["Yes","No, please resend","Not sure"]
正解: A
質問 29
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. You can define a system-wide custom error handler on the digital assistant level.
- 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. An error handler can be defined globally for a skill using the defaultTransition error transition.
正解: D
質問 30
Select the FALSE statement regarding Oracle's recommendation for defining your bot's personality and conversational design.
- A. Your bot should have a personathat matches that of your target audience.
- B. Words carry emotions and you should carefully consider verbiage and tone in your dialog responses.
- C. You should consider naming your bot and using an appropriate avatar.
- D. 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
質問 31
What statement correctly describes the Authentication Service ion Oracle Digital Assistant?
- A. The Authentication Service authenticatesusers to Oracle Identity Cloud Service. It provides customizable login screens that are displayed in the context of a user-bot conversation.
- 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 holds the identity provider configuration that is used at run time in Oracle DigitalAssistant to retrieve an access token that authorizes REST service calls.
- D. 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
質問 32
Which two statements about message translation in a skill are true?
- A. If auto-translation is enabled and acomponent has its translate property set to false, then the component output message or level will not get auto-translated to the detected user languages.
- B. 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.
- C. Enabling auto-translation in a dialog flow does not translate the user input message.
- D. A missing system. DetectLanguage state in a dialog flow causes an exception for components that read their output message from bundle.
- E. For the System.Translateinput component to work, it requires a previously executed system.DetectLanguage component state.
正解: B,D
質問 33
Which statement is FALSE regarding out-of-order messages?
- A. 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.
- B. Out-of-order messages are not handled by default. Designers must define out-of-order message handlers at the skill level.
- C. Dialog flow navigation continues with the state referenced in the out-of-order-message action.
- D. Chatbots don't control the user's input and, therefore, cannot prevent users from selecting out-of-scope actions.
正解: A
質問 34
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. 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.
- B. The current conversation stops and the skill returns to the system, intent and awaits user input.
- C. The digital assistant displays a prompt and a card which can be configured to show examples of what the skill can do.
- D. The digital assistant displays the information contained in the Description field of the skill.
- E. Nothing. You need to explicitly define a help state in the pizza skill.
正解: A
質問 35
Error handlers can be defined in various locations with different scopes.
Which three statements are true about error handling?
- A. You can define a system-wide custom error handler at the digital assistant level.
- B. An error handler can be defined globally for a skill using thedefaultTransition error transition.
- C. Implicit error handling is always performed even if there are other error handlers defined in the flow.
- D. An error handler can be defined as a transition on any dialog flow state in a skill.
- E. 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.
正解: A,C,E
質問 36
Which three statements are FALSE regarding entity resolution using a composite bag?
- A. When a user inputs entity values, they can only be resolved in the order in which they are defined within the composite bag.
- B. The composite bag will automatically resolve any entity values found in the initial user input.
- C. You can define validation code using Apache Freemarker for entity item values.
- D. Every entity item in the composite bag must be prompted for and have a value entered.
- E. You can definemultiple prompts for each entity item in the composite bag.
- F. Each entity item in the composite bag can have only one value.
正解: A,D,E
質問 37
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. By replacing "Authorized" and "auth", one is able to bypass the usual authentication mechanism, which requires a user to log on.
- C. The above code has no impacton intent resolution.
- D. The sentence is being normalized by replacing different versions of words such that they are aligned with the term used in the trainingutterances.
- E. The language tag is being changed to Australian (AU) to better match the language of the training utterances.
正解: C
質問 38
As per Oracle's recommendation,which is the best practice regarding conversational design?
- A. To account for possible mistakes, make it clear to users that the bot is still learning.
- B. Ensure that capabilities of the bot f the things that it can and can't do") are clear and discoverable.
- C. Use quick reply buttons (as opposed to natural language inputs) as much as possible.
- D. Ask users open-ended questions such as "how can I help you?"
正解: D
質問 39
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 nlpResultVariable property is not supported by System.List, so no entity extraction will occur.
- B. The nlpResultVariable will populate the size value with Large.
- C. The sizevariable has no value before getPizzaSize is called, so the user will be prompted to select from the list of values.
- D. The Dialog Engine will transition to the PlaceOrder state.
正解: B,D
質問 40
Which two statements about skills are true?
- A. Skills always use natural languages processing (NLP).
- B. Skills have dialog flows that you may configure to create conversation.
- C. Skills can access back-end services.
- D. Customers can only chat with skill when those skills managed by a digital assistant.
正解: C,D
質問 41
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 composite bag entity is typically resolved using a system.ResolveEntities component or a system.commonResponse component.
- C. The composite bag entity slots values as they are provided from the user input. It then prompts for other entityitem values.
- D. The conversation is entirely sequential, where users can only input values in the order determined by the dialog flow definition.
正解: B
質問 42
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 useris asking for a route which is either 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. 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.
- B. Add StationEntity to the Routelnfolntent intent and then update the training data with phrases beginning with "from".
- C. 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.
- D. Duplicate StationEntity. In one version, prefixall of the train station names with "to" and in the other prefix with "from". Then add both entities to the Routelnfolntent intent.
正解: A
質問 43
Consider thefollowing dialog flowcodeinaskill:
Whichstatementistrue?
- A. Theskilldisplaysthemessage"Pleasewait,we're reviewing yourorder"and thenwaitsforuser input.
- B. Theskilldisplaysthemessage"Pleasewait,we'rereviewingyourorder",thendisplays"Almostdone...",thendisplays"T thenwaitsforuser input.
- C. Theskilldisplays themessage"Pleasewait,we're reviewingyourorder",thendisplays"Almostdone...",and thenwaitsforuser input.
正解: A
質問 44
......
1Z0-1071-21完全版問題集には無料PDF問題で合格させる:https://www.goshiken.com/Oracle/1Z0-1071-21-mondaishu.html