Deepika Khanna

Avatar of Deepika Khanna

Apex Interview Questions & Answers for Salesforce Developers

Below are the list of important Apex Interview Questions with Answers. You never know, you might come across these questions in your next interview. Ques : Which SOQL statement can be used to fetch all records even from recycle bin ? Answer: “ALL Rows”  clause of SOQL can retrieve all records, including the records from […]

Apex Interview Questions & Answers for Salesforce Developers Read More »

18 Most Asked Salesforce Interview Questions with Clear Answers

In this blog post, I have covered some very important Salesforce related interview questions with answers. If you are planning to get a job in Salesforce Domain, then i will highly recommend you to start with our top 18 list of Salesforce Interview questions with answers. Question 1) What is Salesforce?? Answer: Salesforce is a

18 Most Asked Salesforce Interview Questions with Clear Answers Read More »

How to use JavaScript inside Visualforce pages?

Using JavaScript inside Visualforce pages gives you access to a large range of existing JavaScript functionality, such as JavaScript libraries, and other ways to customize your pages. Action tags, like <apex:actionFunction> and <apex:actionSupport>, support Ajax requests. The best way for including JavaScript inside a Visualforce page is placing the JavaScript in a static resource, then

How to use JavaScript inside Visualforce pages? Read More »

Test Suites in salesforce? What is a test suite and how to create test suite in salesforce?

In this blog post, I will try my best to explain about Test suite and how you can create a test suite ? and also we will see how to deploy Test suite from one Salesforce org to other salesforce org. What is test suites in salesforce? Test suite is a collection of apex test classes which

Test Suites in salesforce? What is a test suite and how to create test suite in salesforce? Read More »