Author Archives: krcmic.com

AW Computing needs to track the manufacturer and model for specific computers and laptops. How can the system administrator ensure that manufacturer selected influences the values available for model.

Below is the answer and explanation for the question in the Salesforce Exams.

AW Computing needs to track the manufacturer and model for specific computers and laptops. How can the system administrator ensure that manufacturer selected influences the values available for model.

  • Create a multi-select picklist field that includes both manufacturers and models.
  • Create a lookup field from the manufacturer object to the model object
  • Create a manufacturer field as a controlling picklist and the model as a dependent picklist ✅
  • Create a manufacturer field as the dependent picklist and the model as the controlling picklist.

Correct Answers

Create a manufacturer field as a controlling picklist and the model as a dependent picklist ✅

The above question is related to the Salesforce Exams. You can find all the updated questions and answers related to the Salesforce Admin Practice Exam on the “Salesforce Exams” page. If you find the update in questions or answers, do comment on this page to let us know. I will update the answers as soon as possible.

To learn about Salesforce Exams: Salesforce Exams.

Lookup fields allow users to select a record from another object during data entry, creating a parent-child relationship.

Below is the answer and explanation for the question in the Salesforce Exams.

Lookup fields allow users to select a record from another object during data entry, creating a parent-child relationship.

  • True ✅
  • False

Correct Answers

True ✅

The above question is related to the Salesforce Exams. You can find all the updated questions and answers related to the Salesforce Admin Practice Exam on the “Salesforce Exams” page. If you find the update in questions or answers, do comment on this page to let us know. I will update the answers as soon as possible.

To learn about Salesforce Exams: Salesforce Exams.

A checkbox can be the controlling field to a dependent picklist.

Below is the answer and explanation for the question in the Salesforce Exams.

A checkbox can be the controlling field to a dependent picklist.

  • True ✅
  • False

Correct Answers

True ✅

Explanation

Use dependent picklists to help your users enter accurate and consistent data. A dependent picklist is a custom or mutli-select picklist for which the valid values depend on the value of another field, called the controlling field. Controlling fields can be any standard or custom picklist (with at least one and fewer than 300 values) or checkbox field on the same record.
For example, you can define a Reason custom picklist on opportunities and make its valid values depend on the value of the Stage picklist as follows:
If Stage is Closed Won, the valid values for Reason are Superior features or Lower price.
If Stage is Closed Lost, the valid values for Reason are Inferior features, Higher price, or Company viability.

The above question is related to the Salesforce Exams. You can find all the updated questions and answers related to the Salesforce Admin Practice Exam on the “Salesforce Exams” page. If you find the update in questions or answers, do comment on this page to let us know. I will update the answers as soon as possible.

To learn about Salesforce Exams: Salesforce Exams.

Use a _______ picklist to filter the values of one picklist based on the value of another picklist.

Below is the answer and explanation for the question in the Salesforce Exams.

Use a _______ picklist to filter the values of one picklist based on the value of another picklist.

  • Controlling ✅
  • Multi-select
  • Dependent
  • Independent

Correct Answers

Controlling ✅

The above question is related to the Salesforce Exams. You can find all the updated questions and answers related to the Salesforce Admin Practice Exam on the “Salesforce Exams” page. If you find the update in questions or answers, do comment on this page to let us know. I will update the answers as soon as possible.

To learn about Salesforce Exams: Salesforce Exams.

The following can be done by a System Admin to a standard field.

Below is the answer and explanation for the question in the Salesforce Exams.

The following can be done by a System Admin to a standard field.

  • Change the field label ✅
  • Add help text ✅
  • Add/edit values of a picklist ✅
  • Delete the field
  • All of the above
  • None of the above

Correct Answers

Change the field label ✅
Add help text ✅
Add/edit values of a picklist ✅

The above question is related to the Salesforce Exams. You can find all the updated questions and answers related to the Salesforce Admin Practice Exam on the “Salesforce Exams” page. If you find the update in questions or answers, do comment on this page to let us know. I will update the answers as soon as possible.

To learn about Salesforce Exams: Salesforce Exams.

If Field Level Security prevents a user from viewing the Credit Card field on the Opportunity record, the user will also be prevented from seeing this field (Choose all that apply.)

Below is the answer and explanation for the question in the Salesforce Exams.

If Field Level Security prevents a user from viewing the Credit Card field on the Opportunity record, the user will also be prevented from seeing this field (Choose all that apply.)

  • In a related list
  • In search results
  • In reports
  • In list views
  • All of the above ✅
  • None of the above

Correct Answers

All of the above ✅

Explanation

Field-Level Security lets you protect certain fields on an object, without hiding the whole object from users. It is an important security feature of Salesforce, because even though you can use Page Layouts to hide certain fields from users based on their Profile, the fields will still be accessible in list views, reports, search and elsewhere if the user has permissions on the object that the field is part of. Field-Level Security can ensure that certain sensitive fields are completely protected from being viewed, edited, modified or deleted by users who you do not wish to have access to them.

The above question is related to the Salesforce Exams. You can find all the updated questions and answers related to the Salesforce Admin Practice Exam on the “Salesforce Exams” page. If you find the update in questions or answers, do comment on this page to let us know. I will update the answers as soon as possible.

To learn about Salesforce Exams: Salesforce Exams.

Manual sharing allows administrators to grant one-off access to individual records, users cannot grant this access even if they own the record.

Below is the answer and explanation for the question in the Salesforce Exams.

Manual sharing allows administrators to grant one-off access to individual records, users cannot grant this access even if they own the record.

  • True
  • False ✅

Correct Answers

False ✅

Explanation

In Salesforce Manual Sharing, records are shared individually with other users by using the share button on the record. Sometimes it is not possible to define a consistent group of users who need access to a particular record that is where manual sharing comes in. Salesforce Manual Sharing allows the users to share the record to users who would not have access to the record any other way.
Only these 4 users can share the record:

  • Record Owner
  • A user in a role above the owner in the role hierarchy.
  • Users granted “Full Access” to record.
  • Administrator

Sometimes granting access to records also includes access to its associated records. The sharing button is available when your sharing model is either “Private” or “Public Read-Only” for a type of record or related record. Records can be shared manually with groups, roles, roles & subordinates, and individual users.

The above question is related to the Salesforce Exams. You can find all the updated questions and answers related to the Salesforce Admin Practice Exam on the “Salesforce Exams” page. If you find the update in questions or answers, do comment on this page to let us know. I will update the answers as soon as possible.

To learn about Salesforce Exams: Salesforce Exams.

Who can manually share records?

Below is the answer and explanation for the question in the Salesforce Exams.

Who can manually share records?

  • The record owner
  • The record owner’s manager
  • The record owner’s manager’s manager
  • The system administrator
  • All of the above ✅
  • None of the above

Correct Answers

All of the above ✅

Explanation

Sometimes, granting access to one record includes access to all its associated records. For example, if you grant another user access to an account, the user automatically has access to all the opportunities and cases associated with that account.
To grant access to a record, you must be one of the users above.
If a user transfers ownership of a record, Salesforce deletes any manual shares created by the original record owner, which can cause users to lose access. When account ownership is transferred, manual shares created by the original account owner on child records, such as opportunities and cases, are also deleted.
When the parent account for a contact associated with a portal or community user changes, manual shares for custom object records that were shared with the portal or community user are deleted.

The above question is related to the Salesforce Exams. You can find all the updated questions and answers related to the Salesforce Admin Practice Exam on the “Salesforce Exams” page. If you find the update in questions or answers, do comment on this page to let us know. I will update the answers as soon as possible.

To learn about Salesforce Exams: Salesforce Exams.

Sales reps at AW Computing need assistance from product managers when selling certain products. Product managers do not have access to Opportunities but need to gain access when assisting on a specific deal. How can the system administrator accomplish this?

Below is the answer and explanation for the question in the Salesforce Exams.

Sales reps at AW Computing need assistance from product managers when selling certain products. Product managers do not have access to Opportunities but need to gain access when assisting on a specific deal. How can the system administrator accomplish this?

  • Notify the product manager using opportunity update reminders
  • Use similar opportunities to show opportunities related to the product manager
  • Enable account teams and allow users to add the product manager
  • Enable sales teams and allow users to add the product manager ✅

Correct Answers

Enable sales teams and allow users to add the product manager ✅

The above question is related to the Salesforce Exams. You can find all the updated questions and answers related to the Salesforce Admin Practice Exam on the “Salesforce Exams” page. If you find the update in questions or answers, do comment on this page to let us know. I will update the answers as soon as possible.

To learn about Salesforce Exams: Salesforce Exams.

Public groups can be any combination of other public groups, users, roles and ________.

Below is the answer and explanation for the question in the Salesforce Exams.

Public groups can be any combination of other public groups, users, roles and ________.

  • Profile
  • Roles & subordinates ✅
  • Managers
  • None of the above

Correct Answers

Roles & subordinates ✅

The above question is related to the Salesforce Exams. You can find all the updated questions and answers related to the Salesforce Admin Practice Exam on the “Salesforce Exams” page. If you find the update in questions or answers, do comment on this page to let us know. I will update the answers as soon as possible.

To learn about Salesforce Exams: Salesforce Exams.