Salesforce Interview Questions and Answers
Q1). Explain what is sales force?
Ans: Salesforce is a CRM delivered as a software-as-a-service (SaaS).
Ans: Salesforce is a CRM delivered as a software-as-a-service (SaaS).
Q2).What are custom objects in Salesforce?
Ans: 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:
Ans: 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
Q3).Mention changing what may cause data loss?
Ans: Data loss may cause due to following reasons
Ans: 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
Q4).Define Object relationship overview
Ans: 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.
Q5).Explain the advantages of Salesforce SaaS functionality?
Ans: Some of the main benefits of Salesforce SaaS are:
Ans: 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
Q6).How many relationships are present in Salesforce?
Ans: The two important relationships in Salesforce include:
Ans: The two important relationships in Salesforce include:
- Lookup relationship.
- Master detail relationship
Q7).What is a Trigger in Salesforce?
Ans: A Trigger is just a code that is executed before or after a record is inserted or updated.
Ans: A Trigger is just a code that is executed before or after a record is inserted or updated.
Q8).Explain the various Standard Profiles in Salesforce?
Ans:
Ans:
- 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
Q9).Explain the Force.com platform
Ans: 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
Ans: 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
- 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
Q11). How many reports can be added to the Salesforce dashboard?
Ans: 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.
Ans: 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.
Q12).Explain the various dashboard components?
Ans: The various Dashboard components are explained below:
Ans: 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.
Q13).What is Visualforce in Force.com?
Ans: 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.
Ans: 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.
- One to many.
- Many to many.
- Master detail
Q15).What is a static resource in Salesforce?
Ans: A static resource lets you upload content that is in the form of .jar, .zip format, style sheets, JavaScript and so on. It is recommended to deploy a static resource rather than uploading file to the Documents tab since it is possible to package a set of files into a directory hierarchy and upload it. These files can be easily referred to in a Visualforce page.
Ans: A static resource lets you upload content that is in the form of .jar, .zip format, style sheets, JavaScript and so on. It is recommended to deploy a static resource rather than uploading file to the Documents tab since it is possible to package a set of files into a directory hierarchy and upload it. These files can be easily referred to in a Visualforce page.
Q16).Differentiate between Salesforce Object Query & Object Search language?
Ans: Salesforce Object Query Language (SOQL) lets you search only one object whereas the Salesforce Object Search Language (SOSL) lets you search multiple objects. You can query all types of fields in SOQL but you can query only text, email and phone number in SOSL. Data Manipulation Language operations can be performed on query results but not on search results.
Ans: Salesforce Object Query Language (SOQL) lets you search only one object whereas the Salesforce Object Search Language (SOSL) lets you search multiple objects. You can query all types of fields in SOQL but you can query only text, email and phone number in SOSL. Data Manipulation Language operations can be performed on query results but not on search results.
Q17).How SaaS can be helpful to Sales force?
Ans:
Ans:
- As SaaS is a subscription based, customers can always choose not to renew if they are dissatisfied
- Customers can avoid a large initial investment in an IT infrastructure and day to day hustle of maintaining infrastructure
- SaaS customer provides same provider infrastructure and also easy integration
- SaaS applications use a simple internet interface that makes easier for customer to use.
- SaaS always provide a latest platform to the customer with innovation.
Comments
Post a Comment