Mule-Dev-202 Practice Test Questions Updated 62 Questions
Salesforce Mule-Dev-202 Dumps - Secret To Pass in First Attempt
NEW QUESTION # 23
A MuleSoft developer at AnyAirlines wants to retrieve customer data from an external system.
Before designing a new integration, what should they use to determine if the integration exists and can be reused?
- A. Anypoint Exchange
- B. Anypoint Studio
- C. Design Center
- D. MuleSoft Composer
Answer: A
Explanation:
To determine if an integration exists and can be reused, the MuleSoft developer should use Anypoint Exchange:
Anypoint Exchange:
Anypoint Exchange is a repository where developers can publish, share, and discover reusable assets such as APIs, connectors, templates, and examples. It serves as a centralized location for all reusable components within the MuleSoft ecosystem.
By searching Anypoint Exchange, the developer can find existing integrations or assets that might fulfill the requirements for retrieving customer data, avoiding the need to design and develop a new integration from scratch.
References:
Anypoint Exchange Documentation
NEW QUESTION # 24
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?
- A. Assign an appropriate profile or permission set to users in the external service.
- B. Configure OAuth 2.0 in the connected app.
- C. Configure OAuth 2.0 in the external service.
- D. Assign an appropriate profile or permission set to users in the connected app.
Answer: D
Explanation:
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.
Reference:Salesforce Connected App Security
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.
Reference:OAuth 2.0 Overview
External Service Permissions:Assigning permissions in the external service is less relevant than managing permissions within Salesforce, where the flow is executed.
Reference:External Services in Salesforce
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.
Reference:Managing Access with Connected Apps
NEW QUESTION # 25
Northern Trail Outfitters (NTO) wants to automate a multi-step process that spans several departments.
How do Interactive Steps in Flow Orchestration help NTO involve users at key steps of the process?
- A. They leverage Al processing to automatically interact with the customer and collect customer data.
- B. They enable users to collaborate on specific work items.
- C. They allow the user to interact with the process in between automated backend steps.
- D. They allow the user to interact directly with external systems through the Salesforce Ul.
Answer: C
Explanation:
Interactive Steps in Flow Orchestration are designed to involve users at specific points within an automated process. Here's how they help NTO:
User Interaction:
Interactive Steps enable users to engage with the process during key stages. These steps are inserted between automated tasks to require human input or decision-making.
This ensures that critical user actions, such as approvals or data entry, are seamlessly integrated into the flow.
Process Continuity:
Once the user completes the required interaction, the process can automatically proceed to the next step. This creates a cohesive workflow that combines automated and manual tasks efficiently.
Use Case Examples:
Approving a document, entering additional information, or making decisions based on presented data are typical scenarios where Interactive Steps are beneficial.
References:
Salesforce Flow Orchestration Documentation
NEW QUESTION # 26
An AnyAirlines employee regularly performs a manual process to extract customer and flight information from multiple legacy systems. AnyAirlines recently purchased MuleSoft automation and wants to automate this process using MuleSoft RPA.
During an evaluation of the candidate RPA process, which two key qualifiers should be considered? (Choose two.)
- A. Is the process data-driven?
- B. Is the process rule-based?
- C. Is the process risky?
- D. Is the process speed-sensitive?
Answer: A,B
Explanation:
When evaluating a candidate process for RPA automation using MuleSoft RPA, consider the following key qualifiers:
Is the Process Rule-Based?:
RPA is well-suited for processes that follow clear, predefined rules. If the process involves repetitive tasks with defined rules and decision points, it is a good candidate for RPA automation.
Rule-based processes can be accurately automated by RPA bots without the need for complex decision- making.
Is the Process Data-Driven?:
Data-driven processes involve manipulating, transferring, and extracting data, making them ideal for RPA automation.
If the manual process involves working with structured data (e.g., extracting customer and flight information), it is a good fit for RPA, as bots can efficiently handle data operations.
Other considerations like risk and speed sensitivity are also important but focusing on rule-based and data- driven aspects ensures that the process is structured and systematic, making it easier to automate reliably.
References:
MuleSoft RPA Documentation
RPA Best Practices
NEW QUESTION # 27
Any Airlines is developing a new integration and wants built-in automated testing.
Which tool must be used to satisfy this requirement?
- A. Anypoint Platform
- B. MuleSoft RPA
- C. Flow Orchestration
- D. MuleSoft Composer
Answer: A
Explanation:
To implement built-in automated testing for new integrations at Any Airlines, the Anypoint Platform is the appropriate tool.
Anypoint Platform Capabilities:
Automated Testing:Anypoint Platform includes various tools such as MUnit for automated testing of Mule applications. MUnit allows developers to create, design, and run tests natively within Anypoint Studio.
Test Automation Features:It supports comprehensive testing features including unit tests, integration tests, and mock services to ensure robust and reliable integrations.
Continuous Integration and Deployment:Anypoint Platform can be integrated with CI/CD pipelines, allowing automated tests to run as part of the deployment process, ensuring that any new code changes do not break existing functionality.
Why Not Other Options:
MuleSoft RPA:Primarily used for automating repetitive manual tasks, not for testing integrations.
MuleSoft Composer:Focuses on low-code integrations and automation, not specifically designed for automated testing.
Flow Orchestration:While useful for process automation within Salesforce, it does not provide the testing capabilities required for MuleSoft integrations.
References:
For detailed information on automated testing with Anypoint Platform and MUnit, refer to the official MuleSoft documentation
NEW QUESTION # 28
A non-technical employee from AnyAirlines creates a hyperautomation solution. The solution needs to meet the following criteria:
The process needs to begin when a record is created in Salesforce.
Then, it needs to pass data to a pre-existing RPA process which includes a User Task for data integrity purposes.
The output of the RPA process needs to be used to create a record in NetSuite.
According to best practices, how should this automated process be structured?
- A. 1. A MuleSoft Composer flow triggers on the creation of the record and calls the RPA process.2. Then, the same flow uses the response to create a record in NetSuite.B 1. A Salesforce flow triggers on the creation of the record and calls too RPA process.2. Then, the same flow uses the response to create a record in NetSuite.
- B. 1. A Salesforce flow triggers on the creation of the record and makes an outbound request to a MuleSoft Composer flow.2. Then, the same MuleSoft Composer flow calls the RPA process and uses the result to create a record in NetSuite.
- C. 1. A MuleSoft Composer flow triggers on the creation of the record and calls the RPA process.2. Then, a second MuleSoft Composer flow triggers when the RPA process is completed and creates a record in NetSuite.
Answer: A
Explanation:
To structure the automated process to meet the given criteria, the following approach is recommended:
MuleSoft Composer Flow Triggers on Record Creation:
Use MuleSoft Composer to create a flow that is triggered when a new record is created in Salesforce. This is done by setting up a trigger event in MuleSoft Composer that listens for new record creation events in Salesforce.
Call the RPA Process:
Once the flow is triggered, it should call the pre-existing RPA process. MuleSoft Composer can invoke MuleSoft RPA bots, and you can pass the necessary data from the Salesforce record to the RPA process.
The RPA process will include the User Task for data integrity purposes.
Use the RPA Process Output to Create a Record in NetSuite:
After the RPA process completes, the MuleSoft Composer flow can capture the output from the RPA process.
The same MuleSoft Composer flow will then use this output to create a record in NetSuite, ensuring a seamless data transfer and process automation.
References:
MuleSoft Composer Documentation
MuleSoft RPA Documentation
NEW QUESTION # 29
Northern Trail Outfitters has deployed a MuleSoft RPA process to automate the extraction of sales data from CSV files. To integrate this RPA process with Sales Cloud, an action step is created that calls this RPA process in a MuleSoft Composer flow.
Which next step must be added to the flow to make use of the RPA process results?
- A. Create or Update Record action in Sales Cloud
- B. For Each loop
- C. Create Record action in Sales Cloud
- D. If/Else block
Answer: A
Explanation:
To integrate an RPA process that extracts sales data from CSV files with Sales Cloud using MuleSoft Composer, you need to take the following steps:
Invoke RPA Process:
Create an action step in the MuleSoft Composer flow that calls the RPA process to extract the sales data from the CSV files.
Next Step - Create or Update Record:
After the RPA process completes and returns the extracted data, the next step in the flow should be to update Sales Cloud with the new information.
Use theCreate or Update Recordaction to insert the new sales data into Sales Cloud. This action ensures that existing records are updated if they already exist, or new records are created if they don't.
This approach ensures that the results from the RPA process are correctly reflected in Sales Cloud.
References:
MuleSoft Composer Documentation
Salesforce Sales Cloud Documentation
NEW QUESTION # 30
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?
- A. Install MuleSoft Composer in each of the non-production Salesforce environments.
- B. Use mocked data because non-production data is not available to MuleSoft Composer.
- C. Install MuleSoft Composer in only one non-production Salesforce environment and create a proxy to all other non-production environments.
- D. Create a connection to each of the non-production environments within the Composer Ul.
Answer: D
Explanation:
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.
Reference:MuleSoft Composer Connections
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.
Reference:Composer Setup and Configuration
Using Mocked Data:Mocked data can be useful for initial testing, but connecting to actual non-production environments provides more realistic test scenarios.
Reference:Testing with Mock Data
Proxy Setup:Creating a proxy to other environments is complex and unnecessary when Composer supports direct connections.
Reference:Proxy Configuration
NEW QUESTION # 31
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?
- A. A point in the process where different activities are performed under different circumstances
- B. One possible endpoint for the process
- C. A cleanup activity that is performed at the end of the process to ensure all running applications are closed
- D. An activity that is performed if an error occurs during processing
Answer: A
Explanation:
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.
Reference:BPMN Gateway Types
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.
Reference:Exclusive Gateway Explanation
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.
Reference:BPMN Exclusive Gateway
NEW QUESTION # 32
Northern Trail Outfitters (NTO) uses Flow Orchestration to automate quote development. The "Review Quote" work item is performed by their team of technical writers but can be fulfilled by any technical writer on the team.
How can NTO ensure the "Review Quote" work item is assigned to the correct Salesforce user?
- A. Use backend steps to automate work item assignment to the next available technical writer.
- B. Create a Group for the team of Salesforce Users and assign the work item to the group.
- C. Use MuleSoft RPAto review the document and submit it for approval if no issues are found.
- D. Create a user collection variable and assign the work item to the user collection.
Answer: B
Explanation:
To ensure the "Review Quote" work item is assigned to the correct Salesforce user within the team of technical writers, the following approach can be used:
Creating a Group:
Create a Group in Salesforce that includes all the technical writers who are eligible to perform the "Review Quote" work item. This group acts as a collective resource pool.
Assigning the Work Item to the Group:
When the "Review Quote" work item is created in Flow Orchestration, assign it to the group rather than an individual user. Salesforce will then allow any available technical writer within the group to pick up and complete the task.
Ensuring Flexibility and Availability:
This method ensures that the work item can be completed by any technical writer in the team, providing flexibility and improving the chances of timely completion by utilizing the group's collective availability.
References:
Salesforce Flow Orchestration Documentation
NEW QUESTION # 33
Northern Trail Outfitters needs to develop an application network that follows a MuleSoft-recommended, API- led connectivity approach and meets the following requirements:
provides data to mobile and web interfaces
aggregates and transforms data
retrieves data from databases
In which API tier should the data aggregation and transformation take place?
- A. Experience
- B. System
- C. Process
- D. Business
Answer: C
Explanation:
API-led Connectivity:MuleSoft's API-led connectivity approach divides APIs into three tiers: System, Process, and Experience. Each tier has a specific role in managing data and operations.
Reference:MuleSoft API-led Connectivity
Experience APIs:These APIs are designed to provide data to end-user interfaces, such as mobile and web applications. They typically format the data in a way that is easy for the user interface to consume.
Reference:Experience API Definition
Process APIs:Process APIs are responsible for orchestrating and executing business logic. They aggregate, transform, and process data from multiple sources before passing it to Experience APIs or other downstream systems.
Reference:Process API Role
System APIs:These APIs provide direct access to core systems and data sources. They handle CRUD (Create, Read, Update, Delete) operations and expose data from underlying systems.
Reference:System API Role
Data Aggregation and Transformation:Given the requirements to aggregate and transform data, the Process tier is the appropriate place. Process APIs handle complex business logic and data transformation, making them ideal for aggregating data from multiple sources and transforming it as needed.
Reference:Process APIs and Data Transformation
NEW QUESTION # 34
An employee at AnyAirlines uses RPA Recorder to capture actions performed when carrying out a business process automation.
How does this help expedite RPA process development?
- A. BPMN is autogenerated with complete test plans and run configurations that can be executed in the test and production phases.
- B. BPMN is autogenerated with documentation and workflows containing the recorded actions that are automatically created during the build phase.
- C. BPMN is autogenerated, including documentation in the form of images and a fully functional RPA process with workflows and conditional branching.
- D. BPMN is autogenerated, which includes documentation in the form of images and a complete recording of keyboard actions and wait times.
Answer: D
Explanation:
Using RPA Recorder to capture actions performed during a business process automation helps expedite RPA process development in the following way:
Autogenerating BPMN:
The RPA Recorder captures the business process as it is performed and autogenerates a Business Process Model and Notation (BPMN) diagram. This diagram includes a visual representation of the process, making it easier to understand and modify.
Detailed Documentation:
Along with the BPMN, the recorder generates detailed documentation that includes images of the steps performed, as well as a complete recording of keyboard actions and wait times. This provides a comprehensive view of the process, which can be reviewed and refined.
Expediting Development:
By automating the creation of BPMN and detailed documentation, the RPA Recorder significantly reduces the time required to document and design the RPA process manually. This allows developers to focus on refining and optimizing the process rather than starting from scratch.
References:
MuleSoft RPA Recorder Documentation
NEW QUESTION # 35
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?
- A. 1. Have the MuleSoft team develop a new integration that includes a new System API to both the Customer and Loyally systems.2. Create a Process API to output the final results.3. Create an Experience API for the business consumers to initiate the integration.
- B. 1. Have the MuleSoft team develop a new integration that includes a System API to the Loyalty system and uses the existing Customer System API.2. Create a Process API to output the final results.3. Create an Experience API for the business consumers to initiate the integration.
- C. 1. Create a MuleSoft Composer flow that utilizes the current Customer integration to select all customers.2. Create an additional MuleSoft Composer flow that retrieves all the Loyalty information.3.
Create a MuleSoft Composer flow that combines the two previous results and outputs the top 10 percent to a CSV file. - D. 1. Create a Salesforce Flow that retrieves the Contact data.2. Create a Salesforce Flow that retrieves the Loyalty data.3. Create a Flow Orchestration that uses the two flows and outputs the result to a CSV file.
Answer: B
Explanation:
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.
Reference:MuleSoft API-led Connectivity
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.
Reference:API-led Connectivity
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.
Reference:Designing Process APIs
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.
Reference:API Experience Layer
NEW QUESTION # 36
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.)
- A. Schedule based on a formula
- B. Every 30 minutes
- C. Every 30 days
- D. Every 5 minutes
Answer: B,D
Explanation:
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.
References:
MuleSoft Composer Documentation
NEW QUESTION # 37
A Salesforce administrator asks for advice on how to build their Salesforce flow. They need to complete several DML actions as part of their Salesforce flow and are running into DML governor limits during testing.
Which two pieces of advice should be given to the Salesforce administrator to improve their flow? (Choose two.)
- A. Loopthrough a collection variableto save more records with a single DML statement.
- B. Use DML statements at the end of the flow wherever possible.
- C. Avoid puttingDML statements inside of For Loop occurrences.
- D. Use the upsert action to reduce the amount of DML statements required duringthe flow runtime.
Answer: A,C
Explanation:
Avoid DML in For Loops:Placing DML (Data Manipulation Language) operations inside a loop can quickly exceed Salesforce governor limits, as each iteration performs a separate DML operation. It's best to collect records in a list and perform DML operations outside the loop.
Reference:Salesforce Governor Limits
Use Collection Variables:By looping through a collection variable and adding records to it, you can perform bulk DML operations, which are more efficient and less likely to hit governor limits.
Reference:Apex Collections and Bulk Processing
Use Upsert Action:Using the upsert action can reduce the number of DML statements by combining insert and update operations. However, this strategy depends on the specific flow requirements and data structure.
Reference:Salesforce Upsert Operation
DML Statements at the End:Consolidating DML operations to the end of the flow is advisable, but care should be taken to handle errors and exceptions appropriately.
Reference:Error Handling in Flows
NEW QUESTION # 38
Northern Trail Outfitters recently purchased another company. Both companies have separate Salesforce orgs.
One business user wants to automate a workflow which requires data transfer between both orgs and automates a distinct multi-user workflow within one of the orgs.
According to best practices, which two hyperautomation tools should these workflows use? (Choose two.)
- A. Flow Orchestration
- B. MuleSoft Composer
- C. MuleSoft RPA
- D. Anypoint Platform
Answer: A,B
Explanation:
To automate a workflow that requires data transfer between two Salesforce orgs and a distinct multi-user workflow within one of the orgs, the following tools are recommended:
MuleSoft Composer:
MuleSoft Composer allows for easy and quick integration between multiple systems, including different Salesforce orgs. It provides a no-code solution for connecting and syncing data across Salesforce instances.
Use MuleSoft Composer to create the integration flows that handle the data transfer between the two Salesforce orgs.
Flow Orchestration:
Salesforce Flow Orchestration is ideal for automating complex, multi-step business processes involving multiple users within a single org.
Use Flow Orchestration to design and automate the distinct multi-user workflow within one of the Salesforce orgs. It helps in coordinating user tasks, approvals, and other business processes seamlessly.
Combining these two tools leverages their strengths to handle both the integration and the complex workflow automation efficiently.
References:
Salesforce Flow Orchestration Documentation
MuleSoft Composer Documentation
NEW QUESTION # 39
The Ops team at AnyAirlines needs to periodically check the status of an API to see it the connected database is down for maintenance.
Where should the Ops team set up a scheduled API call and view the status history?
- A. API Functional Monitoring
- B. API Monitoring Dashboard
- C. API Manager Analytics
- D. API Manager Alerts
Answer: A
Explanation:
To periodically check the status of an API and see if the connected database is down for maintenance, the Ops team should use API Functional Monitoring:
API Functional Monitoring:
API Functional Monitoring allows you to set up scheduled tests and monitor the functional performance of your APIs. It can be configured to periodically make API calls and check for specific conditions, such as whether the database is down for maintenance.
Scheduled API Calls:
Set up the necessary tests within API Functional Monitoring to periodically call the API and verify its status.
These tests can be scheduled to run at regular intervals.
View Status History:
API Functional Monitoring provides a dashboard where you can view the history of these tests, including their results and any failures. This helps in tracking the availability and performance of the API over time.
References:
MuleSoft API Functional Monitoring Documentation
NEW QUESTION # 40
AnyAirlines wants to share the Flight Path API through their public Anypoint Exchange Portal.
What should be configured before the API can be shared?
- A. The users that need access to the API should be added to the appropriate role in Anvpoint Platform.
- B. The visibility level of API instances should be set to public.
- C. The API should be secured using one of the supported authentication/authorization mechanisms.
- D. The API should be functional and accessible for users to interact with.
Answer: B
Explanation:
Before sharing an API on the public Anypoint Exchange Portal, several configurations must be in place:
Set Visibility Level to Public:
Ensure the API's visibility level is configured as public within the Anypoint Platform so that it can be shared and accessed by external users.
Navigate to Anypoint Platform > API Manager > Select the API > Settings > Set Visibility to Public.
Ensure API Functionality and Accessibility:
Make sure the API is fully functional and accessible so that users can interact with it once shared.
Configure Security:
While setting the visibility to public is crucial, ensuring that the API is secured using one of the supported authentication/authorization mechanisms is a best practice to control access.
References:
MuleSoft Anypoint Exchange Documentation
MuleSoft API Manager Documentation
NEW QUESTION # 41
Northern Trail Outfitters (NTO) has a new business channel that requires exposing their existing non- MuleSoft APIs to the public. They do not have an Anypoint Flex Gateway.
The NTO digital channel team wants to leverage Anypoint Platform as its API management tool.
What is the most time-efficient mechanism of securing their backend systems?
- A. Expose each endpoint as a basic endpoint.
- B. Create a proxy in front of each existing API.
- C. Use a basic endpoint with a configured consumer endpoint.
- D. Rewrite the existing APIs usingMuleSoft.
Answer: B
Explanation:
To expose existing non-MuleSoft APIs and secure them efficiently using Anypoint Platform, you can create API proxies. This approach provides several benefits:
API Proxy Creation:
Creating a proxy involves setting up an intermediary that forwards requests to the existing backend APIs. This allows you to leverage Anypoint Platform's API management capabilities without rewriting the existing APIs.
Proxies can be created quickly and configured to apply various security and governance policies.
Security and Management:
By creating a proxy, you can secure the APIs using Anypoint Platform's features such as rate limiting, authentication, and monitoring.
This method is time-efficient and leverages the robust security features of the Anypoint Platform without significant redevelopment effort.
References:
Anypoint Platform API Proxy Documentation
NEW QUESTION # 42
......
Salesforce Mule-Dev-202 Exam Dumps [2026] Practice Valid Exam Dumps Question: https://www.dumpsking.com/Mule-Dev-202-testking-dumps.html
Mule-Dev-202 Dumps - Grab Out For [NEW-2026] Salesforce Exam: https://drive.google.com/open?id=1Ls8FUIuew9mybzNqbEDvyv2MG9e1T7is
