Upload Button Icon Add office photos

Filter interviews by

Impaqtive Interview Questions and Answers

Updated 8 Apr 2024

Impaqtive Interview Experiences

Popular Designations

4 interviews found

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

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was around 2 hours and it contained quantitative aptitude questions and basic questions regarding salesforce.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the difference between class and object?
  • Ans. 

    A class is a blueprint or template for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects, while an object is a specific instance of a class.

    • Classes can be thought of as a blueprint, while objects are the actual buildings constructed from that blueprint.

    • Multiple objects can be created from a single class, each with its own unique set of properties and beh...

  • Answered by AI
  • Q2. Write the truth table of XOR gate
  • Ans. 

    XOR gate outputs true only when inputs are different

    • XOR gate has 2 inputs and 1 output

    • Output is true only when inputs are different, otherwise false

    • Truth table: 0 XOR 0 = 0, 0 XOR 1 = 1, 1 XOR 0 = 1, 1 XOR 1 = 0

  • Answered by AI

Salesforce Developer Trainee Interview Questions asked at other Companies

Q1. What is the difference between class and object?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The questions was good

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. About the project
  • Q3. What was the role for me in the project ?

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple arithmatic aptitude quistions along with salesforce

Round 2 - Technical 

(1 Question)

  • Q1. About acadamic projects, salesforce, fundamentals from java,python,html etc

Interview Preparation Tips

Interview preparation tips for other job seekers - be preapred with project

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

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. Omni channel routing, apex triggers, integration related ques, record level security related ques
  • Q2. Apex triggers, Admin topics

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics right.

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

Impaqtive interview questions for popular designations

 Salesforce Developer

 (2)

 Java Developer

 (1)

 Salesforce Developer Trainee

 (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Difference between sales cloud and service cloud.
  • Ans. 

    Sales cloud is for managing sales while service cloud is for managing customer service.

    • Sales cloud is focused on managing the sales process, from lead generation to closing deals.

    • Service cloud is focused on managing customer service, from support cases to service level agreements.

    • Sales cloud includes features like lead and opportunity management, while service cloud includes features like case management and knowledge ...

  • Answered by AI
  • Q2. Profile and Roles
  • Q3. Apex class

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. How do you make the child records read only of its parent record's field is updated to some value
  • Ans. 

    Child records can be made read-only when parent record's field is updated using validation rules.

    • Create a validation rule on child object

    • Use ISCHANGED() function to check if parent field is updated

    • Use PRIORVALUE() function to get the previous value of parent field

    • Use ISBLANK() function to check if the previous value of parent field is blank

    • Use ISNEW() function to allow creation of child records

    • Use OR() function to comb...

  • Answered by AI
  • Q2. How do you call a controllor method from javascript in visualforce page?
  • Ans. 

    To call a controller method from JavaScript in a Visualforce page, use the actionFunction tag.

    • Create a controller method in the Apex class.

    • Add an actionFunction tag in the Visualforce page.

    • Call the actionFunction from JavaScript using its name.

    • Pass parameters to the controller method using the actionFunction tag.

    • Use the rerender attribute to update the page after the controller method is called.

  • Answered by AI
  • Q3. What are the collectio variables and when do we use them in apex?
  • Ans. 

    Collection variables are used to store multiple values of the same data type in Apex.

    • Collection variables include Lists, Sets, and Maps.

    • Lists are ordered collections of elements that can contain duplicates.

    • Sets are unordered collections of unique elements.

    • Maps are collections of key-value pairs.

    • Collection variables are useful for iterating over multiple values and performing operations on them.

    • Example: List names = new...

  • Answered by AI
  • Q4. How do load both parent and child records at a time using data loader?
  • Ans. 

    Use data loader's parent-child functionality to load both parent and child records at once.

    • Create a CSV file with both parent and child records

    • Use the data loader's parent-child functionality to map the relationship between the two

    • Ensure that the parent records are loaded before the child records

    • Use the data loader's insert or upsert operation to load the data

  • Answered by AI
  • Q5. Syntax of batch class, future method
  • Ans. 

    Batch class and future method syntax in Salesforce development.

    • Batch class syntax: Implements Database.Batchable interface, has start(), execute() and finish() methods.

    • Future method syntax: Has @future annotation, returns void, takes parameters.

    • Example batch class syntax: public class MyBatch implements Database.Batchable { ... }

    • Example future method syntax: @future public static void myFutureMethod(String param) { ...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Technical questions regarding lightning implementation, events, interfaces.
  • Q2. Difference between classic and lighting
  • Ans. 

    Classic is the old Salesforce UI while Lightning is the new modern UI.

    • Classic has a cluttered interface while Lightning has a cleaner and more intuitive interface.

    • Lightning has more features and customization options than Classic.

    • Lightning is optimized for mobile devices while Classic is not.

    • Lightning has a more modern look and feel compared to Classic.

    • Classic is being phased out by Salesforce in favor of Lightning.

    • Exa...

  • Answered by AI
  • Q3. Current project role
  • Ans. 

    I am currently working as a Salesforce developer on a project to implement custom solutions for a client.

    • Developing custom Salesforce solutions based on client requirements

    • Creating Apex classes, triggers, and Visualforce pages

    • Integrating third-party applications with Salesforce using APIs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 round with 2 people
Just be calm and be prepared in lightning.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. All about candidate and their interest skill assessments
Round 2 - Technical 

(1 Question)

  • Q1. All technical questions end to end in a 1 and half our long interview

Interview Preparation Tips

Interview preparation tips for other job seekers - It was Good , not so easy. Process is very quicker

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

15 Questions

  • Q1. 1. Scenarios related to Salesforce Security Model (OWD, Profiles, Permission Sets, Roles, Sharing Rules, etc).
  • Q2. 2. Visualforce tags and pagination
  • Q3. 3. Asked to write one trigger to update related Opportunity when account is updated
  • Q4. 5. Methods of Batchable Interface
  • Ans. 

    Batchable interface has three methods: start(), execute(), and finish().

    • start() method is used to initialize the batch job and return the query locator.

    • execute() method is used to process the records returned by the query locator.

    • finish() method is used to perform any final operations after the batch job completes.

  • Answered by AI
  • Q5. Access Modifiers in Apex
  • Ans. 

    Access modifiers in Apex control the visibility and accessibility of classes, methods, variables, and interfaces.

    • There are three access modifiers in Apex: private, public, and global.

    • Private access modifier restricts access to only within the defining class.

    • Public access modifier allows access from any other class or trigger.

    • Global access modifier allows access from any Apex code in any Salesforce organization.

    • Access m...

  • Answered by AI
  • Q6. How many ways asynchronous code can be written in Salesforce
  • Ans. 

    There are multiple ways to write asynchronous code in Salesforce.

    • Using @future annotation

    • Using Queueable interface

    • Using Batch Apex

    • Using Platform Events

    • Using Asynchronous Apex REST Callouts

  • Answered by AI
  • Q7. Test Class best practices, purpose of startTest & stopTest, Test Class for Callout
  • Q8. Order Of Execution
  • Ans. 

    Order of Execution in Salesforce determines the sequence of events that occur when a record is saved.

    • Validation rules are executed first

    • Before triggers are executed next

    • Custom validation rules are executed after before triggers

    • After triggers are executed next

    • Assignment rules are executed after after triggers

    • Workflows are executed after assignment rules

    • Escalation rules are executed after workflows

    • Finally, the record is

  • Answered by AI
  • Q9. Continuation in Salesforce
  • Q10. Database.stateful
  • Q11. Annotations used in salesforce
  • Ans. 

    Annotations are used in Salesforce to add metadata to classes, methods, and variables.

    • Annotations are used to provide additional information to the compiler or runtime engine.

    • They can be used to control the behavior of code, such as enforcing security or limiting access.

    • Examples of annotations include @AuraEnabled, @TestSetup, and @Deprecated.

    • Annotations can also be used to provide documentation for code, such as @desc...

  • Answered by AI
  • Q12. Coding best practices
  • Ans. 

    Coding best practices ensure efficient, maintainable, and scalable code.

    • Use meaningful variable and function names

    • Follow a consistent coding style

    • Write modular and reusable code

    • Use version control

    • Write unit tests

    • Optimize code for performance

    • Document code and add comments

  • Answered by AI
  • Q13. Code quality tools
  • Q14. Deployment
  • Q15. If given an opportunity, what will be your approach on carrying out the mission critical tasks

Interview Preparation Tips

Interview preparation tips for other job seekers - As a developer, you should have good hands-on in coding especially in Apex, and should be well aware of various API's and tools that are provided in Salesforce, and should understand what approach best fits for the given requirement. Once you have your concepts cleared, no interviewer in the universe can confuse you by asking tricky questions, and most importantly, always speak the truth and in case you don't know the answers, instead of telling something inappropriate.
PS:- I cleared the Technical round and then they scheduled the Managerial +HR round the very next day, without discussing the time with me. I asked them to reschedule, because of my unavailability. They rescheduled on the same day as per my request. I failed to attend at rescheduled time because of my Project work and I informed them in advanced. I also sent an apology mail to recruiting HR but they didn't care. So, manage your time well, if you respect the ethics(I could have lied to my current company, like power cut or some network issue, to get some time to attend the interview).

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.

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 

(1 Question)

  • Q1. All questions related to salesforce (admin + development)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good.
best luck !!!!!!

Impaqtive Interview FAQs

How many rounds are there in Impaqtive interview?
Impaqtive interview process usually has 2 rounds. The most common rounds in the Impaqtive interview process are Technical, Aptitude Test and Resume Shortlist.
What are the top questions asked in Impaqtive interview?

Some of the top questions asked at the Impaqtive interview -

  1. What is the difference between class and obje...read more
  2. Write the truth table of XOR g...read more
  3. Omni channel routing, apex triggers, integration related ques, record level sec...read more

Tell us how to improve this page.

Impaqtive Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Ketto Interview Questions
3.8
 • 14 Interviews
GiveIndia Interview Questions
4.0
 • 4 Interviews
Acumen Interview Questions
3.6
 • 3 Interviews
Dasra Interview Questions
3.6
 • 1 Interview
View all

Fast track your campus placements

View all

Impaqtive Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

5.0

Skill development

4.7

Work-life balance

4.7

Salary

4.7

Job security

4.7

Company culture

2.7

Promotions

4.7

Work satisfaction

Explore 2 Reviews and Ratings
Salesforce Developer
12 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Senior Associate
3 salaries
unlock blur

₹15.2 L/yr - ₹16.8 L/yr

Director Consulting
3 salaries
unlock blur

₹25 L/yr - ₹25 L/yr

Explore more salaries
Compare Impaqtive with

GiveIndia

4.0
Compare

Ketto

3.8
Compare

RangDe

2.7
Compare

Satva

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