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 12 Nov 2024

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 36 questions

Chetu Software Developer Interview Experiences

31 interviews found

I applied via Company Website

Interview Questionnaire 

5 Questions

  • Q1. What will be your reaction when your TL says you to work late night?
  • Q2. 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?
  • Ans. 

    I would prioritize my relative's health and inform my supervisor about the situation.

    • Assess the severity of the illness and call for medical assistance if necessary.

    • Inform the supervisor about the situation and request for rescheduling the meeting.

    • If rescheduling is not possible, try to arrange for someone to take care of the relative.

    • If all else fails, take a personal day to attend to the relative's needs.

  • Answered by AI
  • Q3. Suppose a rumour happens in company which is not good for it. What will be your reaction as a TM?
  • Ans. 

    As a TM, I would investigate the rumour and take necessary actions to address it.

    • I would gather information about the rumour and its source.

    • I would communicate with the team to understand their concerns and address them.

    • I would take necessary actions to prevent the spread of the rumour and maintain a positive work environment.

    • I would work with HR and management to address any underlying issues that may have caused the ...

  • Answered by AI
  • Q4. What is difference between clone and copy?
  • Ans. 

    Clone creates a new object with the same values and references as the original, while copy creates a new object with the same values but different references.

    • Clone creates a deep copy of an object, while copy creates a shallow copy.

    • Changes made to the original object will affect the cloned object, but not the copied object.

    • Cloning is used to create an exact replica of an object, while copying is used to duplicate an ob...

  • Answered by AI
  • Q5. What is your expectation? (Mandatory texbox)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be realistic. Answer with calm mind, don't be aggressive.

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Computer based test

Round 2 - One-on-one 

(1 Question)

  • Q1. Skype round foe technical
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and all the benefit provided by the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Face the interview and learn from the interview.
Take the experience of interviews.

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. Find Duplicate in Array Problem Statement You are provided with a ... read more

Interview Questionnaire 

9 Questions

  • Q1. What is interface ?
  • Ans. 

    An interface is a contract that specifies the methods and properties that a class must implement.

    • An interface defines a set of methods and properties that a class must implement

    • Interfaces are used to achieve abstraction and polymorphism

    • Interfaces can be used to define contracts between different parts of a system

    • A class can implement multiple interfaces

    • Example: The IDisposable interface in C# is used to ensure that an ...

  • Answered by AI
  • Q2. What is the difference between delete and truncate?
  • Ans. 

    Delete removes specific rows while truncate removes all rows from a table.

    • Delete is a DML command while truncate is a DDL command.

    • Delete is slower than truncate as it logs each row deletion while truncate only logs the deallocation of data pages.

    • Delete can be rolled back while truncate cannot be rolled back.

    • Delete can have a WHERE clause to specify which rows to delete while truncate removes all rows.

    • Delete does not re...

  • Answered by AI
  • Q3. What are the sealed classes?
  • Ans. 

    Sealed classes are classes that cannot be inherited and are used to restrict class hierarchy.

    • Sealed classes are declared using the 'sealed' keyword.

    • They can have abstract members but cannot be instantiated.

    • They are useful in creating exhaustive when expressions.

    • They restrict the inheritance hierarchy and prevent unintended subclassing.

    • Example: sealed class Shape { abstract fun draw() }

  • Answered by AI
  • Q4. Stored procedure?
  • Q5. Difference between union and union all.
  • Ans. 

    Union combines and removes duplicates while Union All combines all rows.

    • Union is used to combine the result sets of two or more SELECT statements into a single result set with no duplicates.

    • Union All is used to combine the result sets of two or more SELECT statements into a single result set with all rows.

    • Union is slower than Union All because it has to remove duplicates.

    • Union requires that the number and order of colu...

  • Answered by AI
  • Q6. Triggers and functions.
  • Q7. Abstract class with example
  • Ans. 

    Abstract class is a class that cannot be instantiated and can only be inherited by other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the child class.

    • Non-abstract methods can have implementation and can be inherited by the child class.

    • An abstract class can have constructors and variables.

    • Example: abstract class Animal { abstract

  • Answered by AI
  • Q8. Primary key and foreign key difference.
  • Ans. 

    Primary key uniquely identifies a record while foreign key refers to a primary key in another table.

    • Primary key is a column or set of columns that uniquely identifies a record in a table

    • Foreign key is a column or set of columns that refers to a primary key in another table

    • Primary key cannot have null values while foreign key can have null values

    • Primary key is used to enforce data integrity while foreign key is used to

  • Answered by AI
  • Q9. Inheritance and polymorphism.

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image prince nayak

posted on 28 Mar 2022

I applied via Job Fair and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C#.net ,asp.net .net core

Interview Preparation Tips

Interview preparation tips for other job seekers - i am looking for.net domain for job .i have 3.5 years experience

Chetu interview questions for designations

 Android Software Developer

 (1)

 .NET Software Developer

 (1)

 Software Developer Trainee

 (1)

 Senior Software Developer

 (1)

 Python Software Developer

 (1)

 Developer

 (1)

 Software Engineer

 (34)

 Software Tester

 (1)

I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. It all related to my technology which i have mention in my resume.
  • Q2. Question which is relevant to my work like asp.net,asp.net mvc,asp.net core and so on.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is wonderful journy from interview schedule to joining process and it is very smooth process with very sharp time.

Get interview-ready with Top Chetu Interview Questions

I applied via Referral and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. He asked about MVC and jquery.
  • Q2. He asked about triggers and SO.
  • Q3. He asked about. Net session management and stringbuilder etc.
  • Q4. Overall interview was easy.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't take panic give all answers with cool mind you will be sure select.

Interview Questionnaire 

1 Question

  • Q1. Worst organization , no salary will be given if you work less than 30 days, without any intimation you will be fired, no one will attend your call.

Interview Questionnaire 

1 Question

  • Q1. OOPS basics Sql basic Mvc && jQuery basic only

Interview Questionnaire 

1 Question

  • Q1. As a Asp.net developer I advise to all to have good understanding of c#. Because it is the core concept on which basis you can trackle an Interview.

I applied via Naukri.com and was interviewed in Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I have got questions about vsam files and about SQL queries.
  • Q2. What is my previous work and project roles and responsibilities.?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics clear with your project,your work,and your roles and responsibilities and be good to make them understand what you willing to answer.

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 20 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.4 L/yr - ₹9 L/yr
26% less than the average Software Developer Salary in India
View more details

Chetu Software Developer Reviews and Ratings

based on 142 reviews

2.9/5

Rating in categories

3.3

Skill development

3.0

Work-life balance

2.9

Salary

2.6

Job security

2.9

Company culture

3.0

Promotions

3.0

Work satisfaction

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

₹2.4 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