
Advanced-Administratorリアル試験問題解答は更新された[2024年08月31日]
お手軽に合格させる 最新Salesforce Advanced-Administrator問題集には238問があります
質問 # 111
An administrator wants to allow users who are creating leads to have access to the Find Duplicates button.
What lead object-level permission will the administrator need to provide these users?
- A. Merge
- B. Read and Edit
- C. View All
- D. Delete
正解:C
質問 # 112
The administrator at universal containers has been asked to track training classes taken by employees. Employees may take several classes. The employee and class objects have already been created. How should the administrator relate the two objects?
- A. Create a lookup relationship with employee as the master object
- B. Create a junction object with both employee and class as master objects
- C. Create a master detail relationship with class as the master object.
- D. Create a lookup relationship on both the employee and class objects
正解:B
質問 # 113
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. Record-triggered flow
- B. Assignment rule
- C. Workflow rule
- D. Screen flow
正解:A
解説:
Explanation
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
質問 # 114
See the 4-week moving average of the number of new cases (1)
- A. dashboard filter
- B. cross filter
- C. custom report type
- D. reporting snapshot
- E. bucket field
- F. PREVGROUPVAL function
正解:F
質問 # 115
Cloud Kicks has been tracking how many participants wear the company's shoes in each marathon. The administrator creates two custom objects: Races and Runners. There is a master-detail relationship between them as well as a Roll-up Summary field on the Races object to show the count of runners in each race.
Requirements have changed, and the administrator wants to delete the Master-detail Relationship field without deleting the Runners records.
What action should an administrator take before the Relationship field can be deleted?
- A. Select the Allow Reparenting' checkbox on the Master-detail field.
- B. Change the field type to a Lookup Relationship.
- C. Delete the Roll-up Summary field on the parent.
- D. Uncheck 'Delete this record also' to turn off cascading deletes.
正解:B
解説:
Changing the field type to a Lookup Relationship will allow deleting the Relationship field without deleting the Runners records. A lookup relationship creates a loose association between two objects, where the child records do not depend on the parent records for their existence. A lookup relationship can be deleted without affecting the child records, unlike a master-detail relationship that enforces cascading deletes. References:
https://help.salesforce.com/s/articleView?id=sf.relationships_considerations.htm&type=5
質問 # 116
An administrator has uploaded a change set from a sandbox to a production organization and would like to add a missing component to the change set before deployment.
What option does the administrator have to modify the change set? (Choose two.)
- A. Create a new change set in the sandbox environment, add all the required components and upload it to production.
- B. Edit the change set in the sandbox environment and upload it to production.
- C. Edit the change set in production, add the component, and use the redeploy option.
- D. Clone the change set in the sandbox environment, add the component and upload it to production.
正解:A、D
質問 # 117
Universal Containers wants to use the Omni-Channel routing feature in Service Cloud. They are using assignment rules and want to ensure that the routing chosen meets the requirements.
What should an administrator take into consideration before implementation?
- A. Assignment rules are triggered when an agent accepts the work and edits and saves the work.
- B. If there is a tie in the Omni-Channel routing logic, Omni-Channel routes the work to the agent who most recently received a work item.
- C. The least active routing model looks for the agent who has the largest maximum work capacity.
- D. Assignment rules are triggered when Omni-Channel routing routes a work item to an agent and the agent accepts the work.
正解:A
解説:
When an agent accepts the work and then edits and saves the work item record, automation rules are triggered.
Reference: https://help.salesforce.com/articleView?id=sf.omnichannel_routing.htm&type=5
質問 # 118
A user started to work remotely. They are having an Issue logging in.
What could be the issue?
- A. The user Is not In the IP range for their profile.
- B. The login session has expired for this user.
- C. They are signing in from a mobile device.
- D. The time zone for the profile is outside of login hours.
正解:A
解説:
IP ranges are settings that restrict login access to Salesforce from specific IP addresses. Administrators can set IP ranges at the org level or at the profile level. If a user tries to log in from an IP address that is outside the allowed range for their profile or their org, they will not be able to access Salesforce. Therefore, if a user started to work remotely and is having an issue logging in, it could be because they are not in the IP range for their profile or their org. References:
https://help.salesforce.com/s/articleView?id=sf.security_networkaccess.htm&type=5
質問 # 119
Cloud Kicks uses a Lightning web component to provide instructions to sales reps. An administrator needs to correct a spelling error in the displayed text in one of the Lightning web components.
What is the recommended tool to make the change?
- A. Developer Console
- B. Developer Org
- C. Salesforce Lightning Inspector
- D. VisualStudio Code
正解:D
解説:
Explanation
VisualStudio Code is a recommended tool to make the change in the displayed text in one of the Lightning web components. VisualStudio Code is an integrated development environment (IDE) that supports Salesforce development tools such as Salesforce Extensions for Visual Studio Code, Salesforce CLI, and Lightning Web Components. You can use VisualStudio Code to create, edit, debug, and deploy Lightning web components and other Salesforce metadata. To make the change in the displayed text, you need to open the HTML file of the Lightning web component in VisualStudio Code and modify the text element accordingly. References:
https://developer.salesforce.com/tools/vscode
https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.create_components
質問 # 120
The administrator at Cloud Kicks built a flow in a sandbox. After testing and validating the flow, the administrator plant to promote the flow to the production environment with a change set.
Which three considerations should the administrator be aware of when moving flows with a change sat?
Choose 3 answers
- A. Flows deployed are inactive and need to be manually activated.
- B. Deploying or redeploying a flow with change sets creates a version of the flow in the destination org.
- C. Flows ere automatically activated upon deployment.
- D. Flow allows only one version of the flow when deployed with a change sat.
- E. All flow dependencies are automatically added to the change set.
正解:A、B、D
質問 # 121
In a private sharing model, what is a possible reason a user can view an account record without being the record owner or system administrator?
- A. The user is a member of the account team.
- B. The user's direct report in the role hierarchy owns the account.
- C. The user is a member of a queue that owns the account.
- D. The user is in a public group at the top of the group hierarchy.
正解:A、B
質問 # 122
Cloud Kicks wants to force its users to set a value for a custom called Tier by answering a series of questions.
What two functions should the administrator use to ensure that users cannot bypass answering these questions in order to determine their Tier value.
Choose 2 answers
- A. Set up a list view for the list of questions.
- B. Set up a restriction rule on the field.
- C. Use a screen flow to ask the question.
- D. Make the field Read Only on the page layout.
正解:C、D
解説:
Making the field Read Only on the page layout prevents users from manually entering or editing the field value on the record page. This ensures that users cannot bypass answering the questions in order to determine their Tier value. Using a screen flow to ask the questions allows administrators to create an interactive user interface that guides users through a series of screens based on their inputs and logic. A screen flow can be used to ask questions and set the field value based on the answers
質問 # 123
When the delete permission is selected in a muting permission set, which other permission is automatically muted?
- A. Modify All Data
- B. View Al Data
- C. New Al Records
- D. Modify All Records
正解:D
質問 # 124
DreamHouse Realty manages Its accounts and contacts In Salesforce using a B2C account model. The business has requested that third-party loan advisors be tracked in Salesforce along with the customers they work with.
Hour should the administrator track third-party financial advisors and the customers they work with?
- A. Use a Hierarchical lookup on Contact to track loan advisors' customers,
- B. Use a B2B Account Model to track loan advisors' customers.
- C. Set up Contacts to Multiple Accounts for loan advisors.
- D. Create a Hierarchical lookup on Account to track loan advisors' customers.
正解:C
解説:
Explanation
Contacts to Multiple Accounts is a feature that allows administrators to relate a contact to multiple accounts without creating duplicate contacts for each account. This feature is useful for scenarios where a contact has business relationships with more than one account, such as consultants, brokers, or loan advisors. By setting up Contacts to Multiple Accounts for loan advisors at DreamHouse Realty, administrators can track which loan advisors work with which customers and which accounts without creating duplicate contacts for each account. References:
https://help.salesforce.com/s/articleView?id=sf.contacts_multiple_accounts_overview.htm&type=5
質問 # 125
Universal Containers purchased Field Service Lightning Licenses in Production and wants to make these license available in an active development sandbox with the minimum development impact.
How should an administrator create these licenses in the sandbox?
- A. Refresh the sandbox from production.
- B. Submit a Salesforce support case.
- C. Use the Match Production Licenses tool.
- D. Merge Production and the sandbox using a template.
正解:A
質問 # 126
The Service team at Cloud Kicks needs a way to show the current status from the Account on the Case. This value should be on the page and is used in validation rules.
What should the administrator recommend to solve this?
- A. Use a picklist field.
- B. Make a Rollup Summary.
- C. Add a lookup field to Account.
- D. Create a cross-object formula.
正解:D
解説:
A cross-object formula is a formula that references fields from related objects. The administrator can create a cross-object formula field on the Case object that displays the current status from the Account. This field can be used in validation rules and other processes. References:
https://help.salesforce.com/s/articleView?id=sf.tips_on_building_formulas_cross_object_formulas.htm&type=5
質問 # 127
What are two capabilities of Enterprise Territory Management?
Choose 2 answers.
- A. Territory hierarchy replaces the role hierarchy for sharing
- B. The ability to use 20 territories assignment rules per model
- C. Prioritize territories to indicate highest priority or lowest priority
- D. The ability to use filter-based opportunity criteria to expand assignment rules
正解:A、D
質問 # 128
The sales team at Cloud Kicks is noticing that sales reps are misusing the new Screen Flow tool for data entry, since they are viewed the initial screen after clicking finish.
What should the administrator do to fix this?
- A. Add a trigger to redirect the user to a new page.
- B. Create a new flow to redirect the user when the other flow finishes.
- C. Update the flow with a local redirect action.
- D. Use a lightning action to redirect the user
正解:C
質問 # 129
......
最新のAdvanced-Administrator学習ガイド2024年最新の- 提供するのはテストエンジンとPDF:https://jp.fast2test.com/Advanced-Administrator-premium-file.html
最新版を今すぐ試そうAdvanced-Administrator練習テスト問題解答:https://drive.google.com/open?id=1JCxx-gfGQw1pcEiGYJtvaeKseY51TTBi