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

ClearTax Software Engineer Interview Questions and Answers

Updated 7 Jul 2024

ClearTax Software Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The first round of the interview includes Data Structures and Algorithms (DSA).

Round 2 - Coding Test 

The second round of interviews involves a project.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is the work experience
  • Ans. 

    Work experience refers to the practical knowledge and skills gained from previous employment.

    • Work experience includes previous jobs, internships, and projects related to the field.

    • It showcases the candidate's ability to apply theoretical knowledge in real-world scenarios.

    • Employers look for relevant work experience to assess the candidate's capabilities and fit for the role.

  • Answered by AI
  • Q2. What is the data skill set
  • Ans. 

    Data skill set refers to the abilities and knowledge related to handling, analyzing, and interpreting data.

    • Proficiency in data analysis tools such as SQL, Python, R, or Excel

    • Understanding of data structures and algorithms

    • Experience with data visualization techniques like Tableau or Power BI

    • Knowledge of statistical analysis and machine learning concepts

    • Ability to clean and preprocess data for analysis

  • Answered by AI
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 Aug 2023. There were 4 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 - Aptitude Test 

There was aptitude test in the first round, They were mainly quantitative, English questions..
And we had coding questions (3 questions) and they were medium questions..

Round 3 - System Design 

(2 Questions)

  • Q1. We had given a problem statement, and we had to write down the solution (technical solution) and it was pen and paper based..
  • Q2. Emergency traffic signal system, in case of ambulance
Round 4 - HR 

(1 Question)

  • Q1. They asked mainly based on the system design which we had written and about our projects etc...
Interview experience
3
Average
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 - Aptitude Test 

It was basic test. online.

Round 3 - Coding Test 

2 questions on arrays. online.

Round 4 - Group Discussion 

The general topic. Be point to point

Round 5 - Technical 

(1 Question)

  • Q1. SQL and Python questions. online. screen sharing

I applied via Telegram and was interviewed in Dec 2021. There were 4 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 - Aptitude Test 

Was taken on firefox Brower and was easy

Round 3 - Coding Test 

Very basic questions like swap numbers etc

Round 4 - Technical 

(3 Questions)

  • Q1. Basic questions on cpp
  • Q2. Opps concept like encapsulation etc
  • Q3. Write a code to reverse a string
  • Ans. 

    Code to reverse a string

    • Create an empty string to store the reversed string

    • Loop through the original string from end to start

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was not held on time, There was very long waiting time.
Was very rude to talk to and didn't communicate well enough.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is increment operator
  • Ans. 

    The increment operator is used to increase the value of a variable by 1.

    • The increment operator is denoted by ++.

    • It can be used with both integers and floating-point numbers.

    • It can be used as a prefix (++x) or postfix (x++).

    • When used as a prefix, the value is incremented before the expression is evaluated.

    • When used as a postfix, the value is incremented after the expression is evaluated.

    • Example: int x = 5; x++; // x is

  • Answered by AI
  • Q2. Explain dbms and rdbms
  • Ans. 

    DBMS is a software that manages databases, while RDBMS is a type of DBMS that uses a relational model.

    • DBMS stands for Database Management System

    • It is a software that allows users to create, manipulate, and manage databases

    • RDBMS is a type of DBMS that organizes data into tables with rows and columns

    • It enforces the relational model and supports SQL for querying and managing data

    • Examples of DBMS: MySQL, Oracle, SQL Server

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

30 questions - aptitude+DSA +Java+Sql MCQ Questions

Round 2 - Coding Test 

3 codes are given
1)if number is divisible by 15 then print "Foo" ,if number is divisible by 17 then print "bar" ,
if number is divisible by 15 and 17 then print "Foo Bar"
2) find third largest element of array
3)find factors of number

Round 3 - Technical 

(1 Question)

  • Q1. Explain Access modifiers public and default difference how to connect java to database 20 % of 25 superclass of all class sql query for delete last 10 rows from employee table
  • Ans. 

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

    • public access modifier allows a class, method, or variable to be accessed from any other class.

    • default access modifier (no keyword) allows a class, method, or variable to be accessed only within the same package.

    • To connect Java to a database, you can use JDBC (Java Database Connectivity) API.

    • The superclass of all classe...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why you want join our company
  • Q2. Why should hire you?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic Questions, Puzzle, Logical

Round 2 - Coding Test 

Mainly on some common dsa and loop questions

Round 3 - HR 

(1 Question)

  • Q1. Volume of cabin, Introduction
  • Ans. 

    The volume of a cabin refers to the amount of space inside the cabin.

    • Volume can be calculated by multiplying the length, width, and height of the cabin.

    • For example, if a cabin is 10 feet long, 8 feet wide, and 6 feet high, the volume would be 480 cubic feet.

    • Volume is often measured in cubic units such as cubic feet or cubic meters.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

Like pattern question

Round 2 - Assignment 

2 basic project for creating and make project

Round 3 - One-on-one 

(2 Questions)

  • Q1. How to flow your code
  • Ans. 

    Flowing code involves organizing and structuring code in a logical and readable manner.

    • Break down the code into smaller functions or modules

    • Use meaningful variable and function names

    • Follow a consistent coding style and indentation

    • Comment code to explain complex logic

    • Use version control to track changes and collaborate with others

  • Answered by AI
  • Q2. What is the unique functionality in your project.
  • Ans. 

    Our project includes a unique functionality that allows users to customize their own user interface themes.

    • Users can choose from a variety of color schemes and layouts to personalize their experience.

    • The customization options are saved for each user, so they can easily switch between themes.

    • This feature enhances user satisfaction and engagement with the software.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Discuss about salary, work culture, politics also

ClearTax Interview FAQs

How many rounds are there in ClearTax Software Engineer interview?
ClearTax interview process usually has 2 rounds. The most common rounds in the ClearTax interview process are Technical.
How to prepare for ClearTax Software Engineer 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 Algorithms, Appium, Application Testing, Automation Testing and C++.
What are the top questions asked in ClearTax Software Engineer interview?

Some of the top questions asked at the ClearTax Software Engineer interview -

  1. Asked to make some component in re...read more
  2. Coding quest...read more
  3. Javascript questi...read more

Tell us how to improve this page.

ClearTax Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
ClearTax Software Engineer Salary
based on 31 salaries
₹12 L/yr - ₹30 L/yr
147% more than the average Software Engineer Salary in India
View more details

ClearTax Software Engineer Reviews and Ratings

based on 9 reviews

3.6/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.5

Salary

3.1

Job security

3.4

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 9 Reviews and Ratings
Strategic Account Manager
41 salaries
unlock blur

₹16.6 L/yr - ₹42 L/yr

Assistant Manager
38 salaries
unlock blur

₹7.5 L/yr - ₹12.5 L/yr

Customer Success Manager
35 salaries
unlock blur

₹3.2 L/yr - ₹11.2 L/yr

Software Engineer
31 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Senior Enterprise Sales Manager
27 salaries
unlock blur

₹8.8 L/yr - ₹20.1 L/yr

Explore more salaries
Compare ClearTax with

Tekwissen

4.8
Compare

Softenger

4.1
Compare

XcelServ Solutions

4.5
Compare

Damco Solutions

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