Salesforce Interview with Salesforce Company
Given string is palindrome or not ? Palindrome is a string that reads the same backward as well as forward and can be of odd or even length. A palindrome… Read more »
Given string is palindrome or not ? Palindrome is a string that reads the same backward as well as forward and can be of odd or even length. A palindrome… Read more »
Set: A set is an unordered collection of elements. Set elements can be of any data type—primitive types, collections, sObjects, user-defined types, and built-in Apex types Set does not allow… Read more »
Maps are a critical data type to get to know when developing on the Force.com platform A map is a collection of key-value pairs where key should be unique and… Read more »
1.Whenever case is created send email to case owner. How to do that? We can do it using flow. 2.How to call Future methods from Process Builder? To call… Read more »
DescriptionDeloitte Q.What is standard controller, custom controller and extension?Standard controller:contain the same functionality and logic that are used for standard Salesforce pages.Custom controller:Custom controllers contain custom logic and data manipulation… Read more »
Q What is Collection in Salesforce? The collection is the type variables which can store multiple numbers of records. It can increase and decrease dynamically. Q Difference between 1 dimensional… Read more »