YouTube Icon

Interview Questions.

Top 40 Salesforce Developer Interview Questions - Jul 27, 2022

fluid

Top 40 Salesforce Developer Interview Questions

Q1. Is It Possible To Schedule A Dynamic Dashboard In Salesforce?

No, it is not possible to agenda a dynamic dashboard in Salesforce.

Q2. Is Check Box Performs Like Controlling Field?

Yes feasible. Controlling field should be Check field or pick listing.

Q3. Explain What Is Sales Force?

Salesforce is a CRM introduced as a software-as-a-carrier (SaaS).

Q4. How To Create Master Details Relationship Between Existing Records?

Directly we can’t create Master Detail dating among present data, first we need to create Lookup dating and provide valid lookup fields and it shouldn’t null.

Q5. What Is Permission Set?

Permission sets increase customers practical get entry to without changing users profile.

Lx: A person has most effective examine get entry to via profile on custoni item. Administrator need to offer get admission to Edit and create operations to him with out converting the profile. Administrator creates the permission set having edit and creates operation on custom item and assign to that consumer.

Q6. Explain What The Junction Object Is And What Is The Use?

Junction gadgets are used to build many-to-many relationships among gadgets.  You can take a recruiting software example, where a function for a job may be connected to many candidates and within the identical way a candidate can be related to the special positions. So, to connect this facts version, you want a third birthday celebration item, this item is referred as junction item.  Here “process utility” is the junction object.

Q7. What Is Field Dependency?

According to the sphere choice on one subject filter out the pick out list values on different area.

Q8. What Is Roll-up Summary?

Roll-up presentations the matter of infant information and calculate the sum, Min and max of fields of the child statistics.

Q9. Explain How Many Controllers Can Be Used In A Visual Force Page?

As Salesforce comes under SaaS, you will use simplest one controller and as many extension controller.

Q10. Mention What Are The Actions Available In Workflow?

Actions available in workflow are

Email Alert

Task

Field Update

Outbound Message

Q11. Mention What Are The Different Types Of Reports Available In Salesforce?

Different types of reviews to be had in Salesforce are

Tabular file: It shows the grand general inside the desk form

Matrix record: It is an in depth file wherein the grouping is completed primarily based on each rows and columns

Summary record: It is a detailed shape of the record wherein the grouping is carried out based on columns

Joined file: With this  or extra reports may be joined within the single reports

Q12. Mention What Is The Use Of The Static Resource In Salesforce?

With the help of static sources, you could upload zip files, photos, jar documents, JavaScript and CSS documents that can be referred in a visual force web page. The most advantageous length of static assets for an organization is 250 mB.

Q13. How Many Ways We Can Call Apex Class?

Visual pressure web page

Web carrier

Triggers

Email services

Q14. What Is Wrapper Class?

A Wrapper magnificence is a class whose times are collection of different gadgets.

It is used to show one-of-a-kind gadgets on a Visual Force page in same desk.

Q15. Mention What Is The Difference Between Force.Com And Salesforce.Com?

Force.Com is PaaS (Platform as a Service) at the same time as Salesforce.Com is SaaS ( Software as a Service).

Q16. Explain What Is The Limit Of Data.Com Records That Can Be Added To Salesforce?

User can see their restrict form setup, by clicking facts.Com administration/Users.  From the facts.Com customers segment, person can see their month-to-month restriction and how many information are exported at some stage in the month.

Q17. When Do You Use A Before Vs. After Trigger?

95% of triggers are before triggers – so in case you’re unsure, go together with before!

You may be wondering why so many triggers are before triggers. There’s a terrific reason – they’re easier to apply. If you want to make any changes to a report coming into your after trigger, you have to do a DML assertion. This isn’t essential in a earlier than cause – modifications to facts getting into your trigger always store!

The precise use case of an after trigger is whilst you want to associate any report to a report being created to your trigger. Here’s an example:

// Automatically create an Opp when an Account is created

trigger AutoOpp on Account(after insert) 

  List<Opportunity> newOpps = new List<Opportunity>();

  for (Account acc : Trigger.New) 

    Opportunity opp = new Opportunity();

    opp.Name        = acc.Name + ' Opportunity';

    opp.StageName   = 'Prospecting';

    opp.CloseDate   = Date.Nowadays() + 90;

    opp.AccountId   = acc.Id; // Use the cause report's ID

    newOpps.Add(opp);

  

  insert newOpps;

 

Q18. How Sales Force Is Useful In Tracking Sales?

Sales force information all of the basic info just like the quantity of customers served each day, day by day income quantity, income supervisor targeted reviews, income numbers in every month or zone.  Also, it continues a track at the repeat client, which is key to success for any income company.

Q19. Mention How Many Relationship Is Included In Sfdc And What Are They?

There are  styles of relationships

Master element dating

Lookup relationship

Q20. Mention What Is The Difference Between Soql And Sosl?

SOQL ( Salesforce Object Query Language)

Only one object at a time can be searched

Query all kind of fields

It can be utilized in triggers and classes

DML operation can be executed on query results

SOSL (Salesforce Object Search Language)

Many gadgets may be searched at a time

Query best e mail, phone and text

It may be used in instructions however now not in triggers

DML operation cannot be done on seek result

Q21. Explain What Is A Custom Object In Sales Force?

Custom items are not anything but database tables. It shops records related to your corporation in Salesforce.Com. Once you've got defined custom object you could do following such things as

Create custom fields

Associate the custom item with different information

In custom related lists, it display the custom object information

For custom object, statistics tune occasions and tasks

Build web page layouts

For the custom object create a custom tab

To analyze custom item records create dashboards and reports

Share your custom tabs, custom apps, custom items and any other associated components

Q22. How Many Ways We Can Made Field Is Required?

While advent of subject

Validation policies

Page Layout degree

Q23. Mention What Are The Three Types Of Object Relations In Salesforce?

Different varieties of item members of the family in Salesforce includes

One to many

Many to many

Master detail

Q24. What Is Difference Between Action Support And Action Function?

Action feature: Invoke the controller method from java script the usage of AJAX and we are able to use motion function from one-of-a-kind locations on visible force web page.

Action support: Invoke the controller technique the usage of AJAX while even occurs on page like onMouseOver, onClick. Ect... And we are able to use action help for unique single apex thing.

Q25. Mention What Is The Difference Between Isnull And Isblank?

IsNull: It helps for wide variety area

isBlank: It helps for Text area

Q26. When Should You Build Solutions Declaratively Instead Of With Code?

As a salesforce best practice, if some thing may be performed the usage of Configurations (Declarative) then its favored over coding. The declarative framework is optimized for the platform and is constantly preffered.

Q27. How Many Field Dependencies We Can Use In Visual Force Page?

Maximum we can use 10 area dependencies in VF page.

Q28. What Is Manual Sharing?

Manual sharing is to share a file to a specific person manually.

Go to element web page of file and click on on manual sharing button and assign that record to other consumer with Read or Read/write get admission to.

Manual Sharing button allows handiest whilst OWD is personal to that item.

Q29. What Are Tile Report Types?

Four Types of record in Salesforce.

Tabular Reports: We can most effective shows the grand general inside the desk

Summary Reports: It is a detail form of file in which the grouping accomplished based totally on Columns.

Matrix Reports: It is a detail shape of file in which the grouping done based on each Rows and Columns.

Joined Reports: We can join the two or more reports inside the unmarried document displayed inside the form of blocks.

Q30. Explain What Is Dashboard?

Dashboard is the pictorial illustration of the report, and we are able to upload up to twenty reports in a unmarried dashboard.

Q31. How To Create Roll-up Summary Field On Lookup Relation?

Not possible. Roll-up summary is enabled for handiest Master —Detail relationship.

Q32. How We Can Change The Grant Access Using Role Hierarchy For Standard Objects?

Not possible.

Q33. Mention Changing What May Cause Data Loss?

Data loss may additionally cause due to following reasons

Changing statistics and date-time

Altering to percent,quantity and foreign money from other records kinds

Changing from multi-pick out picklist, checkbox, auto quantity to other types

Altering to multi-pick picklist from any type except picklist

Changing to car-wide variety besides from textual content

Changing from text-place to e mail, smartphone, URL and textual content

Q34. Mention What Are The Different Types Of Custom Settings In Salesforce?

Different kinds of custom settings in Salesforce includes

Hierarchy type

List kind

Q35. Explain What Is Audit Trail?

Audit path feature is useful in knowing the records or song all the recent setup adjustments that the administration does to the business enterprise.  It can shop remaining 6 months data.

Q36. Explain What Is Object Relationship Overview?

Object courting review in Salesforce is used to hyperlink custom object facts to conventional item facts in a related listing. In simple words, it is helpful to track product defects related to patron cases. You can define one of a kind styles of relationship by growing custom dating fields on an object.

Q37. How Saas Can Be Helpful To Sales Force?

As SaaS is a subscription based totally, clients can usually pick now not to renew if they're disenchanted

Customers can avoid a big preliminary funding in an IT infrastructure and day to day hustle of preserving infrastructure

SaaS patron presents equal issuer infrastructure and additionally clean integration

SaaS applications use a simple internet interface that makes easier for customer to use.

SaaS constantly offer a modern day platform to the consumer with innovation.

Q38. What Are The Differences Between 15 And 18 Digit Record Ids?

Difference Between 15 and 18 Digit Record Id. Hi Experts, I would like to recognize the exact difference among 15 and 18 digits document identity. Most of us say, 15 digit(case touchy) and 18 digit(case insensitive).

Q39. Explain What Is The Trigger?

Trigger is a code this is accomplished earlier than or after the document is updated or inserted.

Q40. What Is Difference Between Role And Profile?

Role is Record level get right of entry to and it isn't always obligatory for all customers.

Profile is item level and area level get entry to and it's miles mandatory for all customers.




CFG