Summer Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

1z0-1071-22 Questions and Answers

Note! Following 1z0-1071-22 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is 1z0-1071-24

1z0-1071-22 Questions and Answers

Question # 6

Which two statements are true the purpose of the compose bag entity item Out of Order Extraction property?

A.

It should not be used for String entity items.

B.

When set to True, an entity item value can be updated when prompting for a different entity item value.

C.

Only set to True, an entity item value can be updated when prompting for a different entity item value.

D.

Only when set to true can entity values be specific in any order in the initial user input.

E.

When set to True, an entity item cannot be resolve until a dependent entity item is first resolved.

Full Access
Question # 7

What is the output of this code?

A.

"Leavingloop at 3"

B.

"Leaving loop at 4"

C.

"Leaving loop at 0"

D.

"Your session appears to be in infinite loop. Please_try again later''

Full Access
Question # 8

You are writing adialogflowandyouare attheend oftheconversation.Forthe finalstate,you arenotsurewhethertouse areturntransition or use anexttransitionthatgoes tothestartof thedialogflow.

Which statementis true?

A.

Thenextandreturntransitionsare the same andyoucan use them interchangeably.

B.

Thereturntransition goestothestartof thedialogflow andresetsall variables,whereasnextsimplynavigates.

C.

Thenexttransition automaticallyclearsvariablesonnavigation,whereasreturndoesn't.

D.

Thenexttransition canonly be usedforforwardnavigation intheflow.

Full Access
Question # 9

Which two statements about message translation in a skill are true?

A.

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.

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.

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.

Enabling auto-translation in a dialog flow does not translate the user input message.

Full Access
Question # 10

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.

Don't set a prompt for the PizzaCrust entity item.

B.

For the PizzaCrust entity item, set the Extract With property to reference an entity with the single value "gluten free".

C.

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".

D.

Don't set a prompt for the PizzaCrust entity item and set the Out of Order Extraction property to True.

Full Access
Question # 11

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 Win Margin so that both intents are offered to the user.

B.

Change the Confidence Threshold during your testing until the correct intent always wins.

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.

Keep adding training data until you get a predictable result every time.

E.

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.

Full Access