
[2023年10月] 学習材料には有効なAdvanced-Administrator効率的問題集!
最新のAdvanced-AdministratorテストエンジンPDF無料問題集保証!
Salesforceは、データ管理、セキュリティとアクセス、自動化プロセス、レポートなど、さまざまなトピックに関する高度な管理者認定試験テスト候補者をテストします。成功した候補者は、Salesforce内で複雑なソリューションを設計および実装する能力を示し、Salesforce環境を効果的に管理および維持します。この試験は、高度なSalesforce管理者として働くために必要なスキルと知識をテストするように設計されており、潜在的な雇用主に専門知識を実証する優れた方法です。
質問 # 60
Which three statements are correct about change sets? (Choose three.)
- A. There is a feature that allows the user to validate a change set before deploying it.
- B. When a component is asses to a change set, all dependent components automatically get added.
- C. To use change sets, at least one inbound and one outbound connection must exist
- D. When custom fields are added to a change set, field-level security is automatically included.
- E. When a change set is deployed to production, by default, all unmanaged Apex tests will automatically be run.
正解:A、C、E
解説:
Explanation/Reference:
質問 # 61
Universal Containers has set up a picklist dependency between region and zone on the Account object.
The sales manager has requested that when a user selects a region, a zone must also be selected.
How should this be achieved?
- A. Make both picklist fields required at the field level.
- B. Set default values for both picklist fields.
- C. Create a validation rule using ISBLANK().
- D. Make the zone field required on the page layout.
正解:C
質問 # 62
On the Contact record, if a contact has the value of 'CEO' in the Title field, the administrator wants to require the users to also put a phone number in the Phone field.
What formula should the administrator put in the Error Condition Formula of a validation rule to enable this?
- A. Title <> 'CEO' && ISBLANK(Phone)
- B. Title <> 'CEO' && NOT(ISBLANK(Phone))
- C. Title - 'CEO" && NOT(ISBLANK(Phone))
- D. Title = CEO && ISBLANK(Phone)
正解:D
質問 # 63
A user changes roles from an EMEA sales representative to a US sales representative. How will this impact the ownership-based sharing rules for the user's records?
- A. This will only affect ownership-based sharing rules if the user moves up in the role hierarchy.
- B. This will affect the ownership of records for standard objects but not custom objects.
- C. All of the ownership-based sharing rules are recalculated.
- D. None of the ownership-based sharing rules are recalculated.
正解:B
質問 # 64
The AW Computing administrator team does significant amounts of work around process automation and ensuring data integrity. When an administrator created a new validation rule in production, the development team complained that their deployment to production failed.
What should be implemented to prevent this conflict from happening?
- A. Build automation and validation rules using screen flows.
- B. Review the setup audit trail prior to changes.
- C. Refresh the full copy sandbox daily.
- D. Test changes in a shared sandbox.
正解:D
質問 # 65
Admin wants parent case cant be closed until all child cases are closed.
- A. Validation rule on child case before closing it
- B. Workflow on parent to check status of child case
- C. Rollup summary on child
- D. Apex trigger to check child case status before closing it
正解:D
質問 # 66
Cloud Kicks has organization-wide snaring defaults on the opportunity set to private. However, members of the finance team need to see closed won opportunities. The finance team members all have roles under the finance director, while the sales team members have roles under the sales manager.
Which two options should the administrator use to meet these criteria?
Choose 2 answers
- A. Share with roles and subordinates of the finance director role.
- B. Select all opportunities owned by the sales manager role.
- C. Create a criteria-based sharing rule where the won fled = true.
- D. Make an owner-based sharing rule where the won field = true.
正解:A、D
質問 # 67
What are the options in creating Price Books for Products? Choose 3
- A. Sales Price
- B. Discount Price
- C. List Price
- D. Prodcut Price
- E. Standard Price
正解:A、C、E
質問 # 68
A system admin found that there are accounts with the same name that are associated with contacts of the same name, too. What would be the sequence in merging these contacts into just one account?
- A. Its is not possible
- B. Merge accounts. Contacts will be automatically merged.
- C. Merge accounts and then merge contact
- D. Merge contacts and then merge accounts
正解:C
質問 # 69
What should an administrator consider when setting up and maintaining Salesforce Knowledge? Select 3
- A. Article version numbers must be assigned by a Knowledge Manager for tracking
- B. Knowledge settings must be configured in order for users to be able to create articles from cases
- C. Data category visibility is assigned through roles and profiles
- D. Solution category browsing must be enabled in Solution settings
正解:B、C、D
質問 # 70
All enabled on Accounts and assign to the new users45. SFB Industries are looking to set up Entitlements in Salesforce. What is the first thing you must do in Salesforce when setting this up?
- A. Create an Entitlement Process
- B. Set Up Milestones
- C. Choose an Entitlement Model
- D. Setup Milestone Actions
正解:C
質問 # 71
A sales user is assigned to a permission set group that gives them Modify All access to Accounts. An administrator assigns the same user to a muting permission set that mutes Deletes access on Account.
What level of access will the sales user have on the Account object?
- A. Read, Create, and Edit
- B. No Access
- C. Modify All
- D. Read-only
正解:A
質問 # 72
An administrator has created a change set to include a validation rule and three custom fields in their personal sandbox. When clicking the button to upload to production, no target organizations are available.
Which two options should the administrator check?
Choose 2 answers
- A. Deployment connection needs to be authorized.
- B. The change set is in an open status.
- C. Deployment connection is incomplete.
- D. The change set has missing dependencies.
正解:A、C
質問 # 73
Which three capabilities should an administrator consider about change sets?
Choose 3 answers.
- A. There is a feature that allows the user to validate a change set before deploying it.
- B. To use change sets, at least one Inbound and one outbound connection must exist.
- C. When a change set is deployed to production, by default, all unmanaged Apex tests will automatically be run.
- D. When custom fields are added to a change set, field-level security is automatically included.
- E. When a component is added to a change set, all dependent components automatically get added.
正解:A、B、D
質問 # 74
An administrator at Cloud kicks recently built a screen flow in a sandbox that creates a case and follow-up task. When the flow runs in the sandbox, it works just as expected. When tested in production, the flow errors when creating the records.
Choose 2 answers
- A. Log in as another user and run the flow.
- B. Change the user experiencing the issue to the System Administrator profile.
- C. Change the Default Case Creator to the user's manager.
- D. Open the flow In Debug mode and Run the Flow as another user.
正解:A、D
解説:
Explanation
Opening the flow in Debug mode and running it as another user allows simulating how the flow behaves for different users with different permissions and settings. This can help identify any issues related to user
質問 # 75
What is true about Salesforce Communities? Choose two answers. * (1 Point)
- A. Crowd-sourced Knowledge is accessible in Q&A tab
- B. Ideas tab is used by community users to submit, like and promote Ideas
- C. Reputation level is the same across all communities
- D. Communities can only be used by internal salesforce users
正解:A、B
質問 # 76
Cloud kicks wants to understand the implications of archived Activities.
Which two considerations should an administrator communicate regarding archived Activities?
Choose 2 answers
- A. Events created more than 365 days ago are archived.
- B. Closed tasks created more than 365 days ago with no due data are archived.
- C. Archived activities are deleted after 365 days.
- D. Events that ended more than 365 days ago are archived.
正解:A、C
質問 # 77
An administrator has found a free app on the AppExchanged and would like to install it.
Which three items should the administrator take to consideration before installed he managed package?
Choose 3 answers
- A. Apps may require external, third-party web services to function properly.
- B. Managed apps do not undergo a formal security review by Salesforce.
- C. Custom objects and custom fields used by the app count against the org's limits.
- D. Apps must be installed in production before the app can be installed in a sandbox.
- E. Apps may require certain Salesforce editions or features to be enabled.
正解:A、C、E
解説:
Explanation
A managed package is a type of app that can be installed from the AppExchange. Managed packages are typically created by ISV partners or developers who want to distribute and sell applications that are upgradeable and have intellectual property protection. Before installing a managed package, an administrator should consider the following:
A) Custom objects and custom fields used by the app count against the org's limits.
Managed packages may include custom objects and custom fields that are used by the app. These custom objects and custom fields count against the org's limits and may affect the performance or functionality of the org. Administrators should review the components and requirements of the app before installing it and make sure they have enough space and resources for the app. References:
https://help.salesforce.com/s/articleView?id=sf.packaging_limits.htm&type=5 C) Apps may require certain Salesforce editions or features to be enabled.
Managed packages may require certain Salesforce editions or features to be enabled in order to work properly.
For example, some apps may require Lightning Experience, API access, custom permissions, or specific user licenses. Administrators should check the app's description and documentation before installing it and make sure they meet the prerequisites for the app. References:
https://help.salesforce.com/s/articleView?id=sf.packaging_install.htm&type=5 D) Apps may require external, third-party web services to function properly.
Managed packages may require external, third-party web services to function properly. For example, some apps may integrate with other platforms or systems such as Google Maps, PayPal, or Twilio. Administrators should check the app's description and documentation before installing it and make sure they understand the implications and costs of using external web services. References:
https://help.salesforce.com/s/articleView?id=sf.packaging_install.htm&type=5
質問 # 78
Cloud Kicks has a very large knowledge base in Salesforce, Service reps are having a hard the finding the most reviewing articles because there are too many search results.
What should the administrator do to help service reps quickly narrow down the number of articles?
- A. Update Knowledge to auto-search the case's subject.
- B. Delete and remove old Knowledge articles.
- C. Implement and configure Data Categories.
- D. Activate and configure Einstein Search.
正解:C
質問 # 79
An administrator is receiving cases that users are getting logged out of Salesforce without notice.
What should the administrator do to address this issue?
- A. Select force logout on session timeout.
- B. Remove the session timeout settings.
- C. Deselect disable session timeout warning popup.
- D. Enable Remember me until logout.
正解:C
質問 # 80
Cloud Kicks tracks project details in a custom Project object. Project Milestones are tracked in a second custom object, with a reference to the parent Project record. Users need to automatically create a standard set of related Project Milestones when a Project record is created.
What is the recommended automation solution?
- A. After-save autolaunched flow
- B. Field Service flow
- C. Scheduled flow
- D. Before-save autolaunched flow
正解:A
解説:
Explanation
An after-save autolaunched flow is a type of flow that runs in the background when a record is saved and performs actions based on the record data or changes. An after-save autolaunched flow does not require user input or interaction and can be triggered by a record-triggered flow element or by an Apex trigger. In this case, you can create an after-save autolaunched flow that runs when a Project record is created and creates a standard set of related Project Milestone records based on predefined values or variables. References:
https://help.salesforce.com/s/articleView?id=sf.flow_trigger_types.htm&type=5 https://help.sales
質問 # 81
The inside sales manager at Universal Containers wants to be able to report on how long leads have a Lead Status of "Open" before the status changes to another value. Additionally, the sales team has requested the status value be changed with fewer clicks. What should the administrator do to meet this requirement?
- A. Use a quick action to change the status value and a workflow rule to update a date field.
- B. Use a formula field to calculate the difference between the current and created data when the status changes through inline editing.
- C. Turn on field history tracking for the lead status field and create a report based on that field.
- D. Use a workflow rule that sends an email when the Lead Status is changed and an approval process to update the status.
正解:A
質問 # 82
An administrator must select milestones from an existing list of available milestones. * (1 Point)
- A. True
- B. False
正解:B
質問 # 83
......
Advanced-Administrator問題集最新の練習テストと222独特な解答:https://www.goshiken.com/Salesforce/Advanced-Administrator-mondaishu.html
最新Salesforce Advanced Administrator Advanced-Administrator実際の無料試験解答:https://drive.google.com/open?id=1VLLrVXoxrZTI3hWojlnhg--62f48nKjY