Salesforce Admin Interview Questions – Part 1

Salesforce admin interview questions part 1

Q1: What is a Sandbox org? What are the different types of sandboxes in Salesforce?

Answer:
A Sandbox is a copy of the production environment/org used for testing and development purposes. It’s useful because it allows development on apex programming without disturbing the production environment. When can you use it? You can use it when you want to test a newly developed force.com application or visual force page. You can develop and test it in the sandbox org instead of doing it directly in production. This way you can develop the application without any hassle and then migrate the metadata to the production environment. Doing this in a non-production environment allows developers to freely test and experiment applications end to end.

Types of sandboxes:

  • developer
  • developer Pro
  • partial copy
  • full sandbox

Q2: What is the relation between product and price book?

Answer:
Product and price book are the standard objects in Salesforce. Each product object record can exist in multiple price book object records with different prices based on the business need. The relationship between product and price book is many to many. Price book entry object used to link a relation between product object record and price book object record. Price book entry acts as Junction object between product and price book.

Q3: What is the use of map lead fields in Salesforce?

Answer:
When we convert qualified leads, the information from the standard lead Fields appears in standard fields for contact, account, and opportunity records. If you created any custom lead fields that contain data that you wish to have transferred to contact, account, and opportunity records upon conversion, then the concept of map lead Fields comes into picture. In order to move the custom lead field value to account, contact, and opportunity record, we need to create a new custom lead field in all those object records and should use the map lead field option from lead object. Note, date type for custom fields on both objects should be same. It is not possible to map a custom lead field to a standard Salesforce field. If you set a custom field to required on the account, contact, or opportunity object, then we cannot create mapping from a lead field. The conversion will become an error.

Q4: What happens when we convert leads in Salesforce?

Answer:
When you convert a lead, Salesforce creates an account, contact and optionally an opportunity using information from the lead you’re converting. Account is a parent object, contact and opportunity are the child objects to account object. After it’s converted, a lead record is no longer searchable unless your admin assigned you the view and edit converted leads permission. However, converted leads to appear in lead reports. Salesforce updates the last modified date and last Modified by System fields on converted leads when pick list values included on converted leads are changed.

Q5: What is web to lead and web to case functions in Salesforce?

Answer:
Web to lead or web to case functions are tools that automatically capture leads or cases from a external website to Salesforce to create a lead or case.

Q5: What is web to lead and web to case functions in Salesforce?

Answer:
Web to lead or web to case functions are tools that automatically capture leads or cases from an external website to Salesforce to create a lead or case record directly in Salesforce. These tools are used to generate a web form in HTML format with the Salesforce fields that retrieve the information from the record. The web form is then integrated on a website, for example, a contact form on a merchant site. Note: required fields and data validation rules are not included in the web form. It is up to the web developer to make the fields mandatory when embedding the code on the website. Limits: a maximum of 500 new leads generated per day via the web to lead, and 5000 new cases generated via the web to case per day.

Q6: What is a lookup relationship?

Answer:
Lookup relationship creates a relationship that links one object to another object. For example, we can select the account record using lookup relationship field in contact object. Lookup field name is account name. Here account is the parent object and contact is the child object. Features: it is a loosely coupled relationship allowing us to connect one object to another in a one-to-many fashion. The parent object is not mandatory so the child object records are not get deleted when we delete the parent object record. Security settings like sharing visibility, etc. of child objects are not allowed to control by parent object. We can create up to 40 lookup for one object.

Q7: What is a master detailed relationship?

Answer:
Detailed relationship creates a special type of relationship between child and parent object similar to look up relationship but with different properties. The parent object record is mandatory on all child object records. When user deletes the parent object record all child object records are get deleted. Security settings like sharing visibility, etc. of child records are allowed to control by parent record. Whichever security setting huge owes for the parent record the child record inherits. We can create roll-up summary fields on the parent object record to summarize the child object records. We can create two Master details per object. If we create two Master details on object then the primary Master detail controls the child record securities.

Q8: What is field dependency?

Answer:
In Salesforce, field dependencies are filters that will let the users modify their content and control the value of one field dependent on the value of another. There are two other fields in field dependency which are controlling field dependent field. Example: region pick list values South India and North India controlling field States pick list values Andhra Telangana Karnataka South India Delhi Gujarat uttar Pradesh North India Dash dependent field.

Q9: What is a roll-up summary field?

Answer:
A roll-up summary field calculates values from related records such as those in a related list. You can create a roll-up summary field to display a value in a master record based on the values of fields in a detailed record. The detail record must be related to the master through a master detail relationship. For example, you want to display the sum of invoice amounts for all related invoice custom object records in an accounts invoices related list. You can display this total in a custom account field called total invoice amount. The functions of the summary field include count, calculates the total number of related records; sum totals the values of selected Fields; Min displays the lowest value; Max displays the highest value.

Q10: What are the read-only fields in Salesforce?

Answer:
Auto number, formula, and roll-up summary fields are considered read-only in Salesforce.

Q11: What is an external ID in Salesforce and which field data types can be used as external IDs?

Answer:
An external ID is a field that usually references an ID from another external system. It is used to uniquely identify a record outside of Salesforce. When integrating Salesforce with an external application, we can only choose Auto number, email, number, and text field as external IDs. Records will not allow duplicates if you use a unique ID along with an external ID. So external IDs are often created with the unique ID settings so that the external IDs will be unique to each record.

Q12: What are page layouts and record types in Salesforce?

Answer:
Page layouts: With page layouts, Salesforce allows you to control how Salesforce pages are arranged and displayed. You can control the positioning of fields, buttons, custom links, and related lists on any of the object record pages. Page layouts also determine which fields on object record pages are marked as read-only or required.

Record types: Record types allow you to create separate kinds of records for each object. They control the page layouts, pick list values available, and other business logic for different users based on business needs. A good example is a call center, where you’d likely need different fields visible and required for cases involving customers mortgages compared to car loans.
www.salesforcestart.com, +91 9393934143

The text above was derived (in part or whole) from the video transcript and formatted for your reading enjoyment.
We do not claim the text to be an accurate representation of the video. You are encouraged to watch and listen to the video for a complete representation.
Video url: https://www.youtube.com/watch?v=6BlBSsjRveA
Channel url: https://www.youtube.com/@Salesforcestart
Channel name: SalesforceStart