
2024年最新の実際に出る無料Salesforce Advanced-Administrator試験問題集と解答
Advanced-Administrator練習テストエンジンで今すぐ試そう238試験問題
質問 # 108
Admin is asked to restrict visibility of cases of a particular record type to 5 users. One user is assigned the Support Manager Profile, while the other four are assigned the Support Representative Profile. How can admin accomplish this?
- A. Create a Public Group and parent case record type
- B. Create a new profile for the 5 users
- C. Modify the profiles of the 5 users
- D. Create a Public Group and criteria-based sharing rule to extend to the 5 users
正解:B
質問 # 109
Cloud Kicks has organization-wide snaring defaults on the opportunity set to prvete. However, members of the finance team need to see closed won opportunities. The Drama team members all have roles under the finance director, while the sales team members have roles under the sales marager.
Which two options should the administrator use to meet these criteria?
Choose 2 answers
- A. Create a criteria-based sharing rule where the won field = true.
- B. Share with roles and subordinates of the finance cirector role.
- C. Select all opportunities owned by the sales manager role.
- D. Make an owner-based sharing rule where the wnn field - true.
正解:A、B
解説:
Explanation
Two options that the administrator should use to meet these criteria are:
Share with roles and subordinates of the finance director role. This option allows you to grant access to records based on the role hierarchy of your org. You can share records with users who are in a specific role or in roles below that role in the hierarchy. In this case, you can share records with roles and subordinates of the finance director role, which includes all the members of the finance team.
Create a criteria-based sharing rule where the won field = true. This option allows you to grant access to records based on certain field values or formulas. You can create a criteria-based sharing rule on opportunities that grants access to records where the won field is true, which means that the opportunity stage is closed won.
The other two options are incorrect because:
Make an owner-based sharing rule where the won field = true is not an option because owner-based sharing rules do not allow you to specify field values or formulas as criteria. Owner-based sharing rules only allow you to share records based on who owns them or what role or group they belong to.
Select all opportunities owned by the sales manager role is not an option because it does not meet the criteria of sharing all closed won opportunities. It only shares opportunities that are owned by users who are in the sales manager role, regardless of their stage.
References: https://help.salesforce.com/s/articleView?id=sf.admin_sharing.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.sharing_rules.htm&type=5
質問 # 110
The accounting team at Universal Containers is looking to roll out two new custom objects: a parent Invoice object and a child Payment object. Whenever a Payment record is created, the Invoice object should be updated to reflect the current outstanding value of the Invoice.
What should the administrator do to build this functionality?
- A. Create a lookup-relationship on the Payment with a Roll-up Summary field on the Invoice.
- B. Create a master-detail relationship on the Payment with a Roll-up Summary field on the Invoice.
- C. Create a master-detail relationship on the Payment and a workflow cross object field update.
- D. Create a lookup-relationship on the Payment and a workflow cross object field update.
正解:B
解説:
Creating a master-detail relationship on the Payment with a Roll-up Summary field on the Invoice will build this functionality. A master-detail relationship creates a parent-child relationship between two objects, where the child records inherit the sharing and security settings of their parent. A Roll-up Summary field calculates values from related child records, such as count, sum, min, or max. In this case, the Roll-up Summary field on the Invoice can calculate the sum of all Payments related to it and subtract it from the Invoice amount to get the current outstanding value. References:
https://help.salesforce.com/s/articleView?id=sf.relationships_considerations.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.fields_about_roll_up_summary_fields.htm&type=5
質問 # 111
Which of the following statements are true about the Opportunity field, "Stage"? Choose two answers.
- A. There are 10 default stage values, based on a commonly used sales methodology.
- B. There are other sales methodologies that can be downloaded from the AppExchange and used within Salesforce
- C. The list of default stage values cannot be edited or added.
正解:A、B
質問 # 112
The Cloud Kicks online Lead Intake form was recently updated to allow for new choices on some older picklist fields. The leads are all being created properly in Salesforce, but reps are getting errors as they try to work the leads.
What tool should the administrator use to evaluate what is causing the errors?
- A. Debug Log
- B. Setup Audit Log
- C. Record History
- D. Login History
正解:A
解説:
Debug Log is a tool that captures information about database operations, system processes, and errors that occur when executing a transaction or running a unit test. Debug Log can help troubleshoot issues related to triggers, workflows, validation rules, or other custom logic by showing the order of execution and the values of variables and expressions
質問 # 113
When an Account has more than five open opportunities over US$10,000, the sales rep should have an option on the Account page to start the escalation process to allocate additional resources.
Which two configurations should the administrator create?
Choose 2 answers
- A. Formula field
- B. Component Visibility filter
- C. Roll-Up Summary field
- D. Dynamic Forms
正解:A、D
解説:
Explanation
Formula field and Dynamic Forms should be created to meet the requirements because a formula field can be used to count the number of open opportunities over US$10,000 related to an account using a roll-up summary filter condition, and Dynamic Forms can be used to display or hide a component on an account page based on a visibility filter using the formula field value. References:
https://help.salesforce.com/s/articleView?id=sf.customize_functions_i_z.htm
質問 # 114
The administrator at Cloud Kicks needs to set up automation to update three fields on the Shipment custom object. Because of the effect these updates will have on some programmatic customizations, they need to happen in a very specific order.
How should the administrator configure the field updates to ensure the proper order.
- A. Create a process with three criteria nodes and stop after each action.
- B. Create three workflow rules in order, one workflow rule for each field update.
- C. Create a workflow rule with three field updates entered in the correct order.
- D. Create a process with one criteria node and three field updates in the correct order.
正解:C
解説:
Explanation
A workflow rule with three field updates is a way of setting up automation to update three fields on the Shipment custom object in a very specific order. A workflow rule is a rule that triggers one or more actions when a record meets certain criteria. A field update is an action that updates the value of a field on a record. In this case, you can create a workflow rule that evaluates the Shipment records when they are created or edited, and specify the criteria for triggering the rule. Then, you can add three field updates as the actions for the rule, and enter them in the correct order. The order of the field updates determines the order of execution, and you can change it by using the arrows on the workflow page. References:
https://help.salesforce.com/s/articleView?id=sf.workflow_rules.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.workflow_field_update_considerations.htm&type=5
質問 # 115
DreamHouse Realty (DR) wants to ensure that its data is protected. There have been several recent attempts to phish employees.
What should DR do to help ensure that the user that is logged in is the right user when the running user is trying to view reports and dashboards?
- A. Require a high assurance session when exporting or printing reports and dashboards.
- B. Require MFA when users need to view and export dashboards and reports.
- C. Set up an authentication provider for reports and dashboards.
- D. Require a Usemame, Password, and Security Token when logging in.
正解:A
解説:
To help ensure that users who are viewing reports and dashboards are who they say they are, DR should require a high assurance session when exporting or printing reports and dashboards. A high assurance session requires users to verify their identity using multi-factor authentication before accessing sensitive data or functionality in Salesforce. References:
https://help.salesforce.com/s/articleView?id=sf.security_high_assurance_session_level.htm&type=5
質問 # 116
Recruiters at Universal Containers want to associate a positions with their related job applications using two custom objects - Position and Job Application. A job application must always have a related position. If a position is deleted, the corresponding job applications are deleted. What type of object relationship will meet this requirement ?
- A. Lookup
- B. Master-detail
- C. Hierarchical
- D. Junction
正解:B
質問 # 117
What are two considerations when setting up Salesforce Content?
Choose 2 answers.
- A. The library type determines the size of files that can be contributed to content.
- B. An approval process can ensure that all product-related content is reviewed.
- C. Thecontent type determines which fields appear on the content Detail page layout.
- D. A validation rule can ensure a description is required for all contributed content.
正解:C、D
質問 # 118
Which of the following is true about the Salesforce Console for Sales? (Choose 3 answers)
- A. It is necessary to edit the user record to assign this license to a user.
- B. To activate the sales console, it is necessary to check the Sales Console permission checkbox in the appropriate permission set.
- C. Edit user profiles to assign this license to a group of users.
- D. To assign Sales Console access permission, you must edit the user record.
- E. An add-on license is required for each user who needs to access the console.
正解:A、B、E
質問 # 119
Which two statements are true about the creation of entitlement processes? (Choose two.)
- A. Entitlement versioning allows changes to existing entitlement processes
- B. The Manage Entitlements permission must be enabled
- C. Milestones can be created dynamically based on other fields
- D. Entitlements have their own organization-wide default settings
正解:A、B
解説:
Explanation
質問 # 120
The administrator at Cloud Kicks is evaluating the capabilities of Schema Builder to create custom objects and custom fields. The administrator likes the user interface of the Schema Builder, as opposed to the new object and field wizards, but also notices some limitations.
What needs to be configured from the object manager instead of Schema Builder?
- A. Allow Reports and Activities
- B. Add custom fields to the page layout.
- C. Enable field history tracking
- D. Make available for Customer Postal.
正解:C
解説:
Explanation
Field history tracking is a feature that allows you to monitor changes to certain fields on an object and display them in a history related list. Field history tracking can help you audit data quality, compliance, or business processes. Field history tracking cannot be configured from Schema Builder, but it can be configured from Object Manager. In Object Manager, you can select an object and enable field history tracking from its settings page. Then, you can choose up to 20 fields per object to track and add the history related list to the page layout. References: https://help.salesforce.com/s/articleView?id=sf.tracking_field_history.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.schema_builder_overview.htm&type=5
質問 # 121
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. Before-save autolaunched flow
- B. Scheduled flow
- C. After-save autolaunched flow
- D. Field Service flow
正解:C
解説:
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
質問 # 122
Users report they are getting an Apex trigger error when they try to save a specific Account record. How could an administrator collect more information about the processing for that record?
- A. Review the Setup Audit Trail
- B. Enable debug Logging for the user.
- C. Activate debug logging for the Apex trigger.
- D. Create a Flow with a fault connector.
正解:C
質問 # 123
......
試験合格保証付きのSalesforce Advanced Administrator Advanced-Administrator試験問題集:https://jp.fast2test.com/Advanced-Administrator-premium-file.html
Salesforce Advanced-Administrator日常練習試験は2024年最新のに更新された238問あります:https://drive.google.com/open?id=1ISzkbGZ7MpZBxmfv7Cn4JJeK0jA8_VJs