You are on page 1of 8

1.

A process to handle laptop replacement requests includes an assignment for a


support technician to order a replacement laptop for an employee.
You have been asked to configure a service level agreement for the assignment with the
following requirements:
- If the request is received after business hours, the assignment is not considered ready until
the beginning of the next business day.
- The goal is four hours for requests from executives, and eight hours for requests from all
other employees.
- The support technician receives a notification if the goal interval expires before the
assignment is completed.
-The IT manager receives a notification if the goal interval expires before the assignment is
completed and the request is for an executive.
Which requirement is configured using a when rule?
a. If the request is received after business hours, the assignment is not considered ready
until the beginning of the next business day.
b. The IT manager receives a notification if the goal interval expires before the assignment is
completed and the request is for an executive.
c. The support technician receives a notification if the goal Interval expires before the
assignment is completed.
d. The goal is four hours for requests from executives, and eight hours for requests from all
other employee.
Answer :A

2. A data page holds the local weather information and has the Reload if older than field is
set to 10 minutes.
The data page is created at 11:22. The user then performs the following actions:
11:28 the user refreshes the weather information.
11:40 the user refreshes the weather information.
At what time is the data page reloaded?
a. 11:28
b. 11:32
c. 11:40
d. 11:38
Answer :B

3. Users can select a check box to subscribe to a messaging service. Selecting the check
box displays a field for a user to enter a mobile phone number. How do you configure the
application to display a field for entering a mobile phone number only when the check box IS
selected?
a. Use a when condition in the flow to branch the flow based on case data.
b. Use a circumstance on the check box property to create a rule variant that is effective
when the check box is selected.
c. Use a when condition in the UI form to determine whether to show the mobile phone
number field.
d. Use a when condition in a data transform to determine whether to show the mobile phone
number field.
Answer :B
4. While testing a form, you need to verify the contents of a data page in memory. Which tool
do you use to view the current contents of the data page?
a. The Data Explorer
b. The Tracer
c. The Clipboard tool
d. Live UI
Answer :C

5. While running a process, you notice that a read-only field on a form contains a value.
Which tool allows you to determine if a declare expression was used to calculate the value?
a. The Tracer
b. Live UI
c. Clipboard tool
d. Declarative network
Answer :D

6. While testing a business process to approve an expense report, you receive an error.
Which tool allows you to review the rule execution to determine the source of the error?
a. The Dependency Analyzer
b. The Clipboard tool
c. The Application Profiler
d. The Tracer
Answer :D

7. When creating an account for a new customer, you need to write data to a system of
record. To write the data, you call the service from a(n)____________.
a. Data transform
b. Data page
c. Flow action
d. Activity
Answer :D

8. In an application, you need to integrate with a SOAP service to retrieve customer data.
You ran the Create SOAP Integration wizard with the WSDL provided. What task do you
perform after running the wizard?
a. Configure a data page to invoke the connector.
b. Add an integrator shape to the flow.
c. Create a class for the connector.
d. Configure an authentication profile for the connector.
Answer :
B
9. A customer wants to copy the contents of a previous order to their current order. What
rule type do you use to copy the order contents?
a. Data transform
b. Data page
c. Function
d. Declare expression
Answer :A
10. A requirement for an insurance quote states that as customers add or remove coverage
options, the total cost of the policy changes.
Which type of rule do you configure to satisfy this requirement?
a. Validate
b. Function
c. Flow action
d. Declare expression
Answer :D

11. In which situation do you configure local data storage?


a. Defining valid values for a property
b. Storing reference data as part of the application
c. Storing master data in an application
d. Storing data retrieved from an external system
Answer :A

12. You have designed an Enter Order form that uses a data transform to calculate the total
order amount based on the item price and order quantity. You have been asked to create
other forms in which the total order amount is calculated. Each of the new forms must also
use the Enter Order data transform in order to make the calculation.
How do you configure your application to avoid using the Enter Order data transform to
make the calculation in every new form?
Create a declare expression to reference the data transform.
Remove the data transform and create a declare expression.
Remove the data transform and create a declare trigger.
Replace the data transform with an activity that calls a declare expression.
Answer : B

13. How do you configure a data page to access data applicable to a specific case?
a. Configure the data using Requestor scope.
b. Configure the data page using Node scope.
c. Configure the data page to refresh on each interaction.
d. Configure the data page using Thread scope.
Answer :D

14. You have been asked to create a pie chart that shows the number of employees in each
regional office, and the name of the manager in each office. A list report contains columns
for Employee Name, Manager Name, and Office.
How do you configure the list report to create the pie chart?
a. Group the Employee Name and Office columns.
b. Group the Employee Name column.
c. Summarize the Employee Name column.
d. Summarize the Employee Name and Manager Name columns.
Answer :D

15. You create a list report that displays the following information:
• Assigned case worker (.pxAssignedOperatorID)
• SLA deadline (.pySLADeadline)
• Loan Officer (.LoanOfficer)
• Work status (.pyStatusWork)
• Loan type (.LoanType)
The report has two requirements:
• Group the loan requests by loan officer (.LoanOfficer). • Use a filter to return requests with
an urgency (.pxUrgencyWork) greater than 80. Which two properties do you optimize to
improve report performance? (Choose Two)
a. .LoanType
b .LoanOfficer
c. .pxAssignedOperatorID
d. .pxUrgencyWork

Answer :A AND B

16. In designing your application, you want to apply consistent visual styles to all parts of the
application. How do you meet this requirement?
a. Use the Live UI tool to select the skin rule.
b. Apply styles to the screen layout.
c. Specify a skin in the application rule.
d. Specify a skin in the harness rule.
Answer :C

17. An application form for employee health care benefits includes a field for entering the
date of birth for an employee's dependents. If the dependent is 26 years old or younger, the
dependent qualifies for insurance coverage. Otherwise, the dependent does not qualify. You
need to make sure that users enter a date of birth that is in the past. How would you enforce
these validation requirements?
a. Create a validate rule that first tests that the date of birth is in the past, and then tests for
the dependent's age.
b. Create a validate rule that tests that the date of birth is in the past. Use an edit validate
rule that tests for the dependent's age.
c. Use an edit validate rule that first tests that the date of birth is in the past, and then tests
for the dependent's age.
d. Create a validate rule that tests that the date of birth is in the past. Create another validate
rule that tests for the dependent's age.
Answer :D

18. A bookseller maintains a database of more than 10,000 book titles. You have been
asked to configure a form that allows users to select a book by title.
How do you configure the form?
a. Add a drop-down control and source the data from the property value used in the control
b. Add a drop-down control and source the data using a data page
c. Add an autocomplete control and source the data from the clipboard work page
d. Add an autocomplete control and source the data using a data page
Answer :D
19. A customer applies for a credit card with a cash reward feature that returns 2 percent of
each charge to the customer as a rebate. By default, the rebate is processed at the end of
each quarter. Customers can elect to process the rebate whenever their cash reward
balance exceeds USD50.
Which type of control do you use to allow users to elect to process the rebate when their
reward balance exceeds USD50?
a. Drop-down list
b. Check box
c. Autocomplete
d. Text field
Answer :B

20. While testing a business process to approve an expense report, you receive an error.
Which tool allows you to review the rule execution to determine the source of the error?
A. The Dependency Analyzer
B. The Application Profiler
C. The Clipboard tool
D. The Tracer
Answer :D

21. While testing a process, you want to ensure that an application selects the correct result
of a decision table to direct a case along the correct branch. The data element used by the
decision table has not yet been added to any form in the application.
How do you test the decision table while running the process to verify that the application
selects the correct branch?
A. Run the flow in draft mode to enter a value for the missing property
B. Use Live UI to provide a value for the missing property
C. Use the Clipboard tool to provide a value for the missing property
D. Use the tracer to provide a value for the missing property
Answer :C

22. How do you configure a process to inform a user by email when an assignment is added
to the user’s worklist?
A. Configure the assignment to send a notification to the assigned user
B. Configure a service level to send a notification to the assigned user
C. Add a send email shape to the process after the assignment to notify the assigned
user
D. Add a send email shape to the process before the assignment to notify the assigned
user
Answer :C

23. Email addresses must be identified based on the type (home, work, other). Which
property type do you select for the property that stores the email addresses?
A. Value list
B. Page group
C. Value group
D. Page list
Answer :C
24.

Answer :C
25.

Answer :C
26.

Answer : D

You might also like