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 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ClearTax Interview Questions and Answers

Updated 19 May 2025
Popular Designations

21 Interview questions

A Softwaretest Engineer was asked 2mo ago
Q. Design a chess game, including both Low-Level Design (LLD) and High-Level Design (HLD).
Ans. 

Design a chess game system with high-level and low-level architecture considerations.

  • Define the main components: Board, Pieces, Players, and Game Logic.

  • Use an 8x8 grid for the chessboard representation.

  • Implement piece classes (e.g., Pawn, Rook) with movement rules.

  • Create a Game class to manage turns, check for check/checkmate.

  • Consider user interface for player interaction (console or GUI).

  • Implement rules for speci...

View all Softwaretest Engineer interview questions
A Softwaretest Engineer was asked 2mo ago
Q. Design a Job Scheduler.
Ans. 

Design a job scheduler that manages and executes jobs based on priority and timing.

  • Define job attributes: ID, priority, execution time, and status.

  • Implement a priority queue to manage job scheduling.

  • Use a timer or clock to trigger job execution based on scheduled time.

  • Consider edge cases like job dependencies and resource allocation.

  • Example: A job with higher priority should execute before a lower priority job.

View all Softwaretest Engineer interview questions
A Software Development Engineer Intern was asked 7mo ago
Q. Tell me about your project in detail.
Ans. 

Developed a web application for tracking personal fitness goals and progress

  • Used React.js for front-end development

  • Implemented RESTful APIs using Node.js and Express for back-end

  • Utilized MongoDB for database storage

  • Incorporated authentication and authorization features for user security

View all Software Development Engineer Intern interview questions
A Software Development Engineer Intern was asked 7mo ago
Q. You are given a 2D array of integers envelopes where envelopes[i] = [wi, hi] represents the width and the height of an envelope. One envelope can fit into another if and only if both the width and height of...
Ans. 

Russian Doll Envelopes problem involves nesting envelopes to maximize the number of envelopes that can fit inside each other.

  • Sort envelopes by width and height. Example: [(5,4), (6,4), (6,7), (2,3)] becomes [(2,3), (5,4), (6,4), (6,7)].

  • Use dynamic programming to find the longest increasing subsequence based on height after sorting.

  • The result is the length of the longest subsequence, representing the maximum number...

View all Software Development Engineer Intern interview questions
A Software Development Engineer Intern was asked 7mo ago
Q. Given a binary tree, find the largest subtree which is a Binary Search Tree (BST), where the largest means subtree with the largest number of nodes in it.
Ans. 

Find the maximum sum of a Binary Search Tree (BST) within a given binary tree.

  • A BST is a tree where left children are smaller and right children are larger than the parent node.

  • To find the maximum sum BST, traverse the tree and check each subtree.

  • Use a helper function that returns the sum, min, max, and whether it's a BST.

  • Example: For a tree with nodes [10, 5, 1, 7, 40, 50], the maximum sum BST is 15 (subtree with...

View all Software Development Engineer Intern interview questions
An Analyst was asked 9mo ago
Q. How do you create a financial model?
Ans. 

A financial model is a quantitative representation of a company's financial performance, used for decision-making.

  • Define the purpose: Determine if the model is for valuation, forecasting, or budgeting.

  • Gather historical data: Collect past financial statements to analyze trends.

  • Build the structure: Create a layout with sections for assumptions, income statement, balance sheet, and cash flow.

  • Input assumptions: Make r...

View all Analyst interview questions
A Senior Salesforce Developer was asked 9mo ago
Q. Describe a recent technical implementation you worked on.
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

View all Senior Salesforce Developer interview questions
Are these interview questions helpful?
A Sales Associate was asked 12mo ago
Q. How do you plan your funnel?
Ans. 

I plan my funnel by identifying target customers, creating a sales strategy, setting goals, tracking progress, and adjusting tactics as needed.

  • Identify target customers based on demographics, behavior, and needs

  • Create a sales strategy outlining key messaging, channels, and tactics

  • Set specific goals for lead generation, conversion rates, and revenue

  • Track progress using CRM tools and analytics to measure success

  • Adju...

View all Sales Associate interview questions
A Sde1 was asked
Q. How do you manage events?
Ans. 

I manage events by creating detailed plans, coordinating with stakeholders, and ensuring smooth execution.

  • Create a detailed event plan outlining goals, timeline, budget, and resources

  • Coordinate with stakeholders such as vendors, sponsors, and attendees

  • Ensure smooth execution by overseeing logistics, troubleshooting issues, and adapting to changes

  • Collect feedback and evaluate the success of the event for future imp...

View all Sde1 interview questions
A Sde1 was asked
Q. What is your expected CTC?
Ans. 

My expected CTC is based on industry standards, my experience, and the value I can bring to the company.

  • Research industry standards for SDE 1 roles in the current market

  • Consider my years of experience and skills in software development

  • Factor in the value I can bring to the company through my expertise and contributions

  • Be open to negotiation based on the overall compensation package offered

View all Sde1 interview questions

ClearTax Interview Experiences

42 interviews found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 29 Apr 2024

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

(1 Question)

  • Q1. Difference between Transport and TOC.
  • Ans. 

    Transport refers to the movement of goods or people from one place to another, while Theory of Constraints (TOC) is a management philosophy focused on identifying and alleviating bottlenecks in a system.

    • Transport involves physical movement of goods or people using various modes of transportation such as trucks, trains, ships, or planes.

    • TOC is a management approach that aims to improve the overall efficiency of a system...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How do you manage events
  • Ans. 

    I manage events by creating detailed plans, coordinating with stakeholders, and ensuring smooth execution.

    • Create a detailed event plan outlining goals, timeline, budget, and resources

    • Coordinate with stakeholders such as vendors, sponsors, and attendees

    • Ensure smooth execution by overseeing logistics, troubleshooting issues, and adapting to changes

    • Collect feedback and evaluate the success of the event for future improvem...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expected CTC.
  • Ans. 

    My expected CTC is based on industry standards, my experience, and the value I can bring to the company.

    • Research industry standards for SDE 1 roles in the current market

    • Consider my years of experience and skills in software development

    • Factor in the value I can bring to the company through my expertise and contributions

    • Be open to negotiation based on the overall compensation package offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Intern Interview Questions & Answers

user image arunvisakh sk

posted on 19 Nov 2024

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

I applied via Campus Placement

Round 1 - Coding Test 

Coding test based on leet code 1 hard(mountain array)and 1 easy(balance the parentheses)

Round 2 - Technical 

(2 Questions)

  • Q1. Hiring manager round- resume based
  • Q2. Basics, puzzles like find the number that should fill in the blank etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers were decent but The on-boarding was poorly taken care of by the hr team specifically a lady. I had to call her multiple times to ask about my result as even after weeks they didn't publish the result and kept me in the dark. And finally called me back one-day and said there was an opening as an intern although it was initially said to be a full time offer in the SDET Team. Also I was not provided with any of the complementary amenities associated with shifting like a temporary stay which my colleagues got and when I enquired she said I had to inform her a week before while she just informed me abt the offer just the day before:).
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Resume based grilling
  • Q2. Basic sql questions on joins and group by
  • Q3. Some machine learning concepts from my resume
Round 2 - Case Study 

Guestimate of uber rides in mumbai

Interview Preparation Tips

Interview preparation tips for other job seekers - Be handy on sql, and practice cases from any reputed case book from iim, isb or anything.

Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2024

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 Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic 2 DSA Leetcode Medium Level , 10 MCQ

Round 2 - Technical 

(2 Questions)

  • Q1. Leetcode Hard Minimum palindromic Partitioning
  • Q2. Leetcode hard Maximum Length of Good Subarray
  • Ans. 

    Find the maximum length of a subarray with equal number of 0s and 1s.

    • Use a hashmap to keep track of the count of 0s and 1s encountered so far.

    • Iterate through the array and update the count in the hashmap.

    • If the count of 0s and 1s are equal at two indices, calculate the length of the subarray.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Complete project discussion with CS fundamentals
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 experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa hard leetcode and SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Maximum sum Bst
  • Ans. 

    Find the maximum sum of a Binary Search Tree (BST) within a given binary tree.

    • A BST is a tree where left children are smaller and right children are larger than the parent node.

    • To find the maximum sum BST, traverse the tree and check each subtree.

    • Use a helper function that returns the sum, min, max, and whether it's a BST.

    • Example: For a tree with nodes [10, 5, 1, 7, 40, 50], the maximum sum BST is 15 (subtree with 5, 1...

  • Answered by AI
  • Q2. Russian doll leetcode
  • Ans. 

    Russian Doll Envelopes problem involves nesting envelopes to maximize the number of envelopes that can fit inside each other.

    • Sort envelopes by width and height. Example: [(5,4), (6,4), (6,7), (2,3)] becomes [(2,3), (5,4), (6,4), (6,7)].

    • Use dynamic programming to find the longest increasing subsequence based on height after sorting.

    • The result is the length of the longest subsequence, representing the maximum number of e...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Dbms os related
  • Q2. Project in detail
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare project well

SDE Interview Questions & Answers

user image Anonymous

posted on 1 May 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Java related question deeply
  • Q2. Deep question , logically

Interview Preparation Tips

Interview preparation tips for other job seekers - I feel unsafe when I attend an interview, demotivated, negative vibe
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself.
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself and basic talks. Also scenario based question
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Round 1: DSA round asked Two DSA question in which one is Leetcode medium and another is leetcode Hard. I answer both of them but not selected in the further HR round.

Round 2: HR round

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Machine Coding Round: Design Job Schedular
  • Ans. 

    Design a job scheduler that manages and executes jobs based on priority and timing.

    • Define job attributes: ID, priority, execution time, and status.

    • Implement a priority queue to manage job scheduling.

    • Use a timer or clock to trigger job execution based on scheduled time.

    • Consider edge cases like job dependencies and resource allocation.

    • Example: A job with higher priority should execute before a lower priority job.

  • Answered by AI
  • Q2. Design Round(LLD + HLD) Chess
  • Ans. 

    Design a chess game system with high-level and low-level architecture considerations.

    • Define the main components: Board, Pieces, Players, and Game Logic.

    • Use an 8x8 grid for the chessboard representation.

    • Implement piece classes (e.g., Pawn, Rook) with movement rules.

    • Create a Game class to manage turns, check for check/checkmate.

    • Consider user interface for player interaction (console or GUI).

    • Implement rules for special mo...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Asked to make some component in react
Round 2 - Technical 

(2 Questions)

  • Q1. Javascript questions
  • Q2. Normal js questions

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about ClearTax?
Ask anonymously on communities.

ClearTax Interview FAQs

How many rounds are there in ClearTax interview?
ClearTax interview process usually has 2-3 rounds. The most common rounds in the ClearTax interview process are Technical, HR and One-on-one Round.
How to prepare for ClearTax 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 Artificial Intelligence, Finance, CRM, Taxation and Salesforce.
What are the top questions asked in ClearTax interview?

Some of the top questions asked at the ClearTax interview -

  1. How product specialist is different from product analy...read more
  2. what product specialist ...read more
  3. What is the data class in dd...read more
What are the most common questions asked in ClearTax HR round?

The most common HR questions asked in ClearTax interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Share details of your previous j...read more
How long is the ClearTax interview process?

The duration of ClearTax interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 37 interview experiences

Difficulty level

Easy 25%
Moderate 70%
Hard 5%

Duration

Less than 2 weeks 82%
2-4 weeks 18%
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 104 Interviews
Webkul Software Interview Questions
4.0
 • 71 Interviews
Softenger Interview Questions
4.0
 • 59 Interviews
Tata Digital Interview Questions
2.8
 • 48 Interviews
DataMetica Interview Questions
3.5
 • 45 Interviews
View all

ClearTax Reviews and Ratings

based on 334 reviews

3.4/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.1

Salary

2.9

Job security

3.3

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 334 Reviews and Ratings
Lead- Graphic Designer

Bangalore / Bengaluru

3-8 Yrs

₹ 20-32.5 LPA

Content Writer (International)

Bangalore / Bengaluru

1-2 Yrs

₹ 6-9 LPA

Explore more jobs
Software Engineer
45 salaries
unlock blur

₹17 L/yr - ₹30 L/yr

Strategic Account Manager
45 salaries
unlock blur

₹17 L/yr - ₹42 L/yr

Customer Success Manager
45 salaries
unlock blur

₹4.7 L/yr - ₹9.2 L/yr

Senior Recruiter
43 salaries
unlock blur

₹13.4 L/yr - ₹34 L/yr

Senior Customer Success Manager
42 salaries
unlock blur

₹9.3 L/yr - ₹21.8 L/yr

Explore more salaries
Compare ClearTax with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview