Upload Button Icon Add office photos

Filter interviews by

Smaartt Digital Consulting Salesforce Developer Interview Questions and Answers

Updated 29 Jun 2022

Smaartt Digital Consulting Salesforce Developer Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Opps concepts in java
  • Ans. 

    Opps concepts in Java are the principles of Object-Oriented Programming that are applied in Java programming language.

    • Encapsulation

    • Inheritance

    • Polymorphism

    • Abstraction

    • Class

    • Object

    • Method

    • Constructor

    • Interface

    • Package

  • Answered by AI
  • Q2. Collection and type of collection
  • Q3. Exception handling in detail
  • Ans. 

    Exception handling is the process of handling errors that occur during program execution.

    • Exceptions are thrown when an error occurs in the code

    • Try-catch blocks are used to handle exceptions

    • Finally block is used to execute code regardless of whether an exception is thrown or not

    • Custom exceptions can be created to handle specific errors

    • Exception chaining can be used to handle multiple exceptions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core concepts of objects oriented programming language.
Practice frontend and backend both and also SQL basic concepts.
This is for freshers

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Some basic questions about your previous experience
Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts , exception handling, integration

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge in programming both
Front end and back end.
Like server side apex and front end aura components javascript

Salesforce Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write a trigger to update contact when accounts phone changed.
asked in Infosys
Q2. How do you make the child records read only of its parent record' ... read more
asked in TCS
Q3. Difference between Roles & Profiles, Difference between Workf ... read more
asked in Infosys
Q4. How do load both parent and child records at a time using data lo ... read more
asked in Infosys
Q5. How do you call a controllor method from javascript in visualforc ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Life Cycle hook in LWC
  • Ans. 

    Life Cycle hooks in LWC are methods that allow you to interact with the component at specific stages of its lifecycle.

    • There are four main life cycle hooks in LWC: connectedCallback, disconnectedCallback, renderedCallback, and errorCallback.

    • connectedCallback is called when a component is inserted into the DOM.

    • disconnectedCallback is called when a component is removed from the DOM.

    • renderedCallback is called after the com...

  • Answered by AI
  • Q2. In how many ways we can Communicate between component
  • Ans. 

    There are multiple ways to communicate between components in Salesforce, including using events, public properties, and Apex methods.

    • Using events to communicate between components

    • Passing data through public properties

    • Invoking Apex methods to share data

  • Answered by AI
  • Q3. Outbound integration
  • Q4. After having Read, Write permission on the object what will be the reason that user can't see all record.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a LWC to display contacts associated to an account.
  • Ans. 

    LWC to display contacts associated to an account

    • Create an Apex class to fetch contacts associated with the account

    • Use Lightning Data Service to retrieve account details

    • Display contacts in a Lightning web component using HTML and CSS

  • Answered by AI
  • Q2. Write a trigger to update field on child record from parent record.
  • Ans. 

    Use trigger to update child record field from parent record

    • Create a trigger on the parent object

    • Query for the child records related to the parent record

    • Update the field on the child records with the desired value

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a trigger to update a field on child record a default value if the child record is the only child of parent
  • Ans. 

    Write a trigger to update a field on child record with default value if it is the only child of parent

    • Create a trigger on the child object

    • Query for the parent record and check if it has only one child record

    • If the parent has only one child, update the field on the child record with the default value

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys is not giving salary hike even if you clear all the rounds they come up with an offer of just 10%

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the diff between Master Detail And Lookup
  • Ans. 

    Master Detail is a strict parent-child relationship where the child record is deleted when the parent record is deleted. Lookup is a looser relationship where the child record can exist without the parent record.

    • Master Detail is a required relationship, while Lookup is not required.

    • Master Detail relationship helps in maintaining data integrity by enforcing referential integrity, while Lookup does not enforce referentia...

  • Answered by AI
  • Q2. What is Org wide Default
  • Ans. 

    Org wide Default is the baseline level of access that all users have to records in Salesforce.

    • Org wide Default determines the default level of access to records for all users in an organization

    • It can be set to Private, Public Read Only, Public Read/Write, or Controlled by Parent

    • Org wide Default settings can be adjusted in the Sharing Settings of Salesforce

    • For example, setting Org wide Default to Public Read Only allows

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Question Related to C language

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Apex trigger security model etc
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial round
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have high expectations on salary please don’t join this
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Salesforce basic and Integration related questions
  • Q2. Questions on How to handle the data without storing the records in Salesforce
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you debug LWC
  • Ans. 

    Debugging LWC involves using browser developer tools, console logs, and Salesforce Lightning Inspector.

    • Use browser developer tools to inspect elements and check for errors.

    • Utilize console logs to track variables and identify issues in the code.

    • Use Salesforce Lightning Inspector to debug server-side Apex calls and network requests.

  • Answered by AI
  • Q2. REST SOAP APIs differences
  • Ans. 

    REST and SOAP APIs are different in terms of architecture, communication, and data formats.

    • REST is based on HTTP protocol and uses standard methods like GET, POST, PUT, DELETE, while SOAP is a protocol-agnostic and uses XML for communication.

    • REST is lightweight and easier to use, while SOAP is more rigid and has more security features.

    • REST APIs are stateless, while SOAP APIs can maintain state between requests.

    • REST API...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1.Different relationships? 2.Difference between whoid and whatid? 3.what is global class? 4.what is Salesforce?
  • Ans. 

    A Salesforce Developer interview question about relationships, whoid and whatid, global class, and Salesforce.

    • Different relationships in Salesforce include one-to-many, many-to-many, and hierarchical relationships.

    • Whoid and whatid are fields used in Salesforce to identify the related object in an activity record. Whoid represents a person, while whatid represents an object.

    • A global class in Salesforce is a class that c...

  • Answered by AI
  • Q2. Write scenario based triggers?
  • Ans. 

    Scenario-based triggers are used to automate processes based on specific events or conditions.

    • Create a trigger that sends an email notification when a new lead is created

    • Create a trigger that updates the status of an opportunity when it reaches a certain stage

    • Create a trigger that assigns a task to a specific user when a case is created

    • Create a trigger that updates a custom field on a contact when a related account is

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basic interview questions...
Study trigger,testclass,batch apex

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Interview questions can not be revealed
Round 2 - One-on-one 

(1 Question)

  • Q1. Interview questions can not be revealed
Round 3 - HR 

(1 Question)

  • Q1. Details like pan aadhar

Smaartt Digital Consulting Interview FAQs

How many rounds are there in Smaartt Digital Consulting Salesforce Developer interview?
Smaartt Digital Consulting interview process usually has 1-2 rounds. The most common rounds in the Smaartt Digital Consulting interview process are Technical and HR.
What are the top questions asked in Smaartt Digital Consulting Salesforce Developer interview?

Some of the top questions asked at the Smaartt Digital Consulting Salesforce Developer interview -

  1. Opps concepts in j...read more
  2. Exception handling in det...read more
  3. Oops concepts , exception handling, integrat...read more

Tell us how to improve this page.

Smaartt Digital Consulting Salesforce Developer Salary
based on 17 salaries
₹4 L/yr - ₹10.6 L/yr
14% less than the average Salesforce Developer Salary in India
View more details
Associate Consultant
19 salaries
unlock blur

₹3.5 L/yr - ₹4.5 L/yr

Associate Salesforce Consultant
19 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Salesforce Developer
17 salaries
unlock blur

₹4 L/yr - ₹10.6 L/yr

Salesforce Consultant
10 salaries
unlock blur

₹4.5 L/yr - ₹22.5 L/yr

Senior Salesforce Developer
6 salaries
unlock blur

₹16 L/yr - ₹36 L/yr

Explore more salaries
Compare Smaartt Digital Consulting with

Accenture

3.9
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview