Tüm alıştırma soruları

1784 soru

Soru 61Soru

A Salesforce Administrator needs to immediately suspend login access for a system manager who is taking a temporary leave of absence. The user is currently assigned as the Default Lead Owner in Lead Settings and is designated as the running user for several scheduled Apex jobs. The administrator must ensure that automated background processes continue to execute without disruption during the absence. Which action should the administrator take to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Freeze the user account from the User detail page.

Cevap

Freeze the user account from the User detail page.
Freezing a user account prevents the user from logging into Salesforce while keeping the user account active for system processes. This allows background jobs and default lead routing to continue functioning normally without requiring re-configuration.

Adım Adım Çözüm

1
Analyze the operational requirements and system dependencies.
Login access must be suspended immediately, but the user is tied to system functionality (Default Lead Owner, scheduled Apex running user).
Deactivating a user with active system references leads to validation errors or process disruptions.
2
Determine the appropriate Salesforce administrative tool for temporary restriction with active dependencies.
Freezing the user account stops the user from logging in while preserving record assignments, license allocations, and automated background jobs.
Freezing is designed specifically for cases where a user cannot be immediately deactivated due to system dependencies.

Anahtar Kavram

Freezing vs. Deactivating Users in Salesforce
Soru 62Soru

BrightPath Education tracks sensitive instructor details using a custom field named SSN__c on the Instructor__c object. Academic Advisors and Human Resources representatives currently share the same custom profile. The administrator needs to ensure HR representatives have Read and Edit access to SSN__c, while Academic Advisors cannot view or edit this field in the UI, reports, or API. Which two configuration steps should the administrator take to fulfill this requirement? (Choose 2 answers)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Set Field-Level Security for SSN__c on the shared custom profile to restrict Read and Edit access for all users assigned to that profile.; Create a permission set that grants Read and Edit access to SSN__c and assign it specifically to the Human Resources representatives.

Cevap

The administrator should restrict Field-Level Security on the shared profile to remove Read/Edit access for all users, and then create a permission set granting Read/Edit access to the field and assign it to the Human Resources representatives.
To grant field access to a subset of users sharing a profile, best practice dictates revoking access to the field on the baseline profile via Field-Level Security (FLS) and using a permission set to grant additive Read and Edit permissions to the specific users who need access.

Adım Adım Çözüm

1
Modify base Field-Level Security (FLS) on the profile
Field-Level Security for SSN__c is restricted for all users sharing the custom profile, removing field access in the UI, reports, and API.
Salesforce security follows a least-privilege baseline model. Profile-level security must restrict access first.
2
Create and assign a Permission Set for additive access
Only Human Resources representatives are assigned the permission set granting Read and Edit access to SSN__c.
Permission sets allow administrators to grant additive field permissions to a target group of users without creating redundant profiles.

Anahtar Kavram

Field-Level Security (FLS) restriction on profiles combined with additive access via Permission Sets
Soru 63Soru

A Salesforce administrator is configuring email integration features and template access controls across various department units. Match each enterprise business scenario on the left to its correct Salesforce technical configuration mechanism on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Sales representatives require the ability to create public Lightning Email Templates containing related object fields and manage shared template folder permissions.
Different sales teams using the Outlook Integration require customized action buttons and record detail layouts inside their Outlook side pane based on their user profile.
The IT security team mandates that all outbound emails originating from Salesforce must be routed through the organization's Microsoft Exchange server for DKIM compliance and auditing.
Sales representatives using Gmail require automatic background logging of sent and received emails to Salesforce records without manual user intervention, while excluding internal personal communications.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

1. Public Lightning template creation and folder management matches granting the 'Create Lightning Email Templates' permission set and configuring folder access permissions.
2. Profile-specific Outlook panel customization matches creating Email Application Panes in Lightning App Builder and assigning them via Email Application Publisher Assignments.
3. Outbound corporate server email routing matches configuring Email Relay with Domain Filters.
4. Automated Gmail activity logging with domain exclusion matches deploying Einstein Activity Capture with Excluded Addresses lists.
Each administrative requirement corresponds directly to its dedicated Salesforce feature: Lightning Email Templates permissions govern shared template management; Email Application Panes customize the desktop add-in user interface; Email Relay directs mail through external corporate servers; and Einstein Activity Capture handles automated email sync with domain exclusion filters.

Adım Adım Çözüm

1
Analyze requirement 1: Creating and managing public Lightning Email Templates.
Identified that standard users cannot share or edit public Lightning templates without explicit permission ('Create Lightning Email Templates') and folder access setup.
Profile modifications for standard user permissions are restricted; permission sets and folder sharing controls are the standard administrative path.
2
Analyze requirement 2: Customizing side pane layouts in Outlook Integration by profile.
Identified Email Application Panes in Lightning App Builder as the component used to customize the side pane layout for Outlook/Gmail integration.
Email Application Publisher Assignments govern which profile sees which customized side pane layout in the integration add-in.
3
Analyze requirement 3: Routing outbound Salesforce mail through internal Microsoft Exchange server.
Identified Salesforce Email Relay as the feature designed to send outbound email through company SMTP servers.
Email Relay guarantees DKIM alignment and compliance by leveraging internal security infrastructure.
4
Analyze requirement 4: Automated email logging with domain exclusion rules for Gmail users.
Identified Einstein Activity Capture (EAC) as the solution for passive, automated sync, paired with Excluded Addresses to filter personal domains.
Standard Gmail Integration requires manual logging per email, whereas EAC provides automated sync with privacy filtering capabilities.

Anahtar Kavram

Salesforce Outlook and Gmail Integration Architecture and Email Template Administration
Soru 64Soru

A sales operations manager requests the deployment of a newly acquired AppExchange productivity package containing Lightning Web Components designed to help account managers analyze deal momentum. The administrator must install this package into the production organization and grant access strictly to a pilot group of 15 account managers, without altering security settings for non-pilot users who share the same standard sales profile. Which TWO actions should the administrator take to implement this solution following Salesforce security best practices? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Install the AppExchange package selecting the 'Install for Admins Only' option to prevent automatic profile access assignment.; Assign the package's designated Permission Set or Permission Set License directly to the 15 pilot account managers.

Cevap

The administrator should install the AppExchange package using the 'Install for Admins Only' option and assign the package's permission set directly to the pilot account managers.
When deploying AppExchange packages for a subset of users, administrators should install the package with access restricted (such as 'Install for Admins Only') and then distribute access selectively using permission sets or permission set licenses included with the package. This adheres to the principle of least privilege and prevents profile management overhead.

Adım Adım Çözüm

1
Select the appropriate installation access level during package deployment.
Choosing 'Install for Admins Only' prevents package access settings from cascading into non-admin user profiles upon installation.
This establishes a baseline security posture where regular users are not granted immediate access.
2
Provision package access selectively using permission sets.
The 15 pilot account managers receive the necessary licenses and object/field access required to use the productivity tools.
Permission sets support additive access control for targeted user groups without requiring custom profiles.

Anahtar Kavram

AppExchange Package Access Control and Security Best Practices
Soru 65Soru

An administrator needs to configure a weekly automated backup of all organizational data using the native Salesforce Data Export Service. Arrange the steps in the correct chronological order to complete this setup.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence for scheduling a weekly data export is: 1) Navigate to Data Export in Setup, 2) Click Schedule Export, 3) Configure file encoding and attachment options, 4) Set the frequency to Weekly along with the date and time window, and 5) Select the object data to export and save the schedule.
To set up an automated recurring backup in Salesforce using the native Data Export Service, an administrator must first access Data Export in Setup, choose to Schedule Export, specify encoding and attachment settings, establish the weekly frequency window, and select the objects to export before saving.

Adım Adım Çözüm

1
Locate the Data Export tool in Setup.
Opens the Data Export administration page.
Setup is the central hub for administrative tasks including backup configuration.
2
Click Schedule Export.
Opens the scheduling interface for automated backups.
Export Now performs an immediate run, whereas Schedule Export creates a recurring job.
3
Define file encoding and attachment inclusion settings.
Ensures document attachments and chatter files are included if required.
Attachment settings must be configured prior to specifying scheduled times.
4
Set frequency parameters.
Schedules the export service to run weekly within specified date ranges.
Salesforce requires a start/end date and preferred execution window.
5
Select data objects and save.
Persists the scheduled export job in Salesforce.
Saving completes the configuration process.

Anahtar Kavram

Data Export Service Scheduling
Tahmini Süre:1m 0s
Soru 66Soru

An administrator is configuring a newly created Record Type named 'Server Infrastructure' on the custom object Hardware Asset (Hardware_Asset__c) for the IT Operations team. The administrator assigns the Record Type and a newly created 'Server Asset Page Layout' to the IT Administrator profile. However, IT administrators report two configuration issues when creating records:

1. The 'Maintenance Status' picklist displays retired values that should only apply to legacy hardware.
2. The page layout displayed upon record creation does not contain the required 'Rack Location' field.

Which TWO administrative actions must be performed to resolve these issues? (Choose 2 answers.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Modify the picklist value assignments for the 'Maintenance Status' field within the 'Server Infrastructure' Record Type detail page.; Update the Page Layout Assignment matrix to associate the IT Administrator profile and 'Server Infrastructure' Record Type with the 'Server Asset Page Layout'.

Cevap

The administrator must edit the picklist value assignments for the Maintenance Status field under the Server Infrastructure Record Type detail page, and update the Page Layout Assignment matrix to pair the IT Administrator profile and Server Infrastructure Record Type with the Server Asset Page Layout.
To resolve both issue points, the administrator must: (1) edit the picklist assignments for the 'Maintenance Status' field under the 'Server Infrastructure' Record Type setup page to exclude retired values, and (2) edit the Page Layout Assignment matrix so that the combination of the IT Administrator profile and the 'Server Infrastructure' Record Type points to the newly created 'Server Asset Page Layout'.

Adım Adım Çözüm

1
Navigate to Object Manager > Hardware Asset > Record Types > Server Infrastructure.
Access the Record Type settings and picklists available for editing.
Creating a record type inherits all default picklist values unless specific values are removed under the record type picklist assignment section.
2
Edit the 'Maintenance Status' picklist under the record type and remove the retired picklist values from the selected list.
Only active, relevant status options will be selectable when users create or edit records with this record type.
Picklist values per record type are configured directly on the record type detail page.
3
Navigate to Object Manager > Hardware Asset > Page Layouts > Page Layout Assignment.
Open the assignment grid mapping Profiles and Record Types to Page Layouts.
Simply creating a page layout does not automatically assign it; the Page Layout Assignment matrix must be updated for the combination of profile and record type.
4
Edit the assignment grid to assign the 'Server Asset Page Layout' to the IT Administrator profile for the 'Server Infrastructure' Record Type.
Users with the IT Administrator profile will now see the correct page layout containing the Rack Location field when working with Server Infrastructure records.
Salesforce determines page layout display using the junction of user Profile and record Record Type.

Anahtar Kavram

Record Type Picklist and Page Layout Assignment Matrix
Soru 67Soru

A Salesforce Administrator is evaluating different types of AppExchange productivity solutions to extend organizational functionality. How should each AppExchange solution type be matched to its primary technical characteristic and governance model?

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Managed Package
Unmanaged Package
Salesforce Labs Package
Flow Solutions

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Managed Package pairs with upgradable solution with locked Apex code; Unmanaged Package pairs with non-upgradable container of editable components; Salesforce Labs Package pairs with free, open-source utilities created by Salesforce employees without official support; Flow Solutions pairs with pre-packaged automation templates and actions for Flow Builder.
Each AppExchange distribution model addresses specific technical and operational criteria: Managed Packages provide vendor maintenance and IP protection; Unmanaged Packages grant full ownership of editable components; Salesforce Labs offers unsupported free employee-built apps; and Flow Solutions expand declarative automation within Flow Builder.

Adım Adım Çözüm

1
Analyze the upgradeability and code visibility of commercial AppExchange packages.
Managed packages protect vendor IP and allow seamless upgrades, whereas unmanaged packages act like single-instance starter templates with fully exposed code.
This establishes the fundamental governance distinction between managed and unmanaged AppExchange distributions.
2
Evaluate the origin, support structure, and cost of Salesforce Labs offerings.
Salesforce Labs solutions are free, community-oriented tools developed by Salesforce employees, hosted on AppExchange without official support SLAs.
Salesforce Labs provides utility packages as open-source templates without standard product warranties.
3
Identify the functional target of Flow Solutions on AppExchange.
Flow Solutions explicitly provide pre-built flow elements and processes to accelerate declarative automation in Flow Builder.
Flow Solutions specifically enhance flow creation through pre-configured partner components.

Anahtar Kavram

AppExchange Solution Types and Packaging Governance
Soru 68Soru

A support administrator at a medical equipment distributor is setting up Salesforce Knowledge for field service technicians. The administrator has assigned the Knowledge User feature license and Object-Level Read permissions on Knowledge articles to the technicians' profile. The articles have been published and classified under the 'Diagnostic Scanners' category within the 'Equipment' Data Category Group. However, the technicians report that they cannot view any published articles in the Knowledge component. Which configuration step should the administrator perform to resolve this access issue?

Cevabı ve açıklamayı göster

Cevap: Configure Data Category Visibility for the 'Equipment' group on the technicians' profile or role hierarchy.

Cevap

Configure Data Category Visibility for the 'Equipment' group on the technicians' profile or role hierarchy.
In Salesforce Knowledge, visibility to articles depends on a combination of Knowledge user permissions, object permissions, and Data Category visibility. Even if users have the Knowledge User license and Object-Level Read access, they cannot view articles assigned to a Data Category unless their Profile, Role, or Permission Set grants explicit visibility to that Data Category Group.

Adım Adım Çözüm

1
Identify the primary visibility mechanism restricting article access.
Recognize that while object access and licenses are present, articles categorized in Data Categories require explicit category visibility settings.
Salesforce Knowledge uses Data Category Groups to control which subset of articles users can view.
2
Navigate to Data Category Visibility in Setup for the user's Profile or Role.
Locate the 'Equipment' Data Category Group.
Visibility can be set to All, Custom, or None at the Profile or Role level.
3
Set the category access to include 'Diagnostic Scanners'.
Technicians gain visibility to all published articles assigned to the 'Diagnostic Scanners' category.
Granting explicit Data Category visibility completes the required access chain for Knowledge articles.

Anahtar Kavram

Data Category Visibility in Salesforce Knowledge
Soru 69Soru

A Salesforce Administrator is designing a complex executive dashboard in Lightning Experience to monitor sales performance across multiple territories. The leadership team requests the ability to dynamically filter the dashboard by four independent fields: Opportunity Stage, Close Date Quarter, Account Industry, and Lead Source. Additionally, they want a component displaying a stacked bar chart to show total opportunity amount grouped simultaneously by Account Industry and Opportunity Stage. Which combination of constraints and requirements must the administrator consider when building this dashboard?

Cevabı ve açıklamayı göster

Cevap: Salesforce allows a maximum of 3 dynamic dashboard filters per dashboard, so all four requested filter fields cannot be added simultaneously; additionally, the source report for the stacked bar chart component must contain at least two levels of grouping.

Cevap

Salesforce Lightning dashboards support a maximum of 3 dynamic dashboard filters per dashboard, preventing all four requested fields from being added at once. To display a stacked bar chart component, the underlying source report must contain at least two groupings (e.g., grouped by row and column).
The option stating that Salesforce allows a maximum of 3 dynamic dashboard filters and requires at least two groupings on the source report for stacked bar charts is correct. Lightning dashboards enforce a limit of 3 filters per dashboard. A stacked bar chart requires a primary grouping (x-axis) and a secondary grouping (stack criteria), which must be established in the underlying source report.

Adım Adım Çözüm

1
Evaluate the limit on dynamic dashboard filters in Salesforce Lightning Experience.
Salesforce enforces a strict limit of 3 dashboard filters per dashboard.
The leadership team requested 4 dynamic filters (Stage, Quarter, Industry, Lead Source), which exceeds the platform limit of 3 filters.
2
Evaluate the component grouping requirement for a stacked bar chart.
A stacked bar chart visually represents two dimensions of data.
For a dashboard component chart to show two grouping levels (Account Industry and Stage), the underlying source report must have at least two groupings configured.
3
Combine the filter limit rule and component source report requirements to select the correct configuration path.
The administrator must inform stakeholders of the 3-filter restriction while ensuring the source report has two groupings.
This satisfies standard Salesforce administration capabilities and report-to-dashboard component alignment.

Anahtar Kavram

Dashboard filter limits (maximum 3 per dashboard) and source report grouping requirements for complex chart components.
Soru 70Soru

Universal Containers requires an analytics solution to evaluate cross-departmental customer metrics. The Leadership team needs to view a side-by-side comparative analysis of Account records, displaying related Opportunities in one section and related Cases in another. Both data sets must be grouped by Account Owner along the rows and Calendar Quarter along the columns. Standard single-object report types cannot combine these two independent related objects into a unified view. Which report configuration should an administrator implement to meet these requirements while respecting record-level security?

Cevabı ve açıklamayı göster

Cevap: Create a Joined Report using standard report types for Accounts with Opportunities and Accounts with Cases, adding both blocks and matching row and column groupings across blocks.

Cevap

The administrator should create a Joined Report using standard report types for Accounts with Opportunities and Accounts with Cases, adding both blocks and aligning row and column groupings across blocks.
Joined Reports are specifically designed to combine data from different report types into blocks within a single report view. As long as the blocks share common fields (such as Account Owner and Date fields), they can be grouped across blocks along rows and columns, satisfying the requirement to present Opportunities and Cases side-by-side while respecting user access permissions.

Adım Adım Çözüm

1
Analyze the reporting requirements and underlying data structure.
Identified two separate child objects (Opportunities and Cases) related to a common parent object (Account) needing side-by-side matrix comparison.
Standard report types focus on single primary objects or linear parent-child relationships, making them incapable of presenting two separate child object streams in one report.
2
Evaluate available Salesforce report formats for multi-object aggregation.
Selected Joined Report format because it supports up to 5 report blocks based on different report types.
Joined reports enable joining distinct data blocks around common fields (Account Owner and Calendar Quarter) for cross-block grouping.
3
Verify security and governance constraints.
Confirmed that Joined Reports honor Organization-Wide Defaults and sharing rules for the logged-in user.
Each block in a joined report executes standard report visibility rules based on user access.

Anahtar Kavram

Joined Report Format and Cross-Block Groupings
Soru 71Soru

A financial operations manager at a global logistics firm requires a Salesforce report to analyze individual billing transaction records against custom target benchmarks. The manager needs a calculated column evaluating a record-by-record variance formula (Transaction_AmountBenchmark_AmountTransaction\_Amount - Benchmark\_Amount) for every individual transaction row. Additionally, the final report must summarize total transaction values formatted in a multi-dimensional grid grouped by Region along rows and Billing Quarter along columns. Which configuration should the Salesforce Administrator implement to fulfill these requirements?

Cevabı ve açıklamayı göster

Cevap: Use a Matrix report format, define a row-level formula to compute the record-by-record variance, and group the data by Region on rows and Billing Quarter on columns.

Cevap

Use a Matrix report format, define a row-level formula to compute the record-by-record variance, and group the data by Region on rows and Billing Quarter on columns.
The correct option combines a Matrix report format (which allows grouping by both rows and columns to form a grid) with a row-level formula (which computes calculations for each individual record row).

Adım Adım Çözüm

1
Identify the calculation granularity requirement.
Determined that the formula must calculate Transaction_AmountBenchmark_AmountTransaction\_Amount - Benchmark\_Amount for every individual record row.
Row-level formulas evaluate each record individually, whereas summary formulas evaluate grouped aggregations.
2
Identify the layout and grouping requirement.
Determined that the report requires two-dimensional grouping (rows and columns).
Matrix reports allow grouping by both rows (Region) and columns (Billing Quarter) to create a grid view.
3
Combine the report features into a single solution.
Select Matrix report format with a row-level formula.
This combination addresses both row-by-row calculations and two-axis grid grouping.

Anahtar Kavram

Selecting Matrix report format for two-axis grouping and row-level formulas for record-by-record calculations.
Soru 72Soru

An administrator for a logistics organization is building a Lightning dashboard to analyze inventory performance across multiple fulfillment centers. The VP of Operations requests four dynamic dashboard filters: Fulfillment Region, Inventory Status, Product Family, and Supplier Tier. Additionally, the VP wants a stacked bar chart component that displays total inventory value grouped by Fulfillment Region and sub-grouped by Product Family. Which combination of configuration adjustments must the administrator make to successfully meet these requirements within standard Salesforce limits?

Cevabı ve açıklamayı göster

Cevap: Reduce the dynamic dashboard filters to a maximum of three criteria, and configure the source report with groupings by both Fulfillment Region and Product Family.

Cevap

Reduce the dynamic dashboard filters to a maximum of three criteria, and configure the source report with groupings by both Fulfillment Region and Product Family.
Salesforce enforces a strict platform limit of up to 3 dynamic filters on any single Lightning dashboard. Additionally, to display a stacked bar chart component, the underlying source report must contain at least two levels of grouping (such as row and column groupings in a summary or matrix report) so that the chart can plot values on the main axis and stack them by a secondary category.

Adım Adım Çözüm

1
Evaluate the dynamic dashboard filter requirements against Salesforce limits.
Salesforce Lightning dashboards allow a maximum of 3 dynamic filters per dashboard. The requested 4 filters exceed this limit, requiring consolidation or removal of one filter.
System limits on dynamic filters are fixed across all editions.
2
Evaluate component source report grouping requirements for a stacked bar chart.
A stacked bar chart requires two groupings: one for the primary axis (x-axis) and one for the stacked series (color breakdown).
Without at least two groupings (e.g., grouped by Fulfillment Region and Product Family), a stacked bar chart component cannot be rendered.
3
Combine the necessary adjustments into a single configuration plan.
The administrator must select the 3 most critical dynamic filters and format the source report as a summary or matrix report with 2 groupings.
This satisfies both the platform dashboard filter limits and component display prerequisites.

Anahtar Kavram

Dashboard Dynamic Filter Limits and Chart Component Grouping Requirements
Tahmini Süre:2m 0s
Soru 73Soru

An executive leadership team requires a tailored mobile experience in the Salesforce Mobile App that highlights Dashboards, Chatter, and Approval Requests as primary menu items. The administrator must ensure these custom navigation options are available only to executive users while leaving the mobile experience for field representatives unchanged. Which administrative action meets this requirement?

Cevabı ve açıklamayı göster

Cevap: Create a dedicated custom Lightning App configured for Desktop and Phone form factors with the required navigation items, and assign app profile visibility exclusively to the executive profile.

Cevap

Create a dedicated custom Lightning App configured for Desktop and Phone form factors with the required navigation items, and assign app profile visibility exclusively to the executive profile.
The correct answer leverages Lightning App settings in App Manager. By creating a custom Lightning App configured for both Desktop and Phone form factors and assigning it exclusively to the executive profile, executives gain access to a tailored mobile navigation bar (including Dashboards, Chatter, and Approval Requests) without altering the mobile navigation experience for other profiles.

Adım Adım Çözüm

1
Identify the mobile navigation customization scope
Recognize that different user roles (executives vs. field reps) require different mobile navigation items.
Global Mobile Navigation settings apply globally, whereas Lightning Apps allow profile-based tailoring.
2
Select the appropriate Salesforce mobile navigation architecture
Use Lightning App Builder / App Manager to define a custom Lightning App supported on Phone form factors.
Enabling the Phone form factor allows the Lightning App's navigation bar items to serve as the mobile navigation items when users switch to that app in the mobile app.
3
Restrict access via Profile Assignment
Assign the custom Lightning App visibility exclusively to the Executive user profile.
Profile-based app assignment ensures executives see the tailored app while field reps retain their standard app view.

Anahtar Kavram

Salesforce Mobile App Navigation Customization via Profile-based Lightning Apps
Soru 74Soru

A Salesforce Administrator is building an executive leadership dashboard in Lightning Experience to monitor cross-departmental operations. The dashboard includes components sourced from three distinct custom report types: 'Opportunities with Products', 'Accounts with Assets', and 'Cases with Solutions'. The administrator needs to configure global dashboard filters and visual component displays. Which TWO statements accurately describe the technical requirements and constraints for this dashboard configuration? (Select 2)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Source reports do not need to share identical field API names to be filtered by a single dashboard filter, as long as the administrator manually maps a compatible data type field from each report type.; A dashboard component configured as a stacked bar chart requires the underlying summary source report to have at least two levels of field groupings defined.

Cevap

Source reports do not need to share identical field API names to be filtered by a single dashboard filter as long as compatible data types are mapped, and stacked bar chart components require the source report to have at least two levels of field groupings.
The correct options accurately identify that dashboard filters can map to different field API names across distinct source reports as long as data types are compatible, and that stacked bar chart components require two levels of grouping in the source report to display stacked segments.

Adım Adım Çözüm

1
Evaluate dashboard filter mapping mechanics across different custom report types.
Confirm that each dashboard component allows the administrator to choose which field from its underlying source report maps to the global filter. The fields do not need matching API names across different report types as long as data types align.
Salesforce dashboard architecture decouples filter definition from individual source report field names to allow heterogeneous reports on a single dashboard.
2
Analyze grouping prerequisites for multi-dimensional chart components like stacked bar charts.
Determine that stacked bar charts require two grouping levels (X-axis grouping and bar segment stacking grouping).
Without a second grouping level in the underlying report, the component cannot separate data into stacked color segments.
3
Validate security rules for dynamic dashboards and filter limits.
Confirm that dynamic dashboards adhere to user record-level access and that dashboards are limited to 3 filters with 50 values each.
Dynamic dashboards ensure users only see data they are permitted to access based on standard Salesforce security models.

Anahtar Kavram

Salesforce Dashboard Component Groupings and Dashboard Filter Field Mapping Constraints
Soru 75Soru

Nexus Health Systems operates two distinct revenue divisions: Medical Equipment Sales and Consulting Services. The Consulting Services team requires a custom sales pipeline with specific opportunity stages (Discovery, Proposal Development, Contract Negotiation, and Project Kickoff) that differ from the standard equipment sales stages. An administrator has already added the new stage values to the Opportunity object's Stage picklist field. Which sequence of administrative steps must be completed next to ensure the Consulting Services team sees only their relevant stages when creating opportunities?

Cevabı ve açıklamayı göster

Cevap: Create a new Sales Process containing the consulting stages, create a new Opportunity Record Type associated with that Sales Process, and assign the Record Type to the Consulting Services profile.

Cevap

Create a new Sales Process containing the consulting stages, create a new Opportunity Record Type associated with that Sales Process, and assign the Record Type to the Consulting Services profile.
In Salesforce, the Opportunity Stage field is controlled specifically by a Sales Process. To implement distinct stage values for a team, an administrator must first create a Sales Process containing those stages, create an Opportunity Record Type linked to that Sales Process, and finally assign the Record Type to the target user profiles.

Adım Adım Çözüm

1
Create a new Sales Process.
Defines the subset of Opportunity Stage picklist values specific to the Consulting Services pipeline.
Opportunity Stage picklist values are controlled by Sales Processes rather than standard Record Type picklist edit pages.
2
Create a new Opportunity Record Type and link it to the new Sales Process.
Associates the defined sales pipeline stages with a specific record type framework on the Opportunity object.
Record Types provide the link between user profiles and the underlying Sales Process.
3
Assign the Opportunity Record Type to the relevant user profiles.
Ensures users with the Consulting Services profile can select the appropriate record type and see only the relevant opportunity stages.
Profile assignment determines which Record Types (and consequently which Sales Processes) users can access when creating records.

Anahtar Kavram

Sales Processes and Opportunity Stage Picklist Management
Soru 76Soru

A Salesforce Administrator needs to design an after-save record-triggered flow on the Order object when an Order is updated to 'Activated'. The business logic requires checking whether the total amount of related active Order Item records exceeds $50,000. If this threshold is met, the flow must set the 'Is_High_Value__c' checkbox on the triggering Order to true and update the 'Status__c' field on all related Hardware line items to 'Approved'. Which element design pattern and sequence correctly fulfills these requirements while adhering to Salesforce governor limits and best practices?

Cevabı ve açıklamayı göster

Cevap: Execute a single Get Records element outside the loop to retrieve all related Order Items, iterate through them with a Loop and Decision element to calculate the running total, populate a Record Collection variable using an Assignment element inside the loop, and execute a single Update Records element outside the loop.

Cevap

The correct architecture retrieves Order Items using a single Get Records element outside the loop, calculates totals and accumulates modified items into a collection variable using an Assignment element inside the loop, and performs DML using a single Update Records element outside the loop.
The correct approach follows Salesforce bulkification standards. Fetching related records using a single Get Records element outside the loop, performing calculations and accumulating modified records into a collection variable via Assignment elements during loop iteration, and committing changes via a single Update Records element outside the loop ensures the flow runs efficiently within transaction governor limits.

Adım Adım Çözüm

1
Query related child records in bulk
Use a single Get Records element positioned prior to any iteration to fetch all child Order Items associated with the triggering Order ID.
Retrieving data outside loops ensures only one SOQL query is consumed against the governor limit of 100 SOQL queries per transaction.
2
Process records and update in-memory variables
Pass the retrieved collection into a Loop element. Inside the loop, evaluate line items with a Decision element, accumulate the sum in a Currency variable, and use an Assignment element to add updated Hardware records to a new Record Collection variable.
Performing assignment and variable manipulation in memory during loop execution uses zero DML statements.
3
Commit updates outside the loop
After the loop finishes, evaluate the total currency variable. If over 50,000,updatethetriggeringOrderrecord(50,000, update the triggering Order record ( Record) and issue a single Update Records element for the aggregated Record Collection variable.
Executing DML elements after loop completion bulkifies the operation into a single DML call.

Anahtar Kavram

Flow Builder Bulkification and Data Manipulation Mechanics
Tahmini Süre:2m 0s
Soru 77Soru

A Salesforce Administrator is configuring a sales operations dashboard in Lightning Experience that incorporates components derived from both Account and Opportunity report types. The management team wants to filter the dashboard by Region and requires that managers see only the data they have permission to access. Which two considerations must the administrator keep in mind when configuring the dashboard components and dynamic filters? (Select 2)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: A maximum of 3 filters can be added to a single dashboard, and fields must be mapped explicitly if the source report types do not share identical field names.; Configuring the dashboard to run as the logged-in user allows viewers to see data based on their own access permissions without granting access to restricted records.

Cevap

The administrator must account for the limit of 3 dashboard filters with explicit field mapping across different report types, and understand that running dynamic dashboards as the logged-in user respects individual user record permissions.
The correct statements recognize that Salesforce imposes a hard limit of 3 filters per dashboard requiring explicit field mapping when source reports differ, and that running dynamic dashboards as the logged-in user strictly enforces existing record-level access control.

Adım Adım Çözüm

1
Evaluate dashboard filter limits and mapping rules for multiple report types.
Salesforce limits dashboards to 3 filters, and components using different report types require explicit field mapping for the filter to work across all components.
Different source reports may reference distinct objects (Accounts vs. Opportunities), so explicit field mapping tells the dashboard engine which field to filter on for each component.
2
Analyze security and dynamic running user settings.
Dynamic dashboards running as the logged-in user restrict displayed data strictly to what each user has permissions to view.
Dynamic dashboards adapt visibility to the viewing user's security context without altering OWD or sharing access.

Anahtar Kavram

Dashboard Filters and Dynamic Dashboard Security
Soru 78Soru

A business process requires an autolaunched flow to update entitlement balances on parent Account records when child Subscription records reach their expiration date. The flow receives a collection variable containing multiple Account record IDs. To maintain optimal performance and prevent runtime exceptions when processing large batches of records, which logical sequence and placement of Flow elements must be implemented?

Cevabı ve açıklamayı göster

Cevap: Perform a single Get Records operation before entering the loop to fetch all relevant active Subscriptions, iterate through the Account collection using a Loop element, use Assignment elements inside the loop to accumulate totals into a record collection variable, and execute a single Update Records operation after the loop finishes.

Cevap

The correct architecture requires executing all Get Records and Update Records elements outside of the Loop element, using Assignment elements inside the loop to manipulate memory collection variables.
The correct implementation adheres to Salesforce bulkification design principles by isolating all database interactions (Get Records and Update Records) outside the Loop element. By fetching data in bulk before entering the loop and accumulating modified parent records in a collection variable using Assignment elements, the flow commits all record updates using a single DML operation upon loop completion.

Adım Adım Çözüm

1
Query records in bulk
Fetch all relevant child Subscription records for the target Accounts in a single Get Records element prior to loop execution.
Prevents executing SOQL queries inside the loop, conserving transaction governor limits.
2
Iterate and process in memory
Use a Loop element combined with Assignment elements to calculate aggregate totals and populate a record collection variable in memory.
In-memory variable manipulation does not consume Salesforce database governor limits.
3
Commit changes in bulk
Pass the populated record collection variable to a single Update Records element positioned after the loop output path.
Executes a single bulk DML statement for all updated parent Account records.

Anahtar Kavram

Bulkification of Flow Data Elements (SOQL and DML outside loops)
Soru 79Soru

A Salesforce Administrator at Ursa Major Solar is creating an Account report to target key clients for an upcoming marketing campaign. The report must satisfy the following business requirements:

1. Include Accounts where the Type is either 'Customer - Direct' or 'Customer - Channel'.
2. Include Accounts that have at least one Closed Won Opportunity with an Amount exceeding $50,000.
3. Exclude any Accounts that currently have open Cases with a Priority of 'High'.

The administrator has created the following initial standard field filters on the Account report:
1. Account Type equals 'Customer - Direct'
2. Account Type equals 'Customer - Channel'

Which combination of filter logic and cross filters should the administrator configure to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Set Filter Logic to '1 OR 2'. Add a Cross Filter for Accounts WITH Opportunities, filtered by Stage equals 'Closed Won' and Amount greater than '50000'. Add a second Cross Filter for Accounts WITHOUT Cases, filtered by Priority equals 'High'.

Cevap

Set Filter Logic to '1 OR 2' on the Account Type standard filters, add a Cross Filter for Accounts WITH Opportunities (sub-filtered by Stage equals 'Closed Won' and Amount > 50000), and add a second Cross Filter for Accounts WITHOUT Cases (sub-filtered by Priority equals 'High').
Applying custom Filter Logic '1 OR 2' ensures that accounts matching either 'Customer - Direct' or 'Customer - Channel' are selected. Cross Filters evaluate relationship criteria between parent and child objects without requiring schema modifications. Adding 'Accounts WITH Opportunities' sub-filtered by Stage equals 'Closed Won' and Amount > 50,000 isolates high-value deals. Adding 'Accounts WITHOUT Cases' sub-filtered by Priority equals 'High' excludes accounts with active critical issues. Multiple Cross Filters automatically join via AND logic with standard field filters.

Adım Adım Çözüm

1
Group standard field filters using Filter Logic
Filter Logic '1 OR 2' evaluates Account Type for either 'Customer - Direct' or 'Customer - Channel'.
Standard field filters handle picklist field filtering on the primary report object.
2
Add a Cross Filter for related Opportunities
Configured 'Accounts WITH Opportunities' with sub-filters Stage equals 'Closed Won' and Amount > 50000.
Cross Filters with sub-filters restrict parent records based on specific child record criteria.
3
Add a Cross Filter for related Cases
Configured 'Accounts WITHOUT Cases' with sub-filter Priority equals 'High'.
The WITHOUT operator excludes parent records that have matching child records.

Anahtar Kavram

Combining standard Boolean Filter Logic with multiple WITH/WITHOUT Cross Filters and sub-filters
Soru 80Soru

Summit Financial Services utilizes a two-step approval process for custom Purchase Order records. Step 1 requires direct manager approval for all purchase orders. Step 2 requires executive vice-president approval only if the total order amount exceeds 50,000.Duringtesting,ausersubmitsa50,000. During testing, a user submits a 25,000 purchase order. The manager approves Step 1, but the system immediately marks the purchase order as Rejected instead of Approved. What is the root cause of this unexpected rejection?

Cevabı ve açıklamayı göster

Cevap: The entry criteria for Step 2 evaluated to false, and the step configuration was set to perform the 'else' action of rejecting the record.

Cevap

The step entry criteria for Step 2 evaluated to false, and the step was configured to reject the record when criteria are not met.
In a multi-step approval process, each step defines what happens if a record does not meet its entry criteria. The options are 'Go to the next step', 'Approve record', or 'Reject record'. Because the purchase order was under $50,000, it skipped Step 2 criteria. Since the step was misconfigured to 'Reject record' on criteria failure, Salesforce rejected the purchase order despite passing Step 1.

Adım Adım Çözüm

1
Analyze the approval process flow for the $25,000 Purchase Order.
The purchase order completes Step 1 successfully because manager approval is granted.
Step 1 applies to all purchase orders regardless of amount.
2
Evaluate the entry criteria for Step 2.
The 25,000purchaseorderfailstheStep2criteria(25,000 purchase order fails the Step 2 criteria ( 50,000 threshold).
The record amount is less than the required $50,000 minimum for executive review.
3
Examine Salesforce step entry criteria failure behavior ('else' branch).
Salesforce executes the step's fallback setting when entry criteria evaluate to false.
If the step is misconfigured to 'Reject record' when criteria are not met (instead of 'Approve record' or 'Go to the next step'), the approval process immediately executes rejection actions.

Anahtar Kavram

Approval Step Entry Criteria Fallback ('Else' Routing)
ÖncekiSayfa 4 / 90Sonraki
Tüm alıştırma soruları — Salesforce Certified Administrator | Examkin