Category: salesforce interview

The Final Six: Salesforce Virtual Impact Hackathon

Presenting to you the Finalist for the grand finale of the first-ever Salesforce Virtual Impact Hackathon where innovation meets intention, and technology serves humanity! For two months, the brightest minds… Read more »

Apex test class Salesforce interview questions

What to Test In Apex? Salesforce.com recommends the following components need to test. 1. Single Records: This includes testing to verify that a single record produces the correct, expected result… Read more »

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 »

Salesforce Interview with Deloitte

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 »