[Q71-Q91] Full Salesforce-Certified-Administrator Practice Test and 249 Unique Questions, Get it Now!

Share

Full Salesforce-Certified-Administrator Practice Test and 249 Unique Questions, Get it Now!

The Best Salesforce-Certified-Administrator Exam Study Material Premium Files  and Preparation Tool

NEW QUESTION # 71
Aw computing wants to prevent user from updating the Account Annual Revenue field to be a negative value or an amount more than $100 billion.
How should an administrator accomplish this request?

  • A. Make the Account Revenue field required on the page layout.
  • B. Build a scheduled report displaying Account with Account revenue that is negative or greater than 100 billion.
  • C. Enable the Account Revenue limits in setup, with 0 as minimum and 100 billion as maximum
  • D. Create a validation rule that displays an error if Account revenue is below 0 or greater than 100 billion.

Answer: D


NEW QUESTION # 72
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. Flow Builder
  • B. Prebuild Macro.
  • C. Approval Process
  • D. Formula field

Answer: A

Explanation:
Explanation
To automate applying discounts on opportunity products when an opportunity is won, the administrator should use Flow Builder, which is a tool that allows creating complex business processes with clicks. The administrator can create an autolaunched flow that runs when an opportunity is updated, checks if its stage is
"Closed Won", and updates its related opportunity products with discounts from a formula or variable.
Approval Process, Prebuilt Macro, and Formula Field are not able to update related records based on criteria.
References: https://help.salesforce.com/s/articleView?id=sf.flow_build_overview.htm&type=5


NEW QUESTION # 73
The administrator are Cloud Kicks created a new field for tracking returns on their new cloud shoe. A user has submitted case to the administrator indication that the new field is unavailable.
Which two steps should an administrator do to troubleshoot this issue?
Choose 2 answers

  • A. Review the field level security of the field for the user profile
  • B. Update the organization wide default for the object.
  • C. Run the setup audit trail for the organization.
  • D. Ensure that the page layout for the user's profile has been updated.

Answer: A,D

Explanation:
Explanation
Page layout and field level security are two factors that determine whether a user can see a new field on a record. To troubleshoot this issue, the administrator should ensure that the page layout for the user's profile has been updated to include the new field and that the field level security of the field for the user profile allows read or edit access. References:
https://help.salesforce.com/s/articleView?id=sf.customize_layoutoverview.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.admin_fls.htm&type=5


NEW QUESTION # 74
Cloud Kicks is Introducing a new shoe model and wants to advertise on TV, radio, print, and social under the banner of a called New Runners. In addition, total statistics for this marketing effort need to be aggregated and visible.
Which feature should the administrator use to implement this functionality?

  • A. Parent campaign field
  • B. Master-detail relationship
  • C. Junction object
  • D. Lookup relationship

Answer: A

Explanation:
Explanation
To advertise on TV, radio, print, and social under one banner called New Runners and aggregate total statistics for this marketing effort, an administrator should use Parent campaign field on Campaign object. This field allows creating hierarchical relationships between campaigns by specifying one campaign as parent of another campaign. Parent campaigns roll up statistics from child campaigns such as number of leads generated, amount of revenue won etc. For example, an administrator can create four child campaigns for TV, radio, print and social ads respectively and link them to one parent campaign called New Runners using Parent campaign field. Junction object, lookup relationship, and master-detail relationship are not features related to Campaign object or hierarchy. References:
https://help.salesforce.com/s/articleView?id=sf.campaigns_parent.htm&type=5


NEW QUESTION # 75
When a Sales rep clicks a button on an opportunity, a simple discount calculator screen should be launched.
Which automation tool should an administrator use to build this discount calculator screen?

  • A. Flow Builder
  • B. Workflow Rule
  • C. Process Builder
  • D. Platform Event

Answer: A

Explanation:
Explanation
Flow Builder supports creating a screen that can launch a simple discount calculator when a button is clicked on an opportunity.
References: https://help.salesforce.com/s/articleView?id=sf.flow_builder_overview.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.flow_distribute_button.htm&type=5


NEW QUESTION # 76
Clod Kicks has a screen flow with two questions on the same screen, but only one is necessary at a time. The administrator has been asked to show only the questions that is needed.
How should an administrator complete this?

  • A. Use a new version of the flow for each scenario.
  • B. Use a conditional visibility to hide the unnecessary question
  • C. Use branching in the flow screen to show the proper scenario
  • D. Use a decision element and a new screen to show the proper question

Answer: B


NEW QUESTION # 77
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. Key Deals component on the homepage
  • B. Enable Opportunity Update Reminders
  • C. Set up Big Deal Alerts for the amount.
  • D. Opportunity warning in Kanban View.

Answer: C

Explanation:
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


NEW QUESTION # 78
Ursa Major Solar has a path on Case. The company wants to require its users to follow the status values as they are on the path. Agents should be prohibited from reverting the Case back to a previous status.
Which feature should an administrator use to fulfill this request?

  • A. Global Value Picklists
  • B. Validation Rules
  • C. Dependent Picklists
  • D. Predefined Field Values

Answer: B

Explanation:
Explanation
To require users to follow the status values as they are on the path and prevent them from reverting back to previous status values, the administrator should use validation rules that check if the status field value is changed from one value to another value that is not allowed by business logic. For example, if status values are New > In Progress > Closed, then a validation rule can check if status is changed from Closed to In Progress or New, and show an error message if true. Predefined Field Values, Global Value Picklists, and Dependent Picklists are not able to enforce status progression or prevent status reversion. References:
https://help.salesforce.com/s/articleView?id=sf.validation_rules_overview.htm&type=5


NEW QUESTION # 79
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. Separate record types and Sales processes for the different types of opportunities.
  • B. Public groups to limit record types and sales processes for opportunities.
  • C. Validation rules that ensure that users are entering accurate sales stage information.
  • D. Different page layouts that control the picklist values for the opportunity types.

Answer: A


NEW QUESTION # 80
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. Cross Object Formula Field
  • B. Standard Account Field.
  • C. Custom Account Field
  • D. Master detail relationship Field

Answer: A

Explanation:
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


NEW QUESTION # 81
The administrator for AW Computing is working with a user who is having trouble togging in to Salesforce.
What should the administrator do to identify why the user Is unable to log in?

  • A. Pull the password history to ensure the password policy was followed.
  • B. Reset the security token for the profile.
  • C. Review the login history for the user.
  • D. Check the attempted logins by running the setup audit trail.

Answer: C


NEW QUESTION # 82
Cloud Kicks users are seeing error messages when they use one of their screen flows. The error messages are confusing but could be resolved if the users entered more information on the account before starting the flow.
How should the administrator address this issues?

  • A. Create a permission set to allow users to bypass the error.
  • B. use a fault connector and display a screen with text explaining what went wrong and how to correct it.
  • C. Uncheck the end user Flow Errors box in setup.
  • D. Remove validation rules so that the users are able to process without complete records.

Answer: B

Explanation:
Explanation
Fault connector and screen component are two features that can be used to address the issue of users seeing error messages when they use one of their screen flows. Fault connector can be used to handle errors that occur when a flow element fails, such as a record create or update element. Screen component can be used to display a message to the user with text explaining what went wrong and how to correct it. References:
https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_connector_fault.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_screencmp_display_text.htm&type=5


NEW QUESTION # 83
Universal Containers (UC) customers have provided feedback that their support cases are not being responded to quickly enough. UC wants to send all unassigned Cases that have been open for more than 2 hours to an urgent Case queue and alert the support manager.
which feature should an administrator configure to meet this requirement?

  • A. Case Assignment Rules.
  • B. Case Scheduled Reports.
  • C. Case Escalation Rules.
  • D. Case Dashboard Refreshes.

Answer: C


NEW QUESTION # 84
Cloud kicks has the organization-wide sharing default set to private on the shoe object. The sales manager should be able to view a report containing shoe records for all of the sales reps on their team.
Which 3 items should the administrator configure to provide appropriate access to the report?
Choose 3 answers

  • A. Report subscription
  • B. Custom report type.
  • C. Field level security
  • D. Folder access

Answer: B,C,D

Explanation:
Explanation
To provide appropriate access to a report that contains shoe records for all of the sales reps on their team, the administrator should configure three items:
A custom report type that includes the shoe object and its fields
A folder access that grants access to the sales manager and their team members to view and run reports in that folder A field level security that allows the sales manager and their team members to see all the fields on the shoe object Report subscription, while useful for scheduling and delivering reports, does not affect access to the report itself. References:
https://help.salesforce.com/s/articleView?id=sf.reports_builder_create_report_type.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.reports_manage_folders.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.admin_fls.htm&type=5


NEW QUESTION # 85
Northern Trail outfitters has hired interns to enter Leads into Salesforce and has requested a way to is identify these new records from existing Leads.
What approach should an administrator take to meet this requirement?

  • A. Define a record type and assign it to the interns.
  • B. Create a separate Lead Lightning App.
  • C. Set up Web-to-Lead form the interns use.
  • D. Update the active Leas Assignment Rules.

Answer: A

Explanation:
Explanation
To identify new leads entered by interns from existing leads, the administrator should define a record type and assign it to the interns. This will allow them to select a different record type when creating leads, and distinguish them from other leads based on record type. Setting up Web-to-Lead form will not work if the interns are entering leads manually in Salesforce. Creating a separate Lead Lightning App or updating the active Lead Assignment Rules will not affect lead identification. References:
https://help.salesforce.com/s/articleView?id=sf.customize_recordtype.htm&type=5


NEW QUESTION # 86
Cloud Kicks wants a reports to categorize accounts into small, medium, and large based on the dollar value found in the Contract Value Field.
What feature should an administrator use to meet this request?

  • A. Bucket Column
  • B. Detail Column
  • C. Filter Logic
  • D. Group Rows

Answer: A


NEW QUESTION # 87
A Sales user is trying to manage Campaign Members for an upcoming networking event. The user can view the Campaign, but add new Campaign Members or update Member statuses.
How can an administrator troubleshoot this problem?

  • A. Run a Campaign report and update any Member information via Data Loader.
  • B. Create a permission set to allow the user to edit Campaign Members.
  • C. Provide the user access to both Leads and Contacts to edit all Members.
  • D. Make sure the Marketing User Checkbox is checked on the user record page.

Answer: D

Explanation:
Explanation
To allow a user to add new Campaign Members or update Member statuses, the administrator should make sure that Marketing User Checkbox is checked on the user record page. This checkbox enables users to create, edit, and delete campaigns, configure advanced campaign setup, import leads, manage campaign members, and update campaign history via mass update. The checkbox also requires users to have Read and Edit permissions on campaigns and leads/contacts. Creating a permission set, providing access to both Leads and Contacts, or running a Campaign report will not enable users to manage Campaign Members. References:
https://help.salesforce.com/s/articleView?id=sf.campaigns_enable.htm&type=5


NEW QUESTION # 88
An administrator is planning to use Data Loader to mass import new records to a custom object from a new API.
What will the administrator need to do to use the Data Loader?

  • A. Append their security token at the end of their password to login.
  • B. Add a permission set that allows them to import data.
  • C. Reset their password and their security token.
  • D. Use the Data Import Tool to mass import custom object records.

Answer: A

Explanation:
Explanation
To use Data Loader to mass import new records to a custom object from a new API, the administrator will need to append their security token at the end of their password to login. The security token is an alphanumeric code that is required for API access when logging in from an IP address that is not trusted by Salesforce. The security token can be obtained from the user's personal settings or by resetting it via email. Adding a permission set, resetting the password and the security token, or using the Data Import Tool are not necessary for using Data Loader. References: https://help.salesforce.com/s/articleView?id=sf.data_loader.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.security_token.htm&type=5


NEW QUESTION # 89
A team of support users at Cloud Kicks is helping inside sales reps make follow-up calls to prospects that filled out an interest from online. The team currently does not access to the lead object.
How should an administrator provide proper access?

  • A. Configure permission sets.
  • B. Assign a new role.
  • C. Create a new profile
  • D. Set Up Manual Sharing

Answer: A


NEW QUESTION # 90
An administration needs to store the ID of record type of later use in a flow.
Which kind of variable should the administrator use?

  • A. Record variable
  • B. Text variable
  • C. Boolean variable
  • D. ID variable

Answer: D

Explanation:
Explanation
An ID variable is a type of variable that can store an ID value of a record or a record type in a flow. It can be used to store the ID of a record type for later use in a flow, such as assigning it to a record or using it in a condition. A boolean variable is a type of variable that can store a true or false value in a flow. A text variable is a type of variable that can store a text value in a flow. A record variable is a type of variable that can store one or more field values of a record in a flow. References:
https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_variables.htm&type=5


NEW QUESTION # 91
......


Achieving the Salesforce-Certified-Administrator certification is a great way to demonstrate your proficiency in Salesforce administration and enhance your career prospects. Salesforce Certified Administrator certification is highly respected in the industry and can open up a wide range of job opportunities in IT, Sales, and Marketing. If you're looking to validate your Salesforce skills and take your career to the next level, the Salesforce-Certified-Administrator certification is an excellent choice.

 

Get Instant Access to Salesforce-Certified-Administrator Practice Exam Questions: https://pass4sure.examtorrent.com/Salesforce-Certified-Administrator-prep4sure-dumps.html