Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 7

Which of the following statements is NOT an accurate description of the solution (application) to be

built in this course? (Choose One)


The solution incorporates several case types.
Which of the following is NOT part of the applicant management process implemented in this
course? (Choose One)
Check the candidates references.
(True or False) System Architect Essentials II focuses on design principles, such as best practices
and reuse, while System Architect Essentials does not.
True
Which of the following types of information is NOT provided in the New Application wizard?
(Choose One)
Requirement
Once we complete the New Application wizard, where in PRPC can we locate most of the
information provided while running the wizard? (Choose One)
The Application Overview page.
Which individual is typically responsible for using the New Application wizard? (Choose One)
Lead System Architect.
Identify the principal reasons for dividing a case into stages.
To provide context for the events that occur while processing a case.
To group related processes and steps.
How many stages did we identify for the Candidate case? (Choose One)
7
Which of the following is NOT a type of stage? (Choose One)
Exception
What feature of the Stage Designer allows us to change the name of a stage? (Choose One)
The Stage Configuration dialog.
Which of the following statements accurately describes the usage of a case stage? (Choose One)
Identify milestones in case processing.
Which of the following is NOT a valid step type? (Choose One)
Automated Decision.
What is the maximum number of steps within a stage that can be configured to start upon stage

entry? (Choose One)


One
two t
hree
All of the above
(True or False) A Multi Step Process step can be reconfigured as a Single Step Assignment in the
Configure Step dialog.
False
The default order for steps within a stage is _________________. (Choose One)
Sequential each step is presented in order.
Which of the following options for the start of a step is not allowed in the Configure Step dialog?
(Choose One)
Upon resolution of a subcase.

The purpose of a decision shape is to __________________________. (Choose One)


Automatically determine the path of the case by evaluating conditions defined in a decision
rule.
The purpose of Draft mode is to __________________________. (Choose Two)
Allow application designers to save flows that contain references to non-existent rules.
Allow application designers to test flow logic without needing to implement secondary rules
such as flow actions, decisions, and activities.
A Smart Shape ___________________________, unlike a basic flow shape. (Choose One)
Is configured to perform a specific task, such as sending email or creating a PDF.
Which of the following is NOT a standard work status? (Choose One)
Closed
A connector can represent all of the following EXCEPT ________________.? (Choose One)
A subprocess.
The act of creating a flow diagram without creating the decisions and user interfaces it references is
called _____________________________. (Choose One)
Process modeling
Which of the following pieces of information should we look for on a specification? (Choose Two)
Description

Subject matter expert


(True or False) A specification can be linked to its implementation(s), but not its requirement(s).
False
(True or False) A specification can include an illustration as an example of the implementation.
True
Which of the following are valid property modes? (Select Two)
Single Value
Java Object
Which of the following are valid property modes? (Select Two)
YYYYMMDD
Which property type should be used to store Boolean data? (Choose One)
TrueFalse
(True or False) A property can be restricted to a set of allowable values.
True
The property PolicyNumber (Auto) is an example of which property mode? (Choose One)
Value Group

The data model for an application indicates a one-to-one (1:1) relationship between the data object
that represents the customer and the data object that represents their billing address. The best
implementation for the Billing Address data object would be a ___________. (Choose One)
Page
If we define a property as a page-mode property, what property type must we define it to be?
(Choose One)
Property types are not relevant for page-mode properties
The data model for a financial services application indicates a one-to-many (1:n) relationship
between the data object that represents the customer and the data object that represents their
accounts, and must support an arbitrary number of accounts of each type. The best implementation
for the Accounts data object would be a ____________. (Choose One)
PageList
(True or False) A page-mode property can contain other page-mode properties.
True

By default, case data is written to which page? (Choose One)


pyWorkPage
The context of a property can be described as the _______________________. (Choose One)
Page that contains the property and its value
Which of the following is not a valid use of a data transform? (Choose One)
To create a property after a case has been created
A property named .foo can only exist once within each ________________. (Choose One)
Page in memory
Which of the following is NOT a category of pages in the Clipboard tool? (Choose One)
Work Pages
pyWorkPage can be found under which category in the Clipboard tool? (Choose One)
User Pages
In the Candidate application, the Candidate page is an example of __________________. (Choose
One)
An embedded page

Which of the following can NOT be done with the Clipboard tool? (Choose One)
Update data in a system of record
Which of the following rules types are used to reference the data elements that display on the
screen? (Choose One)
Sections
Which of the following statements are true about harness rules? (Choose Two)
Harness rules are used to build the Designer Studio
The Confirm harness is referenced in the starter flow of a case

Which of the following statements are true about flow actions? (Choose Two)
Flow actions can use sections for content
Flow actions can be used to advance off an assignment
Which of the following is not a rule type? (Choose One)
Layout
The Perform harness is usually referenced ___________? (Choose One)
On an Assigment Shape

Which of the following rules can have the layouts embedded in it?
Sections
Which of the following statements are true about dynamic layouts?
Can orient labels on top of the fields
A set of standard formats are supplied, and additional formats can be created as needed
Which of the following are key benefits in using dynamic layouts over other layouts? (Choose Two)
Responsiveness layout can be configured to switch to a different format in a different form
factor
Support nesting layouts
Which of the following rule contains the configuration information about layouts?
Skin
A dynamic layout can be saved as a _______ so it can be used in other rules.
Section
Which repeating layout is used to display hierarchical relationships in a spreadsheet format?
(Choose One)
Tree Grid
When creating repeating layouts the underlying structure must either be __________. (Choose Two)
Page list
Page Group
Which of the following statements about filtering the contents of a repeating layout are correct?
(Choose One)

Progressive pagination impacts performance at runtime


Which of the following statements are correct when we add a repeating layout from the layout
palette? (Choose Two)
We must configure the source of the data
We can configure the layout as a grid or any other type.
When we add fields in the Add Fields dialog, which type of rule is not created? (Choose One)
Control
We need to display a list of currencies for the user to select, however the selection should save the
currency code and not the label used in the list. Which of the following is the best choice? (Choose
One)
Use the prompt list option in the property to store both the currency code and currency labels.
Which control is not associated with a property? (Choose One)
Button
Which of the following statements regarding controls are correct? (Choose One)
By default, the control that is referenced in the property applies wherever the property is
added.
A control cannot be used to _______________. (Choose One)
Dynamically change from a textbox to drop-down based on a condition
Which of the following rules cannot be used for validating data elements? (Choose One)
Flow Action
When using Validate rules, we can invoke ______________. (Choose Two)
A message rule
Another validation rule
Edit Validate rules are referenced by ________________. (Choose One)
A property
We have the following requirement: The user name entered must not already be in use, and should
not exceed 10 characters. Which one of the following choices is the best way to address this
requirement? (Choose One)
A single Validate rule to verify both these conditions
Which one of the following requirements should not be handled in an Edit Validate rule? (Choose
One)
Make sure the address field is not empty
Which of the following is an example of a dynamic user interface?

Conditionally hide or display a part of the user interface based on a property value

You might also like