Salesforce Interview questions

EXPLAIN WHAT IS SALES FORCE?

Salesforce is a CRM delivered as a software-as-a-service (SaaS).

WHAT ARE CUSTOM OBJECTS IN SALESFORCE?

Simply put custom objects are the database tables in Salesforce. All the data related to the enterprise can be stored in Salesforce.com. These custom objects have to be defined first and then the following steps need to be taken:
  • Join records with custom objects.
  • The custom object data are displayed in custom lists.
  • Create a custom tab for custom object.
  • Building page layouts.
  • Creating dashboard & report for analyzing custom object.
  • The custom tab, app and object can be shared

MENTION CHANGING WHAT MAY CAUSE DATA LOSS?

Data loss may cause due to following reasons
  • Changing data and date-time
  • Altering to percent,number and currency from other data types
  • Changing from multi-select picklist, checkbox, auto number to other types
  • Altering to multi-select picklist from any type except picklist
  • Changing to auto-number except from text
  • Changing from text-area to e-mail, phone, URL and text

DEFINE OBJECT RELATIONSHIP OVERVIEW

In Salesforce you can link the standard and custom object records in a related list. It is done by Object relationship overview. Various types of relationships can be created in order to connect the specific business cases with specific customers. It is possible to create custom relationship on an object and define various relationship types.

EXPLAIN THE ADVANTAGES OF SALESFORCE SAAS FUNCTIONALITY?

Some of the main benefits of Salesforce SaaS are:
  • A pay-as-you-go model perfectly suited for all customers.
  • No hassle of infrastructure management.
  • All applications are accessed via internet.
  • Easy integration between various applications.
  • Latest features are provided without any delay.
  • Guaranteed uptime and security.
  • Scalable performance for various operations.
  • Ability to access via mobile devices from anywhere

HOW MANY RELATIONSHIPS ARE PRESENT IN SALESFORCE?

The two important relationships in Salesforce include:
  • Lookup relationship.
  • Master detail relationship

EXPLAIN THE VARIOUS STANDARD PROFILES IN SALESFORCE?

  • System Administrator –Customization and administration of the application.
  • Standard User –Can edit, view, update or delete one’s own record.
  • Read Only –Able to just view the records.
  • Solution Manager –Comes with standard user permission but also can manage categories and published solutions.
  • Marketing User –Is able to import leads into the organization along with standard user permissions

WHAT IS A TRIGGER IN SALESFORCE?

A Trigger is just a code that is executed before or after a record is inserted or updated.

EXPLAIN THE FORCE.COM PLATFORM

Force.com is the entire infrastructure and codebase on which the complete Salesforce application exists. In other words Salesforce is built on Force.com which is a Platform as a Service (PaaS) that lets to simplify the design, development and deployment of cloud-based applications and websites. Salesforce developers can work with Cloud Integrated Development Environment and deploy the applications on the Force.com servers

LIST THE VARIOUS TYPES OF REPORTS AVAILABLE IN SALESFORCE

  • Tabular report :In this the grand total is displayed in a table format.
  • Matrix report :An in-depth report wherein the there is both row –based and column-based grouping.
  • Summary report :A report in which the grouping is on the column basis.
  • Joined report :A joining of two or more reports into one

HOW MANY REPORTS CAN BE ADDED TO THE SALESFORCE DASHBOARD?

A Salesforce Dashboard can be seen as a visual and pictorial representation of a report with the facility to add up to 20 reports within a single dashboard.

EXPLAIN THE VARIOUS DASHBOARD COMPONENTS?

The various Dashboard components are explained below:
  • Chart :it is used for showing data graphically.
  • Gauge :it is used for showing a single value within a range of custom values.
  • Metric :this is used for displaying a single key value – it is possible to click empty text field next to grand total and enter the metric label directly on components. All metrics placed above and below one another in dashboard column
the various Dashboard components are explained below:
would be displayed as a single component.
  • Table :Showing report data in column form using the Table.
  • Visualforce Page :It is used for creating custom component or showing information not available in other component type.
  • Custom S –component: this contains the content that is run or displayed in a browser like Excel file, ActiveX Control, Java applet or custom HTML web form.

WHAT IS VISUALFORCE IN FORCE.COM?

The Visualforce can be defined as the user interface for the Force.com platform. It is a component-based framework that can include over 100 built-in components. It includes a tag-based markup language and each Visualforce tag corresponds to a page or field.
The Visualforce framework works on the standard MVC paradigm. It is possible to have a tight integration with the database and also deploy auto-generated controllers for database objects. Developers can use Apex codes to write own controllers. It is also possible to access AJAX components or create your own components.

Comments

Popular posts from this blog

Best online training.

ARTIFICIAL INTELLIGENCE INTERVIEW QUESTIONS

PYTHON INTERVIEW QUESTIONS