1.
A list report includes columns for purchase requests and regional cost centers. A manager wants the report to show the total number of purchase requests for each of the regional cost centers. How would you configure the report definition?
2.
A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and Work Status. You must sort the cases so the case with the most recent create date appears at the top of the list and descends in order. How would you design the report definition to support this requirement?
3.
A report contains columns New Hire ID, New Hire Name, Start Date, and Location. The organization has offices in various cities throughout the U.S. A facilities manager requests a report that includes only new hires who are located in the Atlanta and Boston offices and have a start date within 30 days of the report date. How would you configure the filter to support this requirement?
4.
You have been asked to create a report that displays the following information:
- Assigned case worker (.pxAssignedOperatorID)
- Requestor (.pxCreateOperator)
- Request date (.pxCreateDateTime)
- Due date (.DueDate)
- Assigned vendor (.VendorName)
The report contains a filer to only return purchase requests with a status (.pyStatusWork) of open. Which property can you optimize to improve report performance?
5.
You are designing a form for an online bookstore to display new arrivals. The form is displayed on laptops and tablets. Pictures of the book covers are displayed in columns. The number of columns changes depending on the screen size. Which layout do you use to display the book cover pictures?
6.
A form allows customers to specify the amount of a balance transfer for their credit card. The form contains two fields: one to display the available balance on the customers credit card, and one for the user to enter the amount of the balance transfer. You configure a validate rule to verify that the amount of a balance transfer is less than 75% of the available balance on the customers credit card. How do you call the validate rule?
7.
A hotel reservation application has the following requirement: Users must select the destination city from a list of options. The list is filtered based on user entry. As a user types the city name, the list of options narrows. Which UI control allows you to implement this requirement?
8.
An application that generates auto insurance quotes allows users to add a substitute transportation reimbursement option to their coverage. Users who add this option are required to select one of three reimbursement levels:
- Up to $10/day
- Up to $25/day
- Up to $50/day
You must configure a form to add a check box that allows users to select the substitute transportation reimbursement option. Users selecting this option are
presented with three reimbursement levels as a set of radio buttons, similar to the following example. How do you configure the UI to present users with the set of reimbursement levels only if the user selects the reimbursement option?
9.
An application that generates auto insurance quotes allows users to add a substitute transportation reimbursement option to their coverage. Users who add this option are required to select one of three reimbursement levels:
- Up to $10/day
- Up to $25/day
- Up to $50/day
You must configure a form to add a check box that allows users to select the substitute transportation reimbursement option. Users selecting this option are presented with three reimbursement levels as a set of radio buttons, similar to the following example. Which type of decision rule do you configure to test whether the user has selected the substitute transportation reimbursement option?
10.
Which rule can only return a true/false result when evaluating a condition?