
最高のAdvanced-AdministratorのPDF問題集100%GoShiken試験合格率保証 [2025年07月]
GoShikenの問題集で100%あなたのAdvanced-Administrator Salesforce Certified Advanced Administrator試験を一発合格
質問 # 19
Which two deployment tools should be used to delete metadata from an organization?
Choose 2 answers.
- A. Unmanaged packages
- B. Developer Console
- C. Ant Migration Tool
- D. Change sets
正解:A、B
質問 # 20
Universal Containers' support team needs to track service level agreements for customers. Today, they manually look up contracts by name when a customer calls.
How should an administrator automate this process?
- A. Enable Case Feed and add a Contracts custom publisher to the Case Feed layout.
- B. Create a private Chatter group for customers with high-priority service level agreements.
- C. Configure a workflow rule that sends an email alert of old cases to the support manager.
- D. Enable entitlements and add the tabs for entitlements and service contracts.
正解:D
質問 # 21
Universal containers would like to ensure that when an opportunity stage is closed lost the reason is captured in a custom reason lost field before the record can be saved.
What is the recommended approach to meet this requirement?
- A. Create a page layout for closed lost opportunities and make reason lost a required field.
- B. Create a workflow rule that fires on the closed lost stage and populates the reason lost field.
- C. Create a trigger that requires reason lost to be populated once the opportunity stage is closed lost.
- D. Create a validation rule that requires reason lost to be populated once the opportunity stage is closed lost.
正解:D
質問 # 22
Universal Containers wants to assign a task due date on one of two fields. Estimated Shipping Date or Client Need By Date, which is further in the future.
Which two combined automation tools should the administrator use to create the task record and assign based on date criteria?
Choose 2 answers
- A. Design an approval process to capture the furthest date.
- B. Make a Process Builder to create the task.
- C. Create a formula capture the MAX date.
- D. Configure a workflow to create the task.
正解:B、C
解説:
Two combined automation tools that the administrator can use to create the task record and assign based on date criteria are:
* Create a formula field to capture the MAX date. A formula field is a custom field that calculates a value based on other fields or expressions. In this case, a formula field can be used to capture the maximum value between Estimated Shipping Date and Client Need By Date fields and store it as a date value.
* Make a Process Builder to create the task. A Process Builder is an automation tool that allows you to create processes that perform actions based on certain criteria. In this case, a Process Builder can be used to create a task record when a certain condition is met and assign its due date based on the formula field value.
The other two options are incorrect because:
* An approval process is an automation tool that allows you to route records for approval based on certain criteria and approval steps. It does not create or assign tasks based on date criteria.
* A workflow rule is an automation tool that allows you to perform actions based on certain criteria and evaluation time. It does not create or assign tasks based on date criteria.
References: https://help.salesforce.com/s/articleView?id=sf.customize_functions.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.process_overview.htm&type=5
質問 # 23
When using Collaborative Forecasts, what information can a sales representative access from the Forecasts tab? Choose 2 answers
- A. Forecast amount for each opportunity stage
- B. Opportunities that make up each forecast amount
- C. Forecast amount for other representatives on their team
- D. Forecast amount for each forecast category
正解:C、D
質問 # 24
Sales management wants to enforce a process in which the name of an account is always included in the name of an opportunity.
How can automation be used to help meet this requirement?
- A. Write a validation rule that updates the opportunity name with the account name using a cross-object formula
- B. Write a criteria-based workflow rule that updates the opportunity name concatenated with the account name
- C. Use an Apex trigger on the Account object that adds the account name to the opportunity name
- D. Use an approval process that routes newly created opportunities to management for data quality review
正解:B
質問 # 25
Universal containers set Job applicants to have the Position that they have applied for as a required field. Also, Position can have multiple Job applicants. If the Position is to be deleted, all Job applicants that are related to it should not be deleted. What type of relationship do Job applicants have with Position?
- A. Create a custom object between Position and Applicant with lookup field to the junction
- B. Create a master-detail relationship with Position as the master
- C. Make a many to many relationship using a junction object
- D. Create a lookup relationship with Position as the parent
正解:C
質問 # 26
Which permission do you need to manage entitlements? Choose 2
- A. Customize Application"
- B. Customize Entitlement
- C. Manage Entitlements
- D. Manage Application
正解:B
質問 # 27
Cloud Kicks has two record-triggered flows on the same object. One flow creates a child record when criteria are met. The second record-triggered flow is based on criteria to check if the child record exists and updates a field. The field on the child record that needs to be updated Is still null after the second record trigger.
What should the administrator do to resolve this issue?
- A. Have the record-triggered flows fire on create or edit to update the field.
- B. flows into schedule flows and have them update the field.
- C. Make a new record-triggered flow on the child object to update the field on the parent record.
- D. Combine the two flows into one with checks to see which part of the flow needs to be run.
正解:D
解説:
Flows are tools that automate business processes by collecting data and performing actions in your org or an external system. Flows can be triggered by various events such as record creation, updates, or invocations from other processes or flows. Flows can also have decision elements that evaluate conditions and determine which path to follow in the flow. By combining the two flows into one with decision elements, the administrator can ensure that the flow runs in the correct order and updates the field on the child record after it is created by the first flow. References:
https://help.salesforce.com/s/articleView?id=sf.flow_concepts.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_decision.htm&type=5
質問 # 28
Which three fields should be used as filter criteria? Choose 3 answers
- A. A formula field that calculates a price for the listing.
- B. A picklist field that designates the county of the listing.
- C. A multi-select picklist field that designates features of the listing.
- D. A phone field that provides the full phone number of the seller.
- E. A number field that designates the square footage of the listing.
正解:B、D、E
解説:
A phone field that provides the full phone number of the seller, a number field that designates the square footage of the listing, and a picklist field that designates the county of the listing should be used as filter criteria because they are fields that can be used to narrow down the report results based on specific values or ranges. A multi-select picklist field that designates features of the listing and a formula field that calculates a price for the listing should not be used as filter criteria because they are fields that cannot be filtered on in reports. References: https://help.salesforce.com/s/articleView?id=sf.reports_filtering.htm&type=5 https://help.
salesforce.com/s/articleView?id=sf.reports_fields_unavailable.htm&type=5
質問 # 29
The salts team at Universal Containers has asked the administrator to build functionality to automatically update the account checkbox field 'Opportunity Created' to checked when at least one related opportunity has been created.
What feature should the administrator use to build this functionality?
- A. Workflow rule
- B. Assignment rule
- C. Screen flow
- D. Record-triggered flow
正解:D
解説:
Record-triggered flow is a feature that allows administrators to automate actions that occur when a record is created or updated. Record-triggered flow can perform actions such as updating fields, creating records, sending emails, or invoking Apex code. Record-triggered flow can be used to update the account checkbox field 'Opportunity Created' when at least one related opportunity has been created
質問 # 30
An administrator at AW Computing is trying to track the login history for a specific user. The AW Computing org has 150,000 users and multi-factor authentication (MFA) is enabled and enforced for all users. In reviewing the Identity Verification History data, the administrator is unable to find any information for the mentioned user. The user used to log in regularly but has been inactive this quarter.
Which two reasons explain why the user's data is missing from Identity Verification History?
Choose 2 answers
- A. User belongs to a specific role for which identity verification data is not stored.
- B. Identity Verification History stores the last year's worth of data.
- C. The last 6 months worth of data is stored in the Identity Verification History.
- D. Up to 20,000 records of users' identity verification attempts are stored.
正解:C、D
解説:
Identity Verification History stores up to 20,000 records of users' identity verification attempts for various features that require MFA, such as logging in from an unknown browser or device, resetting a password, or changing personal information. The data is stored for up to 6 months and then deleted automatically.
Therefore, if a user has been inactive for more than 6 months or if there are more than 20,000 records in total, their data may be missing from Identity Verification History. References: https://help.salesforce.com
/articleView?id=sf.identity_verification_history.htm&type=5
質問 # 31
When a lookup relationship is created between two objects, which three options can the administrator select to help manage situations when a lookup record is deleted? (Choose three.)
- A. Notify the record owner
- B. Do NOT allow deletion of a lookup record that is part of a lookup relationship
- C. Delete the related record also
- D. Clear the value of the lookup field
- E. Prompt the user to enter another record to resolve the lookup relationship
正解:B、C、D
質問 # 32
The sales agents at DreamHouse Realty have a profile that allows them to import records for a custom object called House. The agents only need to make imports occasionally and typically Import around 100 new records at a time.
What tool should the agents use to upload records?
- A. Date Xmport Wizard
- B. Apex
- C. Data Loader
- D. Bulk API
正解:A
質問 # 33
An administrator would like to know which delegated administrators are actively customizing their organization. Where can the administrator find this information?
- A. Debug log
- B. Login history
- C. Delegated administrator log
- D. Setup audit trail
正解:D
質問 # 34
An administrator created and activated several record-triggered flows that are configured to run before the record is saved on the same object.
What should the administrator consider about the order of execution for flows?
- A. The last created date of the flow will determine the order.
- B. The flow type will determine the order of execution.
- C. The flows will execute in alphabetical order based on their names.
- D. The order of flow execution is unpredictable.
正解:D
質問 # 35
The administrator at Universal Containers does a soft launch of the Salesforce Authenticator app and allows users to optionally use it to log in. The administrator would now like to look at how many users have successfully used it since it was rolled out.
What are two ways the administrator can get this information?
Choose 2 answers
- A. Run a session setting report, specifying login methods by user.
- B. Open the Login Access Policies in Setup which shows how many users are using MFA.
- C. Create a new view in Identity Verification History, specifying Method.
- D. The order of flow execution is unpredictabl
正解:A、C
解説:
Salesforce Authenticator is an app that allows users to verify their identity when logging in to Salesforce using two-factor authentication (2FA). 2FA adds an extra layer of security by requiring users to enter a verification code or approve a notification on their mobile device after entering their username and password.
To look at how many users have successfully used Salesforce Authenticator since it was rolled out, an administrator can use two ways:
* A) Run a session setting report, specifying login methods by user.
A session setting report is a report that shows information about users' login sessions, such as login time, location, IP address, browser, platform, etc. A session setting report can also show the login methods used by users, such as password, verification code, or notification. By running a session setting report, specifying login methods by user, an administrator can see how many users have used Salesforce Authenticator to log in to Salesforce. References: https://help.salesforce.com/s/articleView?id=sf.reports_session.htm&type=5
* C) Create a new view in Identity Verification History, specifying Method.
Identity Verification History is a page that shows the history of identity verification attempts for each user in the org. Identity verification history includes information such as date, time, status, method, and IP address of each attempt. By creating a new view in Identity Verification History, specifying Method as a filter criterion, an administrator can see how many users have used Salesforce Authenticator to verify their identity when logging in to Salesforce. References: https://help.salesforce.com/s/articleView?id=sf.
identity_verification_history.htm&type=5
質問 # 36
......
Salesforce Advanced-Administrator認定試験は、プラットフォームの高度な機能や機能に深い理解を持つ経験豊富なSalesforce管理者を対象として設計されています。この認定は、複雑なSalesforce orgの管理や高度なカスタマイズや自動化ソリューションの実装に必要なスキルと知識を個人が検証するものです。これはSalesforce Certified Administrator資格の次のレベルであり、業界で高く評価されています。
トレンドなAdvanced-AdministratorのPDF問題集を受験前に使おう:https://www.goshiken.com/Salesforce/Advanced-Administrator-mondaishu.html
リアル試験問題と解答でSalesforce Advanced-Administrator問題集が待ってます:https://drive.google.com/open?id=1M9HL4TFSSQd_5DmqWBoo-lImPt6RYL5d