Tüm alıştırma soruları

1784 soru

Soru 181Soru

A sales manager wants to evaluate different report layout options for analyzing opportunity records. Which two features are available when using a Summary report format in Salesforce? (Select two.)

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

Cevabı ve açıklamayı göster

Cevap: Grouping records by rows to organize data into logical categories; Adding summary formulas and subtotal calculations to grouped data rows

Cevap

Summary reports in Salesforce allow users to group data rows into logical categories and calculate subtotals, grand totals, and summary formulas across those groupings.
Summary reports are designed specifically to group records by rows (up to three levels) and perform summary calculations, subtotals, and summary formulas on the grouped data.

Adım Adım Çözüm

1
Identify the features of a Summary report format
Summary reports allow row groupings (up to 3 levels) and aggregate calculation of numeric fields (SUM, AVG, MIN, MAX) along with custom summary formulas.
Understanding standard Salesforce report formats determines which format fits specific business reporting needs.
2
Compare against other standard report formats
Tabular format provides plain lists without groupings; Matrix format provides two-dimensional row and column groupings; Joined format combines multiple blocks.
Distinguishing between Tabular, Summary, Matrix, and Joined formats ensures correct format selection.

Anahtar Kavram

Summary Report Format Capabilities
Soru 182Soru

A Salesforce Administrator is configuring a global partner management dashboard to monitor channel partner performance across different regions and business sectors. The Vice President of Channel Sales requests interactive filtering capabilities on the dashboard so account directors can slice visual metrics by Partner Region and Partner Industry. Which two considerations or technical constraints must the administrator keep in mind when setting up dashboard dynamic filters? (Select 2)

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

Cevabı ve açıklamayı göster

Cevap: A maximum of 3 dashboard filters can be added to a single dashboard, with up to 50 filter values per filter.; Each dashboard filter field must map to equivalent fields available in the source reports powering the dashboard components.

Cevap

The administrator must remember that a maximum of 3 dashboard filters can be added per dashboard (with up to 50 option values each) and that each filter must map to equivalent fields present in the source reports.
Salesforce allows administrators to add up to 3 filters per dashboard, with each filter supporting up to 50 filter options. Additionally, for a dashboard component to reflect a filter correctly, the underlying source report must contain a field that maps to the selected dashboard filter field.

Adım Adım Çözüm

1
Review platform limits for dashboard dynamic filters.
Identify that Salesforce allows a maximum of 3 dashboard filters per dashboard, and each filter supports up to 50 values.
Understanding system limits ensures the dashboard design complies with platform capabilities.
2
Evaluate field mapping requirements across source reports.
Confirm that each dashboard filter field must map to equivalent fields in the source reports of the dashboard components.
If a source report lacks a mapped field, the dynamic filter will not apply to that component.

Anahtar Kavram

Dashboard Dynamic Filters Limits and Field Mapping
Soru 183Soru

A system administrator is tasked with managing data maintenance operations for an organization. The administrator must schedule recurring automated backups of organizational data—including file attachments—and also perform a mass deletion of obsolete custom object records such that they bypass the Recycle Bin completely. Which TWO actions should the administrator take to fulfill these requirements?

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

Cevabı ve açıklamayı göster

Cevap: Schedule an automated data backup using the Data Export Service in Setup and select the option to include attachments and images.; Use Data Loader to execute a Hard Delete operation on the target custom object records.

Cevap

The administrator should schedule a recurring backup using the Data Export Service with attachment options selected, and use Data Loader to perform a Hard Delete operation on the custom object records.
The Data Export Service in Setup is the official native feature for scheduling automated weekly or monthly data backups, including attachments. For mass operations requiring records to bypass the Recycle Bin, Data Loader's Hard Delete function permanently purges the records from the organization immediately.

Adım Adım Çözüm

1
Configure recurring data exports for backup compliance.
Access Setup -> Data Export, select weekly export frequency, and check 'Include images, documents, and attachments'.
The Data Export Service is the native feature designed for automated, scheduled exports including file attachments.
2
Select the appropriate tool for mass deletion bypassing the Recycle Bin.
Extract record IDs and run a Hard Delete via Data Loader.
Data Loader's Hard Delete operation permanently purges records immediately, whereas standard deletion sends them to the Recycle Bin.

Anahtar Kavram

Data Export Service scheduling and Data Loader Hard Delete capabilities
Soru 184Soru

A sales director at a enterprise software firm requires account executives to record single meeting Events that involve up to 15 client contacts from a key customer account, while simultaneously linking each meeting directly to its corresponding primary Opportunity record. The system administrator enables Shared Activities ('Allow Users to Relate Multiple Contacts to Tasks and Events') in Activity Settings. Which operational behavior should the administrator explain to the sales director regarding how these logged Events will appear across records in Salesforce?

Cevabı ve açıklamayı göster

Cevap: The Event appears on the Activity Timeline of all related Contacts, the primary Opportunity, and the primary Contact's associated Account.

Cevap

The Event appears on the Activity Timeline of all related Contacts, the primary Opportunity, and the primary Contact's associated Account.
When Shared Activities is enabled, administrators and users can relate a single Event to up to 50 Contacts via the Name field while simultaneously relating it to one related record (such as an Opportunity) via the Related To field. Salesforce displays this single Event across the Activity Timelines of all 15 related Contacts, the linked Opportunity, and the Account associated with the primary Contact.

Adım Adım Çözüm

1
Analyze Shared Activities (Shared Contacts) capabilities in Salesforce
Enabling Shared Activities allows users to relate up to 50 Contacts (or 1 Lead) to a single Event or Task using the Name field.
Understanding the maximum limit and object types supported by Shared Activities.
2
Evaluate relationship field boundaries (WhoId vs WhatId)
The Name field (WhoId) supports up to 50 Contacts, while the Related To field (WhatId) supports exactly one non-contact record (such as an Opportunity or Account).
Activities cannot be related to multiple Accounts or multiple Opportunities simultaneously.
3
Determine activity visibility and rollup behavior across related records
The single Event record is displayed on the Activity Timeline for all related Contacts, the related Opportunity, and the Account associated with the primary Contact.
Salesforce rolls up the activity to the primary Contact's Account while retaining visibility across all explicitly linked records.

Anahtar Kavram

Shared Activities (Relating Multiple Contacts to Tasks and Events)
Tahmini Süre:2m 0s
Soru 185Soru

Match each Salesforce email integration and template administration requirement to the correct configuration action required by the system administrator.

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

Öğeler

Enable sales representatives to access and insert standardized email templates directly from within the Outlook desktop integration side panel.
Restrict modification permissions for a central folder of marketing email templates to a designated Public Group while allowing read access to all users.
Allow representatives using the Gmail Integration to log incoming and outgoing emails against records of a custom object.
Ensure email templates can dynamically render recipient contact details and related parent record fields using modern merge syntax.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The business requirements match as follows: Accessing templates inside Outlook requires adding the Email Templates component in Lightning App Builder; restricting template folder modification to a public group requires Folders and Enhanced Sharing; logging emails against custom objects requires enabling Allow Activities; and dynamic cross-object field merging relies on Lightning Email Templates with Handlebars Merge Language (HML).
Each requirement corresponds directly to standard Salesforce administration settings for email integration: side panel contents are customized via Lightning App Builder; granular template folder access relies on Enhanced Folder Sharing; logging emails to custom objects requires the 'Allow Activities' setting; and dynamic template rendering uses Handlebars Merge Language (HML).

Adım Adım Çözüm

1
Evaluate side panel layout capabilities for the Outlook integration.
Identified that pane components are managed through Lightning App Builder desktop application layouts.
Adding the Email Templates component enables users to select templates directly inside their email client interface.
2
Determine folder sharing mechanisms for Lightning Email Templates.
Identified Folders and Enhanced Sharing as the prerequisite for folder-level access control.
Enhanced folder sharing allows explicit View or Manage access permissions to be assigned to Public Groups.
3
Check custom object prerequisites for activity and email logging.
Identified the 'Allow Activities' checkbox setting in Object Manager.
Objects without activity tracking enabled cannot receive logged tasks or emails from Gmail/Outlook integrations.
4
Identify the standard merge syntax used in modern Salesforce email templates.
Confirmed Handlebars Merge Language (HML) as the language standard for Lightning Email Templates.
HML provides seamless merging of standard and custom field data across target objects.

Anahtar Kavram

Salesforce Integration with Outlook/Gmail, Lightning Email Template Folders, and Object Activity Settings
Soru 186Soru

An administrator at Horizon Media Group needs to implement a dedicated sales pipeline for a new Strategic Partnerships division. This division requires a specific sequence of Opportunity stages that differs from the existing business lines. Which administrative steps should the administrator perform to make the new stages available when creating opportunities for this division?

Cevabı ve açıklamayı göster

Cevap: Create the new Opportunity stages, create a Sales Process containing those stages, create an Opportunity Record Type linked to the Sales Process, and assign the record type to the relevant profiles.

Cevap

The administrator must create the new Opportunity stages, create a Sales Process containing those stages, create an Opportunity Record Type linked to the Sales Process, and assign the record type to the relevant profiles.
To implement custom opportunity stages for a specific business line, an administrator must create the stage picklist values, group them into a Sales Process, link the Sales Process to an Opportunity Record Type, and enable the record type for the target user profiles.

Adım Adım Çözüm

1
Add custom Opportunity Stage values in Object Manager if the required stages do not already exist.
The necessary stage picklist options are available in the master picklist pool.
Sales processes can only include stage values that exist in the master Stage picklist field.
2
Create a new Sales Process and select the subset of stage picklist values required for the Strategic Partnerships division.
A distinct sales lifecycle definition is established.
Opportunity stage picklist values are governed by Sales Processes rather than direct object picklist assignment.
3
Create a new Opportunity Record Type, select the newly created Sales Process, and assign the Record Type to the appropriate user profiles.
Users in the Strategic Partnerships team can select the record type and see the correct stage lifecycle when working on opportunities.
Record types bridge the Sales Process definition to page layouts and profile accessibility.

Anahtar Kavram

Configuring Sales Processes and Opportunity Record Types
Tahmini Süre:1m 30s
Soru 187Soru

A system administrator is deploying Einstein Activity Capture (EAC) for a newly formed account management team. The administrator attempts to grant EAC user access by updating settings on the team's custom profile, but cannot locate any EAC user entitlement settings on the profile object. Furthermore, after successfully adding the users to an active EAC configuration, sales leadership notices that standard Salesforce Activity reports fail to include emails and events synced by EAC. Which statement accurately explains how EAC access is provisioned and how its captured data behaves in reporting?

Cevabı ve açıklamayı göster

Cevap: EAC functionality requires assigning an EAC permission set to users rather than configuring profile settings, and captured activities are stored off-platform in AWS storage, making them unavailable in standard Task and Event reports.

Cevap

EAC functionality requires assigning an EAC permission set to users rather than configuring profile settings, and captured activities are stored off-platform in AWS storage, making them unavailable in standard Task and Event reports.
The correct answer accurately reflects both EAC provisioning and storage behavior. EAC access is granted by assigning a permission set (e.g., Standard Einstein Activity Capture) to individual users, as profile settings do not control EAC feature activation. Additionally, EAC emails and events are stored off-platform in AWS rather than as standard Task and Event records in the Salesforce relational database. Consequently, standard Salesforce reports (which only query the Salesforce database) cannot render EAC activities unless Activity Metrics or CRM Analytics tools are utilized.

Adım Adım Çözüm

1
Analyze how Einstein Activity Capture (EAC) user permissions are assigned in Salesforce.
EAC features require assigning an explicit permission set (such as Standard Einstein Activity Capture) or permission set license to individual users, rather than modifying user Profiles.
Salesforce uses permission sets for additive feature provisioning like EAC to maintain modular control across varied user roles.
2
Evaluate the storage architecture for EAC-captured emails and events.
EAC captures activities and stores them off-platform in an external AWS infrastructure, streaming them onto record activity timelines.
Storing high-volume activity data off-platform prevents database storage inflation but means activities are not standard CRM records.
3
Determine the impact of off-platform EAC storage on standard reporting.
Standard Salesforce reports query records residing in the core Salesforce database (Task and Event objects), so they cannot display EAC data stored in AWS.
Reporting on EAC data requires features like Activity Metrics or CRM Analytics (Tableau CRM) designed specifically to query off-platform activity data.

Anahtar Kavram

Einstein Activity Capture Architecture, Permission Set Assignment, and Off-Platform Data Storage Limitations
Tahmini Süre:2m 0s
Soru 188Soru

A Service Cloud administrator at a solar energy equipment provider is configuring automated ticket routing and SLA enforcement for residential system outages. Which two statements accurately describe the functionality and system constraints of Case Assignment Rules and Case Escalation Rules? (Select two.)

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

Cevabı ve açıklamayı göster

Cevap: Case Assignment Rules assign case ownership to specified users or queues upon case creation, whereas Case Escalation Rules reassign cases or send email notifications when SLA criteria are breached over time.; Only one Case Assignment Rule and only one Case Escalation Rule can be active in a Salesforce organization at a given time.

Cevap

The correct statements are that Case Assignment Rules set initial ownership at case creation while Case Escalation Rules manage SLA breaches over time, and that only one Case Assignment Rule and one Case Escalation Rule can be active simultaneously in an organization.
Case Assignment Rules route newly generated cases to users or queues based on defined entry criteria at the time of creation. In contrast, Case Escalation Rules evaluate existing open cases over time and trigger reassignment or notification actions when SLA deadlines are exceeded. Furthermore, Salesforce system architecture enforces that only one Assignment Rule and one Escalation Rule can be active in an organization at any given time.

Adım Adım Çözüm

1
Differentiate between initial case routing and post-creation SLA monitoring.
Identify that Case Assignment Rules govern initial user/queue ownership upon case creation, whereas Case Escalation Rules evaluate unresolved cases against age thresholds.
Salesforce decouples creation-time routing from post-creation escalation processes.
2
Evaluate system activation limits for case automation rules.
Confirm that an organization can have multiple entry criteria within a rule, but only one active Assignment Rule and one active Escalation Rule at any single point in time.
Salesforce architecture enforces a single active rule container per rule category.

Anahtar Kavram

Case Automation Rules (Assignment, Auto-Response, and Escalation)
Soru 189Soru

An administrator wants to ensure that users provide a Mobile Phone number whenever the Preferred Contact Method picklist field is set to 'Mobile' on a Contact record. Which validation rule formula correctly enforces this requirement?

Cevabı ve açıklamayı göster

Cevap: AND(ISPICKVAL(Preferred_Contact_Method__c, 'Mobile'), ISBLANK(MobilePhone))

Cevap

AND(ISPICKVAL(Preferred_Contact_Method__c, 'Mobile'), ISBLANK(MobilePhone))
The formula correctly uses the logical AND function to require that the Preferred Contact Method picklist equals 'Mobile' while the Mobile Phone field is simultaneously blank, evaluating to true and preventing save when data quality is violated.

Adım Adım Çözüm

1
Identify the criteria for triggering the error
The validation rule must fire when Preferred Contact Method equals 'Mobile' AND Mobile Phone is blank.
Validation rules fire when the formula expression evaluates to true.
2
Select appropriate formula functions
Use ISPICKVAL() to evaluate picklist values and ISBLANK() to test for missing text values.
ISPICKVAL checks picklist selection, while ISBLANK verifies whether a field contains data.
3
Combine conditions using logical AND
AND(ISPICKVAL(Preferred_Contact_Method__c, 'Mobile'), ISBLANK(MobilePhone))
Both conditions must be simultaneously true to block record saving.

Anahtar Kavram

Combining ISPICKVAL and ISBLANK functions in validation rules to enforce conditional data entry.
Soru 190Soru

An administrator creates a new Record Type named 'Tier-2 Support' on the Case object to handle escalated service issues. After assigning the new Record Type and its corresponding page layout to the Tier-2 Support profile, users report that specific priority picklist values intended for escalations are missing when creating records. Which administrative action must the administrator perform to resolve this issue?

Cevabı ve açıklamayı göster

Cevap: Edit the available picklist values for the Priority field directly under the newly created Record Type detail page.

Cevap

Edit the available picklist values for the Priority field directly under the newly created Record Type detail page.
When a new Record Type is created, the administrator must explicitly edit the picklists available for that record type to specify which values are visible to users assigned to that record type. Modifying the Priority field under the Record Type configuration enables the missing values.

Adım Adım Çözüm

1
Navigate to Object Manager and select Case.
Accesses the object configuration options for Cases.
Record types and picklist assignments are managed at the object level.
2
Click Record Types, select 'Tier-2 Support', and locate Picklists Available for Editing.
Displays all master picklist fields available on the Case object for this record type.
Creating a record type requires explicit selection of which values from master picklists should be active.
3
Edit the Priority picklist field to move the required escalation values into the Selected Values list and save.
Tier-2 Support users can now select the new priority values when creating or editing records of this record type.
Picklist values must be explicitly allocated to each record type after creation.

Anahtar Kavram

Record Type Picklist Value Assignment
Tahmini Süre:1m 15s
Soru 191Soru

An administrator is configuring a validation rule on the Case object to enforce data quality for enterprise support. The requirement states that when a Case with the Record Type 'Priority_Support' is set to a Status of 'Closed', the custom text field `Root_Cause_Code__c` must be populated and adhere to a specific 5-character format (two uppercase letters followed by three digits, e.g., 'RC101'). Additionally, the rule must only evaluate when the record is newly created or when the Status field is explicitly changed to 'Closed', avoiding false triggers on existing closed cases during mass updates. Which validation rule formula correctly enforces these conditions without failing due to improper null handling?

Cevabı ve açıklamayı göster

Cevap: AND( RecordType.DeveloperName = 'Priority_Support', ISPICKVAL(Status, 'Closed'), OR(ISNEW(), ISCHANGED(Status)), OR(ISBLANK(Root_Cause_Code__c), NOT(REGEX(Root_Cause_Code__c, '[A-Z]{2}[0-9]{3}'))) )

Cevap

The validation rule formula using AND along with RecordType.DeveloperName, ISPICKVAL, ISNEW/ISCHANGED checks, and an OR condition checking ISBLANK alongside NOT(REGEX(...)) is the correct solution.
The correct formula evaluates the Record Type developer name, enforces picklist validation with ISPICKVAL, scopes evaluation to record creation or Status changes, and combines ISBLANK with NOT(REGEX(...)) so that any missing value or non-conforming text triggers the validation error.

Adım Adım Çözüm

1
Identify Record Type and Picklist conditions
Ensure `RecordType.DeveloperName = 'Priority_Support'` and `ISPICKVAL(Status, 'Closed')` are evaluated.
DeveloperName is best practice to prevent breakage across environments, and picklist fields in validation formulas require ISPICKVAL.
2
Restrict rule evaluation context
Wrap `OR(ISNEW(), ISCHANGED(Status))` inside the main `AND` statement.
This prevents existing closed records from firing validation errors when unrelated fields are updated.
3
Implement robust null and format checking
Use `OR(ISBLANK(Root_Cause_Code__c), NOT(REGEX(Root_Cause_Code__c, '[A-Z]{2}[0-9]{3}')))`.
A validation rule fires when the formula yields TRUE. Therefore, the rule must evaluate to TRUE if the field is either blank or does not match the regex pattern.

Anahtar Kavram

Validation Rule Logic and Null Handling in Salesforce Formulas
Soru 192Soru

An administrator is configuring dashboard visibility and security settings for a sales team. Which two statements correctly describe how running user settings affect dashboard data visibility? (Select 2 answers)

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

Cevabı ve açıklamayı göster

Cevap: A dynamic dashboard displays data according to the security and record access permissions of the logged-in viewer.; Users viewing a dynamic dashboard cannot access underlying individual records that their sharing rules restrict.

Cevap

The correct statements are that a dynamic dashboard displays data according to the security and record access permissions of the logged-in viewer, and users viewing a dynamic dashboard cannot access underlying individual records that their sharing rules restrict.
Dynamic dashboards calculate and present metrics based on the logged-in user's own security context. Users only see data they have permission to access, and viewing a dashboard component never grants access to drill down into records that are restricted by sharing rules or Organization-Wide Defaults.

Adım Adım Çözüm

1
Evaluate how dynamic dashboard running user settings control data display.
Identify that dynamic dashboards show metrics customized to the logged-in viewer's security access.
Dynamic dashboards execute using the context of the user currently viewing the dashboard.
2
Determine record access behavior when drilling down from dashboard components.
Confirm that underlying record access remains bounded by existing sharing rules and OWD.
Summarized dashboard metrics do not override or bypass record-level security settings.

Anahtar Kavram

Dashboard Running User and Visibility Settings
Soru 193Soru

An organization provides customized service level agreements (SLAs) to customers based on the specific warrantied products they purchase. Each purchased product line item requires individual support entitlement terms, start and end dates, and service contract tracking. Which entitlement model should the Salesforce Administrator implement to meet these business requirements?

Cevabı ve açıklamayı göster

Cevap: Service Contracts with Contract Line Items and Entitlements

Cevap

Service Contracts with Contract Line Items and Entitlements is the correct model to implement when support terms, start/end dates, and SLAs must be linked to specific products purchased by a customer.
Salesforce supports three standard entitlement models: Entitlements only, Service Contracts with Entitlements, and Service Contracts with Contract Line Items and Entitlements. When support terms and dates must be tracked for specific products purchased by a customer, the model using Service Contracts with Contract Line Items and Entitlements is required.

Adım Adım Çözüm

1
Analyze the business requirements
Identified the need to track support SLAs at the individual product line item level associated with customer purchases and service contracts.
Different products under the same customer contract have distinct warranty terms and entitlement coverage dates.
2
Evaluate Salesforce Entitlement Models
Determined that the 'Service Contracts with Contract Line Items and Entitlements' model supports linking entitlements to specific products (contract line items) listed on a service contract.
Standalone entitlements or contract-level entitlements do not break down SLA terms by individual contract line items.

Anahtar Kavram

Salesforce Entitlement Management Models
Soru 194Soru

A Salesforce Administrator at a financial services firm is designing a Lightning dashboard to track sales performance metrics for regional directors. The leadership team specifies two requirements: regional directors must be able to filter the dashboard components interactively by Sales Region and Opportunity Stage, and each director must only see data they are authorized to view according to their existing record sharing permissions when viewing the dashboard and clicking through to source reports.

Which TWO configuration actions should the administrator take to satisfy these requirements? (Select 2)

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

Cevabı ve açıklamayı göster

Cevap: Set the dashboard running user option to 'View dashboard as the logged-in user'.; Create dynamic dashboard filters based on Sales Region and Opportunity Stage fields.

Cevap

The administrator should set the dashboard running user option to 'View dashboard as the logged-in user' and create dynamic dashboard filters based on the Sales Region and Opportunity Stage fields.
Selecting 'View dashboard as the logged-in user' transforms the dashboard into a dynamic dashboard, ensuring that data is displayed according to each individual user's record visibility and security settings. Furthermore, creating dynamic filters for Sales Region and Opportunity Stage fulfills the business request while staying within Salesforce's standard limit of up to 3 dynamic filters per dashboard.

Adım Adım Çözüm

1
Analyze security and dynamic visibility requirements
Configuring 'View dashboard as the logged-in user' creates a dynamic dashboard where each viewer sees metrics restricted to their own record sharing access.
Static running users show fixed datasets regardless of viewer permissions and do not restrict data per user.
2
Evaluate filter requirements against Salesforce limits
Adding 2 dynamic dashboard filters (Sales Region and Opportunity Stage) meets the requirement without exceeding the maximum limit of 3 dynamic filters per dashboard.
Salesforce supports up to 3 dynamic filters per Lightning dashboard, each with up to 50 filter values.
3
Verify component calculation capabilities and drill-down security
Formula logic must reside in source reports, and drilling down to report details enforces standard user sharing rules.
Dashboard components cannot define new report summary formulas, nor can static running users grant underlying record access to viewers.

Anahtar Kavram

Dynamic Dashboard Running User and Dashboard Filter Limits
Soru 195Soru

A Salesforce administrator at a telecommunications firm is tasked with configuring an automated nightly process to archive operational data. The process must export 150,000 Case records to an external repository and subsequently execute a hard delete on those records to free up organization storage. Which tool should the administrator select to fulfill these operational requirements?

Cevabı ve açıklamayı göster

Cevap: Data Loader, because it supports command-line automation, hard deletion capabilities, and processing volumes greater than 50,000 records for the Case object.

Cevap

Data Loader, because it supports command-line automation, hard deletion capabilities, and processing volumes greater than 50,000 records for the Case object.
Data Loader is the appropriate tool for this scenario because it can process up to 5,000,000 records per operation, supports data exports as well as hard deletes (bypassing the Recycle Bin), supports all standard objects including Cases, and can be automated on a nightly schedule using its command-line interface (CLI).

Adım Adım Çözüm

1
Evaluate record volume requirements.
The requirement specifies 150,000 records, which exceeds the Data Import Wizard maximum cap of 50,000 records.
Data Loader supports up to 5,000,000 records per bulk operation, whereas Data Import Wizard fails above 50,000 records.
2
Evaluate object type support.
The target object is Cases (a standard service object).
Data Import Wizard only supports specific standard objects (Accounts, Contacts, Leads, Solutions, Campaign Members) and Custom Objects. Cases are not supported by the Data Import Wizard.
3
Evaluate operation types and automation requirements.
The process requires automated export, command-line scheduling, and hard deletion.
Data Import Wizard does not perform data exports, does not support hard deletion (purging records from the Recycle Bin), and cannot run headlessly via command line/CLI scripts.

Anahtar Kavram

Selecting data administration utilities based on record volume, object support, operation type (export/hard delete), and automation capability.
Tahmini Süre:2m 0s
Soru 196Soru

A system administrator is setting up file governance and sharing capabilities across different business units. Match each organizational file requirement on the left to the appropriate Salesforce Files or CRM Content capability on the right.

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

Öğeler

Restrict a file attached to a Case so only explicit file collaborators can view it, even if other agents have read access to the Case record.
Combine multiple product brochures and technical data sheets into a single structured collection for distributor onboarding.
Share a sales presentation with an external prospect via a web link that automatically deactivates after 14 days.
Grant users read-only access to view and download files inside a shared content library without allowing them to upload new versions.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The correct pairings are: 1) Restricting a Case attachment from general record viewers corresponds to setting File Privacy on Record to Private. 2) Bundling multiple documents into one collection corresponds to creating a Content Pack. 3) Sharing a file externally via a web link with a time limit corresponds to Content Delivery / Public Link with Expiration. 4) Providing view and download access in a library without upload rights corresponds to Viewer Library Permission.
Each feature directly addresses a core administrative scenario in Salesforce Content Management: File Privacy on Record overrides record-level inheritance for sensitive attachments; Content Packs group related files; Content Deliveries/Public Links facilitate secure external sharing with expiration dates; and Library Permissions control user interactions within content workspaces.

Adım Adım Çözüm

1
Analyze record-level file security settings.
By default, attached files inherit record visibility. Changing 'File Privacy on Record' to 'Private' explicitly breaks this inheritance so only file owner and shared collaborators can access the file.
Meets the requirement for restricting attached Case files from general record viewers.
2
Evaluate document packaging capabilities in Salesforce Content.
Content Packs enable administrators and users to aggregate separate document files into a cohesive pack for distribution.
Meets the requirement of bundling multiple brochures and data sheets together.
3
Examine external file distribution controls.
Public Links and Content Deliveries convert internal files into encrypted external URLs, allowing administrators to define link expiration dates and track view history.
Meets the requirement of sharing a sales presentation externally with a 14-day deactivation limit.
4
Determine workspace library access levels.
Library Permissions (such as Viewer, Author, and Library Administrator) govern capabilities within specific library folders; the Viewer permission restricts actions to view and download only.
Meets the requirement for read-only library file access without upload permissions.

Anahtar Kavram

Salesforce Files Security, Libraries, and Distribution Features
Soru 197Soru

A Salesforce Administrator at a freight logistics company needs to configure a feature on the Account object that enables account managers to quickly create a related 'Client Onboarding' custom record. The setup must automatically set the Onboarding Start Date to the current date, default the Status to 'Pending Review', and present only essential fields to the user during creation. Which two configuration steps should the administrator perform to meet these requirements? (Select 2 answers)

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

Cevabı ve açıklamayı göster

Cevap: Create an Object-Specific Quick Action on the Account object targeting the Client Onboarding object and customize the Action Layout.; Configure Predefined Field Values on the quick action for the Onboarding Start Date and Status fields.

Cevap

The administrator must create an Object-Specific Quick Action on Account targeting the Client Onboarding object (with a customized Action Layout) and define Predefined Field Values on the action for the default field values.
To create a related record directly from a parent object while enforcing default field values and showing a restricted subset of fields, an administrator should create an Object-Specific Quick Action on the parent object targeting the related object, customize the action layout, and set up Predefined Field Values.

Adım Adım Çözüm

1
Identify the action type required for creating a related child record from a parent record context.
An Object-Specific Quick Action defined on Account targeting the Client Onboarding object is required because it automatically establishes the master-detail/lookup relationship to the account.
Global quick actions cannot automatically link the newly created child record to the source Account record.
2
Determine how to pre-populate record fields and streamline user input.
Customize the Quick Action Layout to show only necessary fields, and configure Predefined Field Values formula expressions for Onboarding Start Date and Status.
Predefined Field Values populate default data behind the scenes without requiring manual entry by the user.

Anahtar Kavram

Object-Specific Quick Actions and Predefined Field Values
Tahmini Süre:1m 30s
Soru 198Soru

A Salesforce administrator at a medical device company needs to configure a weekly automated process to upsert 8500085{}000 custom Equipment__cEquipment\_\_c records from an external ERP system into Salesforce using an External ID field. The operation must run via command-line interface (CLI) without manual user intervention. Which utility should the administrator select to fulfill these requirements?

Cevabı ve açıklamayı göster

Cevap: Data Loader

Cevap

Data Loader is the appropriate utility because it supports up to 5,000,000 records and offers a command-line interface (CLI) for automated, scheduled operations.
Data Loader is designed to handle up to 5,000,000 records per operation and includes a client-based Command Line Interface (CLI) that enables administrators to automate routine upsert tasks on a scheduled basis using external IDs.

Adım Adım Çözüm

1
Evaluate record volume requirement
The requirement specifies 8500085{}000 records, which exceeds the 5000050{}000 record limit of the Data Import Wizard.
Data Import Wizard cannot process files larger than 5000050{}000 records.
2
Evaluate operational mode requirement
The operation requires automated command-line execution (CLI) without user intervention.
Only Data Loader provides a command-line interface (CLI) capability for script-driven automated execution.
3
Select the correct tool based on criteria
Data Loader satisfies both high volume (8500085{}000 records) and automated CLI execution criteria.
Data Loader handles up to 5,000,000 records and supports automated CLI tasks.

Anahtar Kavram

Selecting data administration utilities based on record volume limits and command-line automation capabilities
Soru 199Soru

A Salesforce Administrator is building a support operations dashboard in Lightning Experience to monitor case resolution metrics across various product lines. The Support Director requests a dynamic dashboard filter based on the custom field 'Case Product Family' so team leads can filter the entire dashboard by product. While configuring the filter options, the administrator discovers that one specific chart component cannot be mapped to the 'Case Product Family' filter.

What is the cause of this mapping issue?

Cevabı ve açıklamayı göster

Cevap: The underlying source report does not include the 'Case Product Family' field or an equivalent compatible field in its report layout.

Cevap

The underlying source report does not include the required field (or an equivalent compatible field) in its report layout.
When configuring dashboard filters in Salesforce Lightning Experience, each dashboard component must map the filter to a specific field present in its underlying source report. If the source report does not include the target field (or an equivalent field of a compatible data type), that component cannot participate in the filter until the field is added to the report.

Adım Adım Çözüm

1
Identify the core requirement for mapping a dashboard filter to a component.
Each dashboard filter must map to a field present in the source report of each individual component.
Dashboard filters function by applying criteria directly to the source reports driving each dashboard component.
2
Analyze why the builder cannot select the filter field for the failing component.
The source report backing the component lacks the 'Case Product Family' field or any compatible field to map against.
Without the field included in the report layout, Salesforce cannot apply the dynamic filter to that report's dataset.

Anahtar Kavram

Dashboard Filter Field Mapping Requirements
Soru 200Soru

A Service Cloud administrator at a banking software company needs to ensure that if a high-priority support case remains unresolved for more than two hours after creation, ownership of the case is automatically transferred to the Tier 2 Support Queue and an email alert is sent to the support manager. The administrator attempts to achieve this by adding a rule entry to the active Case Assignment Rule. Which outcome will occur with this configuration?

Cevabı ve açıklamayı göster

Cevap: The case ownership will not reassign after two hours because time-elapsed actions require Case Escalation Rules, whereas Case Assignment Rules evaluate criteria only when a case is created or edited.

Cevap

The case ownership will not reassign after two hours because time-elapsed actions require Case Escalation Rules, whereas Case Assignment Rules evaluate criteria only when a case is created or edited.
The statement explaining that Case Assignment Rules only evaluate criteria at creation or edit time while time-based reassignment requires Case Escalation Rules is correct. Case Escalation Rules utilize escalation actions configured with time thresholds (e.g., 2 hours) to reassign cases to queues and send notification emails when SLAs are breached.

Adım Adım Çözüm

1
Analyze the business requirement
The requirement calls for an automated reassignment and email notification triggered by elapsed time (2 hours post-creation).
Determining whether an action is synchronous upon record save or asynchronous based on elapsed time is necessary to select the correct automation rule.
2
Evaluate Case Assignment Rule capabilities
Case Assignment Rules execute immediately when a case is submitted or edited (if 'Assign using active assignment rule' is selected). They cannot hold actions in a time queue for delayed execution.
Understanding triggering conditions for Case Assignment Rules eliminates them for time-elapsed SLA enforcement.
3
Evaluate Case Escalation Rule capabilities
Case Escalation Rules are specifically designed to reassign cases and send notification emails when a case remains open or unaddressed for a specified number of hours or minutes based on business hours.
Selecting Escalation Rules is required for time-based SLA escalations.

Anahtar Kavram

Distinction between Case Assignment Rules (immediate routing upon creation/save) and Case Escalation Rules (time-elapsed SLA enforcement and reassignment).
Tahmini Süre:1m 30s
ÖncekiSayfa 10 / 90Sonraki
Tüm alıştırma soruları — Salesforce Certified Administrator | Examkin