Salesforce Hyperautomation Specialist Salesforce Certified Hyperautomation Specialist Exam Practice Test

Page: 1 / 14
Total 60 questions
Question 1

Northern Trail Outfitters wants to create an automation which runs on a fixed schedule to enter sales data into NetSuite running as a process in the background. The business product owner chose MuleSoft Composer as the tool for this task.

The Salesforce admin wants to advise the product owner about how the MuleSoft Composer scheduling functionality works.

Which two options are available for use as the time mechanism within MuleSoft Composer? (Choose two.)



Answer : B, D

MuleSoft Composer provides scheduling functionality that allows you to set up automated flows to run at specified intervals. The available options for scheduling within MuleSoft Composer include:

Every 30 minutes:

This option allows you to set up a flow to run every half hour, ensuring that your automation process is executed at regular intervals throughout the day.

Every 5 minutes:

This option enables the flow to run at a higher frequency, executing the automation process every 5 minutes, which is useful for scenarios that require more frequent updates or processing.

These scheduling options ensure that you can automate tasks at the desired frequency without manual intervention.


MuleSoft Composer Documentation

Question 2

A Salesforce admin for AnyAirlines constructs a MuleSoft Composer flow that retrieves a record based on a unique ID using the Get Records action from a Salesforce connector. They will use the result to send a Slack message.

How can they achieve this task?



Answer : D

Salesforce Action Step: Start by adding a Salesforce action step that uses the Get Records action to retrieve the record based on a unique ID. This action retrieves the specific record needed.


Add Slack Action Step: After retrieving the record, add a Slack action step. This step will be used to send the message to Slack.

Use the Record: Use the retrieved record directly to construct the message in the Slack action step. This ensures the message contains the relevant information from the Salesforce record.

No Need for Collection Handling: Since the Get Records action retrieves a single record based on a unique ID, there is no need to handle collections or iterate through records.

Question 3

An RPA developer is building the implementation of an RPA process based on the BPMN created by a colleague. In the BPMN, they see the symbol below:

What does the symbol represent?



Answer : B

Symbol Meaning: The symbol shown is a diamond with an 'X' inside, which represents an exclusive gateway in BPMN (Business Process Model and Notation). This gateway is used to control the flow of the process based on certain conditions or circumstances.


Exclusive Gateway: An exclusive gateway routes the process flow into one of several paths based on conditions defined within the process model. Only one path is taken out of the gateway.

Usage in Process: When an exclusive gateway is encountered, the process evaluates the conditions on each outgoing sequence flow and chooses the path that meets the conditions. This ensures different activities are performed based on different circumstances.

Question 4

Northern Trail Outfitters is concerned about security in their Salesforce org regarding their newly created hyperautomation flow that calls a MuleSoft API. A mechanism needs to be implemented that restricts which users can invoke the flow.

Which setting is available to a hyperautomation practitioner that meets this security requirement?



Answer : C

Profiles and Permission Sets: Assigning the appropriate profile or permission set to users in the connected app restricts access to the MuleSoft API. This method ensures that only authorized users can invoke the hyperautomation flow.


OAuth 2.0 Configuration: Configuring OAuth 2.0 is important for authentication, but it does not directly control which users can invoke the flow. The profile or permission set is used to manage user permissions.

External Service Permissions: Assigning permissions in the external service is less relevant than managing permissions within Salesforce, where the flow is executed.

Connected App Security: Properly securing the connected app by configuring user profiles and permission sets ensures compliance with security policies and restricts access as required.

Question 5

AnyAirlines has MuleSoft Composer installed on their production Salesforce environment.

To test flows with data in multiple non-production environments, what does the hyperautomation specialist need to do?



Answer : A

Create Connections: To test flows with data in multiple non-production environments, creating connections to each environment within the MuleSoft Composer UI is necessary. This allows the Composer to access and manipulate data across different environments, ensuring comprehensive testing.


Installing Composer in Non-Production Environments: While installing Composer in each environment is technically possible, creating individual connections is more efficient and aligns with best practices.

Using Mocked Data: Mocked data can be useful for initial testing, but connecting to actual non-production environments provides more realistic test scenarios.

Proxy Setup: Creating a proxy to other environments is complex and unnecessary when Composer supports direct connections.

Question 6

AnyAirlines selected AWS Cloud services as their infrastructure platform. They need to implement Anypoint Platform as the integration solution along with existing cloud capabilities like vertical/horizontal scalability and zero downtime redeployments.

Which type of deployment strategy is needed?



Answer : B

Anypoint Runtime Fabric: Anypoint Runtime Fabric (RTF) is designed for deploying Mule applications on any cloud infrastructure, including AWS. It supports vertical and horizontal scalability and enables zero-downtime deployments, which aligns with AnyAirlines' requirements.


Vertical/Horizontal Scalability: RTF allows scaling applications both vertically (adding more resources to existing nodes) and horizontally (adding more nodes to the cluster). This ensures high availability and performance.

Zero Downtime Deployments: RTF supports zero-downtime deployments by utilizing rolling updates and canary deployments, ensuring that updates do not disrupt ongoing operations.

AWS Integration: RTF can be deployed on AWS, leveraging existing cloud infrastructure capabilities and providing a seamless integration experience.

Question 7

AnyAirlines wants to create a new marketing campaign that sends customers special offers every month based on their accrued loyalty points. There is an existing integration for customer data using MuleSoft's API-led three-tier strategy. Loyalty information exists in an external system that can be accessed via an HTTP endpoint provided by the system, but has no current integration. The external ID used will be email address.

The desired output is a CSV file containing customers that includes only the top 10 percent of loyalty point holders.

What is the most efficient way to meet this requirement?



Answer : A

Develop System API for Loyalty System: The first step is to develop a new System API that integrates with the Loyalty system. This API will handle communication with the external system via the provided HTTP endpoint.


Utilize Existing Customer System API: Use the existing System API for customer data to retrieve necessary customer information. Combining these APIs ensures a modular approach and reuse of existing assets.

Create Process API: Develop a Process API that combines data from both the Customer and Loyalty System APIs. This API will process the data, apply business logic to filter the top 10 percent of loyalty point holders, and format the results.

Create Experience API: Develop an Experience API to serve the business consumers. This API will provide a user-friendly interface for initiating the integration and retrieving the results as a CSV file.

Page:    1 / 14   
Total 60 questions