Pregunta 1
Pregunta
Which user type would exclusively use App Studio?
Respuesta
-
Lead system architects
-
Low Code developers
-
Technical architects
-
Application developers
Pregunta 2
Pregunta
Which of the following statements are true about Specialization layers?
Respuesta
-
A specialization layer can be built on only one application
-
A specialization layer can be built on multiple applications
-
A specialization layer must use a framework as a built-on application
-
An implementation cannot be a specialization layer
Pregunta 3
Pregunta
Which two of the following statements are true related to Predictive Diagnostic Cloud (PDC) and Autonomic Event Services (AES)?
Respuesta
-
The AES application only reads data from, and does not communicate back, to the monitored system
-
The PDC application communicates with the monitored system in a two-way fashion
-
The AES application communicates with the monitored system in a two-way fashion
-
PDC only reads data from, and does not communicate back, to the monitored system
Pregunta 4
Pregunta
Which two of the following statements are true about building an implementation-only application?
Respuesta
-
The enterprise does not span multiple regions where business rules vary dramatically
-
The enterprise clearly wants to extend the application across multiple regions
-
The application case types are reused and modified across the enterprise
-
The enterprise does not need or want to extend the application
Pregunta 5
Pregunta
When App Studio is used, in which schema is a data type table created?
Respuesta
-
PegaRULES schema
-
PegaDATA schema
-
ClientData schema
-
CustomerData schema
Pregunta 6
Pregunta
What are two methods you can use to generate mashup code in Pega Platform?
Respuesta
-
Using Channels and interfaces in App Studio
-
Using Resources in Admin Studio
-
Using Case Designer in App Studio
-
Using Case Designer in Dev Studio
Pregunta 7
Pregunta
In which two of the following ways can App Studio accelerate projects?
Respuesta
-
Standardization through UI templates
-
Improved application structuring
-
Direct inheritance automation
-
Leverages company's IT reusable assets
Pregunta 8
Pregunta
What are two options you can use to monitor the status of nodes in the cluster of Pega Platform?
Pregunta 9
Pregunta
Which two statements are true about the component applications?
Respuesta
-
Do not contain case types
-
Designed to be used as built on applications
-
Can be composed of other components
-
Can be used as a production application
Pregunta 10
Pregunta
Which two of the following are the best practices for using multiple built-on applications?
Respuesta
-
Use branch IDs that span several applications
-
Avoid using different versions of same application in the application stack
-
Use the same ruleset in multiple applications
-
Limit development to rulesets in the top-most application
Pregunta 11
Pregunta
If you need to extend an existing application for a new division, which of the following options do you recommend?
Respuesta
-
Define a set of plausible viable alternatives and then compare the advantages and disadvantages of each. Make a recommendation based on the requirements
-
Use the existing application as a built-on application and create a new divisional layer application
-
Extract all the case types from the existing application and refactor them into a series of modular microservices based applications that can be used as built-on applications for the new implementation
-
Refactor the existing application into a framework, and then create the new application as an implementation of the refactored framework
Pregunta 12
Pregunta
Which two of the following options are reasons to version an application?
Respuesta
-
If an application is using upgraded built-on application versions
-
If you need to move Utility code to a specialized ruleset
-
If you need to add rules that do not impact built on applications
-
If the rulesets in the application ruleset list have been versioned
Pregunta 13
Pregunta
Which three of the following items make sense to be packaged as components?
Respuesta
-
Correspondence
-
Case types
-
Application rules
-
Integration assets
-
Function library
Pregunta 14
Pregunta
What two reasons justify using subcases when designing a case hierarchy?
Respuesta
-
To simplify reporting, security, and auditing
-
When parallel processing of cases is optional
-
When multiple units of work must be completed simultaneously and independently
-
When optimistic locking is required
Pregunta 15
Pregunta
In a scenario where you need to specialize rules for a particular region, which two of the following options can be?
Respuesta
-
Dependent roles
-
Pattern inheritance
-
Circumstancing
-
Branching
Pregunta 16
Pregunta
The initial behavior of the case type is always the same. The case type must ultimately change based on the type of data instance it is associated with. The data instance's type is not known when the case is created. How do you implement this scenario?
Respuesta
-
Pattern inherit the case type class for each data instance type. Define type-specific behavior in each specialized class
-
Circumstance every rule in the case life-cycle beyond the point that the data instance's type is determined
-
For each data instance type create a subcase. Use a Decision shape to select the appropriate create case flow shape
-
For each data instance type create a subflow. Use a Decision shape to select the appropriate subflow shape
Pregunta 17
Pregunta
When specializing a case using class inheritance, which two of the following options are correct?
Respuesta
-
Use pattern inheritance for case specialization within an application
-
Use direct inheritance for case specialization across applications
-
Use direct inheritance for case specialization within an application
-
Use pattern inheritance for case specialization across applications
Pregunta 18
Pregunta
Which two of the following statements are true regarding circumstanced case type rules?
Respuesta
-
The rule resolution algorithm does not apply to circumstanced case type rules
-
Circumstanced case type rules are active only when a case instance is opened
-
Case Designer supports viewing circumstanced case type rules, the base rule and its circumstanced variations, side-by-side
-
Case workers can select which circumstanced variation of the case type rules to run
Pregunta 19
Pregunta
In which three of the following ways can an application be specialized?
Respuesta
-
Use branching
-
Circumstancing
-
Release toggles
-
Use decision rules
-
Class inheritance
-
Ruleset overriding
Pregunta 20
Pregunta
Which two of the following statements are true about component applications?
Respuesta
-
Component application cannot be self-testable
-
Are designed to be used as built-on applications
-
Do not contain case type
-
Can be composed of other components
Pregunta 21
Pregunta
At a certain point in its life cycle, a case is required to capture the list of data instances viewed by the user from which one was selected. The data instance would be classified as reference data, values associated to a unique key rarely, if ever, changing. What is the best way to implement this requirement in Pega taking into consideration performance and extensibility?
Respuesta
-
Define a data page using the Snapshot pattern to copy the list and define a Declare Index that creates a separate database table
-
Define a report definition that uses the Reference pattern against a database view
-
Define a data page using the Reference pattern and populate a field group list with the keys to the reference data instances
-
Define a Link class with two keys, one pointing to the reference data instance, the other pointing to the case
Pregunta 22
Pregunta
Which two statements are true with regards to industry foundation data model?
Respuesta
-
Data pages provided by the industry foundation data model need to be extended for each external integration
-
A best practice is to use the industry foundation data model as-is, as much as possible
-
The industry foundation data model can only be used as built-on application in conjunction with Pega applications
-
Pega's industry foundation data simplifies the complexity of many-to-many relationships
Pregunta 23
Pregunta
Greenfield Data Modeling follows the three-level approach. What is the order of applying this three-level approach?
Respuesta
-
Conceptual, Logical, Physical
-
Physical, Conceptual, Logical
-
Logical, Conceptual, Physical
-
Logical, Physical, Conceptual
Pregunta 24
Pregunta
What are the two ways to minimize or avoid data integrity issues?
Respuesta
-
Do not persist values that are derivable such as counts and categorizations and that are subject to change
-
Avoid using properties that represent a version or as-of-date
-
Store critical data within multiple tables to prevent data loss
-
Follow the single source of truth principle (SSOT)
Pregunta 25
Pregunta
What are two key benefits of using a Pega industry foundation data model?
Respuesta
-
The industry foundation provides data pages that separate business logic from the source of the data (interface)
-
Provides a robust starting point for data properties and classes
-
The industry foundation data model can replace the customer's data model
-
The industry foundation provides data pages that consolidate both business logic and the source of the data (interface)
Pregunta 26
Pregunta
What are three different ways to accommodate temporal data?
Respuesta
-
Use a custom rule
-
Use a data class with an as-of date property
-
Declare the data class as abstract
-
Leverage the History-Rule class
-
Use a data class with a version property
Pregunta 27
Pregunta
How is polymorphism implemented when defining a data relationship field type during data modelling?
Respuesta
-
Map a field type to a class at design-time and allow its actual type to be determined by Direct inheritance at runtime
-
Map a field type to an abstract class at design-time and allow its actual type to be determined at runtime
-
Map a field type to a class at design-time and allow its actual type to be determined by Pattern inheritance at runtime
-
Map a field type to a concrete class at design-time and allow its actual type to be determined at run time
Pregunta 28
Pregunta
Which of the following is true about data classes?
Respuesta
-
Persisting a derived value, such as a date-dependent historical price, is acceptable for performance reasons provided it is reproducible
-
Every data class should be defined at the Enterprise layer under Org-Data-, then extended to higher layers
-
Reference data must be embedded within a case's BLOB
-
A reference data class must not possess a BLOB column
Pregunta 29
Pregunta
Which of the following statements best describes data model design?
Respuesta
-
It is a discussion on organizing and designing the data
-
It is a discussion on operations performed on the data while working on a case
-
It is a discussion on operations performed on the data
-
It is a discussion on designing the data but not organizing the data
Pregunta 30
Pregunta
What is the primary difference between push routing and pull routing?
Respuesta
-
The behavior of push routing is configured in Rule-System-Settings, and pull routing is not
-
Push routing is initiated during the context of case processing, and pull routing is initiated outside the context of case processing
-
Push routing activity names begin with "To" and pull routing activity names begin with either "Get" or "Find"
-
The security type value for push routing activities is "Route" and the security type value for pull routing activities is "Activity"
Pregunta 31
Pregunta
After deploying a flow change to production which affects in flight cases, which three activities can be used to avoid orphaned assignments?
Respuesta
-
pxRestartStage
-
pxAdjustSLA
-
OpenAndLockWork
-
SetTicket
-
pxRestartRun
Pregunta 32
Pregunta
A Low code developer can select which tow of the following participants that are associated to user account within the application?
Respuesta
-
Reporting manager
-
Org Unit manager
-
Workgroup manager
-
Current user
Pregunta 33
Pregunta
Which of the following techniques is the most recommended for handling changes to processes when there are existing open cases in production?
Respuesta
-
There is no recommended approach, as a best practice, you should never modify existing processes once deployed to production
-
There is no ideal technique as every approach has advantages and disadvantages, the best approach depends on the requirements and the environments
-
The recommended approach is to circumstance the flow and case type rules and use tickets to control processing of existing assignments
-
The recommended approach is to require users to switch between the old and new versions of the processes by switching between application versions
Pregunta 34
Pregunta
A case is routed to a work queue after creation in a Fraud application. The fraud analyst picks-up the work using GetNextWork functionality. If the fraud analyst cannot complete the assignment, the analyst clicks Cancel so that another fraud analyst can work on the assignment. Which item can be configured to implement the above requirement?
Pregunta 35
Pregunta
An existing process uses an integrator shape to exchange data with an external system.
Which of the following flows is used to send email correspondence for exception that occur with the integrator shape?
Respuesta
-
ConnectionProblem
-
FLowProblems
-
pzStageProblems
-
ProblemFlow
Pregunta 36
Pregunta
What are the three ways that you change the Get Next Work priorization without customizing the GetNextWork and GetNextWorkCriteria rules?
Respuesta
-
Adjust the assigment urgency
-
Override the ToWorklist routing activity
-
Increase case urgency
-
Update operator skills
-
Override one or more GetNextWork related application settings rules
Pregunta 37
Pregunta
Which three of the following options are flow-related assignment properties that can be used to identify assignments for cases in flight?
Respuesta
-
pxTaskName
-
pyFlowType
-
pyLockInterval
-
UrgencyAdjust
-
pyInterestPageClass
Pregunta 38
Pregunta
A process with three assignments exists in production. After redesign, one of the assignments is removed. After the deployment, in flight cases should use the old assignment for processing
Which one of the following approaches can be used for the above requirement?
Respuesta
-
Processing existing assignments in parallel with the new flow
-
Switching the application version of in flight cases
-
As-of-date circumstancing the flow
-
Moving existing assignments
Pregunta 39
Pregunta
Which two of the following routing activities leverage the @pickBalancedOperator() function?
Respuesta
-
ToSkilledGroup
-
ToWorkGroup
-
ToSkilledWorkbasket
-
ToLeveledGroup
Pregunta 40
Pregunta
You need to automate a claim adjudication process in which files containing claims are parsed, verified, adjudicated. Claims which pass those initial steps are automatically created for further processing. A single file containing up to 1,000 claims is received daily before 5:00 PM. Claim verification is simple and takes a few milliseconds, but claim adjudication might take up to five minutes. Which two design options best fit for this solution?
Respuesta
-
Create Job Scheduler to fetch all the claims with status as Pending-Adjudication and process for calculation
-
Create an advanced agent to identify all the cases for adjudication with status as Pending-Adjudication
-
Create a Queue Processor to perform the calculation, use "Run in Background" to call the Queue Processor, pause the case processing, and wait for the Queue Processor to complete processing
-
In an activity, invoke the Queue-For-Processing method against each claim
-
Create a standard agent to perform the case processing and calculation
Pregunta 41
Pregunta
What are the two reasons why you tune some of the Pega out-of-the-box default agents in a production environment?
Respuesta
-
The agent is preconfigured to run at an optimal time by default
-
The agent runs based on node classification
-
The agent runs more frequently than needed
-
The agent should not run in production
Pregunta 42
Pregunta
In which situation do you consider calling external services asynchronously?
Respuesta
-
When the response may return an error condition
-
When the response is required exactly after one hour
-
When the response is not immediately required
-
When the response is immediately required
Pregunta 43
Pregunta
In which two scenarios the access group context can be changed for Queue Processors?
Respuesta
-
Queue-For-Processing
-
Run immediately
-
Queue Schedule
-
Run in background
Pregunta 44
Pregunta
By default, queue processors run in the security context of which requestor type?
Respuesta
-
App
-
Background
-
AsyncProcessor
-
System Runtime Context
Pregunta 45
Pregunta
ABC Company is a distributor of discount wines and uses Pega Platform for order tracking. There are up to 100 orders per day, with up to 40 different line items in each order specifying the product and quantity. There are up to 5,000 varieties of wines that continuously change over time as new wines are added to and dropped from the list. ABC Company want to extend the functionality of the order tracking application to determine recent hot-selling items by recording the top 10 items ordered by volume each day. This information is populated in a table and used to ease historical reporting. Select a design solution to support this
Respuesta
-
The job scheduler should leverage a report to easily retrieve and sort the number of items ordered in a day and a record values in the historical table
-
Create an advanced agent to identify the list of orders to be processed
-
Create a standard agent to perform the orders to be processed
-
Use a queue processor to identify the list of orders to be processed
Pregunta 46
Pregunta
In asynchronous service processing, which rule decides the queuing and dequeuing option?
Respuesta
-
Connect response processor
-
Connect request processor
-
Service request processor
-
Service response processor
Pregunta 47
Pregunta
When integrating with multiple independent services with long response times, which option can improve user experience?
Pregunta 48
Pregunta
As part of an underwriting process, the application must generate a risk factor for a loan and insert the risk factor into the Loan case. The risk factor generation is an intensive calculation that requires several minutes to run. The calculation slows down the environment. You want to have all risk factor calculations run automatically between the hours of 10:00 PM and 6:00 AM to avoid the slowdown during daytime working hours. Which two design options best fit for this solution?
Respuesta
-
Use standard agent to process the queued Loan cases
-
Use a standard queue processor to perform the calculation, pause the case until 10 PM and include a step in the flow to queue the case for the queue processor
-
Use an advanced agent to fetch and process the Loan Risk factors
-
Use a delayed dedicated queue processor and set the DateTime for processing to 10 PM using the run in background shape
-
Use a job scheduler to fetch all the Loan cases with status Pending-RiskCalculation and then calculate risk factor and call Resume Flow
Pregunta 49
Pregunta
Which two of the following actions need to be configured for a job scheduler activity?
Respuesta
-
Transaction management
-
On which node to run
-
Record locking
-
System runtime context
Pregunta 50
Pregunta
Which three statements are true regarding attribute-based access control (ABAC)?
Respuesta
-
Must reference at least one type of RBAC rule to enforce security
-
Access Control Policy rules cannot be turned off once defined
-
Allows only certain properties within a class to be masked
-
Does not need to reference role-based access control (RBAC) rules to enforce security
-
Does not support encryption at the property level
-
Possible to prevent an Access Control Policy from being overridden
-
The Applies-To class for every rule used by an Access Control Policy Rule must extend either Work- or Data-
Pregunta 51
Pregunta
Which two of the following security risks can be identified by the Rule security analyzer?
Respuesta
-
Custom-written Java code
-
Unsecured rulesets or unlocked ruleset versions
-
Properties with incorrect type
-
Vulnerabilities in stream rules
Pregunta 52
Pregunta
Which access is granted if there are several dependent access roles defined for a dependent access role?
Respuesta
-
Only the most generic dependent role is considered
-
Only the most specialized dependent role is considered
-
All dependent role names are considered and the conditions are joined with OR
-
All dependent role names are considered and the conditions are joined with AND
Pregunta 53
Pregunta
Select the best practices that can help minimize security vulnerabilities in the custom HTML rule
Respuesta
-
Use of hidden elements (type=hidden)
-
Minimize the use of mode=literal
-
Use the StringUtils.crossScriptingFilter method when using parameters in Pega Platform reference tag
-
Use dynamic SQL statements instead of prepared statements to prevent possible SQL injection
-
Use the SafeURL function to generate Pega Platform request URLs in custom JavaScript
Pregunta 54
Pregunta
What are the supported Rule Security Mode settings on the access group which helps enforce a deny first policy?
Respuesta
-
Reject
-
Warn
-
Accept
-
Deny
-
Allow
-
Approve
Pregunta 55
Pregunta
Which three of the following application rule properties can you use within an access when rule to restrict access between applications hosted in the same database and sharing the same work and assignment table?
Respuesta
-
pyOrigDivision
-
pyOwningOrganization
-
pyOwningUnit
-
pyOrigOrg
-
pyOwningDivision
-
pyOrigOrgUnit
Pregunta 56
Pregunta
By default, Queue Processors run in the security context of the which requestor type?
Respuesta
-
Syncprocessor
-
AsyncProcessor
-
Background
-
Batch
Pregunta 57
Pregunta
Which authorization model do you use to implement the data privacy requirements of the European Union's General Data Protection Regulation (GDPR) and similar regulations?
Respuesta
-
Attribute-based access control (ABAC)
-
Role-based access control (RBAC)
-
Client-based access control (CBAC)
-
Privileged based access control (PBAC)
Pregunta 58
Pregunta
Select three best practices that can protect against the cross-site scripting (XSS) attacks
Respuesta
-
Filter all inputs
-
Write custom JavaScript
-
PublicAPI methods for XSS filtering
-
Filter HTML and XML outputs
-
PrivateAPI methods for XSS filtering
Pregunta 59
Pregunta
Select the four authentication protocols supported by Pega
Respuesta
-
SAML 2.0
-
PRSecuredBasic
-
Token credentials
-
Session Management
-
PRBasic
-
Basic credentials
-
OpenID Connect
Pregunta 60
Pregunta
XYZ Corp orders office supplies through multiple suppiers. XYZ Corp wants to see detail about the least expensive line items purchased through each supplier. XYZ has Order cases that have LineItem subcases. LineItem detail is stored in a separate table. Which of the following approaches should be used as part of the solution?
Respuesta
-
Define a subreport that obtains supplier ID and min(Price) from the line item table and within the main report query the line item table joining to the subreport by product ID
-
Define a subreport that obtains supplier ID and max(Price) from the line item table and within the main report query the line item table joining to the subreport by supplier ID
-
Define a subreport that obtains supplier ID and min(Price) from the line item table and within the main report query the line item table joining to the subreport by supplier ID
-
Define a subreport that obtains supplier ID and max(Price) from the line item table and within the main report query the line item table joining to the subreport by product ID
Pregunta 61
Pregunta
A report must have a list of all operators with the following columns: Operator Last Name, Operator First Name, Count of Assignments. What report is best suited for this requirement?
Respuesta
-
Summary Report in the Operator class
-
Summary Report in the Worklist Assignment class
-
List Report in the Operator classs with a subreport
-
List Report in the Worklist Assignment Class
Pregunta 62
Pregunta
Which of the following statements is true about reports database in Pega?
Respuesta
-
Pega automatically replicates data on to Reports database schema
-
A table in a reports database need not have the same structure (columns, etc.) as its counterpart table in the PegaRULES database
-
Reports database schema and Pega database schema must be on the same database server
-
A table in a reports database must have the same structure (such as columns) as its counterpart table in the PegaRULES database
Pregunta 63
Pregunta
Which JOIN condition is the most efficient in a report definition?
Respuesta
-
Only include matching rows
-
Only include unmatched rows
-
Include all rows in joined class
-
Include all rows
Pregunta 64
Pregunta
What are two issues that can result if large data sets are generated by a report and sent to another user?
Respuesta
-
Hardware failure
-
Testing issues
-
Out-of-memory issues
-
Network issues
Pregunta 65
Pregunta
Which of the following is a benefit of table partitioning?
Respuesta
-
Take less space for storage
-
Improve the query performance
-
Improve guardrail score
-
Can create index automatically for better results
Pregunta 66
Pregunta
Which of the following best describes the function of BIX?
Respuesta
-
To extract Pega data for loading into a data warehouse
-
To extract non-Pega data for loading into Pega
-
To configure reports on both Pega and non-Pega data
-
To transform data within the Pega database
Pregunta 67
Pregunta
Which column can be removed from Declare Index tables to improve performance?
Respuesta
-
pxPvStream
-
pwPvStream
-
pyPvStream
-
pzPvStream
Pregunta 68
Pregunta
Which of the following setups most likely requires the use of a subreport?
Respuesta
-
Columns-Operator Name, Operator Division, Count of Purchase Requests created, 1 row for every operator excluding Purchase Requests being audited
-
Columns-Operator Name, Count of Purchase Requests created, 1 row for every operator
-
Columns-Operator Name, Operator Division, 1 row for every operator
-
Columns-Operator Name, Operator Division, Count of Purchase Requests created, 1 row for every operator
Pregunta 69
Pregunta
Which report definition data access method should be used to include Work Parties?
Respuesta
-
Association
-
Join
-
Declare index
-
Sub Reportt
Pregunta 70
Pregunta
Design teams are primarily responsible for user experience
Pregunta 71
Pregunta
Good UX design can save a company money because it helps define and scope a team's work
Pregunta 72
Pregunta
While designing an application for large set of users working across regions on a large set of data, which three of the following points have to taken into consideration to improve the user experience?
Respuesta
-
Capture all the data required from user in a single form
-
Leverage asynchronous and background processing
-
Leverage case management to divide complex cases
-
Use the deferred data loading technique
-
Maximize server-side expressions, calculations, and validation
Pregunta 73
Pregunta
Business-to-Consumer (B2C) apps tend to focus on a specific business process
Pregunta 74
Pregunta
For which three conditions are client-side expressions better than the server-side expressions?
Respuesta
-
Edit-Validate
-
Required conditions
-
Obj-Validate
-
Disabled conditions
-
Visibility conditions
-
Edit-Input
Pregunta 75
Pregunta
When do you perform usability testing?
Respuesta
-
Conducted periodically throughout the user acceptance testing phase
-
Conducted periodically throughout the design phase
-
Conducted periodically throughout the software development life cycle
-
Conducted at the end the development phase
Pregunta 76
Pregunta
Usability testing is a method for determining how easy an application is performed by the
Respuesta
-
developer
-
application user
-
business architect
-
project manager
Pregunta 77
Pregunta
While the user is busy reading a screen or completing another task, the application can perform required tasks in another requestor session, apart from the user's requestor session. Which two tasks can improve the user experience?
Pregunta 78
Pregunta
Autocomplete controls negatively impact the user experience if
Respuesta
-
the potential result set is larger than 50 rows
-
if all the results in the list end with the same three characters
-
the potential result set is larger than 100 rows
-
if all the results in the list start with the same three characters
Pregunta 79
Pregunta
According to Nielsen, at what stage does iterative design first become a part of company culture?
Pregunta 80
Pregunta
Which two of the following items are consistent with branch development?
Pregunta 81
Pregunta
What are the four developer activities in DevOps Release pipeline?
Respuesta
-
Unit testing
-
Testing new features
-
Configure toggles
-
Accepting the software and deploying to production
-
Sharing changes with other developers
-
Making sure existing features still work as expected
-
Ensuring changes do not conflict with other developer's changes
Pregunta 82
Pregunta
Which two of the following items are normally performed when implementing a custom guardrail warning?
Respuesta
-
Use a customized rule check-in approval process
-
Override the Embed-Warning.ShowWarningOnForm decision tree
-
Use the @baseclass.pxAddGuardrailMessage activity
-
Override the @baseclass.CheckForCustomWarning activity
Pregunta 83
Pregunta
Which load testing tool do you recommend to the client?
Pregunta 84
Pregunta
Which two of the following tools can be used to determine how to best address rule conflicts?
Respuesta
-
Compare Rules
-
Live UI
-
Performance Analyzer
-
Alert logs
-
Merge branch wizard
Pregunta 85
Pregunta
Which two of the following items best describe technical debt?
Respuesta
-
Allowing only carefully reviewed and thoroughly tested changes to move through a release pipeline
-
Pattern of allowing low-quality features into your production environment
-
You spend more time fixing bugs than working on new features that add business value
-
The debt incurred due to postponing the implementation of a technical requirement
Pregunta 86
Pregunta
What are the three end-user activities in a DevOps Release pipeline?
Respuesta
-
Unit testing
-
Testing new features
-
Accepting the software and deploying to production
-
Ensuring changes do not conflict with other developer's changes
-
Sharing changes with other developers
-
Making sure existing features still work as expected
Pregunta 87
Pregunta
What two benefits do you receive by running appropriate tests at each stage of a release pipeline?
Pregunta 88
Pregunta
Which statement is true about Guardrail wanings?
Respuesta
-
A Guardrail warning prevents the role from saving
-
Only one Guardrail warning is shown on the rule form
-
Guardrail warnings are stored in the pc_rule_declare database table
-
A rule with a Guardrail warning can be executed
Pregunta 89
Pregunta
In which two situations do you typically use rule check-in approval?
Respuesta
-
To coordinate efforts of a large development team
-
When business logic requires a manager to review a case
-
To track interface changes for connectors
-
To control changes to a framework application