Upload Button Icon Add office photos
Engaged Employer

i

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

Chetu Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Chetu Software Developer Interview Questions, Process, and Tips

Updated 29 Mar 2025

Top Chetu Software Developer Interview Questions and Answers

  • Q1. Suppose one of your relative is seriously ill and nobody is present there except you and you must have to come to office because there is a meeting with clients when you ...read more
  • Q2. Suppose a rumour happens in company which is not good for it. What will be your reaction as a TM?
  • Q3. What is middleware and how we handle request and response ?
View all 38 questions

Chetu Software Developer Interview Experiences

33 interviews found

Software Developer Interview Questions & Answers

user image ARVIND KUMAR

posted on 15 Apr 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. What is dependency injection in .net
  • Ans. 

    Dependency Injection is a design pattern used to remove hard-coded dependencies and make code more flexible and testable.

    • It allows objects to be created with their dependencies supplied from outside.

    • It helps in decoupling the code and makes it easier to maintain.

    • It can be implemented using constructor injection, property injection, or method injection.

    • Example: In ASP.NET MVC, we can use dependency injection to inject d...

  • Answered by AI
  • Q2. What is midle ware in asp.net
  • Ans. 

    Middleware in ASP.NET is software that sits between the web server and the application, providing additional functionality.

    • Middleware can handle tasks such as authentication, caching, and logging.

    • It can be added to the pipeline using the app.Use() method in the Startup class.

    • Examples of middleware include the ASP.NET Core Authentication middleware and the Serilog middleware for logging.

    • Middleware can be written as clas...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is ddl command in SQL
  • Ans. 

    DDL stands for Data Definition Language and is used to create, modify, and delete database objects in SQL.

    • DDL commands include CREATE, ALTER, and DROP.

    • CREATE is used to create a new database object like a table or index.

    • ALTER is used to modify an existing database object.

    • DROP is used to delete a database object.

    • DDL commands are used to define the structure of a database.

    • DDL commands are different from DML (Data Manipul...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is sellery expectations.
  • Ans. 

    Salary expectations refer to the amount of money a candidate expects to earn in a particular job position.

    • It is important to research the industry standards and the company's budget before stating salary expectations.

    • Candidates should consider their experience, skills, and qualifications when determining their salary expectations.

    • Negotiation skills are important when discussing salary expectations with the employer.

    • Sal...

  • Answered by AI

Skills evaluated in this interview

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

Different types of questions

Round 2 - Coding Test 

Python coding with prime numbers

Round 3 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Prasanna Kumari

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Telephonic Call 

(5 Questions)

  • Q1. Some basic questions on python and django
  • Q2. What is middleware and how we handle request and response ?
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components, handling requests and responses.

    • Middleware is a layer of software that sits between different applications or components, facilitating communication and data exchange.

    • It can handle tasks such as authentication, logging, error handling, and data transformation.

    • Middleware can be used to modify or enhance the request or response bef...

  • Answered by AI
  • Q3. What is difference between list and tupple?
  • Ans. 

    List is mutable and can be modified, while tuple is immutable and cannot be changed.

    • List is defined using square brackets [], while tuple is defined using parentheses ().

    • Elements in a list can be modified, added, or removed, while elements in a tuple cannot be changed once defined.

    • Lists are typically used for collections of similar items that need to be modified, while tuples are used for fixed collections of items.

    • Exa...

  • Answered by AI
  • Q4. What are decorators?
  • Ans. 

    Decorators are functions that modify the behavior of other functions or methods.

    • Decorators are used to add functionality to existing functions without modifying their code.

    • They are commonly used in Python to modify the behavior of functions or classes.

    • Examples include @staticmethod, @classmethod, and @property decorators in Python.

  • Answered by AI
  • Q5. Different types of Oops and explain.
  • Ans. 

    There are four main principles of Object-Oriented Programming: Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features of an object.

    • Polymorphism: Allows objec...

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

(6 Questions)

  • Q1. Previous project descriptions.
  • Q2. Create a decorator.
  • Ans. 

    A decorator is a design pattern that allows behavior to be added to individual objects, either statically or dynamically.

    • Decorators are used to add new functionality to an existing object without altering its structure.

    • They are commonly used in Python to modify the behavior of functions or methods.

    • Decorators are implemented using the @ symbol followed by the decorator function name.

  • Answered by AI
  • Q3. Bubble sort, merge sort and insertion sort
  • Q4. Some questions on AWS
  • Q5. Fibonacci sequence using recursion
  • Ans. 

    Fibonacci sequence using recursion is a classic problem in programming.

    • Define a recursive function that takes an integer n as input

    • Base case: if n is 0 or 1, return n

    • Recursive case: return the sum of the previous two Fibonacci numbers

  • Answered by AI
  • Q6. Custom middleware

Interview Preparation Tips

Topics to prepare for Chetu Software Developer interview:
  • Python
  • Django
  • Object Oriented Programming
  • DSA
Interview preparation tips for other job seekers - Be confident and make sure your communication is pretty good. And prepare the basics of whatever te h stack.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com 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 

Python, SQL and general aptitude questions were asked

Round 3 - Technical 

(1 Question)

  • Q1. Django questions were asked.
Round 4 - Coding Test 

Rotate the list by two elements from the right of it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview have become more and more challenging, so prepare well guys.

Chetu interview questions for designations

 Software Developer Trainee

 (1)

 Senior Software Developer

 (1)

 .NET Software Developer

 (1)

 Android Software Developer

 (1)

 Python Software Developer

 (1)

 Developer

 (1)

 Software Engineer

 (34)

 Software Tester

 (1)

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, Reasoning related topics

Round 2 - Technical 

(1 Question)

  • Q1. Oops, basic programming language related questions.
Round 3 - HR 

(1 Question)

  • Q1. In this round there are all questions asked about you.

Get interview-ready with Top Chetu Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Telephonic Call 

(2 Questions)

  • Q1. Very easy basic python questions
  • Q2. Basic Django questions
Round 2 - Coding Test 

List sort, list comprehension, dacorators, middleware, django orm

Round 3 - HR 

(1 Question)

  • Q1. Just normal salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics and normal interview questions found on websites.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

There will be around 50 questions which will have logical basic questions.

Round 2 - Technical 

(1 Question)

  • Q1. Will have questions for profile you applied.There will be coding questions too and interview level is not too tough
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 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 - HR 

(2 Questions)

  • Q1. What is Oops Concept?
  • Ans. 

    Oops Concept is a programming paradigm that focuses on objects and their interactions to solve problems.

    • Oops stands for Object-Oriented Programming System

    • It emphasizes on encapsulation, inheritance, and polymorphism

    • Encapsulation is the process of hiding implementation details from the user

    • Inheritance allows a class to inherit properties and methods from another class

    • Polymorphism allows objects to take on multiple forms...

  • Answered by AI
  • Q2. What is Artisan in laravel php framework?
  • Ans. 

    Artisan is the command-line interface included with Laravel that provides a number of helpful commands for developers.

    • Artisan is used to generate boilerplate code, run database migrations, and execute unit tests.

    • Developers can also create their own custom Artisan commands.

    • Some common Artisan commands include make:model, make:controller, and migrate.

    • Artisan can be accessed through the command line by running 'php artisa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your Basic Concept. All Technical part Depend on their Coding Skills.

Skills evaluated in this interview

I applied via AmbitionBox and was interviewed in Oct 2022. 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 

Java question,and aptitude question

Round 3 - Technical 

(1 Question)

  • Q1. Core java ,Spring,MySQL,JDBC.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and Company profile discussion.

Interview Preparation Tips

Topics to prepare for Chetu Software Developer interview:
  • Core Java
  • MySQL
  • JDBC
  • Spring
  • HTML
  • JSP
Interview preparation tips for other job seekers - Complete and unique resume .Resume is the first impression in the job hunting process.Learn how to solve complex problems.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic php/magento questions.
  • Q2. Select and limit sql queries
Round 2 - HR 

(1 Question)

  • Q1. Usual HR discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some basic understanding of field and answer with confidence.

Chetu Interview FAQs

How many rounds are there in Chetu Software Developer interview?
Chetu interview process usually has 2-3 rounds. The most common rounds in the Chetu interview process are Aptitude Test, Technical and HR.
How to prepare for Chetu Software 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 Chetu. The most common topics and skills that interviewers at Chetu expect are Software Development, Android Studio, C, C++ and Objective C.
What are the top questions asked in Chetu Software Developer interview?

Some of the top questions asked at the Chetu Software Developer interview -

  1. Suppose one of your relative is seriously ill and nobody is present there excep...read more
  2. Suppose a rumour happens in company which is not good for it. What will be your...read more
  3. What is middleware and how we handle request and respons...read more
How long is the Chetu Software Developer interview process?

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

Tell us how to improve this page.

Chetu Software Developer Interview Process

based on 23 interviews

4 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • HR Round
  • Coding Test Round
View more
Chetu Software Developer Salary
based on 1k salaries
₹2.1 L/yr - ₹9 L/yr
31% less than the average Software Developer Salary in India
View more details

Chetu Software Developer Reviews and Ratings

based on 151 reviews

2.8/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

2.8

Salary

2.5

Job security

2.8

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 151 Reviews and Ratings
Software Engineer
1.2k salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Software Developer
1k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
644 salaries
unlock blur

₹4.4 L/yr - ₹10.5 L/yr

Team Lead
282 salaries
unlock blur

₹4.2 L/yr - ₹13.5 L/yr

Senior Software Developer
220 salaries
unlock blur

₹4.6 L/yr - ₹11 L/yr

Explore more salaries
Compare Chetu with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

R Systems International

3.3
Compare

EbixCash Limited

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