Pega Constellation Flashcards

1
Q

Which two of the following statements about Constellation are true? (Choose Two)

A key benefit of using the Constellation UI architecture with the Constellation design system is its faster time-to-value result.

The Constellation architecture includes a client-side engine to orchestrate Pega Platform application logic and data with any front-end design system.

Constellation represents a shift towards customization.

The Constellation architecture includes a client-side engine to orchestrate Pega Platform application logic and data only when using the Constellation design system.

A

A key benefit of using the Constellation UI architecture with the Constellation design system is its faster time-to-value result.

The Constellation architecture includes a client-side engine to orchestrate Pega Platform application logic and data with any front-end design system.

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

Drag the Constellation component from the left to the appropriate description on the right.

Constellation component

1 Constellation design system
2 Constellation architecture
3 Constellation DX API

Description

a A library of pre-built UI components and patterns that is built on React.

b A model-driven prescriptive framework that emphasizes configuration.

c A set of model-driven API endpoints that power the out-of-the-box user experiences and custom front-end experiences.

A

1 Constellation design system
a A library of pre-built UI components and patterns that is built on React.

2 Constellation architecture
b A model-driven prescriptive framework that emphasizes configuration.

3 Constellation DX API
c A set of model-driven API endpoints that power the out-of-the-box user experiences and custom front-end experiences.

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

Drag the words into the correct boxes

In applications built on Constellation, you build everything possible in ___ and switch to ___ as necessary. Constellation uses a ___ architecture to be more scalable, have better performance, and be easier to maintain.

The Constellation architecture emphasizes ___ and uses ___ , which incorporates a prescribed presentation layer.

The Traditional architecture emphasizes ___ and uses ___ , which are time consuming to configure and difficult to upgrade.

A

In applications built on Constellation, you build everything possible in ___App Studio and switch to Dev Studio___ as necessary. Constellation uses a ___ stateless architecture to be more scalable, have better performance, and be easier to maintain.

The Constellation architecture emphasizes ___configuration and uses ___Views , which incorporates a prescribed presentation layer.

The Traditional architecture emphasizes ___customisation and uses ___Sections , which are time consuming to configure and difficult to upgrade.

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

Question
What is the primary justification for adopting the App Studio-first approach in Constellation architecture?
Responses

App Studio abstracts away the complexity around Rulesets and classes.

App Studio contains advanced configuration options that are not available in Dev Studio.

Developers can create Rules quickly for the stateful architecture.

App Studio simplifies the development of complex features by incorporating Action sets and Sections. n

A

App Studio abstracts away the complexity around Rulesets and classes.

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

What are the three primary components of Constellation that impact the development experience when building a Pega application?
Responses

Constellation templates, Constellation DX API, and React library

Constellation design system, Constellation architecture, and Constellation DX API

Traditional UI architecture, React library, and DX API responses

Pega Cases, Assignments, and open REST API

A

Constellation design system, Constellation architecture, and Constellation DX API ??

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

Which two statements describe the Constellation architecture? (Choose Two)
Responses

Constellation is exclusively tailored for professional front-end developers.

Constellation only works with Pega front-end technology.

The design of Constellation uses a single-page Application (SPA) architecture.

Constellation can help developers focus on the business logic and workflow of the application.

A

The design of Constellation uses a single-page Application (SPA) architecture.

Constellation can help developers focus on the business logic and workflow of the application.

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

In an application built using the Constellation architecture, which statement is true about UI controls?

You can create a custom control for each Field Type.
Each Field Type has at least one associated UI control.
There is a 1:1 relationship between Field Types and controls.
UI controls are determined by Action sets.

A

Each Field Type has at least one associated UI control.

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

You use the Field Type to identify the type of information that is stored in the system.

A

True

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

Which one of the following statements is true in an application built using the Constellation architecture?

It is a best practice to configure Views before the Data Model.
Data Model configuration options in App Studio are highly customizable.
The UI is primarily dictated by the Data Model.
Each Field Type is only associated with one UI control.

A

The UI is primarily dictated by the Data Model.

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

Which two statements about Data Pages in Constellation are true? (Choose Two)

Data Page configuration in Traditional UI architecture and the Constellation architecture is identical.
A cache of Data Pages is maintained on the server in JVM memory or in the database.
Data Pages can be cached client-side or server-side.
Data Pages are exclusively cached server-side.

A

A cache of Data Pages is maintained on the server in JVM memory or in the database.

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

Constellation offers prescribed configurations for each Field Type, eliminating the need for Action sets to determine the behavior of UI controls.
Responses

True

False

A

True

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

What is a key difference in building Pega Platform™ applications using the Constellation architecture compared to building applications on the Traditional architecture?
Responses

View configuration follows the Case Life Cycle design.

Field Types dictate the UI controls available in Constellation Views.

Common, high-value action patterns require extensive customization.

Constellation applications require complex Action sets and Activities.

A

Field Types dictate the UI controls available in Constellation Views.

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

Identify two statements that are true for Data Pages in Constellation applications. (Choose Two)
Responses

Caching Data Pages on the client side degrades application performance.

Requestor-level Data Pages are always left open to process further requests.

Developers can use Browser DevTools to review Data Pages cached in Constellation applications.

In Constellation, caching of Data Pages occurs on both the server side and the client side.

A

Developers can use Browser DevTools to review Data Pages cached in Constellation applications.

In Constellation, caching of Data Pages occurs on both the server side and the client side.

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

Drag the UI component from the left to the description on the right.

UI component
1. Portal
2.View
3. Widget

Description

11.A UI component that can be added to applications to improve usability.

22.A Persona-specific user interface that consists of landing pages.

33.A UI component that contains fields, field groups, and Views.

A
  1. Widget
    11.A UI component that can be added to applications to improve usability.
  2. Portal
    22.A Persona-specific user interface that consists of landing pages.

2.View
33.A UI component that contains fields, field groups, and Views.

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

Which three statements about portals and landing pages are true? (Choose Three)

1 The Web Portal is an example of a default landing page.
2 A finished landing page can be placed on one or more portal menus.
3 Portals include landing pages that are listed on the main menu.
4 The Web Portal is an example of a default portal.
5 Landing pages include portals that are listed on the main menu.

A

2 A finished landing page can be placed on one or more portal menus.
3 Portals include landing pages that are listed on the main menu.
4 The Web Portal is an example of a default portal.

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

Which one of the following Views can be either read-only or editable?

List
Full Page
Partial
Form

17
Q

The app announcement widget is an out-of-the-box widget that enables developers to display a welcome message to end users.

True
False

18
Q

The COE layer increases maintainability and makes updates easier.

True
False

19
Q

Which out-of-the-box UI component in Constellation provides application users with helpful functions that support common actions?
Responses

1 Field groups n

2 Navigation bar

3 Widget

4 Full Page View n

20
Q

The Web Portal is an example of a default landing page.
Responses

True

False

21
Q

Which two options are types of Views in a Constellation application? (Choose Two)
Responses

1 Full Page View N

2 Form View

3 Partial List View n

4 Widget View

A

2 Form View
1 Full Page View

Extending Constellation UI options