최신Oracle Cloud Platform Digital Assistant 2022 Professional - 1z0-1071-22무료샘플문제
문제1
As per Oracle's recommendation, which is the best practice regarding conversational design?
As per Oracle's recommendation, which is the best practice regarding conversational design?
정답: B
문제2
Which statement is FALSE regarding out-of-order messages?
Which statement is FALSE regarding out-of-order messages?
정답: B
문제3
Imagine that you have a financial planning skill. Which two functionalities would typically be implemented as a custom component?
Imagine that you have a financial planning skill. Which two functionalities would typically be implemented as a custom component?
정답: C,D
문제4
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?
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?
정답: B
문제5
What happens if there is a system error and the state does not have an error action?
What happens if there is a system error and the state does not have an error action?
정답: B
문제6
Which statement is true regarding the digital assistant's Help system intent?
Which statement is true regarding the digital assistant's Help system intent?
정답: A
문제7
You install Oracle Bost Node SDK from GitHub to develop a new custom component service.
Which command, whenissued on a command line or terminal window, creates a new custom component service project in the current directory?
You install Oracle Bost Node SDK from GitHub to develop a new custom component service.
Which command, whenissued on a command line or terminal window, creates a new custom component service project in the current directory?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
You are advised to implement an 80/20 splitwith 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?
You are advised to implement an 80/20 splitwith 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?
정답: B