[2022年更新]合格できるOracle 1Z0-1071-21試験最新78問題
ゲット2022年最新の無料Oracle 1Z0-1071-21試験問題 アンサー
Oracle 1Z0-1071-21 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
質問 30
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. digital assistants
- B. entities
- C. channels
- D. answer intents
正解: B
質問 31
TheagentActionsproperty intheSystem.AgentInitiationcomponent:
- A. Sets the message to be displayed when an agent is firstconnected to a chat session.
- 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 if an agent refuses a chat request.
正解: B
質問 32
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. Keep iterating on user testing and add more training utterances until you can achieve a confidence level of 100% on your user input.
- B. Add more utterances to the unresolvedlntent.
- 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. 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.
- E. 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.
正解: E
質問 33
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 nlpResultvariable property of the input component points to "iResult", which is a variable of type
"nlpresuit". - C. The input component associated with a state references a variable of an entity type and the maxPrompts property is not set.
- D. 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.
正解: A
質問 34
Which two statements are true for the system.webview component?
- A. Parameters passed from the skill to the web application are accessible through JavaScript.
- B. Parameters passed from theskill to the web application cannot be accessed through JavaScript.
- C. When registering web applications in a skill, bot designers can see thedata structure returned by the app
- D. The webview.onDone parameter is automatically added to the payload and passes the skill's callback URL property to the webapplication.
- E. Property names in the web application response payload must match with the variable names in the dialog flow.
正解: A,B
質問 35
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. displaying any type of input component
- C. routing to another skill within the suite of skills assembled within a digital assistant
- D. returning the current value of a requested stock price in a skill message
- E. routing the dialog flow based on values returned from a backend service
正解: A,E
質問 36
Which three options are true for the system, entityToResolve variable?
- A. ${system.entityToResolve.value.userinput} returns the text entered by the user.
- B. System.entityToResolve can reference the resolve value of all entity values defined within the skill.
- 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.value.resolvingField) returns the text entered by the user.
- 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.
正解: A,C,D
質問 37
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. Createa webviewservicewhichconnectsthe skilltoa webappthat renders as a form andprovidesfeatures such asinputvalidation andoptionbuttons.
- C. Createa dedicated skillforcollecting and validatinginputandpairitwith a skillforprocessingthe validatedinput.
- D. Use asystem.commonResponsecomponenttoaggregateand validateuserinput.
正解: A
質問 38
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 holds the identity provider configuration that is used at run time in Oracle DigitalAssistant to retrieve an access token that authorizes REST service calls.
- C. The Authentication Service allows bot designers to configure a custom webhook to authenticate and authorize users using the System.OauthAccountLink component.
- 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.
正解: C
質問 39
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 B
- B. Option E
- C. Option C
- D. Option A
- E. Option D
正解: A,B
質問 40
Which statement is true regarding the digital assistant's Help system intent?
- A. The help intent cannot route the conversation to a specific state within a skill.
- B. If the digital assistant recognizes the user isasking for help, it will automatically route the conversation to a skill called "Help".
- C. The utterances for the help intent are predefined and cannot be changed.
- D. You can define utterances that the digital assistant willrecognize when the user is asking for help.
正解: A
質問 41
Which two statements describe what happens when a System.DatectLanguages component is used in a dialog flow?
- A. The system.DetectLanguage component does not detect English because it is the default language.
- B. The system.DetectLanguage component sets the profile.locale variable to the language code of the detected user language.
- C. A system.DetectLanguage component state causes an exception if no translation service is configured for a skill.
- 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.
正解: B,D
質問 42
Consider thefollowing dialog flowcodeinaskill:
Whichstatementistrue?
- A. Theskilldisplays themessage"Pleasewait,we're reviewingyourorder",thendisplays"Almostdone...",and thenwaitsforuser input.
- B. Theskilldisplaysthemessage"Pleasewait,we're reviewing yourorder"and thenwaitsforuser input.
- C. Theskilldisplaysthemessage"Pleasewait,we'rereviewingyourorder",thendisplays"Almostdone...",thendisplays"T thenwaitsforuser input.
正解: B
質問 43
What is the output of this code?
- A. "Leaving loop at 3"
- B. "Leaving loop at 0"
- C. "Your session appears to be in infinite loop. Please_try again later''
- D. "Leaving loop at 4"
正解: C
質問 44
Which two components can be used in combination with composite bag entities to auto-generate skill responsesand flows from definitions saved in bag items?
- A. System.Text
- B. System.MatchEntity
- C. System.List
- D. System.CommonResponse
- E. System.ResolveEntities
正解: D,E
解説:
Explanation
https://docs.oracle.com/en/cloud/paas/digital-assistant/use-chatbot/entities1.html#GUID-603C4329-DBBA-42C9
質問 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. The composite bag can resolve all entity values using only a single state in the dialog flow.
- C. 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.
- D. You need to create a separate composite bag to handle nonentity types such as strings. Locations, andattachments.
- 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.
正解: B,C,E
質問 46
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 test every combination of conversation through your dialog flow.
- C. Having a baseline test allows you to determinewhether your intent resolution is still functioning within expected limits given any updates to your service.
- D. 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
質問 47
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. Batch testing works more efficiently when there is a ratio of one test utterance for every five training utterances.
- C. Adding 100% of user phrases to the intentwould overload the model.
- D. By keeping 20%for testing, you are able to test the model with data on which it has not been specifically trained.
正解: C
質問 48
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. Applications
- B. Users
- C. System
- D. Agent Integrations
正解: D
解説:
Explanation
https://docs.oracle.com/en/solutions/handoff-skill-to-live-agent/transfer-users-skill-bot-live-agent1.html#GUID-2
質問 49
Assuming conversation is the customcomponent SDK handle, which two code statements are valid to access the order and userAccount input parameters of the custom component?
A)
B)
C)
D)
E)
- A. Option D
- B. Option E
- C. Option C
- D. Option A
- E. Option B
正解: A,B
質問 50
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. The conversation can only be exited if the current context score is lower than the Exit Skill Confirmation digital assistant routing 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. The conversation will resume at a state in the skill defined by a digital assistant parameter.
正解: D
質問 51
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. You should consider naming your bot and using an appropriate avatar.
- D. Your bot should have a personathat matches that of your target audience.
正解: C
質問 52
Youwantyourskilltooutputthesizeofthepizzathatwasordered..
Which FreeMarker operation must you use
- A. "You ordered a ${size.value} pizza.
- B. "You ordered a${size[0]} pizza." 3)
- C. "You ordered a ${size.string} pizza."
- D. "You ordered a ${size} pizza." :)
正解: B
質問 53
......
高合格率1Z0-1071-21テスト問題集解答と正解78問題と回答:https://jp.fast2test.com/1Z0-1071-21-premium-file.html