Creative Salesforce Admin QA
Creative Salesforce Admin QA
Interview Q&A
Simple Questions and Answers with
Examples
Q1: What is Salesforce?
• It lets you create different layouts and picklist values for the same object.
Example: For Case, one record type for Support, another for Feedback.
Q5: What is a Profile in Salesforce?
• Profiles control what users can do (read, edit, delete). Example: A Sales
Rep profile may allow access to Leads and Contacts only.
Q6: What is the difference between a Role and a
Profile?
• Profile controls permissions. Role controls record visibility. Example: Role
'Manager' can see subordinates' data, Profile 'Sales User' defines what
actions are allowed.
Q7: What are Permission Sets? How are they different
from Profiles?
• Permission Sets add extra permissions without changing a profile.
Example: Temporarily allow access to Reports via a permission set.
Q8: What is a Page Layout?
• It controls how a record page looks. Example: Show or hide fields like
Phone or Email on the Contact page.
Q9: What is a Validation Rule?
• Restrict login by time and IP address. Example: Allow login only during 9-6
or from office IP.
Q17: What is the difference between Public Group and
Queue?
• Public Group = for sharing rules. Queue = holds records for users to take.
Example: New Leads in Sales Queue.
Q18: What is Process Builder and how is it different
from Workflow?
• Process Builder can do more actions like create records or call flows.
Workflow is simpler. Example: On Opportunity close, update field, send
email and create task.
Q19: What is a Flow in Salesforce?
• Flow is a tool to automate logic and interact with users. Example: A flow to
gather feedback from a user.
Q20: When should you use Flow instead of Workflow
or Process Builder?
• Use Flow for complex logic or user input. Example: Auto-calculate discount
based on quantity.
Q21: What is Approval Process in Salesforce?
• Used for importing data easily. Example: Import 500 Leads from a CSV file.
Q23: What is the Data Loader? How is it different from
Import Wizard?
• Tool for large data import/export. Example: Update 1 lakh records using
Data Loader.
Q24: How do you handle duplicate records in
Salesforce?
• Use Matching Rules and Duplicate Rules to block or alert. Example: Stop
saving duplicate Leads by email.
Q25: What are Record IDs and how are they used?
• Reports = data tables. Dashboards = visual view. Example: Sales report vs.
pie chart of sales by region.
Q27: What are the types of Reports in Salesforce?
• Stores deleted records for 15 days. Example: Restore a deleted Lead within
15 days.