
2024年最新ののSalesforce Advanced-Administrator問題集PDFAdvanced-Administrator最速合格したいならここ
Advanced-Administrator練習試験問題集で99%合格率Salesforce試験合格させます
Salesforce Advanced Administrator認定は、Salesforceを効率的に管理および構成する能力を評価する上級レベルの資格です。この認定は、Salesforceプラットフォームでの作業経験を持ち、高度な管理タスクにおける専門知識を証明したいプロフェッショナル向けに設計されています。Salesforce Advanced Administrator認定試験は、105分で完了する60の多肢選択問題から構成される監視付き試験です。試験は英語で利用可能であり、受験料は200米ドルです。
質問 # 91
Which three password options are available for the administrator to set on content deliveries? Choose 3 answers
- A. Password protection Is optional and defaults to OFF
- B. Password protection Is optional and defaults to ON
- C. Administrator-provided default password
- D. Password protection is required
- E. Password complexity rules
正解:A、D、E
質問 # 92
As part of their yearly audit, the compliance team at Cloud Kicks would like to track when a user's profile has been changed and who changed the data.
What should the administrator review to meet this requirement?
- A. Setup Audit Trail
- B. Historical Trending
- C. Analytic Snapshot
- D. Field History Tracking
正解:A
解説:
Explanation
The Setup Audit Trail is a tool that allows you to view and download a log of changes made in your org's Setup area. The log shows up to 20 fields of information for each change, such as who made it, when it was made, what type of change it was, and what values were changed. You can use the Setup Audit Trail to track configuration changes directly in production and identify any unauthorized or problematic changes. One of the changes that the Setup Audit Trail tracks is when a user's profile is changed and who changed it. This means that you can use the Setup Audit Trail to see when a user's profile has been changed and who changed the data. References: https://help.salesforce.com/s/articleView?id=sf.monitorsetup.htm&type=5
質問 # 93
The administrator at Universal Containers has been asked to create an account management dashboard displaying opportunities and activities for each of its top five clients.
Which dashboard feature should the Administrator use to meet this requirement?
- A. Dashboard Filter
- B. Dynamic dashboard
- C. Matrix reports on a dashboard
- D. Joined reports on a dashboard
正解:B
質問 # 94
The administrator for SFB Industries would like to deploy a custom object and fields to an unrelated Org.
What is the best way to do this using declarative functionality?
- A. Force.com Migration Tools
- B. Force.com IDE
- C. Unmanaged package
- D. Change Sets
正解:C
質問 # 95
Sales reps end partner consultants at Cloud Kicks work on the same kinds of shoe deals. The administrator has been asked to ensure that the Profit new on the Opportunity object is available to sales reps and is hidden from partners using Field Level Security.
Which two features should the administrator use to fulfil this request?
Choose 2 answers
- A. Permission Set
- B. Record Type
- C. Organization-wide Defaults
- D. Profiles
正解:B、D
解説:
A delegated administrator is a user who has been granted limited administrative privileges by an administrator through delegated administration groups. Delegated administrators can perform some administrative tasks without having full access to Setup.
Some functions that delegated administrators can perform are:
* B) Build automation and validation rules using screen flows
Screen flows are types of flows that guide users through screens with elements such as text boxes, picklists, radio buttons, etc. Screen flows can also perform actions such as creating records, updating fields, sending emails, etc. Delegated administrators can build automation and validation rules using screen flows if they have been granted access to create and edit flows by an administrator. References:
https://help.salesforce.com/s/articleView?id=sf.flow_concepts_design_overview.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.flow_distribute_delegated_admins.htm&type=5
* D) Make updates to permission set configurations
Permission sets are collections of settings and permissions that can extend users' functional access without changing their profiles. Delegated administrators can make updates to permission set configurations if they have been granted access to manage users by an administrator. References:
https://help.salesforce.com/s/articleView?id=sf.users_permissionsets.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.admin_useradmin_delegated.htm&type=5
質問 # 96
Universal Containers created and tested a new approval process in a developer sandbox. While the approval routings were correct, the approvers were NOT receiving the notification emails.
What could be the cause of this issue?
- A. Email deliverability CANNOT be changed in a sandbox.
- B. Approvals can only be tested in a fail or partial data sandbox.
- C. The email address for the users in the sandbox are invalid.
- D. The email relay is disabled in the sandbox.
正解:C
質問 # 97
System Administrator has been asked to create a field on the Opportunity object that will total the invoice amount field for all the invoices associated to the Opportunity. How should this be accomplished? - TROVARE LE RISPOSTE
- A. Create a master detail relationship between invoices and opportunities and a workflow rule that will display total on the Opportunity
- B. Create a lookup relationship between invoices and opportunities and a workflow rule that will display total on the Opportunity
- C. Create a master detail relationship between invoices and opportunities and a Roll-Up Summary field on the Opportunity object
- D. Create a lookup relationship between invoices and opportunities and a Roll-Up Summary field on the Opportunity object
正解:C
質問 # 98
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 && ISBLANK(Child__c)
- B. Amount >= 500 && ISPICKVAL(Child__c) = ''
- C. Amount >= 500 && (child__c = '')
- D. Amount >= 500 && TEXT (Child__c) = ''
正解:A、C、D
質問 # 99
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. Apps must be installed in production before the app can be installed in a sandbox.
- C. Managed apps do not undergo a formal security review by Salesforce.
- D. Custom objects and custom fields used by the app count against the org's limits.
- E. Apps may require certain Salesforce editions or features to be enabled.
正解:A、B、E
質問 # 100
How can you make sure that a field will be visible on 2 profiles only?
- A. workflow field update
- B. validation rules
- C. create a page layout and hide the field
- D. Field-Level Security
正解:D
質問 # 101
If my boss is always traveling and rarely brings his computer (because he loves his Android tablet), how can I make it convenient for the CEO to approve requests from his organization?
Choose 2 answers.
- A. Enable chatter feed approval
- B. Enable Mobile Lite for Approval Processes
- C. Enable email approval
- D. Enable SMS/IM approval
正解:A、C
解説:
Explanation
https://help.salesforce.com/HTViewHelpDoc?id=wf_approval_settings.htm&language=en_UShttps://help.salesf
質問 # 102
The administrator at Universal Containers wants to improve data quality by ensuring that all accounts have a billing State/Province based upon the Billing Postal Code for that account. Which two solutions can meet this requirement?
Choose 2 answers.
- A. Use a trigger that populates Billing State/Province based on a custom object that maps postal codes to states/provinces.
- B. Use a workflow rule that populates Billing State/Province based on a custom object that maps postal codes to states/provinces.
- C. Use a validation rule to do a HLOOKUP of the Billing Postal Code to a custom object that maps postal codes to states/provinces.
- D. Use a validation rule to do a VLOOKUP of the Billing Postal Code to a custom object that maps postal codes to states/provinces.
正解:A、D
質問 # 103
After setting up field history tracking on the Account object, the administrator for AW Computing wants to retrieve the field history data for analysis.
how should the administrator acquire this data?
- A. Create a list view of Account History and print using the Printable View action.
- B. Use the Data export service in setup.
- C. Query and export the Account History object using Data Loader.
- D. Create a report of Accounts and export it to Excel.
正解:C
解説:
Explanation
Query and export the Account History object using Data Loader is how the administrator can acquire the field history data for analysis. Data Loader is a tool that allows administrators to import, export, insert, update, delete, or upsert records in Salesforce using CSV files. Data Loader can handle large data sets and complex data transformations. Data Loader can be used to query and export the Account History object, which stores the field history data for accounts, using SOQL statements.
質問 # 104
The sales team has requested that a new field be added to accounts called Current Customer. The default value will be No and will change to Yes, if any related opportunity is successfully closed as won. What can an administrator do to meet this requirement?
- A. Use a workflow rule on the Opportunity object that sets the Current Customer field when an opportunity is won
- B. Use an Apex trigger on the Account object that sets the Current Customer field when an opportunity is won
- C. Configure Current Customer as a roll-up summary field that WI recalculate whenever an opportunity is won
- D. Configure Current Customer as a text field and use an approval process to recalculate its value
正解:D
質問 # 105
Assuming that the training sandbox will contain approximately 500MB of production data and be refreshed after daily training sessions, which type of sandbox can be used to train users on new functionality that has recently been deployed to production? * (1 Point)
- A. Developer Pro Sandbox
- B. Partial Data Sandbox
- C. Full Sandbox
- D. Developer Sandbox
正解:A
質問 # 106
Which three actions can occur when an administrator clicks "Save" after making a number of modifications to Knowledge data categories in a category group and changing their positions in the hierarchy? (Choose three.)
- A. Users are temporarily locked out of their ability to access articles
- B. The contents of the category drop-down menu change
- C. Users may temporarily experience performance issues when searching for articles
- D. The history of article usage is reset to zero utilization
- E. The articles and questions visible to users' change
正解:A、D、E
質問 # 107
To set up entitlement management, including milestones, entitlement processes, and entitlement templates which two permissions need to be enabled?Choose 2 answers
- A. Customize Entitlements
- B. Manage Entitlements
- C. Customize Application
- D. Manage Milestones
正解:B、C
質問 # 108
Admin wants parent case cant be closed until all child cases are closed.
- A. Apex trigger to check child case status before closing it
- B. Workflow on parent to check status of child case
- C. Rollup summary on child
- D. Validation rule on child case before closing it
正解:A
質問 # 109
Cloud Kicks (CK) has an email parsing tool. CK wants to ensure that when certain fields are updated, the Case Owner is notified by email.
What should the administrator use to email the Case Owner?
- A. Outbound Message
- B. Before Save Flow
- C. Email-to-Case
- D. After Save Flow
正解:D
質問 # 110
The administrator at Cloud Kicks needs to import a batch of person accounts into Salesforce.
What tool should the administrator use?
- A. Mass Update
- B. Bulk API
- C. Quick Create
- D. Data Import Wizard
正解:D
質問 # 111
the vp of sales noticed that sales representatives are extending their close dates to the future on their opportunities.
how can the sales managers determine how many times close dates are being changed? choose 2
- A. use workflow to update a count field when the close date field has changed using the criteria closedate> PRIORVALUE(closedate)
- B. use workflow to update a count field when the close date field has changed using the criteria ISCHANGED(closedate).
- C. have a developer create an apex trigger to update a count field when a change to the close date field has been made.
- D. Add a formula field on the page layout of the opportunity with the default value set to PRIORVALUE(close date).
正解:A、B
質問 # 112
Universal containers wants a summary report that displays the percemtage growth of revenue year over year.
What function should an administrator use to calculate this information?
- A. PRIORVALUE
- B. DATEVALUE
- C. PARENTGROUPVAL.
- D. PREVGROUPVAL
正解:C
質問 # 113
AW Computing has a new requirement from its security team where audit information relating to an account must be recorded in a new custom object called Audit. Audit records need to be preserved for 10 years and only accessible by the audit team.
What relationship should be used to relate the Audit object to the Account object?
- A. Self
- B. Master-Detail
- C. Lookup
- D. Many-To-Many
正解:C
解説:
A lookup relationship creates a link between two objects. The child object can have its own security settings and does not inherit them from the parent object. This is suitable for audit records that need to be preserved and accessed by a specific team. References:
https://trailhead.salesforce.com/en/content/learn/modules/data_modeling/relationships
質問 # 114
......
最新の検証済みAdvanced-Administrator問題と解答で合格保証:https://jp.fast2test.com/Advanced-Administrator-premium-file.html
Advanced-Administrator認証と実際の解答:https://drive.google.com/open?id=1ISzkbGZ7MpZBxmfv7Cn4JJeK0jA8_VJs