User Interface Flashcards

1
Q

How do application developers benefit from dynamic behavior?

A

Enables application developers to hide portions of the UI until those portions are needed, and then expose them in response to some trigger, such as property value failing within an allowed range, or when users click a button

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How would you describe the event-action model?

A

Think of event and actin as a cause and effect pair. Users perform events that trigger UI changes. The changes are the action.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When would you use visible when conditions?

A

To hide or display data fields based on a value entered by users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the advantage of selecting run visibility condition on client and run disabled content condition on client?

A

Configuring visibility and disable options to run on the client reduces the number of server trips and avoids page refreshes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is your first consideration when configuring field attributes for dynamic display?

A

Identify the UI element target that you want to dynamically show and hide, enable and disable, or make required before deciding at which level (section, layout, or field) to apply the visible when condition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the relationship between a section and user view?

A

A section is the rule used in Pega to configure the contents of a user view.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe the purpose of dynamic layouts?

A

They arrange items in a flexible form that automatically adjusts to screen size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What do you use to configure section layouts?

A

Design templates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is one advantage of using design templates?

A

They will allow you to apply a consistent structure to a form.

You can change the structure by changing the form.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 3 ways a section can be configured?

A

App Studio
Dev Studio
Design Template

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are responsive breakpoints in Pega applications?

A

Default settings built into the application skin rule.

They manage the content transition of an application between monitor, tablet and mobile phone displays.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why do tables need responsive configuration in addition to responsive breakpoints?

A

Relying on breakpoints alone for tables can result in unimportant columns having prominence over more important columns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What two ways can you add a table to a view?

A

Add a field group list to a view in app studio

Add a table to a section used by the view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a repeating dynamic layout?

A

A function which automatically adjusts screen size depending on the interface i.e. smartphone, tablet or computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does an action set consist of?

A

Event, action, and conditions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an event?

A

A trigger performed by users, such as clicking a button, hovering a pointer over a field, or entering a value in a field.

17
Q

What is an action?

A

A response performed by the system as a result of the user event.

For example, when users click a button, the application creates a case.

18
Q

What is a condition?

A

Restrictions such as when rules, which can be applied to an event and action combination.

For example, you can configure conditions so that hovering over a field displays a smart tip message only if the field contains a property value

19
Q

What is the purpose of an action set?

A

To configure dynamic UI changes such as displaying a menu when a user clicks a button.

20
Q

what are the main considerations when preparing to configure an action set?

A

The UI control, and which event and action to configure to the control.

21
Q

How do you configure an action set to occur when the control is in read-only mode?

A

You use the applicability drop-down list to configure whether the action set is processed if the control is displayed in read-only mode, editable mode, or both.

22
Q

What is a skin?

A

Defines the responsive behavior and formatting, such as colours, fonts, images, and layouts used in Pega.

23
Q

What is mixin?

A

Defines a set of style attributes that can be reused in user interfaces elements.

24
Q

What element should you create to maintain a consistent group of styles?

A

Mixin

25
Q

what option represents the relationship between mixins, controls and formats?

A

A control specifies a format which uses a mixin.