Questions 61-80

61)  (True or False) The work status value can be set only by using the properties panel of a flow shape.
False
True

62) Two hours after a case instance is created, it has been moved to the “Open-Ready” status. The worker spent 45 minutes to process the work and resolve it. What would be the values of the elapsed time in the status properties? (Choose One)
pyElapsedStatusNew = 7200, pyElapsedStatusOpen = 2700, pyElapsedStatusPending = 0
pyElapsedStatusNew = 2, pyElapsedStatusOpen = 45, pyElapsedStatusPending = 0
pyElapsedStatusNew = 0, pyElapsedStatusOpen = 120, pyElapsedStatusPending = 45
pyElapsedStatusNew = 120, pyElapsedStatusOpen = 45, pyElapsedStatusPending = 0

63) Which flow shape does not allow the work status to be updated through its properties panel? (Choose One)
Utility shape
Start shape
None of the above
Smart shape

64) Which of the following statements is true about a work party? (Choose One)
A work party defines a group of users who can pick the case from a workbasket
A work party defines the group of users who are authorized to approve the case
An operator who is external to PRPC, however acts as an approver of the case
An operator who is external to PRPC, to whom a notification on the case progress can be sent

65)  (True or False) A work item has 5 work parties defined. Only 2 are required. PRPC cannot allow a correspondence to be sent to the 3 non-required parties as they may not be present.
True
False

66) When creating a new work party rule, identify which field does not impact the visibility of the work party on the case instance form. (Choose One)
Role
Description
Allow Multiple
Display on Creation

67) Work parties are saved _______________. (Choose One)
As a data page in the clipboard to be used by different work items
As a top level page in the clipboard
In the Requestor session and not seen in clipboard
As a page group property in the case instance

68) Which of the following statements is true about a Page? (Choose One)
Pages only exist at design time.
A class can only be defined inside of a page.
A page can only be embedded inside of a class.
A Page is an instantiation of a specific class and is stored in memory.

69) Which of the following statements is true about PageLists and PageGroups? (Choose Two)
PageLists can only contain 100 pages.
“Manager” is a valid subscript for a page in a PageGroup
PageGroups are always faster than PageLists
PageLists can be iterated over in a guaranteed order, whereas PageGroups cannot.
The integer '1' is a valid subscript for a page group.

70) Given the following syntax, what Property Mode is .Contact: .Contact(1).Name? (Choose One)
Page List or Page Group
Page List
Page Group
Value List

71) Which of the following is NOT a best practice for data modeling? (Choose One)
When possible extend out of the box data classes
Define all data classes at the enterprise layer.
Try to limit properties defined directly on work object
Choose PageLists/Groups over ValueLists/Groups in most cases.

72) Which of the following statements is not true? (Choose One)
In the reference .Account.Type, .Account is both a page and a property.
All pages are top level pages.
An embedded page can be created by referencing the embedded property.
Pages can be both top level and embedded.

73) Given the following syntax, what Property Mode is .Contact: .Contact(1).Name? (Choose One)
Page List or Page Group
Value List
Page Group
Page List
A) Page List

74) An application retrieves customer data from an external system of record (SOR). The customer data is used for display purposes only. Which is the best design approach? (Choose One)
Create a Data Page to retrieve the data and configure the property as a Page and use copy data from a data page to copy the data from the data page.
Configure the property as a Single Value and automatic reference to class instances (Linked Property).
Create a Data Page to retrieve the data and configure the property as a Page and use refer to a data page to point to the data page.
Configure the property as a Page and select Manual and use a data transform to populate the page.

75) In a Section rule, a property field references this property .pyResolvedUserID.pyWorkstationID with .pyResolvedUserID defined as a linked property in the Work- class and pyWorkstationID being a property in the linked class Data-Admin-Operator-ID. In which class is the section rule defined? (Choose One)
@baseclass
Data-Admin-Operator-ID
Work- or a class derived from it
None of the above

76) Which of the following is a not a supported way to source the valid values of a table edit? (Choose One)
Using the results of a connector
Using field values
Using the key field of data instances
Directly inputting a list of values on the rule form

77) Setting the column inclusion field on a property has which of the following effects? (Choose One)
It has no direct effect but rather is a recommendation to DBAs.
It generates and displays the appropriate alter statement when the property form is saved.
It executes the appropriate alter statement at the time the property is saved.
It queues the appropriate alter statement to be executed by a background agent.

78) A loan application case requested a D_LoanRate data page not already on the clipboard at 9:35. It is a node level data page with no parameters. The refresh strategy is set to be reloaded if older than 60 minutes. Another loan application case requests the same data page at 10:45. Which answer best describes the behavior of the data page for the second request? (Choose One)
The page is not reloaded since it exists and was already reloaded onto the clipboard by the system at 10:35.
Node level pages do not support a time based refresh strategy.
The page does not exist on the clipboard since it expired and is therefore loaded onto the clipboard.
The page exists on the clipboard but is considered stale so it is reloaded.

79) An application currently under development requires access to customer data from an internal System of Record (SOR). This customer SOR will be moved to an externally hosted cloud solution prior to the application going live. The data structure will be the same for both the current and future system and will use SOAP connectors. Which is the best design approach? (Choose One)
For each needed data page, define a similar copy, one pointing to the current source and the other pointing to the future source.
Define data pages pointing to the current source and update the source as needed.
Define data pages using a simulated data source.
Define data pages with multiple conditionalized data sources.
Define data pages with SOAP connector data sources. Once the customer SOR is moved to the external system, update the connector information to reflect any differences in the services exposed by the external SOR.

80) Which of the following is a valid syntax for referencing a D_OrderHistory data page with one parameter called CustomerID? (Choose One)
D_OrderHistory[“CustomerID:C-101”]
D_OrderHistory[“C-101”]
D_OrderHistory(.CustID)
D_OrderHistory(CustomerID:param.custID)

Continue Reading...


1 comment: