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 Interview Questions, Process, and Tips

Updated 28 Feb 2025

Top Chetu Interview Questions and Answers

View all 114 questions

Chetu Interview Experiences

Popular Designations

172 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 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 - Coding Test 

There is an assesment which includes 35 questions and you have to finish in 30 mins. The questions includes basic aptitute and basic python question which is MCQ

Round 3 - One-on-one 

(2 Questions)

  • Q1. There will be a telephonic interview and will asked basic python and framework questions.
  • Q2. What is middleware? What are decorators?
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components.

    • Middleware facilitates communication and data exchange between different software applications.

    • It can be used to handle tasks such as authentication, logging, and error handling.

    • Examples of middleware include Express.js in Node.js for handling HTTP requests and responses.

  • Answered by AI
Round 4 - Coding Test 

Here they will test basic coding skill like decorators, basic problems like Fibonacci series, reverse without using any inbuilt functions, one sorting algorithm and searching algorithm.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics and be confident while answering.

Skills evaluated in this interview

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 reach office. What will you do?
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Power BI Developer Interview Questions & Answers

user image Vrushabh Kasture

posted on 6 Feb 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Prepare for the basic questions that are very basic
  • Q2. What are the types of normalization
  • Ans. 

    Normalization is a database design technique that organizes data in a structured manner to eliminate redundancy and improve data integrity.

    • Normalization helps in reducing data redundancy by breaking down a large table into smaller, more manageable tables.

    • There are different normal forms, such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with specific rules and dependencies.

    • Normalization ensures data integrity by minimizing da...

  • Answered by AI

Power BI Developer Interview Questions asked at other Companies

Q1. Types of joins in power Bi & SQL and how it works?
View answer (7)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Reasoning, math, coding

Round 3 - Technical 

(1 Question)

  • Q1. MVC ,c#, JavaScript frameworks,.net core
Round 4 - Technical 

(1 Question)

  • Q1. Face to face logically question like SQL, server MVC, JavaScript

Interview Preparation Tips

Interview preparation tips for other job seekers - Good perpere MVC SQL javascript

Software Net Engineer Interview Questions asked at other Companies

Q1. Oops concept and how and when to implement it.
View answer (1)

Software Developer Interview Questions & Answers

user image HIMANSHU DIXIT

posted on 1 Jun 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Ask multiple choice questions 35 from sql. python. math. time is 35 minutes

Round 3 - Technical 

(4 Questions)

  • Q1. Technical round is on telephone. last for 30 minutes. ask questions on machine learning. Over fitting . what is deep learning . gradient descent . bias variance trade off . linear regression.
  • Q2. What is boosting
  • Ans. 

    Boosting is a machine learning ensemble technique that combines multiple weak learners to create a strong learner.

    • Boosting iteratively trains a series of weak learners, where each subsequent learner focuses on the mistakes made by the previous ones.

    • Popular boosting algorithms include AdaBoost, Gradient Boosting, and XGBoost.

    • Boosting is often used in classification and regression problems to improve predictive performan

  • Answered by AI
  • Q3. What is bagging
  • Ans. 

    Bagging is a machine learning ensemble technique where multiple models are trained on different subsets of the training data and their predictions are combined.

    • Bagging stands for Bootstrap Aggregating

    • It helps reduce overfitting by combining the predictions of multiple models

    • Random Forest is a popular algorithm that uses bagging

  • Answered by AI
  • Q4. Why deep learning is called as deep
  • Ans. 

    Deep learning is called 'deep' because it involves multiple layers of neural networks.

    • Deep learning uses multiple layers of neural networks to learn and make decisions.

    • Each layer in a deep learning model extracts different features from the input data.

    • The depth of the neural network refers to the number of layers it has.

    • Deep learning models are able to learn complex patterns and relationships in data.

    • Examples of deep l...

  • Answered by AI
Round 4 - face to face discussion on resum 

(3 Questions)

  • Q1. Ask introduction. what is logistic regression. how to remove multicollinearity . what is test error. it last for 20 minutes.
  • Ans. 

    Logistic regression is a statistical model used to predict the probability of a binary outcome based on one or more predictor variables.

    • Logistic regression is used when the dependent variable is binary (e.g. 0 or 1).

    • To remove multicollinearity in logistic regression, you can use techniques like dropping one of the correlated variables or using regularization methods like Lasso or Ridge regression.

    • Test error in logistic...

  • Answered by AI
  • Q2. How many types of confussion matrix
  • Ans. 

    There are three types of confusion matrices: binary, multi-class, and multi-label.

    • Binary confusion matrix is used for classification problems with two classes.

    • Multi-class confusion matrix is used for classification problems with more than two classes.

    • Multi-label confusion matrix is used for problems where each instance can belong to multiple classes.

    • Example: In a binary classification problem, the confusion matrix woul...

  • Answered by AI
  • Q3. Types of errors
  • Ans. 

    Types of errors in software development

    • Syntax errors: Mistakes in the code structure that prevent it from running

    • Logic errors: Flaws in the algorithm that lead to incorrect results

    • Runtime errors: Issues that occur while the program is running, such as division by zero

    • Semantic errors: Errors in the meaning of the code that may not be caught by the compiler

  • Answered by AI

Skills evaluated in this interview

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 reach office. What will you do?
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Chetu interview questions for popular designations

 Software Engineer

 (34)

 Software Developer

 (31)

 DOT NET Developer

 (12)

 Web Developer

 (4)

 Java Developer

 (3)

 Senior Software Engineer

 (3)

 Software QA Engineer

 (3)

 Team Member

 (3)

Software Engineer Interview Questions & Answers

user image Shrey Vashishth

posted on 10 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. What is dependency Injection
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Dependency Injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing mock dependencies.

    • There are three types of Dependency Injection: Constructor Injection, Setter Injection, and Interface Injection.

  • Answered by AI

Skills evaluated in this interview

Top Chetu Software Engineer Interview Questions and Answers

Q1. Find All Pairs Adding Up to Target Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target. Input: The first line contains an integer 'T' denoting th... read more
Add answer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

Get interview-ready with Top Chetu Interview Questions

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Logical questions and some questions related to manual testing

Round 3 - Technical 

(3 Questions)

  • Q1. Got some questions on manual testing like explaining smoke testing,integration testing,beta testing,real time test case scenarios .
  • Q2. Real time test scenarios
  • Q3. Various test data findings techniques
  • Ans. 

    Various techniques to find test data

    • Boundary value analysis

    • Equivalence partitioning

    • Decision table testing

    • State transition testing

    • Pairwise testing

    • Random testing

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Oops concepts, synchronisation , SQl query to create database

Interview Preparation Tips

Interview preparation tips for other job seekers - I just want to say be aware of latest trends in industry.learn new skills relating in QA like apart from manual learning automation,api testing,database testing,performance testing enhance skillset.

Skills evaluated in this interview

Software QA Engineer Interview Questions asked at other Companies

Q1. What exceptions have u faced while creating framework?
View answer (1)

Team Member Interview Questions & Answers

user image GAURAV KUMAR

posted on 30 Jul 2024

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

Simple aptitude question

Round 2 - Coding Test 

Loops, basic binary search programme

Team Member Interview Questions asked at other Companies

Q1. What is endotoxin.and what is the usp chapter numbers of water monitoring, media ,product. and limits of cleanrooms why we will do four hours monitoring in cleanrooms
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Join in sql define and explain
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Skills evaluated in this interview

Top Chetu DOT NET Developer Interview Questions and Answers

Q1. Difference between Stored procedure and functions when we use where we use what the profits of its?
View answer (1)

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Not so tough and you will learn a lot of things that are new to you

Round 2 - Aptitude Test 

The duration is about 90 minute

Machine Learning Engineer Intern Interview Questions asked at other Companies

Q1. How can we write an efficient matrix multiplication method for huge matrices?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Define your experience through out your career
  • Q2. How confident you are with this role

Staffing Manager Interview Questions asked at other Companies

Q1. How will you streamline processes at Dalberg?
View answer (1)

Chetu Interview FAQs

How many rounds are there in Chetu interview?
Chetu interview process usually has 2-3 rounds. The most common rounds in the Chetu interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Chetu 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 Javascript, C#, .Net, CSS and JQuery.
What are the top questions asked in Chetu interview?

Some of the top questions asked at the Chetu 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. Difference between Abstract and Interface. Explain any scenario where these con...read more
How long is the Chetu interview process?

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

Tell us how to improve this page.

Chetu Interview Process

based on 134 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Hexaware Technologies Interview Questions
3.5
 • 723 Interviews
Persistent Systems Interview Questions
3.5
 • 612 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
View all

Chetu Reviews and Ratings

based on 1k reviews

3.3/5

Rating in categories

3.5

Skill development

3.1

Work-life balance

3.1

Salary

2.8

Job security

3.1

Company culture

3.3

Promotions

3.1

Work satisfaction

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

â‚ą2.5 L/yr - â‚ą11 L/yr

Software Developer
1k salaries
unlock blur

â‚ą2.4 L/yr - â‚ą9 L/yr

Senior Software Engineer
645 salaries
unlock blur

â‚ą4.4 L/yr - â‚ą10.5 L/yr

Team Lead
264 salaries
unlock blur

â‚ą5 L/yr - â‚ą13.2 L/yr

Senior Software Developer
222 salaries
unlock blur

â‚ą4.6 L/yr - â‚ą11 L/yr

Explore more salaries
Compare Chetu with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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