EMT Practice Test

1. Question Content...


Question List

Question1: Management reports that have an unacceptably large number of cases are incorrectly identified as duplicate cases .
Which two approaches could you use to modify the duplicate case search process so that it
produces fewer invalid duplicates? (Choose Two)

Question2: Consider the following table where a correspondence is circumstanced based on country.

If .Country=USA, which version of the correspondence will run?

Question3: You are asked to create a custom status named Open-Review. This status is to be applied to assignments in one application.
How do you satisfy the request?

Question4: An application contains a case type named Time Off. HR requests a report that returns the ID and name of any employee for whom an open Time Off case exists.
The ID and Name properties are defined for the class Data-Employee-, and an ID property is also defined for the Time Off class. The ID property points to records in Data-Employeep-.
Select the approach you use to create this report.

Question5: A new system architect questions the value of allowing attachments to cases .
What would be your best response?

Question6: What two actions must you perform to create a class join in a report definition? (Choose Two)

Question7: Which two options do you configure on a portal record? (Choose Two)

Question8: Several development teams work on different enhancements. The release date for each enhancement is uncertain.
Which two options allow each team to keep its work separate? (Choose two.)

Question9: You are tasked with configuring the Get Next Work functionality for an application. The requirement states that the workbaskets a user is associated with must be checked first, and all eligible assignments must be consolidated into a single list before being filtered and sorted .
Which two of the following options do you select on an Operator ID record to configure the Get Next Work functionality to meet this requirement? (Choose Two)

Question10: The customer, a medium size toy maker, wants to fulfill orders received during the peak
season in December and process them in batches multiple times a day.
How do you implement this use case?

Question11: Sourcing a data page directly from a UI control is an example of which pattern?

Question12: Which two statements about building mobile applications with Pega Platform are true? (Choose Two)

Question13: Which of the following tools is generally used first when analyzing system performance?

Question14: Which statement describes the appropriate use of the Purge/Archive wizard to address application performance?

Question15: An order fulfillment process includes a request for quotes from multiple shippers. You want the system to automatically call a quote request subprocess for each vendor .
How would you configure your process?

Question16: Which two fields are required when adding a parameter to a rule? (Choose Two)

Question17: A requirement states that when a case is assigned to a user for review, its work status is set to Open-Review.
Which two steps do you perform to implement this requirement? (Choose Two)

Question18: Which two of the following options are good uses of Connect SQL rules? (Choose Two)

Question19: In which of the following situations would you simulate a data page?

Question20: In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account.
Management only wants a record of the cases that update an account .
What two configuration options do you use to implement this requirement? (Choose two.)

Question21: What is the importance of application versioning?

Question22: Your application contains the following versions of a service level named AuthorizeClaim.

The application is being updated with a new version of the AccountManage ruleset. As part of the update, the service level is no longer circumstanced for AccountOpen cases. The update must retain the circumstancing for the other case types in the application.
Which option do you use to reset the circumstancing for the AccountOpen case type?

Question23: Which two of the following steps do you perform after you develop branch rules and before you merge a ruleset? (Choose Two)

Question24: You want to write all errors detected when loading a data page to a log file .
How would you do that?

Question25: A form must support accessibility.
How do you enable a user to specify a date?

Question26: Which statement is true about services?

Question27: A health plan application includes a process for surgical procedure requests. Currently, there is an evaluation subprocess in which a physician reviews the diagnosis and enters the recommended procedure and its urgency. The request then advances to a medical director who analyzes the feedback and approves the appropriate procedure. The health care organization has created a new requirement, which states that three physicians can perform the evaluation independently. Only two evaluations are necessary to advance the case to the medical director.
In order to allow the three physicians to review the orders in parallel, how would you configure the process?

Question28: An integrator shape calls a connector that writes data to a system of record. The system of record is not currently..
How do you simulate the service call invoked from the integrator shape?

Question29: A hospital uses a case type to manage the treatment of patients visiting the Emergency Room (ER). Cases are created when the patient checks in at the registration desk, and are resolved when the patient is released from the hospital. Stakeholders identify the following security requirements for the case type.
Patients access cases on a read-only basis.
Patients can only access their own cases.
Doctors and nurses can modify cases throughout the case life cycle.
Only doctors are allowed to write prescriptions.
Which configuration allows doctors and nurses to modify cases while complying with all identified security requirements?

Question30: In which two situations do you use the PegaRULES Log Analyzer to analyze application performance? (Choose two.)

Question31: Which rule availability setting can you use to force the system to look for an instance of the rule in the next highest class or ruleset?

Question32: Your team is building an application for a contact center that handles a variety of customer requests. Business policies require that each customer interaction be conducted with the most appropriate next available Customer Service Representative (CSR) .
What is the best way to implement this requirement?

Question33: You want operators in two separate units to be able to perform work routed to either unit.
Which configuration supports this requirement?

Question34: Which two configurations can you use to include access groups into your Product rule? (Choose Two)

Question35: Identify three true statements about accessing databases through external classes (Choose Three)

Question36: To help ensure application stability and scalability, during which two of the following times do you use Log Analyzer (PLA) to test Pega applications? (Choose Two)

Question37: Which layer of the Enterprise Class Structure (ECS) contains generalized assets that are then extended by specific implementations?

Question38: Candidate hiring decisions are based on the feedback from the interviewer and test scores. If necessary, other test scores are used in the evaluation.
* Candidates with an assessment score of 40 or less are automatically rejected.
* Candidates with an assessment score of 60 or less are rejected if either their technical skill score or their interpersonal skill score is below 40.
* Candidates with assessment scores higher than 60 are automatically approved.
You are using a decision tree to make the evaluations .
Which two branch configurations would you use in your decision tree? (Choose Two)

Question39: Consider the following requirement: An auditing policy explicitly requires that employees cannot see the contents of complaints made against themselves.
Which security solution do you use to satisfy the requirement?

Question40: In which situation do you configure branched rulesets?

Question41: An application contains a flow action with an Apply to: class of TRB-HRApps-Work-Feedback in a locked ruleset. When updating the application, you save the existing flow action into a new minor version of the ruleset this time applied to TRB'HRApps-Work so it can be used by more than one case type.
How do you prevent the application from using the rule in TRB-HRApps-Work-Feedback?

Question42: Which of the following record types are editable on a production system?

Question43: In the Answer Area, drag each log name on the left to its intended purpose on the right.

Question44: What are the two most common ways to expose your application to an external system? (Choose Two)

Question45: When deploying mashup code in a webpage, which option is necessary to ensure that Pega Platform...?

Question46: What is the difference between using the Call and Branch methods in an activity step to invoke other activities?

Question47: In which order are rules and data instances applied for a service?
1 Service rule
2 Service Package
3 Service Activity
4 Mapping rule (from format received by the service to Clipboard structure)
5 Mapping rule (from Clipboard structure to format specified by service type)

Question48: Which three options do you consider when deciding to use post-processing actions on a flow action? (Choose Three)

Question49: A duplicate case search contains two weighted conditions in which a property value in the current case is compared to the same property value in the existing case. After processing multiple cases that have two matching data values, duplicate case search does not identify any duplicates.
What two approaches do you take to diagnose the cause? (Choose two.)

Question50: Items selected by a user need to be copied to a page list property when the user submits the form. How do you copy the items?

Question51: In a prepare job offer process, you configured a Split For Each shape. The shape runs a compensation approval subprocess to a list containing four managers. The prepare job offer process resumes as soon as one manager completes the approval process .
Which join condition in the Split For Each shape supports this requirement?

Question52: Match each condition with the correct definition.

Question53: In the following example, the Homelns, Homelnslnt, and Customer rulesets are configured for application validation. MyCo and MyCoInt are configured for ruleset validation. MyCo lists MyCoInt and Customer as its prerequisites, and the prerequisite for MyCoInt is Pega-ProcessCommander.
Which of the following statements is correct?

Question54: You are preparing to create a new major version of an application ruleset in which there are multiple minor and patch versions.
How do you create the new ruleset version?

Question55: Select two of the following best practices to follow when designing mobile applications. (Choose Two)

Question56: You configure a child case to override the locking strategy of the parent case. The parent case has a time-out value of one hour.
Which time-out value option is recommended for the child case?

Question57: You create a report in a work class that displays the assigned operator and task name for each open case .
Which two ways can you combine data in the Assign-Worklist class for your report? (Choose Two)

Question58: A global application with infrastructure nodes located throughout the world requires certain operations to start executing at midnight GMT.
Select two possible designs for this use case. (Choose two.)

Question59: Place the steps in the order in which a service processes a request.

Question60: What are three valid ways to exchange data through a Pega Web Mashup? (Choose three.)

Question61: Which of the following is not part of the organizational structure?

Question62: Which two of the following prerequisites would you choose to create a branch rule for parallel development? (Choose Two)

Question63: Which layer of the Enterprise Class Structure contains assets that cannot be reused in other applications?

Question64: Which two options do you consider when creating a pre-processing data transform? (Choose Two)

Question65: A data page is used to retrieve data from an external system. If an error occurs, you want to display a message to the user and send an email to the system administrator.
How do you implement this requirement?

Question66: The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:

A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named ConfirmationRequest. The four instances of ConfirmationRequest in the rules cache are shown in the following table.

Which is chosen during rule resolution?

Question67: A service receives a request to assign an office to a new employee.
The service is unable to translate the incoming data to the application data model.
What type of fault condition do you configure to return an appropriate response?

Question68: The Static Assembler is used to address rules assembly issues due to which cause?

Question69: Your application requires a cascading approval for expense reports. Approvals must follow the submitter's reporting structure, with the following thresholds. A manager must approve expense reports up to USD500. A director must approve expense reports up to USD1500. A vice president must approve expense reports of USD1500 or greater .
How do you configure the approval process?

Question70: The following rule and record types are invoked to determine the endpoint for a connector.
A data page property is referenced.
The value is used by the SOAP connector to invoke the service.
The SOAP Connector is invoked.
The data transform for the data page is executed if the page is not already available on the clipboard.
The data transform invokes a utility function to obtain the value of a dynamic system setting.
Select the order in which these rules and records are executed.

Question71: A music production company's application contains the following classes:

A requirement states that users assigned the role "Manager" can edit objects related to any studio work.
At which position in the class hierarchy do you configure an Access of Role to Object (ARO) record to satisfy this requirement?

Question72: Which two statements about adding a pre-processing action to a flow action are true? (Choose Two)

Question73: If a customer reports an issue with their order, an Investigation case is created. All investigation cases are higher priority than other case types.
What configuration supports this requirement?

Question74: You want to allow a user to run a specific flow action without conditions .
Which two steps must you perform? (Choose Two)

Question75: There are five instances of a rule in the rules cache. The only differences between these are the circumstance settings and ruleset version. The operator's access group has access to all ruleset versions.
On 1 June 2020, which instance is chosen by rule resolution if .Country = Algeria?

Question76: The current version of an application lists ABC:02-02 as an application ruleset. The ruleset versions listed in the Answer Area are also present on the system.
In the Answer Area, identify the ruleset versions that the skim operation considers when you perform a major version ruleset skim on ruleset ABC.

Question77: A report needs to list the user ID of the manager of the operator who creates a time-off case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and Data-Admin-Operator-ID classes.
Which two options satisfy the business outcome? (Choose two.)

Question78: Which two configurations can you use to include access groups into your Product rule? (Choose two.)

Question79: What two actions must you perform to create a class join in a report definition? (Choose two.)

Question80: Why would the Mark as relevant record menu option be grayed out for a rule?

Question81: Which piece of application content do you localize by using a Field Value rule?

Question82: Which option represents the relationship between mixins, controls, and formats?

Question83: When configuring a screen flow, you identify a single harness to define the navigation style for the screen flow.
Where is the harness identified?

Question84: In which two of the following situations would you simulate an integration? (Choose two.)

Question85: What advantage does skimming provide over lock and roll as a versioning option?

Question86: Which scenario might benefit from using a temporary case?

Question87: A company with multiple applications spanning different business units wants to send a standard confirmation email to customers whenever a case is created.
Which is the appropriate layer of the Enterprise Class Structure (ECS) for the email correspondence?

Question88: What does the orange triangle in this screen indicate?

Question89: There are five instances of a rule in the rules cache. The only differences between these are the circumstance setting and ruleset version has access to all ruleset versions.
On 1 June 2017, which instance is chosen by rule resolution if .Country = Algeria?
Ruleset Version Circumstance
Selfservice: 01-01-01 None
Selfservice: 01-01-01 .Country = Algeria
Selfservice: 01-01-02 Start Date = 1 January 2017
End Date = 31 December 2017
Selfservice: 01-01-03 None, Based Rule checked
Selfservice: 01-01-05 None

Question90: Drag each security solution on the left to its appropriate use case.

Question91: You should consider using a field value when the list of allowed values is

Question92: A report needs to list the user ID of the manager of the operator who creates a time-off case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and Data-Admin-Operator-ID classes.
Which two options independently satisfy the business outcome? (Choose Two)

Question93: A courier company wants a mobile app to scan and track the parcels collected from remote areas with no internet access.
Which mobile app do you develop to fulfill the requirement?

Question94: Organize the classes and associated rules in the appropriate Enterprise Class Structure (ECS) layer.

Question95: You have a requirement to associate users in different units to the same work queue.
How do you implement this requirement?

Question96: Select two actions can you do with the Pega API? (Choose Two)

Question97: An application includes three case types. Members of the App: Users access role are not allowed to run reports for one of the case types.
Which two configurations can you apply to satisfy this requirement (Choose Two)?

Question98: Which performance tool would you use to collect performance data for individual steps in a data transform?

Question99: What is the purpose of the Policy Verification landing page when configuring a security solution in Pega Platform?

Question100: Field values enable you to _________________.

Question101: Which two configurations do you implement when using a Pega Web Mashup? (Choose Two)

Question102: You are tasked with configuring a screen flow. The requirement states that every step in the screen flow must be executed sequentially .
Which of the following two options do you select on each assignment shape to configure the screen flow to meet this requirement? (Choose Two)

Question103: Which two tasks are required to build a mobile app from a Pega Platform application? (Choose Two)