Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by ClearTax Team. If you also belong to the team, you can get access from here

ClearTax

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

ClearTax Senior Salesforce Developer Interview Questions and Answers

Updated 18 Sep 2024

ClearTax Senior Salesforce Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked to code future, batch apex, callout & sample LWC
  • Q2. Recent technical implementation
  • Ans. 

    Implemented a custom Lightning component for a client to streamline their lead management process.

    • Created a custom Lightning component using Aura framework

    • Integrated the component with Salesforce lead objects and workflows

    • Implemented client-specific business logic and validation rules

    • Tested the component thoroughly to ensure functionality and performance

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

(2 Questions)

  • Q1. System design round basics
  • Q2. Design book my show in salesforce
Round 3 - One-on-one 

(2 Questions)

  • Q1. Manger, why looking for a change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Looking to expand my skill set and work on more complex projects

    • Interested in exploring new technologies and methodologies

    • Seeking a company culture that aligns with my values and career goals

  • Answered by AI
  • Q2. Salesforce current integrations in my project
  • Ans. 

    My project currently integrates with external systems such as SAP, Marketo, and Slack.

    • Integration with SAP for syncing customer data

    • Integration with Marketo for lead management

    • Integration with Slack for real-time notifications

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ClearTax Senior Salesforce Developer interview:
  • Apex
  • Salesforce CRM
  • LWC
  • Integration
Interview preparation tips for other job seekers - Report your honest feedback to HR. so it will help other people in future

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. What synchronous and asynchronous means??
  • Ans. 

    Synchronous means happening at the same time, while asynchronous means not happening at the same time.

    • Synchronous operations occur in real-time, while asynchronous operations can be delayed or queued.

    • Synchronous operations block the program until they are completed, while asynchronous operations allow the program to continue running.

    • Examples of synchronous operations include function calls and loops, while examples of ...

  • Answered by AI
  • Q2. When to use CTE and temp table.
  • Ans. 

    CTE and temp table usage in SQL

    • Use CTE for recursive queries and complex subqueries

    • Use temp tables for large data sets and complex queries

    • CTE is more efficient for small data sets

    • Temp tables can be indexed for faster performance

    • Consider the scope and lifespan of the data when choosing between CTE and temp table

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand question first and answer.

Interview Questionnaire 

1 Question

  • Q1. What are the differences between component event and application event?
  • Ans. 

    Component events are fired and handled by a single component, while application events are fired and handled by multiple components.

    • Component events are used for communication between components within a single application.

    • Application events are used for communication between components across multiple applications.

    • Component events are fired using fireEvent() method, while application events are fired using $A.get('e.n...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview was good.
There were two rounds and all are fron the areas that I have worked

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(1 Question)

  • Q1. What is constructor
  • Ans. 

    A constructor is a special method used to initialize objects in a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can have parameters to initialize object properties.

    • They can be overloaded to have multiple versions with different parameters.

    • Example: class Car { Car() { ... } }

    • Example: class Person { Person(String name) { ... } }

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Oops mvc .net sql
  • Q2. .net frame work
  • Q3. Solid priciples

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience
Round 1 - Technical 

(1 Question)

  • Q1. Join, groupby questions in pyspark

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics questions like join filter group and aggregation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple coding test with easy to medium level questions

Round 2 - HR 

(2 Questions)

  • Q1. What motivated you to get into this field ?
  • Q2. What are your long term goals
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spring boot related questions
  • Q2. Java and advanced java related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. And aigle scrum methodology explains
  • Ans. 

    Agile Scrum methodology is a framework for managing and completing complex projects.

    • Agile Scrum is based on iterative and incremental development.

    • It involves breaking down the project into smaller tasks called user stories.

    • Scrum teams work in sprints, typically 2-4 weeks long, to deliver a potentially shippable product increment.

    • Daily stand-up meetings are held to discuss progress and any obstacles.

    • Scrum Master facilit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is dom? in javaScript
  • Ans. 

    DOM stands for Document Object Model. It is a programming interface for web documents that allows scripts to dynamically access and update the content, structure, and style of a webpage.

    • DOM is a tree-like structure that represents the elements of an HTML document.

    • It allows developers to manipulate the content and structure of a webpage using JavaScript.

    • Example: document.getElementById('myElement') allows you to access

  • Answered by AI
  • Q2. What is virtual dom in react js
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in React.js, used for efficient updates and rendering.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is maintained by React.js.

    • It allows React to efficiently update and render components by comparing the virtual DOM with the actual DOM.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the actual DOM.

    • This h...

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

ClearTax Interview FAQs

How many rounds are there in ClearTax Senior Salesforce Developer interview?
ClearTax interview process usually has 3 rounds. The most common rounds in the ClearTax interview process are One-on-one Round.
How to prepare for ClearTax Senior Salesforce Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at ClearTax. The most common topics and skills that interviewers at ClearTax expect are Salesforce, Artificial Intelligence, Data Processing, IVR and Object Oriented Programming.
What are the top questions asked in ClearTax Senior Salesforce Developer interview?

Some of the top questions asked at the ClearTax Senior Salesforce Developer interview -

  1. recent technical implementat...read more
  2. asked to code future, batch apex, callout & sample ...read more
  3. System design round bas...read more

Recently Viewed

INTERVIEWS

MAQ Software

No Interviews

INTERVIEWS

Samsung E&A

No Interviews

INTERVIEWS

Hitachi Astemo

No Interviews

INTERVIEWS

Zomato

No Interviews

INTERVIEWS

Schaeffler India

No Interviews

INTERVIEWS

Birlasoft

No Interviews

INTERVIEWS

IBM

No Interviews

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

Gannon Dunkerley & Co.

No Interviews

INTERVIEWS

Mphasis

No Interviews

Tell us how to improve this page.

ClearTax Senior Salesforce Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 790 Interviews
Grant Thornton Interview Questions
3.7
 • 101 Interviews
MAQ Software Interview Questions
1.9
 • 100 Interviews
View all
Strategic Account Manager
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Manager
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Enterprise Sales Manager
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ClearTax with

Zerodha

4.1
Compare

Quicko

3.8
Compare

H&R Block

4.3
Compare

Taxmann Publications

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent