Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

Note! 1z0-1035-22 has been withdrawn. The new exam code is 1z0-1035-23

1z0-1035-22 Practice Exam Questions with Answers Oracle Intelligent Advisor 2022 Implementation Professional Certification

Question # 6

Which four are valid reasons to split an existing Word document containing rules in your Oracle Policy Modeling project?

A.

Two developers need to work simultaneously on different areas of rules that were originally within the same Word document.

B.

You want to use the Debugger to test your rules.

C.

You want to separate rules with different purposes.

D.

Editing the new documents is easier in Microsoft Word because the original document was getting too large.

E.

You want to add comments and footnotes to your rules.

F.

You want to exclude part of the original document from the policy model.

G.

You want to mirror updates to the source material that has divided the source of your rules into two locations.

Full Access
Question # 7

You created an entity called “the person”. You have written the following rule:

1z0-1035-22 question answer

You test your rules in the Debugger with three entity instances of the person:

- Jane is not homeless; Jane’s score is 3.

- Bill is homeless; Bill’s score is 1.

- Angela is not homeless; Angela’s score is 2.

What is the total score of all the persons who are eligible?

A.

Zero

B.

Two

C.

Four

D.

One

E.

Five

F.

Six

G.

Three

Full Access
Question # 8

You have a Policy Modeling project with five attributes as shown below.

  • they are at least 100 feet away from the nearest intersection
  • the persons aren’t coming to the meeting
  • the weight of the box in kilograms
  • the combined weight of the box and pallet must not exceed 200 kilograms
  • there is no ways forward

Which one of these attributes compiles with the principles for writing attribute text?

A.

2

B.

5

C.

1

D.

3

E.

none

F.

4

Full Access
Question # 9

After deploying a new version of a policy model to production on the Policy Automation Hub, you have been advised there is a problem and you need to roll back to a previous version.

Using the minimum number of steps, what instructions would you give your Hub Administrator to achieve this?

A.

Go the Repository page in the hub, click the policy model and delete the current version.

B.

Go the Deployments page in the hub, click the policy model and delete the current version.

C.

Go the Repository page in the hub, click the policy model, click Activate on the previous version.

D.

Go the Deployments page in the hub, click the policy model, click Activate on the previous version.

E.

Download the previous version from the Hub, open it in Policy Modeling and then upload and deploy it directly from Policy Modeling.

F.

Go the Deployments page in the hub, click the policy model and select Deactivate from the Actions menu.

Full Access
Question # 10

You are working on a project where you need to develop a rule to calculate the currency attribute “the person’s total monthly school cost”. This attribute is calculated as follows: (1) Add “the annual cost of the tuition” and “the annual cost of lodging”. (2) Subtract “the total annual scholarship amount” from the attributes previously summed. (3) Divide the result by 12.

How should you achieve this?

A.

the person’s total monthly school cost = Sum((the annual cost of the tuition + the annual cost of lodging), Subtract(the total annual scholarship amount) /12

B.

the person’s total monthly school cost = Sum(( the annual cost of the tuition, the annual cost of lodging) – the total annual scholarship amount)) /12

C.

the person’s total monthly school cost = Sum(( the annual cost of the tuition, the annual cost of lodging) – the total annual scholarship amount))Div12

D.

the person’s total monthly school cost = Sum(( the annual cost of the tuition + the annual cost of lodging), Subtract(the total annual scholarship amount)) /12

E.

the person’s total monthly school cost = (( the annual cost of the tuition + the annual cost of lodging) – the total annual scholarship amount) /12

Full Access
Question # 11

Which two options require custom development with the OPA Mobile SDK?

A.

running OPA Mobile on Android devices

B.

incorporating OPA Mobile interviews into composite mobile applications

C.

adding an upload control to a OPA Mobile interview screen

D.

running OPA Mobile interviews while offline

E.

synchronizing data collected in OPA Mobile with a custom back-end system

Full Access
Question # 12

Your policy model includes this rule:

the user is a minor if

the user’s age < 18

Which two statements are true?

A.

“the user is a minor” is a number attribute.

B.

“the user’s age” should be a date attribute.

C.

If you use “the user’s age” in a Word document without first defining it in Policy Modeling, then the tool will automatically create an attribute and assign a data type.

D.

“the user’s age” could be compared to another attribute, “the age of majority”, rather than a predefined age.

E.

If you use “the user’s age” in a Word document without first defining it in Policy Automation, you will encounter a compilation error.

Full Access