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
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
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic level of questions
  • Q2. What is permission set
  • Ans. 

    Permission set is a collection of settings and permissions that define what a user can do in Salesforce.

    • Permission set is used to grant additional permissions to users beyond their profile settings.

    • It allows administrators to give specific access to objects, fields, tabs, and other features.

    • Multiple permission sets can be assigned to a user to provide a combination of permissions.

    • Permission sets can be used to extend t...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Past project experiences explanation

Skills evaluated in this interview

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
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 - Technical 

(2 Questions)

  • Q1. Types of flow in salesforce
  • Ans. 

    Types of flow in Salesforce include autolaunched flows, screen flows, and scheduled flows.

    • Autolaunched flows are triggered by a process or record change

    • Screen flows guide users through a series of screens to collect information

    • Scheduled flows are executed at a specific time or on a recurring basis

  • Answered by AI
  • Q2. Best practice to write a trigger
  • Ans. 

    Best practice for writing triggers in Salesforce

    • Ensure trigger logic is bulkified to handle multiple records at once

    • Use trigger handler classes to separate logic from trigger itself

    • Avoid SOQL queries inside loops to prevent hitting governor limits

    • Write unit tests to cover trigger logic and ensure proper functionality

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to get the answers of all nasic questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Lwc, trigger , aura, integration

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

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.

People are getting interviews through

based on 2 Smaartt Digital Consulting interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
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 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview