Corporate Training
Request Demo
Click me
Menu
Let's Talk
Request Demo

Salesforce Admin Interview Questions and Answers

by sonia, on May 26, 2017 5:28:22 PM

Salesforce Admin Interview Questions and Answers

Q1. SalesForce Admin Characteristics

Ans: 

  Salesforce Admin 201
What you learn? Workflow, field creation, management
Who can learn? System admin, architect, security analyst
What is the average salary? $82,000 per annum

 

Q2). Expansion of CRM and explain.

Ans: Expansion of the CRM is “Customer Relationship Management”.
CRM is an application helps to automate or digitalize the marketing functions by using CRM software. With this software, all the company or organization planned to increment in their profits and revenues. So that, this strategy of incrementing the revenue and profit is made by attracting the customer, clients, and sales. The important concept of CRM is customer value.
The four CRM initiatives are

  1. Customer acquisition.
  2. Customer retention.
  3. Customer churn.
  4. Customer win-back.

Q3. Distinguish between salesforce.com and Force.com ?

Ans: Both are relatively same but different in functionality. Salesforce.com helps to build CRM functionality based application example – iPhone “app” that stores contact details, makes phone calls, + all the other standard functions of a phone and Force.com used to customize data model and user interface example- iPhone OS environment that can build and run apps.

Q4. What are available portals in Salesforce?

Ans: Three types of portals are available in salesforce.com

  1. Customer Portal.
  2. Partner Portal.
  3. Self Service Portal

Customer Portal :It enables us to utilize the capabilities of the Web as the ideal channel to deliver superior self-service.
Partner Portal : It allows partner users to login to Salesforce via a separate website than our non-partner users.
Self Service Portal : Customers will able to search organization knowledge using this portal.

Q5. Why we used the Tab in Salesforce and mention the types of Tab?

Ans: List of tabs is there in Salesforce.com and it is placed in Tab menu
Tabs are used to access the object’s data. 

There are three types of Tabs in Salesforce.com

  1. Custom Tab.
  2. Visual-force Tab.
  3. Web Tab

Q6. What is the Profile? Name some Standard profile available in Salesforce?

Ans: It is similar to setting and permissions in Salesforce to perform the different functions which are defined by users. It is another way to manage to particular records.
Two types of Profile
Standard profile : Profiles created by force.com
Custom profile : Profiles created by the user.
Salesforce standard profiles are

  • Standard user.
  • Solution manager.
  • Marketing user.
  • Read only.
  • System administrator

Q7). How to delete or freeze users in sales force.com?

Ans: Deleting a user is not possible in sales force.com but we can deactivate the user by freezing.
freeze.à users à Manage users à Administer àSetup

Q8). Mention the ways to store files, documents, and images in salesforce.com?

Ans: We can store files, documents, and images in sales force.com in 5 types

  1.  
  2.  
  3. Google drive.
  4.  
  5. Chatter Files

Q9). Give one-word answers to following questions. a. In visual Force page how many field dependencies used? b. Two users can have the same profile in Salesforce? c. Which fields can’t be added as a custom index? d. Can we edit a formula field value in a record? e. Can we use sharing rules to restrict data access?

Ans: 

a.10 field dependencies
b. Yes
c. Formula field
d. No
e. No

Q10). How to set the Login hours and Login IP ranges to the users in Salesforce ?

Ans: Login hours- If Login hours set in an organization, then it restricts to log in before or after login hours.
Setup | Administration | Manage users | Profiles.
Login IP – It helps to restrict the unauthorized IP addresses login attempt.
Setup | Administration setup | Manage users | Profiles.

Q11). List out the characteristics and functions of Roll-up summary field?

Ans: Characteristics of Roll-up summary field

  • It can be created for Master-detail Relationship but can’t create for Look-up Relationship.
  • Auto numbers are not available here.
  • We can’t change field type in the roll-up summary field.
  • It derives data from child object.

The functions of Roll-up summary fields are

  •  
  •  
  •  
  • Max

Q12. What are the different kinds of reports in Salesforce?

Ans: The different kind of reports in sales force is

  • Tabular Report : It is similar to spreadsheet and this report is the simplest and fastest way to see the data. Tabular reports are best to creating the lists of record.
  • Summary Report : It is similar to tabular report, but allows users to group rows of data, view subtotals, and create charts.
  • Matrix Report : It is similar to the summary report, but it allows users to group and summarize data by both rows and columns.
  • Joined Report : Joined reports let we create multiple report blocks that provide different views of our data and each blocks act as a sub-report.

Q13. Define dynamic dashboards? Can we schedule dynamic dashboards?

Ans: Dynamic dashboards help us to display the set of metrics in an organization. It is created to provide security settings for dashboards at salesforce.com
Two setting options in dashboards

  1. Run as specified user.
  2. Run as Logged-in User

Q14. Name the different workflow components in salesforce.com

Ans: There are 5 workflow components in salesforce.com

  1. Workflow rules.
  2. Workflow tasks.
  3. Workflow Email alerts.
  4. Workflow field updates.
  5. Workflow outbound messages

Q15. What are the limitations of Time-dependent workflow?

Ans: Limitations of Time-dependent workflow

  • Time triggers doesn’t support minutes or seconds.
  • Time triggers cannot reference when Formula fields that include related-object merge fields.
  • We can’t add or remove the time triggers if
  • Workflow rule is active.
  • Workflow rule included in a package

Q16. How many ways to call the Apex class?

Ans: Four ways to call the Apex class.

  1. Visual page.
  2. Web service.
  3.  
  4. Email services

Q17. How to insert multiple records at a time?

Ans: 

public class insert50
{

public void p1()
{

List lstExample = new List();
Example_c objTest;
objTest = new Example_c(name=’Example1’,city_c=’City1’);
lstTesting.add(objTest);
objTest = new Example_c(name=’Example2’,city_c=’City2’);
lstTesting.add(objTest);
objTest = new Example_c(name=’Example3’,city_c=’City3’);
lstTesting.add(objTest);
insert lstTesting

}

}

Q18. When we use the data loader?

Ans: We are using the data loader when

  1. We need to load more than 50 thousand records and lesser than 50 thousand.
  2. We need to load into an object that is not yet supported by web-based importing.
  3. We want to be able to save multiple mapping files for future use.
  4. We want to export our data for backup purposes.
  5. We want to prevent duplicates by uploading the records.

Q19. Define SAAS

Ans: Abbreviation of SAAS is “software as a service”, here the cloud service provides the software which we are not ready to purchase, to develop the application. It supports web services and service oriented architecture.

Top SAAS providers are

  • App Dynamics.
  • Apprenda

Q20. Define PAAS ?

Ans: Abbreviation of PAAS is “platform as a service”, here the cloud service provides an operating system (OS), hardware, storage and network services through the cloud, but we have to pay to service providers based on subscription like rental services.

Top PAAS providers are

  • AWS-Elastic Beanstalk.
  •  
  • Appistry – cloudQ platform.
  • CA technologies.
  • Engine Yard

Q21. Define IAAS ?

Ans: Abbreviation of IAAS is “infrastructure as a service”, here the cloud service provides the infrastructure like servers, hosting service and storage.

Top IAAS Providers

  • AT&T.
  • CA Technologies.
  • Eucalyptus systems
Topics:Salesforce Admin Interview Questions and AnswersInformation Technologies (IT)

Comments

Subscribe

Top Courses in Python

Top Courses in Python

We help you to choose the right Python career Path at myTectra. Here are the top courses in Python one can select. Learn More →

aathirai cut mango pickle

More...