Ntsh

Salesforce Developer Interview Questions

Prepare for your next Salesforce developer interview with these top questions and expert answers. Covers Apex, Lightning, integrations, and real-world scenarios to help you succeed. Admin (Configuration & Setup) Q:1. When would you choose a Lookup relationship over a Master-Detail and why? Ans: You choose a Lookup relationship over a Master-Detail relationship when you want

Salesforce Developer Interview Questions Read More »

Implement a trigger to ensure that no more than one Opportunity can be created per Account within a single day.

Implement a trigger to ensure that no more than one Opportunity can be created per Account within a single day. This scenario was asked in Deloitte interview -If a user attempts to create a second Opportunity for the same Account on the same day, display an appropriate error message. Trigger Apex Class Alternative Approach –

Implement a trigger to ensure that no more than one Opportunity can be created per Account within a single day. Read More »

Difference bw Interpreted and Compiled Programming Language

The key difference between interpreted and compiled programming languages lies in how the source code is executed by the computer: 1. Compiled Languages: Definition: A compiled language is a programming language whose source code is translated directly into machine code (binary code) by a compiler before execution. Process: The compiler reads the entire source code,

Difference bw Interpreted and Compiled Programming Language Read More »

Topics For Salesforce Developer Interview Questions

Before attending any Interview, you should revise some topic in Salesforce. Topics: Admin Report Dashboard Data Modeling (Object, Field, Relationship) Validation Rule  Record Type  Page Layout Automation Tool(Flow, Approval Process,Process Builder and Workflow) Data Security – Object Level Security, Field Level Security,Record Level Security  (Profile, Permission Set, OWD, Role Sharing Rule, Mannual Sharing) Sales Cloud

Topics For Salesforce Developer Interview Questions Read More »

Asynchronous Apex in Salesforce

  Asynchronous Apex in Salesforce Asynchronous Apex is a way to execute long-running operations in Salesforce without blocking the main thread of execution.  It allows you to perform time-consuming operations like complex calculations, API calls, or bulk processing in the background.  This helps prevent issues with governor limits (like CPU time and execution time) and

Asynchronous Apex in Salesforce Read More »