An administrator needs to Import a large amount of historical data (more than 100,000
records) from another system.
how should the administrator import the data?
A. SOAP based API with Developer console
B. Data Loader with Bulk API Enabled
C. An AppExchange package
D. Import Wizard with Add Only
Explanation: Data Loader with Bulk API Enabled is a tool that can import a large amount of historical data (more than 100,000 records) from another system. Data Loader can insert, update, delete, or export Salesforce records. Bulk API is an API that allows fast and parallel processing of large batches of records.
Ursa Major Solar has a junction object that connects Docs with Solar Panels. The
administrator needs users to be able to see all the solar panels that a Dot is related to.
Users already have access to the Bot and the Junction, but not the Solar Panel object.
What access docs the user need to be able to see the solar panel records?
A. Read permission is required on both master records.
B. Access permission Is not required on either master record.
C. Create permission Is required on both master records.
D. Read permission is required on at least are master record.
Explanation: To access a junction object record, a user needs to have at least read permission on one of its master records and on the junction object itself. If the user does not have access to either master record, they cannot access the junction object record. If the user has access to both master records, they can access the junction object record with the most permissive access level of either master record.
At Cloud Kicks, the distributor account information is sensitive information. The
administrator needs to make sure this information is unavailable to testers in the full
sandbox.
What should the administrator recommend?
A. Refresh the sandbox.
B. Assign the users a new permission set.
C. Use the data masking tool.
D. Delete the sensitive information.
Explanation: The data masking tool is a tool that allows you to mask sensitive data in your full sandbox by replacing it with fictitious data. This can help you protect your data privacy and comply with regulations while testing in a realistic environment. You can use the data masking tool to mask data for standard and custom objects, including person accounts, and choose from different masking formats and options.
Ursa Major Solar (UMS) wants to identify customers that need to install a new solar panel
monitor system it recently released. UMS tracks the installed products as Asset records
that art related to the Account. Sales management has asked the administrator to create a
report for users.
What is the recommended method for the administrator to meet the requirement?
A. Use PREVGROUPVAL() in Report Builder.
B. Use Role Hierarchy filter to restrict related records.
C. Use a Summary report with Bucket Columns.
D. Use a Cross Filter with WITHOUT logic.
Explanation: A cross filter with WITHOUT logic is a method for creating a report that shows accounts that are missing certain related records. A cross filter is a filter that lets you include or exclude records in your report based on related objects and their fields. You can use cross filters to create reports on accounts with or without opportunities, contacts, cases, or other related objects. In this case, you can use a cross filter with WITHOUT logic to show accounts without assets that have a certain product name or code. This way, you can identify customers that need to install a new solar panel monitor system.
An administrator has found a free app on the AppExchanged and would like to install it.
Which three items should the administrator take to consideration before installed he
managed package?
Choose 3 answers
A. Custom objects and custom fields used by the app count against the org’s limits.
B. Managed apps do not undergo a formal security review by Salesforce.
C. Apps may require certain Salesforce editions or features to be enabled.
D. Apps may require external, third-party web services to function properly.
E. Apps must be installed in production before the app can be installed in a sandbox.
Explanation:
Before installing a managed package from the AppExchange, the administrator should take
into consideration several factors, such as:
Custom objects and custom fields used by the app count against the org’s limits.
The administrator should check how many custom objects and fields are available
in their org and how many are used by the app.
Apps may require certain Salesforce editions or features to be enabled. The
administrator should check the app’s requirements and compatibility with their
org’s edition and features.
Apps may require external, third-party web services to function properly. The
administrator should check if the app integrates with any external services and if
they need to set up any authentication or configuration for them.
The other two options are incorrect because:
Managed apps do undergo a formal security review by Salesforce before they are
listed on the AppExchange.
Apps can be installed in a sandbox before they are installed in production.
Ursa Major Solar's administrator has configured multiple record-triggered flows to run
before or after the record is saved on the Account object.
What should the administrator consider when a record-triggered flow executes first?
A. Assign the highest priority to the record-triggered flow which should execute first.
B. The flow with the longest execution time will execute first.
C. The flow with the shortest execution time will execute first.
D. The order in which those flows are executed is not guaranteed.
Explanation: The order in which record-triggered flows are executed is not guaranteed. If there are multiple record-triggered flows on the same object and trigger type, Salesforce does not guarantee which one runs first. Therefore, the administrator should consider this when designing record-triggered flows that depend on each other’s outcomes.
The administrator at Cloud Kicks is evaluating the capabilities of Schema Builder to create
custom objects and custom fields. The administrator likes the user interface of the Schema
Builder, as opposed to the new object and field wizards, but also notices some limitations.
What needs to be configured from the object manager instead of Schema Builder?
A. Add custom fields to the page layout.
B. Make available for Customer Postal.
C. Enable field history tracking
D. Allow Reports and Activities
Explanation: Field history tracking is a feature that allows you to monitor changes to certain fields on an object and display them in a history related list. Field history tracking can help you audit data quality, compliance, or business processes. Field history tracking cannot be configured from Schema Builder, but it can be configured from Object Manager. In Object Manager, you can select an object and enable field history tracking from its settings page. Then, you can choose up to 20 fields per object to track and add the history related list to the page layout.
Northern Trail Outfitters (NTO) has a private sharing model for records containing a
customer's credit Information. These records should be visible to a sales rep's manager but
hidden from their colleagues.
How should an administrator adjust NTO's sharing model to ensure the correct amount of
confidentiality?
A. Use validation rules targeting the logged-in user.
B. Add View All access for the object via the managers profile.
C. Create sharing rules for each manager based on the record owner.
D. Grant access using hierarchies via the sharing settings.
Explanation: To ensure that sales reps’ managers can view records containing customer’s credit information but their colleagues cannot, NTO should grant access using hierarchies via the sharing settings. This option allows users above another user in the role hierarchy to have access to records owned by or shared with users below them in the hierarchy.
An administrator created two record types on the Account object: Internal Customers and
External Customers. A custom profile called Sales has the External Customers record type
assigned. The sharing rules for Accounts arm set to Public Read Only. On occasion. Sales
users notice that an Account record has the wrong record type assigned. The administrator
has created a screen flow that will change the record type on the user's behalf.
What will happen to the Sales user's record access after running this flow?
A. Read access will be lost to the record.
B. Edit access will be lost to the record.
C. Record Access remains the same.
D. A new record owner will be assigned.
Explanation: Record access remains the same after running the flow because changing the record type does not affect the sharing rules or the record owner. The Sales user will still have read and edit access to the account record based on their profile and the organization-wide default for accounts. The record type assignment only affects the page layout and picklist values that are available for the account record
Cloud Kicks is a large company with many divisions. Some divisions have a higher
turnover, so each division wants to be able to create and manage users only within their
division.
What should the administrator do to set this up?
A. Set up delegated administrators for the division leaders.
B. Assign a flat territory role hierarchy for the divisions.
C. Create a permission set group for the division leaders.
D. Customize and assign profiles for the division teams.
Explanation: Delegated administration allows administrators to delegate certain user management tasks to other users without granting them full administrative privileges. Delegated administrators can create and manage users only within specified roles or public groups. This option will meet the requirement of allowing each division to create and manage users only within their division.
DreamHouse Realty has a rental team and a real estate team. The two teams have
different safes processes and capture different client information on their opportunities.
How should an administrator extend the Opportunity object to meet the teams' different
needs?
A. Leverage Opportunities for the Real Estate Team and create a new custom object for the Rental Team Opportunities.
B. Use separate record types, page layouts, and sales processes for the Rental and Real Estate Teams.
C. Create Opportunity Teams for the Rental and Real Estate Teams and make appropriate fields visible to only the necessary team.
D. Add a section for Rental and a section for Real Estate on the Opportunity Master Record Type to keep the information separate.
Explanation: As explained in question 4, record types allow administrators to offer different business processes, picklist values, and page layouts to different users based on their profiles. By using separate record types for rental and real estate opportunities, DreamHouse Realty can capture different client information on their opportunities using custom page layouts for each record type. The record types can also determine which sales processes and paths are available for each opportunity type.
A user is getting an error when attempting to merge two accounts. The administrator
checks the
profile to see the user has Read/Write permission on Accounts and is the owner of both
records.
What is preventing the user from completing the merge?
A. Only administrators have permission to merge records.
B. The user is assigned to the wrong territory.
C. The Account matching rules are not set.
D. The Delete permission is missing on the user for Accounts.
Explanation: The Delete permission is missing on the user for Accounts is what is preventing the user from completing the merge. Merging accounts is a way to combine up to three duplicate accounts into one master record and update the related records accordingly. Merging accounts requires the Delete permission on accounts because merging accounts involves deleting the duplicate records and keeping only the master record.
Page 4 out of 19 Pages |
Previous |