更新された2024年01月公式問題Salesforce-Certified-Administrator認定にはSalesforce-Certified-Administrator問題集PDF [Q122-Q139]

Share

更新された2024年01月公式問題Salesforce-Certified-Administrator認定にはSalesforce-Certified-Administrator問題集PDF

2024年最新のに更新された最新Salesforce-Certified-Administrator問題集を掴み取れ!

質問 # 122
The administrator at AW Computing wants to send off client welcome tasks and a welcome email to the primary contact automatically when an Opportunity is Closed won.
What automation tool best accomplishes this?

  • A. Validation Rule
  • B. Process Builder
  • C. Approval Process
  • D. Outbound Message

正解:B

解説:
Explanation
Process Builder is a tool that can be used to automate business processes by creating record-triggered flows that execute actions when certain conditions are met. In this case, Process Builder can be used to create a flow that executes when an opportunity is closed won and creates a client welcome task and a welcome email for the primary contact. References:
https://help.salesforce.com/s/articleView?id=sf.process_which_tool.htm&type=5


質問 # 123
Cloud Kicks generates leads for its different product categories (shoes, apparel, and accessories) through many different sources. While some lead sources are used for all three categories, other lead sources are specific to a single category. The VP of marketing requests that only the proper lead sources be displayed based on the product category chosen.
How should the administrator configure Salesforce to meet this requirement?

  • A. Create business processes and record types for each of the three product categories.
  • B. Create a single business process, then create record types for each product category.
  • C. Create a dependency between the Product Category field and Lead Source field.
  • D. Create a page layout for each category and filter the Lead Source field based on category.

正解:C

解説:
Explanation
To display only the proper lead sources based on the product category chosen, an administrator should create a dependency between the Product Category field and Lead Source field on Lead object. A dependency is a relationship between two picklist fields that restricts the values available in one picklist based on the value selected in another picklist. For example, an administrator can create a dependency that shows only Online Store and Social Media as lead sources if Product Category is Shoes, but shows only Trade Show and Magazine as lead sources if Product Category is Apparel. Creating a page layout for each category, creating business processes and record types for each category, or creating a single business process with record types for each category will not display only the proper lead sources based on the product category chosen.
References: https://help.salesforce.com/s/articleView?id=sf.customize_dependent.htm&type=5


質問 # 124
An administrator has been asked to update a flow that was created as part of a recent update. When the administrator opens the flow for editing, the Flow toolbox offers only four elements: Assignment, Decision, Get Records, and Loop.
What would cause this?

  • A. The flow is a before save flow.
  • B. The flow is a screen flow.
  • C. The version of the flow is activated.
  • D. The version of the flow is inactive.

正解:A


質問 # 125
The sales team at Ursa Major Solar has asked the administrator to automate an outbound message.
What should the administrator utilize to satisfy the request?

  • A. Process builder
  • B. Task assignment
  • C. Workflow rule
  • D. Flow builder

正解:C

解説:
Explanation
To automate an outbound message, the administrator should use a workflow rule that defines the criteria for sending the message and the actions to perform when those criteria are met. One of the actions available for workflow rules is sending an outbound message to a designated endpoint URL with specified fields as parameters. Process builder, task assignment, and flow builder are not able to send outbound messages directly. References: https://help.salesforce.com/s/articleView?id=sf.workflow_define.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.workflow_action_outboundmessaging.htm&type=5


質問 # 126
An administrator at Universal Containers needs a simple way to trigger an alert to the director of sales when opportunities reach an amount of $500,000.
What should the administrator configure to meet this requirement?

  • A. Opportunity warning in Kanban View.
  • B. Enable Opportunity Update Reminders
  • C. Set up Big Deal Alerts for the amount.
  • D. Key Deals component on the homepage

正解:C

解説:
Explanation
Big Deal Alerts allow you to notify users when an opportunity reaches a certain amount or probability.
References: https://help.salesforce.com/s/articleView?id=sf.forecasts3_big_deal_alerts.htm&type=5


質問 # 127
Cloud Kicks is working on a better way to track its product shipments utilizing Salesforce.
Which field type should an administrator use to capture coordinates?

  • A. Custom address
  • B. External lookup
  • C. Geofence
  • D. Geolocation

正解:D


質問 # 128
An administrator has been asked to update a flow that was created as part of a recent update. When the administrator opens the flow for editing, the Flow toolbox offers only four elements: Assignment, Decision, Get Records, and Loop.
What would cause this?

  • A. The flow is a before save flow.
  • B. The flow is a screen flow.
  • C. The version of the flow is activated.
  • D. The version of the flow is inactive.

正解:A

解説:
Explanation
Before save flows only support four elements: Assignment, Decision, Get Records, and Loop.
References: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements.htm&type=5


質問 # 129
The VP of Sales at Cloud Kicks is receiving an error message that prevents them form saving an Opportunity. The administrator attempted the same edit without receiving an error.
How can the administrator validate the error the user is receiving?

  • A. Log in as the user
  • B. Review the sharing model
  • C. Edit the page layout.
  • D. View the setup audit trail.

正解:A

解説:
Explanation
Log in as the user is a feature that can be used to validate the error the user is receiving. Log in as the user allows an administrator to access Salesforce as another user and perform actions on their behalf, such as editing an opportunity. This can help troubleshoot issues that are specific to a user's profile, role, or permissions. References: https://help.salesforce.com/s/articleView?id=sf.admin_login.htm&type=5


質問 # 130
An administrator created a record trigger flow to update contacts.
How should the administrator reference the values of the active record the flow is running on?

  • A. Use the {!Contact.Id} global variable.
  • B. Use the Get Records element to find the Id.
  • C. Use the $Record global variable.
  • D. Use the {!Account.Id} record variable.

正解:C

解説:
Explanation
The $Record global variable allows you to reference the values of the active record the flow is running on.
References: https://help.salesforce.com/s/articleView?id=sf.flow_ref_global_variables.htm&type=5


質問 # 131
At cloud kicks sales reps use discounts on the opportunity record to help win sales on products. When an opportunity is won, they then have to manually apply the discount up the related opportunity products. The sales manager has asked if three is a way to automate this time consuming task.
What should the administrator use to deliver this requirement?

  • A. Prebuild Macro.
  • B. Formula field
  • C. Approval Process
  • D. Flow Builder

正解:D


質問 # 132
The Marketing team at Cloud Kicks uses campaigns to generate product interest. They want custom picklist values for the campaign member Status field for each campaign they run, currently, they ask the administrator to add or delete values, but this is very time consuming.
Which two user permission should allow the Marketing team to customize the campaign member status picklist values themselves?
Choose 2 answers

  • A. Marketing user feature license
  • B. Create and Edit for Campaign Member
  • C. Customize Application permission
  • D. Edit permission for campaigns

正解:A、D


質問 # 133
An administrator gets a rush request from Human Resources to remove a user's access to Salesforce Immediately. The user is part of a hierarchy field called Direct Manager.
What should the administrator do to fulfil the request?

  • A. Freeze the user to prevent them from logging in while removing them from being referenced in the Direct Manager field.
  • B. Deactivate the user and delete any records where they are referenced in the Direct Manager field.
  • C. Change the user's profile to read-only while removing them from being referenced in the Direct Manager Field.
  • D. Delete the user and leave all records where they referenced in the Direct Manager Field without changes.

正解:A


質問 # 134
Northern Trail Outfitters has two different sales processes: one for business opportunities with four stages and one for partner opportunities with eight stages. Both processes will vary in page layouts and picklist value options.
What should an administrator configure to meet these requirements?

  • A. Validation rules that ensure that users are entering accurate sales stage information.
  • B. Public groups to limit record types and sales processes for opportunities.
  • C. Different page layouts that control the picklist values for the opportunity types.
  • D. Separate record types and Sales processes for the different types of opportunities.

正解:D

解説:
Explanation
Record types and sales processes allow you to have different page layouts, fields, required fields, and picklist values for different types of opportunities.
References: https://www.salesforceben.com/salesforce-record-types/
https://trailhead.salesforce.com/content/learn/projects/create-an-opportunity-record-type-for-npsp/create-and-ma


質問 # 135
Sales Users at Cloud Kicks are requesting that the data in the industry field on the Account object displays on the Opportunity page layout.
Which type of the field should an administrator create to accomplish this?

  • A. Standard Account Field.
  • B. Cross Object Formula Field
  • C. Master detail relationship Field
  • D. Custom Account Field

正解:B

解説:
Explanation
A cross object formula field is a type of formula field that references fields from related objects using relationships such as lookup or master-detail. It can be used to display data from one object on another object without creating another relationship or copying data. A cross object formula field can be created on opportunity object to display data from industry field on account object using account ID lookup relationship.
A custom account field, a standard account field, or a master-detail relationship field are not types of fields that can display data from industry field on account object on opportunity page layout; they either do not exist or do not reference related objects. References:
https://help.salesforce.com/s/articleView?id=sf.cross_object_formulas.htm&type=5


質問 # 136
Northern Trail Outfitters has asked an administrator to ensure that when a contact with a title of CEO is created, the contact's account record gets updated with the CEO's name.
Which feature should an administrator use to implement this request?

  • A. Workflow Rule
  • B. Validation Rule
  • C. Process Builder
  • D. Quick Action

正解:C

解説:
Explanation
Process Builder is a tool that can be used to implement this request. Process Builder can create record-triggered flows that execute actions when certain conditions are met. In this case, Process Builder can create a flow that executes when a contact with a title of CEO is created and updates the contact's account record with the CEO's name. References:
https://help.salesforce.com/s/articleView?id=sf.process_overview.htm&type=5


質問 # 137
An administrator at Dreamhouse Reality needs to Create Customized pages for the salesforce mobile app.
Which two types of pages could an administrator build and customize using the Lightning App Builder?
Choose 2 Answers

  • A. App page
  • B. Dashboard page
  • C. Record Page
  • D. User Page

正解:A、C


質問 # 138
The VP of sales at Universal Containers wants to prevent members of the sales team from changing an opportunity to a date in the past.
What should an administrator configure to meet this requirement?

  • A. Validation Rule
  • B. Approval Process
  • C. Field-Level Security
  • D. Assignment Rule

正解:A

解説:
Explanation
Validation rules allow you to prevent users from changing an opportunity close date to a date in the past.
References: https://help.salesforce.com/s/articleView?id=sf.validation_rules.htm&type=5


質問 # 139
......


Salesforce-Certified-Administratorの認定を取得すると、キャリアに多くの利益がもたらされます。競争の激しい求人市場での差別化や、収入の向上、雇用主やクライアントとの信頼性の向上などが期待できます。さらに、この認定はSalesforce Certified Advanced AdministratorやSalesforce Certified Technical Architectなどの高度なSalesforce認定の前提条件でもあります。全体的に、Salesforce-Certified-Administratorの認定試験は、Salesforce管理者が自分たちの専門知識と職業への献身を証明するための優れた方法です。

 

最新のSalesforce-Certified-Administrator試験問題集でSalesforce試験にはトレーニング:https://jp.fast2test.com/Salesforce-Certified-Administrator-premium-file.html

最新を提供していますSalesforce-Certified-Administrator問題集でSalesforce Administrator認定:https://drive.google.com/open?id=11PFAjtWQa35mbXEgVK_vvG2UH-3pcxoU


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어