ExamGecko
Home Home / Salesforce / Certified Public Sector Solutions

Salesforce Certified Public Sector Solutions Practice Test - Questions Answers, Page 4

Question list
Search
Search

List of questions

Search

Related questions











A government agency is responsible for providing licenses to various sporting events. To acquire the license, individuals need to pay the required fees. The System Administrator for Public Sector Solution main responsibility is to automatically map and set the fees for each application to ensure the correct fees are mapped.

Which Business Rules Engine tool is used here?

A.
Workflow Field Updates
A.
Workflow Field Updates
Answers
B.
Data matrices
B.
Data matrices
Answers
C.
Process Builder
C.
Process Builder
Answers
D.
Decision Matrices
D.
Decision Matrices
Answers
Suggested answer: D

Explanation:

Decision Matrices are Business Rules Engine tools that are used to automatically map and set the fees for each application. A Decision Matrix can evaluate answers based on rules and conditions and provide a decision outcome and explanation. For example, a Decision Matrix can determine the fee amount based on the type of license, the city & county location, the volume of current business, and the size of the building.

Reference: https://help.salesforce.com/s/articleView?id=psc_admin_setup_decision_matrix.htm&type=5&language=en_US

A government agency runs various research and grant programs for scholars. They have decided to use the Individual Application object in Grants Management for Public Sector Solutions. Which Salesforce features must be enabled to support this use case?

A.
Salesforce Flow
A.
Salesforce Flow
Answers
B.
Product Schedule
B.
Product Schedule
Answers
C.
Person Accounts
C.
Person Accounts
Answers
D.
Custom Object for Applications
D.
Custom Object for Applications
Answers
Suggested answer: C

Explanation:

Person Accounts are a Salesforce feature that must be enabled to support the use case of using the Individual Application object in Grants Management for Public Sector Solutions. Person Accounts are a type of account that can store information about individual people, such as scholars, who are not associated with a business account. The Individual Application object is a child object of the Account object and it can be used to track grant applications from individual applicants.

Reference: https://help.salesforce.com/s/articleView?id=psc_admin_setup_individual_applications.htm&type=5&language=en_US

A Technical Consultant has been asked to give insight to the reviewers explaining how a particular grant seeker was prioritized now that the Prioritization Expression Sets and Matrix have been developed.

Which three tasks must the Technical Consultant do to accommodate this request?

A.
Create a Screen flow and incorporate the Decision Explainer component to display the outcome.
A.
Create a Screen flow and incorporate the Decision Explainer component to display the outcome.
Answers
B.
Create an Apex Trigger to document the decision steps performed.
B.
Create an Apex Trigger to document the decision steps performed.
Answers
C.
Add the Decision Explainer Log History component to the Lightning record page(s).
C.
Add the Decision Explainer Log History component to the Lightning record page(s).
Answers
D.
Integrate the BRE with Decision Explainer.
D.
Integrate the BRE with Decision Explainer.
Answers
E.
Assign the Decision Explainer Permission Set License to the appropriate user(s).
E.
Assign the Decision Explainer Permission Set License to the appropriate user(s).
Answers
Suggested answer: A, C, E

Explanation:

A Screen flow, a Decision Explainer Log History component, and a Decision Explainer Permission Set License are three tasks that must be done to accommodate the request of explaining how a particular grant seeker was prioritized. A Screen flow is a type of flow that can create an interactive user interface to display information or collect data from users. A Screen flow can incorporate the Decision Explainer component, which is a custom Lightning component that can display the outcome and explanation of a decision made by a Decision Matrix or a Business Rules Engine (BRE). A Decision Explainer Log History component is a standard Lightning component that can display a list of Decision Explanations that have been generated for a record by a Decision Matrix or a BRE. A Decision Explainer Permission Set License is a type of license that can grant users access to the Decision Explainer features, such as viewing and creating Decision Explanations.

Reference: https://help.salesforce.com/s/articleView?id=psc_admin_setup_decision_explainer.htm&type=5&language=en_US

A customer has specific steps/tasks that need to be performed every time a new Business License Application comes in. The following actions must be completed:

*The applicant must upload an image of their driver's license

*The license reviewer must perform a background check within five business/working days

*The license reviewer must enter the background check results into an external system manually within two business days of completing the background check

*The license reviewer must provide a recommendation to the approver to approve/reject the application & submit it for review

*The license reviewer may add additional steps/tasks for a particular application as needed

Which statement is true regarding Action Plan Templates relative to the business requirements above?

A.
An action plan template can be created (or the business license application object, and a document checklist item for the Image upload can be created
A.
An action plan template can be created (or the business license application object, and a document checklist item for the Image upload can be created
Answers
B.
The reviewer users cannot create their own tasks within a predefined action plan template
B.
The reviewer users cannot create their own tasks within a predefined action plan template
Answers
C.
Action plans cannot have tasks with due dates dependent upon prior tasks within the action plan
C.
Action plans cannot have tasks with due dates dependent upon prior tasks within the action plan
Answers
D.
A document checklist item for an action plan template cannot be created
D.
A document checklist item for an action plan template cannot be created
Answers
Suggested answer: A

Explanation:

An action plan template can be created for the business license application object, and a document checklist item for the Image upload can be created is a true statement regarding Action Plan Templates relative to the business requirements above. An action plan template is a predefined set of tasks and subtasks that can be applied to records such as cases or permits. An action plan template can be created for any custom or standard object that supports activities, such as the business license application object. A document checklist item is a type of task that can require users to upload documents or images as part of an action plan template.

Reference: https://help.salesforce.com/s/articleView?id=psc_admin_setup_action_plan_templates.htm&type=5&language=en_US

The employee object has to be linked to the person account to use the Public Sector data model with the Employee data model.

How should the employee object be linked with other objects?

A.
PersonAccount -> Individual <- Employee.
A.
PersonAccount -> Individual <- Employee.
Answers
B.
PersonAccount->User->Employee
B.
PersonAccount->User->Employee
Answers
C.
User -> Individual <- Custom employee object
C.
User -> Individual <- Custom employee object
Answers
D.
Contact -> Individual <- Employee
D.
Contact -> Individual <- Employee
Answers
Suggested answer: A

Explanation:

Linking the Employee object with the PersonAccount in the context of the Public Sector data model involves leveraging the Individual object as a junction. The PersonAccount represents the personal details of an individual, while the Individual object in Salesforce acts as a standard mechanism to store privacy and personal data consent information. By associating the Employee custom object with the Individual object, which in turn is linked to the PersonAccount, a comprehensive data model is established. This structure supports the management of employee data in alignment with personal accounts, facilitating a unified view of individuals as both constituents and employees within the public sector framework. This setup respects Salesforce's design principles for data models, ensuring data integrity and privacy compliance.

A government agency has implemented an eSignature solution and has chosen DocuSign as the vendor. As part of the nonfunctional requirements, the system needs to poll the status of signed envelopes.

What is the best way to achieve this requirement?

A.
Use the ContractDocumentStatusScheduler Apex class to schedule and poll DocuSign for statuses of envelopes submitted as part of the eSignature process.
A.
Use the ContractDocumentStatusScheduler Apex class to schedule and poll DocuSign for statuses of envelopes submitted as part of the eSignature process.
Answers
B.
Use the ContractStatusScheduler Apex class to schedule and poll DocuSign for statuses of envelopes submitted as part of the eSignature process.
B.
Use the ContractStatusScheduler Apex class to schedule and poll DocuSign for statuses of envelopes submitted as part of the eSignature process.
Answers
C.
Use the REST API provided by DocuSign to poll the status of a particular envelope.
C.
Use the REST API provided by DocuSign to poll the status of a particular envelope.
Answers
D.
Use the ContractEnvelopeStatusScheduler Apex class to schedule and poll DocuSign for statuses of envelopes submitted as part of the eSignature process.
D.
Use the ContractEnvelopeStatusScheduler Apex class to schedule and poll DocuSign for statuses of envelopes submitted as part of the eSignature process.
Answers
Suggested answer: C

Explanation:

For a government agency implementing an eSignature solution with DocuSign, the optimal approach to polling the status of signed envelopes involves using DocuSign's REST API. This API provides endpoints for querying the status of envelope transactions, enabling real-time updates on the eSignature process. This method allows for the integration of Salesforce with DocuSign's services, ensuring that the status of each envelope is accurately reflected within the Salesforce system. Utilizing the REST API for this purpose leverages the direct communication between Salesforce and DocuSign, providing a robust and efficient solution for tracking eSignature statuses in compliance with the agency's nonfunctional requirements.

A large government agency is looking to transform its legacy systems using Salesforce. The agency routinely disperses loans to small and medium businesses using a public portal and the number of users can scale up to more than 100 million in the future. The agency is planning to use Experience Cloud to build this public portal.

Considering the number of users, what license types should they consider using?

A.
Customer Community
A.
Customer Community
Answers
B.
Channel Account
B.
Channel Account
Answers
C.
Customer Community Plus
C.
Customer Community Plus
Answers
D.
Partner Community
D.
Partner Community
Answers
Suggested answer: A

Explanation:

Customer Community is a license type that should be considered for building a public portal with Experience Cloud for a large number of users. Customer Community licenses are designed for external users who need access to data and records in Salesforce, such as applying for loans or checking loan status. Customer Community licenses are also cost-effective and scalable for high-volume scenarios, as they are based on logins or monthly page views rather than user counts.

Reference: https://help.salesforce.com/s/articleView?id=sf.networks_license_types.htm&type=5

A government agency recently migrated to Salesforce and is very excited to be on board, but their System Administrators have doubts about installing the Omnistudio package.

Which three tasks must be completed or checked before installing the Omnistudio Package?

A.
Enable Orders
A.
Enable Orders
Answers
B.
Enable Assets
B.
Enable Assets
Answers
C.
Enable Person Accounts
C.
Enable Person Accounts
Answers
D.
Ensure the email deliverability access level is set to 'All email'
D.
Ensure the email deliverability access level is set to 'All email'
Answers
E.
Confirm browser settings meet published minimum requirements
E.
Confirm browser settings meet published minimum requirements
Answers
Suggested answer: B, C, D

Explanation:

Enabling Assets, enabling Person Accounts, and ensuring the email deliverability access level is set to ''All email'' are three tasks that must be completed or checked before installing the Omnistudio Package. Assets are records that represent products or services sold to customers. Assets must be enabled to use some features of Omnistudio, such as FlexCards or DataRaptors. Person Accounts are records that store information about individual people who are not associated with a business account. Person Accounts must be enabled to use some features of Omnistudio, such as OmniScripts or DataPacks. Email deliverability access level determines what types of email can be sent from Salesforce. The email deliverability access level must be set to ''All email'' to install Omnistudio Package successfully.

Reference: https://help.salesforce.com/s/articleView?id=psc_admin_setup_omnistudio.htm&type=5&language=en_US

An inspector at a large public sector agency is planning to make a visit to inspect restaurants in the city for compliance purposes.

Which three built-in Lightning Components can they use to conduct efficient visits?

A.
Inspection Tab Container
A.
Inspection Tab Container
Answers
B.
Inspection Details
B.
Inspection Details
Answers
C.
Inspection Calendar
C.
Inspection Calendar
Answers
D.
Inspection Dynamic Dashboards
D.
Inspection Dynamic Dashboards
Answers
E.
Inspection Action
E.
Inspection Action
Answers
Suggested answer: A, B, E

Explanation:

Inspection Tab Container, Inspection Details, and Inspection Action are three built-in Lightning Components that can be used to conduct efficient visits. Inspection Tab Container is a component that can display a tabbed interface for viewing and editing inspection records. Inspection Details is a component that can display the details of an inspection record, such as the inspection type, status, date, and time. Inspection Action is a component that can display the actions that can be performed on an inspection record, such as completing, canceling, or rescheduling the inspection.

Reference: https://help.salesforce.com/s/articleView?id=psc_admin_setup_inspection_components.htm&type=5&language=en_US

a public sector agency needs to build an Experience Cloud template for channel sales workflows. The agency will be recruiting and onboarding associates for issuing licenses for alcohol and beverage distribution. Then key requirement is to be able to easily configure lead distribution, deal registration, and marketing campaigns.

Which Experience Cloud template should they use?

A.
Customer Account Portal
A.
Customer Account Portal
Answers
B.
Aloha
B.
Aloha
Answers
C.
Partner Central
C.
Partner Central
Answers
D.
Help Center
D.
Help Center
Answers
Suggested answer: C

Explanation:

Partner Central is an Experience Cloud template that can be used to build an Experience Cloud site for channel sales workflows. Partner Central can help the government agency to recruit and onboard associates for issuing licenses for alcohol and beverage distribution. It can also provide features such as lead distribution, deal registration, marketing campaigns, reports, and dashboards.

Reference: https://help.salesforce.com/s/articleView?id=sf.networks_partner_central.htm&type=5

Total 67 questions
Go to page: of 7