
[2025年02月16日] 合格Salesforce Advanced Administrator Advanced-Administrator試験問題集には238問があります
究極ガイドの無料準備Salesforce Advanced-Administrator試験問題と解答
Salesforce Certified Advanced Administrator試験は、スキルを次のレベルに引き上げることを検討しているベテランSalesforceの専門家向けに設計されています。この試験は、すでにSalesforce Administrator認定を取得しており、Salesforce Administrationをさらに専門化することを目指している個人を対象としています。高度な管理者認定により、専門家はSalesforce Administrationにおける高度な知識とスキルを実証することができ、現場の専門家として自分自身を際立たせます。
質問 # 65
Cloud Kicks would like to establish a backup administrator who can assign but not modify user permission How should this be accomplished?
- A. Create an administrator permission set group
- B. Set up the user as a delegated administrator.
- C. Assign 'the user the System Administrator profile.
- D. Configure a custom administrator profile.
正解:C
質問 # 66
Which is the most efficient way to protect a Social Security Number that must be stored on a customer's Contact record?
Select one:
- A. Page Layouts.
- B. Page Layouts linked to Record Types.
- C. Page Layouts linked to Profiles.
- D. Field Level Security
正解:D
解説:
NOTES:
While you can remove the field in page layouts, the field will still be visible to those users in a report, list view, merge template etc. Field Level Security will prevent the user from seeing the contents of this field anywhere.
https://developer.salesforce.com/docs/atlas.enus.securityImplGuide.meta/securityImplGuide/admin_fls.htm
質問 # 67
Which feature should the administrator consider that allows for this?
- A. Screen Flow using custom metadata types
- B. Field accessibility set to editable for the picklists for the Position object.
- C. A permission set containing the modify all data permission for the Position object.
- D. Delegated administration for the Position object
正解:D
質問 # 68
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. The flow with the longest execution time will execute first.
- B. Assign the highest priority to the record-triggered flow which should 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.
正解:D
解説:
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. References:
https://help.salesforce.com/s/articleView?id=sf.flow_concepts_trigger_order.htm&type=5
質問 # 69
Which of the following data enrichment options is available to a system administrator through the Social Accounts, Contacts, and Leads feature?
- A. Use the Company's salesforce Facebook account
- B. Use Facebook to import educational background
- C. Use Linkedln to import educational background
- D. Use Twitter to view recent tweets posted by a contact
正解:D
質問 # 70
A sales manager is receiving an "insufficient privileges" error when viewing a contact. The contact owner is under the manager in the role hierarchy. What is the reason the sales manager is not able to view the contact?
- A. The contact sharing settings are private, so access to the record is limited to the contact owner and system administrator.
- B. The contact owner has not selected the option to share contacts with others in the role hierarchy.
- C. The contact sharing settings are controlled by the parent, and the account owner is not under the sales manager's role.
- D. The account sharing settings are controlled by the parent, and the account owner is not under the sales manger's role.
正解:D
質問 # 71
Dylan has submitted a vacation request for approval by his manager, but the manager is not receiving any email alerts. What can you use in order to troubleshoot the issue? Choosetwoanswers.* (1 Point)
- A. Email log
- B. A Time-Based Workflow
- C. Debug Log
- D. The Setup Audit Trail
正解:A、C
質問 # 72
Universal Containers wants to allow its customers to submit support requests across multiple channels.
In which two ways can this be accomplished with Salesforce? (Choose two.)
- A. Enable the Service Cloud Console app on the company website
- B. Enable Chatter Questions in the company's Customer Community
- C. Expose the case feeds option on the company's website
- D. Offer a Chat button on the company website
正解:B、D
解説:
Explanation
質問 # 73
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 Delete permission Is missing on the user for Accounts.
- D. The Account matching rules are not set.
正解:C
質問 # 74
SFB Industries need to create a relationship between two objects. They need to have their own independent security settings but if a child record has a parent, the parent CANNOT be deleted. How can this be achieved?
- A. Create a lookup relationship
- B. Create a Master--detail relationship
- C. Create a lookup relationship and enforce the checkbox that does not allow deletion of parent records.
- D. Create a master--detail relationship and enforce the checkbox that does not allow deletion of parent records
正解:C
質問 # 75
Users are complaining that their Account Page layout has been changed suddenly changed. Certain fields are missing and others been rearranged. Which tool can be used to identify which administrator made the changes?
- A. Setup audit trail
- B. Debug log
- C. Developer Console
- D. Page Layout Activity History
正解:A
質問 # 76
Which statements are true about changesets? Choose 3
- A. Once deployed on the production, apex test code will automically run
- B. Components will be automatically transferred along with dependants
- C. Should have at least an Inbound or outbound connection
- D. Feature to validate the changeset before deploying it
正解:A、C、D
質問 # 77
An administrator at Universal Containers hat completed a new set of validation rule along with a Process Builder in a sandbox and wants to move these changes to production via a change set but they are currently unable to do so.
What are two configurations an administrator needs before they are able to deploy changes? Choose 2 answers
- A. The Deploy Change Sets permission must be granted
- B. The Sandbox must be configured to Allow Outbound Changes to Production
- C. The Production Org must be configured to Allow inbound Changes from the sandbox
- D. Create the Validation Rules in Production because they can't be deployed via Change Sets
正解:B、C
質問 # 78
An administrator has created a flow that sends platform events whenever an opportunity is updated. An Apex developer has been tasked to write code that listens for these events. When reviewing the debug logs for a user, the developer can see that the flow ran, but the debug Information is missing.
What should the administrator recommend to assist with debugging?
- A. Set a debug log on the Automated Process entity.
- B. Search the AppExchange to And a tool that assists with debugging.
- C. Select the Debug Enabled checkbox on platform events,
- D. Platform events are unavailable for debugging.
正解:A
解説:
To debug platform events in Apex code, you need to set a debug log on the Automated Process entity. This entity represents an automated process user that runs flows and processes in your org. By setting a debug log on this entity, you can capture the events that are published and consumed by your flow and Apex code, as well as any errors or exceptions that occur during the execution. References: https://developer.salesforce.com
/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_debug.htm https://help.salesforce.
com/s/articleView?id=sf.code_add_users_debug_log.htm&type=5
質問 # 79
pay grade on the custom Position object need updating and require frequent change. Because frequent changes have to be made to these Position fields, they are requesting the ability to update these picklist values.
Which feature should the administrator consider that allows for this?
- A. Screen Flow using custom metadata types
- B. Field accessibility set to editable for the picklists for the Position object.
- C. A permission set containing the modify all data permission for the Position object.
- D. Delegated administration for the Position object
正解:D
質問 # 80
The administrator at Cloud Kicks created a flow in a sandbox that walks service agents through the Return Merchandise Authorization creation process. The administrator deployed the flow to production with a Change Set. Users are unable to use the flow in production.
Which step should the administrator take?
Activate the flow administrator take?
- A. Activate the flow manually after deployment.
- B. Deployment the flow, with the Metadata API instead of Change Sets
- C. Include the active and prior inactive flow version in the Change Set.
- D. Ensure there is an active flow version in the sandbox.
正解:A
解説:
A flow is an automation tool that allows you to create processes that perform actions based on user input or record changes. A flow can be triggered by a user who launches it from a button, link, or Lightning page, or by the system when a record is created or updated. A flow has different versions that can be active or inactive. An active version is the one that runs when the flow is triggered, while an inactive version is the one that is saved but not running. When you deploy a flow to production with a change set, the flow version is deployed as inactive by default. This means that you need to activate the flow manually after deployment if you want it to run in production. References: https://help.salesforce.com/s/articleView?id=sf.flow_overview.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.flow_distribute_changesets.htm&type=5
質問 # 81
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. The flow with the longest execution time will execute first.
- B. Assign the highest priority to the record-triggered flow which should 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.
正解:D
解説:
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. References: https://help.salesforce.com/s/articleView?id=sf.flow_concepts_trigger_order.
htm&type=5
質問 # 82
How to write validation rule where the condition is Amount is greater than or equal 500 and custom field should not be blank. Choose 3
- A. Amount >= 500 && ISPICKVAL(Child__c) = ''
- B. Amount >= 500 && TEXT (Child__c) = ''
- C. Amount >= 500 && (child__c = '')
- D. Amount >= 500 && ISBLANK(Child__c)
正解:B、C、D
質問 # 83
The Marketing Manager has requested that a field be added to each account that displays the number of contacts associated with the account. The manager wants to use this field as part of an email marketing segmentation strategy.
How can this requirement be met?
- A. Create a custom field on the account. Use a workflow rule to update the field when contacts are added or deleted
- B. Create a custom formula field on the account using the count() function to count the number of related contacts
- C. Create a roll-up summary field that counts the number of contacts and displays the count on the account
- D. Create a custom field on the account. Use an Apex trigger to update the field when contacts are added or deleted
正解:D
質問 # 84
AW Computing has implemented the Contacts to Multiple Accounts functionality. Users should be able to distinguish between contacts and related contacts.
What should the administrator do to configure the account page layout?
- A. Display both the contacts and the related contacts related lists.
- B. Display the contacts related list and add the related field.
- C. Display the related accounts related list on the page layout.
- D. Display the related contacts related list and add the direct field.
正解:D
解説:
Explanation
Displaying the related contacts related list and adding the direct field will allow users to distinguish between contacts and related contacts. The related contacts related list shows all contacts that are related to an account, either directly or indirectly. The direct field indicates whether a contact is directly associated with an account or not. By adding this field to the related list, users can easily see which contacts are direct and which are not.
References: https://help.salesforce.com/s/articleView?id=sf.contacts_multiple_accounts.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.contacts_multiple_accounts_direct_field.htm&type=5
質問 # 85
AW Computing wants to embed a report chart on the Account record page that shows the value of closed sales for that account. The chart should be limited to users in the Sales Manager role on the Account record pages.
how should this be accomplished?
- A. Create a new page layout for the Sales Manager role.
- B. Filter component visibility for the Account ID.
- C. Create a new report and assign it to the component.
- D. Filter component visibility for the Sales Manager role.
正解:B
解説:
To embed a report chart on a record page, you need to use a lightning component that displays report charts.
You can filter the component visibility by setting conditions based on record fields, user attributes, or device type. In this case, you can filter the component visibility by matching the Account ID field on the report chart with the Account ID field on the record page. This will ensure that only the relevant data for that account is shown on the chart. References:
https://help.salesforce.com/s/articleView?id=sf.reports_embed_chart_lightning.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.app_builder_set_component_visibility.htm&type=5
質問 # 86
What type of data can be migrated between environments using change sets? Choose 2 answers
- A. Custom fields
- B. Email templates
- C. Account team roles
- D. Field type changes
正解:A、B
質問 # 87
Universal containers is using a web-to-lead from to collect contact information on people interested in its product and wants to ensure that these leads are contacted in a timely manner. The following actions are required:
● send the lead an email with appropriate product information, depending on which product was selected on the web-to-lead form
● Assign the appropriate salesperson to be the lead owner, depending on the product selected
● create a task for the salesperson to follow up with the lead.
At a minimum, which combination of salesforce automation tools will be
required to meet these requirement?
- A. Lead assignment rule and workflow rule
- B. Lead assignment rule and auto response rule.
- C. Lead assignment rule, auto response rule and workflow rules
- D. lead assignment rule and publisher action.
正解:C
質問 # 88
An administrator notices that there are two account records in the system with the same name. A contact record with the same name is associated with each account.
Which set of steps should be taken to merge these accounts using the Salesforce merge feature?
- A. Merge the duplicate accounts and the duplicate contacts will be merged automatically
- B. Merge the duplicate accounts and check the box that optionally merges the duplicate contacts
- C. Merge the duplicate accounts and then merge the duplicate contacts
- D. Merge the duplicate contacts and then merge the duplicate accounts
正解:C
質問 # 89
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. Use the data masking tool.
- B. Assign the users a new permission set.
- C. Refresh the sandbox.
- D. Delete the sensitive information.
正解:A
解説:
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. References:
https://help.salesforce.com/s/articleView?id=sf.data_mask.htm&type=5
質問 # 90
......
Salesforce Certified Advanced Administrator練習テスト2025年最新のストレスなしでAdvanced-Administrator合格!:https://drive.google.com/open?id=1ISzkbGZ7MpZBxmfv7Cn4JJeK0jA8_VJs
合格させるAdvanced-AdministratorテストエンジンとPDFで完全版無料問題集:https://jp.fast2test.com/Advanced-Administrator-premium-file.html