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 and Answers for Experienced

Updated 11 Jul 2025
Popular Designations

46 Interview questions

A Software Engineer was asked 1w ago
Q. What are the different types of JOINs in MySQL?
Ans. 

Joins in SQL combine rows from two or more tables based on related columns.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

  • RIGHT JOIN: Returns all records from the right table and matched records from t...

View all Software Engineer interview questions
A Software Engineer was asked 1w ago
Q. What is the difference between print and echo in PHP?
Ans. 

Print and echo are both used to output data in PHP, but they have key differences in usage and behavior.

  • echo can take multiple parameters: echo 'Hello', 'World';

  • print can only take one argument: print 'Hello World';

  • echo is slightly faster than print because it doesn't return a value;

  • print returns 1, so it can be used in expressions: $result = print 'Hello';

  • echo does not require parentheses: echo 'Hello'; while pri...

View all Software Engineer interview questions
A Software Developer was asked 1mo ago
Q. How do you handle work pressure when you are the only developer?
Ans. 

I manage work pressure by prioritizing tasks, maintaining clear communication, and practicing self-care to ensure productivity and focus.

  • Prioritize tasks using a method like the Eisenhower Matrix to focus on what's urgent and important.

  • Break down larger projects into smaller, manageable tasks to avoid feeling overwhelmed.

  • Set realistic deadlines and communicate them clearly to stakeholders to manage expectations.

  • Us...

View all Software Developer interview questions
A Devops Engineer was asked 1mo ago
Q. What is Terraform?
Ans. 

Terraform is an open-source infrastructure as code tool for building, changing, and versioning infrastructure safely and efficiently.

  • Declarative Configuration: Users define infrastructure in configuration files using HashiCorp Configuration Language (HCL).

  • Resource Management: Terraform manages resources across various providers like AWS, Azure, and Google Cloud.

  • State Management: It maintains a state file to keep t...

View all Devops Engineer interview questions
A Devops Engineer was asked 1mo ago
Q. What is DevOps, and what are its advantages?
Ans. 

DevOps is a cultural and technical movement that enhances collaboration between development and operations teams for faster software delivery.

  • Improved collaboration: Breaks down silos between development and operations teams, fostering a culture of shared responsibility.

  • Faster time to market: Continuous integration and continuous deployment (CI/CD) practices enable quicker releases, like deploying updates to a web...

View all Devops Engineer interview questions
A Senior Devops Engineer was asked 1mo ago
Q. How do you practice addressing real-world issues with Kubernetes in a production environment?
Ans. 

I address real-world Kubernetes issues through proactive monitoring, automation, and continuous learning.

  • Implement robust monitoring using tools like Prometheus and Grafana to track cluster health and performance.

  • Utilize Helm for managing Kubernetes applications, allowing for easier updates and rollbacks.

  • Conduct regular chaos engineering experiments to identify weaknesses in the system, such as using tools like Ch...

View all Senior Devops Engineer interview questions
A DOT NET Developer was asked 2mo ago
Q. What is Object-Oriented Programming (OOP), and what are its features and types?
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

  • Encapsulation: OOP allows bundling of data and methods that operate on that data within a single unit, or class. For example, a 'Car' class can encapsulate properties like 'color' and methods like 'drive()'.

  • Inheritance: OOP enables a new class to inherit properties and methods from an existi...

View all DOT NET Developer interview questions
Are these interview questions helpful?
An UI Developer was asked 3mo ago
Q. What are the basic concepts of UI/UX design and development?
Ans. 

UI/UX design focuses on enhancing user satisfaction through effective design and usability principles.

  • User-Centered Design: Prioritizing user needs and preferences in the design process. Example: Conducting user interviews.

  • Usability: Ensuring the product is easy to use. Example: Simplifying navigation in a mobile app.

  • Accessibility: Designing for users with disabilities. Example: Using alt text for images.

  • Visual Hi...

View all UI Developer interview questions
A Software Engineer was asked 7mo ago
Q. What is Frontmatter?
Ans. 

Frontmatter is metadata at the beginning of a document, often used in markdown files to provide information about the content.

  • Frontmatter is typically written in YAML, JSON, or TOML format.

  • It is used to specify attributes such as title, author, date, and layout of a document.

  • Frontmatter is commonly used in static site generators like Jekyll or Hugo.

View all Software Engineer interview questions
A Software Engineer was asked 7mo ago
Q. What is a storefront APK?
Ans. 

Storefront apk is a mobile application package file used for online shopping platforms.

  • Storefront apk is a file format used for Android apps that provide online shopping services.

  • It contains all the necessary files and resources for the app to function properly.

  • Users can download and install the storefront apk on their Android devices to access the online shopping platform.

  • Examples of storefront apks include Amazo...

View all Software Engineer interview questions

Chetu Interview Experiences for Experienced

96 interviews found

HR Executive Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2025

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

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

  • Q1. What are your skills?
  • Q2. What contributions can you make to the company?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL and .NET bases questions
Round 2 - Technical 

(1 Question)

  • Q1. MVC and C# bases questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Maths ,english ,reasoning, puzzles

Round 2 - Coding Test 

Jackeron was the platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and avoid cheasting
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What is the DevOps and Advantages
  • Ans. 

    DevOps is a cultural and technical movement that enhances collaboration between development and operations teams for faster software delivery.

    • Improved collaboration: Breaks down silos between development and operations teams, fostering a culture of shared responsibility.

    • Faster time to market: Continuous integration and continuous deployment (CI/CD) practices enable quicker releases, like deploying updates to a web appl...

  • Answered by AI
  • Q2. What is the terraform?
  • Ans. 

    Terraform is an open-source infrastructure as code tool for building, changing, and versioning infrastructure safely and efficiently.

    • Declarative Configuration: Users define infrastructure in configuration files using HashiCorp Configuration Language (HCL).

    • Resource Management: Terraform manages resources across various providers like AWS, Azure, and Google Cloud.

    • State Management: It maintains a state file to keep track ...

  • Answered by AI

Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. .net core docker
  • Q2. Sql EF CORE , Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently had an interview with Chetu for a .NET Core position, which consisted of a telephone interview followed by a technical and HR round. During the telephone interview, I was asked some basic questions related to .NET Core. This was followed by additional technical questions and a round with HR. I successfully cleared all these stages.

However, upon receiving the offer letter, I discovered some concerning details that were not communicated during the interview process. The offer letter included a misleading bond, a substantial financial obligation, and a three-month notice period. These terms were unacceptable to me, and I felt they were not in line with the initial discussions.

As a result, I decided to reject the offer one day before the scheduled joining date. I would advise others to be cautious and thoroughly review any offer letters from Chetu or similar organizations to avoid such situations.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Sep 2021.

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 

The questions on the aptitude test were very advanced.

Round 3 - Coding Test 

Advanced concepts of mid-level difficulty in coding solutions using Python.

Interview Preparation Tips

Interview preparation tips for other job seekers - An organization operates as they are functioning under a dictatorship-like regime.

Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic NodeJS related to commands like npm list, npm install etc. and aptitude questions asked related to average and logical questions. Very easy round if you know beginner level maths and done little bit of work around nodejs

Round 2 - Telephonic Call 

(1 Question)

  • Q1. All questions asked around ReactJS, Redux like how redux works, virtual DOM, useMemo hook, HOC and others along with working of NodeJS, little bit of MongoDB and JavaScript concepts like hoisting etc.
Round 3 - Coding Test 

Very basic output based questions around printing name of each object present inside array of object, hoisting based questions etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you know basics then u will be able to clear all rounds. But my last round that is technical round was not taken seriously. he asked me 5 questions I answered 4 and 1 which I did not answer was around MongoDB aggregation on which I had never worked earlier.
The HR said interview will be around NodeJS and ReactJS but no questions were asked and the person taking technical round abruptly left the interview. I mean wth? ask me questions from every technology I have worked on !
Also they kept on delaying the interview rounds once first round was taken and they always scheduled interview at night after 9 PM.
Also I had to call HR again and again to schedule interview. Why waste time when you did not wanted to take interview seriously? First take interview properly for the tech stack u are hiring.
Useless people wasted 2 weeks of mine.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Explane dot net core and sql
  • Q2. Explance MAUI mobile application

Legal Officer Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2025

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

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Tell about yourself
  • Q2. What will you do in a hypothetical situation
  • Ans. 

    In a hypothetical situation, I would assess the legal implications, gather facts, consult stakeholders, and propose a solution.

    • Assess the legal implications: Identify relevant laws and regulations.

    • Gather facts: Collect all necessary information and evidence.

    • Consult stakeholders: Engage with involved parties for their perspectives.

    • Propose a solution: Develop a legal strategy or recommendation based on findings.

    • Example: ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. About the basic linux command
  • Q2. About devops tools like jenkins, kubernetes, etc

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Chetu?
Ask anonymously on communities.

Chetu Interview FAQs

How many rounds are there in Chetu interview for experienced candidates?
Chetu interview process for experienced candidates usually has 3-4 rounds. The most common rounds in the Chetu interview process for experienced candidates are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Chetu interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Chetu interview for experienced candidates -

  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
What are the most common questions asked in Chetu HR round for experienced candidates?

The most common HR questions asked in Chetu interview are for experienced candidates -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. What are your salary expectatio...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.

Overall Interview Experience Rating

3.7/5

based on 52 interview experiences

Difficulty level

Easy 22%
Moderate 69%
Hard 9%

Duration

Less than 2 weeks 87%
2-4 weeks 6%
4-6 weeks 3%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

AVASOFT Interview Questions
2.8
 • 175 Interviews
Oracle Cerner Interview Questions
3.6
 • 162 Interviews
Thomson Reuters Interview Questions
4.1
 • 125 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG Interview Questions
3.1
 • 113 Interviews
EbixCash Limited Interview Questions
3.9
 • 106 Interviews
SPRINKLR Interview Questions
2.9
 • 105 Interviews
Atlassian Interview Questions
3.4
 • 92 Interviews
View all

Chetu Reviews and Ratings

based on 1.2k reviews

3.3/5

Rating in categories

3.5

Skill development

3.2

Work-life balance

3.2

Salary

2.9

Job security

3.1

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 1.2k Reviews and Ratings
Software Engineer - Oracle Application Express

Delhi/Ncr

2-7 Yrs

₹ 10-15 LPA

Plugin Developer (Adobe)

Noida

3-8 Yrs

Not Disclosed

Technical Talent Acquisition Recruiter

Noida,

Ghaziabad

+1

3-5 Yrs

₹ 3-4 LPA

Explore more jobs
Software Engineer
1.2k salaries
unlock blur

₹4.6 L/yr - ₹9.5 L/yr

Software Developer
1k salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Senior Software Engineer
659 salaries
unlock blur

₹5 L/yr - ₹11.6 L/yr

Team Lead
264 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Senior Software Developer
249 salaries
unlock blur

₹5 L/yr - ₹10.3 L/yr

Explore more salaries
Compare Chetu with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

R Systems International

3.3
Compare

EbixCash Limited

3.9
Compare
write
Share an Interview