The tools used to debug Pega applications built on the Traditional architecture are all used to debug applications built on the Constellation architecture.
True
False
What are the three primary components of Constellation that impact the development experience when building a Pega application?
Constellation templates, Constellation DX API, and React library
Pega Cases, Assignments, and open REST API
Constellation design system, Constellation architecture, and Constellation DX API
Traditional UI architecture, React library, and DX API responses
What is a key difference in building Pega Platform™ applications using the Constellation architecture compared to building applications on the Traditional architecture?
Field Types dictate the UI controls available in Constellation Views.
Common, high-value action patterns require extensive customization.
View configuration follows the Case Life Cycle design. Cross
Constellation applications require complex Action sets and Activities.
What is the primary justification for adopting the App Studio-first approach in Constellation architecture?
App Studio contains advanced configuration options that are not available in Dev Studio.
App Studio simplifies the development of complex features by incorporating Action sets and Sections.
App Studio abstracts away the complexity around Rulesets and classes.
Developers can create Rules quickly for the stateful architecture.
Which one of the following tools is used to visualize higher-level components of the Constellation UI such as Controllers and View Templates?
Clipboard
X-Ray
Console log
LiveUI
Which Tracer tool setting do you select to examine View-related metadata that passes to the client?
Unit Test Case
View Rules
Parse Rules
Stream Rules
Identify two statements that are true for Data Pages in Constellation applications. (Choose Two)
Requestor-level Data Pages are always left open to process further requests.
In Constellation, caching of Data Pages occurs on both the server side and the client side.
Developers can use Browser DevTools to review Data Pages cached in Constellation applications.
Caching Data Pages on the client side degrades application performance.
Constellation offers prescribed configurations for each Field Type, eliminating the need for Action sets to determine the behavior of UI controls.
True
False
Which of the following statements about the Constellation DX API is true?
Constellation DX API increases the number of API calls compared to the Traditional DX API.
Constellation DX API focuses on View-based authoring rather than Section-based authoring.
Constellation DX API always use JWT Tokens as the authentication type
Constellation DX API requires extensive customization to work with the out-of-the-box Constellation UI.
Which out-of-the-box UI component in Constellation provides application users with helpful functions that support common actions?
Field groups
Full Page View
Widget
Navigation bar
The Web Portal is an example of a default landing page.
True
False
There are three types of Constellation DX components: Field components, Widget components, and Layout Tempate components. Which of the following options is an example of a Constellation DX Widget component?
TextArea
LocationInput
Grid Cross
FileInput
Which two options are types of Views in a Constellation application? (Choose Two)
Full Page View
Form View
Widget View Cross
Partial List View
Which two SDKs are supported to build Constellation DX components that connect the ConstellationJS Engine APIs with a design system other than the Pega Constellation design system? (Choose Two)
Web Embed
JavaScript
React
Angular
Which two statements describe the Constellation architecture? (Choose Two)
Constellation only works with Pega front-end technology.
Constellation is exclusively tailored for professional front-end developers.
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.