Author Archives: Smriti Sharan

Salesforce interview with McKesson Corporation

In what ways we can achieve pagination? We can add pagination to a page using a standard set controller by utilizing the next and previous actions. To control the number of records displayed on… Read more »

Salesforce interview with Fiverr

Difference between role and profile? Profiles help to control object privileges such as CRED (Create, Read, Edit, Delete). They also contain system permissions that a user can carry out such as… Read more »

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 »

Set methods in Salesforce with interesting examples

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 »