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

Updated 16 Jul 2025
Popular Designations

122 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 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 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

What people are saying about Chetu

View All
a software engineer
1d
Globallogic vs Coforge
Which one should I go: Globallogic (17 fixed) or Coforge (18 fixed).
Got a question about Chetu?
Ask anonymously on communities.
A Devops was asked 1mo ago
Q. What are the differences between Ansible, Terraform, and Python?
Ans. 

Ansible, Terraform, and Python serve different purposes in automation, infrastructure management, and scripting.

  • Ansible is a configuration management tool that automates software provisioning, configuration management, and application deployment.

  • Terraform is an infrastructure as code (IaC) tool that allows users to define and provision data center infrastructure using a declarative configuration language.

  • Python is...

View all Devops interview questions
A Devops was asked 1mo ago
Q. What are the differences between Microsoft-hosted agents (MHA) and self-hosted agents (SHA) on Azure DevOps pipelines?
Ans. 

MHA and SHA agents in Azure DevOps pipelines serve different purposes in managing build and deployment processes.

  • MHA (Multi-Stage Hybrid Agent) supports multiple stages in a single pipeline, allowing for efficient resource utilization.

  • SHA (Single-Stage Hybrid Agent) is designed for simpler, single-stage pipelines, focusing on straightforward execution.

  • MHA can handle complex workflows with dependencies across stage...

View all Devops 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
Are these interview questions helpful?
A Devops Engineer was asked 1mo ago
Q. How can you manage application load?
Ans. 

Application load management ensures optimal performance and availability through various techniques and tools.

  • Use Load Balancers: Distribute incoming traffic across multiple servers (e.g., AWS Elastic Load Balancing).

  • Auto-Scaling: Automatically adjust the number of active servers based on traffic (e.g., AWS Auto Scaling).

  • Caching: Implement caching mechanisms (e.g., Redis, Memcached) to reduce load on the applicati...

View all Devops Engineer interview questions
A Devops Engineer was asked 1mo ago
Q. How do you practice resolving real-world Kubernetes (K8s) production issues?
Ans. 

I practice resolving Kubernetes issues through hands-on labs, simulations, and real-world scenarios to enhance my troubleshooting skills.

  • Set up a local Kubernetes cluster using tools like Minikube or Kind to simulate production environments.

  • Participate in Kubernetes troubleshooting exercises or workshops to gain practical experience.

  • Use monitoring tools like Prometheus and Grafana to visualize and diagnose issues ...

View all Devops Engineer interview questions
A Devops Engineer was asked 1mo ago
Q. How can you be prompt in the pipeline concept?
Ans. 

Being prompt in pipeline concepts involves timely execution, monitoring, and automation to ensure efficient DevOps practices.

  • Implement Continuous Integration (CI) to automate code testing and integration, reducing manual intervention.

  • Use Continuous Deployment (CD) to automatically deploy code changes to production, ensuring faster delivery.

  • Monitor pipeline performance with tools like Jenkins or GitLab CI to quickl...

View all Devops Engineer interview questions

Chetu Interview Experiences

201 interviews found

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

It was good. I cleared this

Round 2 - Technical 
Round 3 - Technical 

(2 Questions)

  • Q1. Situation based javascript questions
  • Q2. Logical question to find duplicate array elements
  • Ans. 

    Use a hash set to find duplicate elements in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if each element is already in the hash set.

    • If it is, then it is a duplicate element.

    • Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as a duplicate element.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very poor management Chetu is having.
They are making candidate fool. They call candidates to hire them and then they stop the process and tell candidates that we are not hiring currently and so on. The recruitment team is very unprofessional. I cleared 3 rounds of interview and submitted candidate recruitment form, after all this they took my position on hold and told me we are not hiring.

Chetu schedule interview 3 times, 2 times recruiter Manoj kumar stoped the process and told me position is fullfilled.
In last few days again recruiter Vivek Singh schedule interview and I cleared all the rounds. He given me a candidate recruitment form to submit, I did.
Then he not called me again and also didn't answer my calls.

Whole management is very poor and unprofessional.

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2025

Interview experience
4
Good
Difficulty level
Hard
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. Question about database and procured.
  • Q2. And Crud And Oops.
  • Q3. Basic Question About the Java script
  • Q4. Basic question about the jQuery
  • Q5. Third party APIs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers to enhance their chances of landing a job: 1. Tailor Your Resume and Cover Letter Customize your resume and cover letter for each job application. Highlight relevant skills and experiences that match the job description. 2. Network Effectively Leverage your professional network. Attend industry events, join relevant online groups, and connect with professionals on platforms like LinkedIn. 3. Utilize Job Boards and Company Websites Regularly check job boards and the careers section of company websites. Set up job alerts to stay informed about new openings. 4. Prepare for Interviews Research the company and the role. Practice common interview questions and prepare questions to ask the interviewer to demonstrate your interest. 5. Follow Up After interviews, send a thank-you email to express your appreciation for the opportunity and reiterate your interest in the position. 6. Stay Positive and Persistent Job searching can be challenging. Stay positive, keep applying, and don’t get discouraged by rejections. Each application is a step closer to your goal. 7. Enhance Your Skills Consider taking online courses or certifications to improve your skills and make yourself more marketable to employers. 8. Be Open to Opportunities Be flexible about the types of roles you apply for. Sometimes, a position that isn’t your ideal job can lead to better opportunities in the future. 9. Leverage Social Media Use social media to your advantage. Share industry-related content, engage with professionals, and showcase your expertise. these tips, job seekers can improve their chances of finding a suitable position and advancing their careers.

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?
  • Ans. 

    I possess strong communication, analytical, and leadership skills, enabling effective collaboration and problem-solving in diverse environments.

    • Excellent communication skills: I effectively convey ideas and information, as demonstrated in my role leading team meetings.

    • Strong analytical abilities: I analyze data to identify trends, which helped improve our project outcomes by 20%.

    • Leadership experience: I successfully ma...

  • Answered by AI
  • Q2. What contributions can you make to the company?
  • Ans. 

    I can enhance team collaboration, drive innovation, and improve operational efficiency to contribute to the company's success.

    • Foster a collaborative work environment by implementing team-building activities, leading to improved communication and productivity.

    • Introduce innovative solutions by leveraging technology, such as automating repetitive tasks to save time and reduce errors.

    • Enhance employee engagement through reg...

  • Answered by AI

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 Jan 2025, where I was asked the following questions.

  • Q1. About your work Experience
  • Ans. 

    I have diverse experience in HR, focusing on talent acquisition, employee engagement, and performance management.

    • Led a recruitment drive that increased our talent pool by 30% within six months.

    • Implemented an employee engagement program that improved retention rates by 15%.

    • Managed performance reviews and feedback processes, resulting in a 20% increase in employee satisfaction scores.

  • Answered by AI
  • Q2. Your proficiency in Excel
  • Ans. 

    I have advanced proficiency in Excel, utilizing it for data analysis, reporting, and automation to enhance productivity.

    • Expert in using formulas like VLOOKUP, INDEX, and MATCH for data retrieval.

    • Proficient in creating pivot tables to summarize large datasets effectively.

    • Skilled in data visualization using charts and graphs to present insights clearly.

    • Experience in automating tasks with macros to save time on repetitive...

  • Answered by AI
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was well designed

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Questions about data warehousing
  • Q2. Dbt Scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for dbt and other ETL tools
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

CBT-based assessments in aptitude and pseudocode for the MCA program.

Round 2 - Technical 

(5 Questions)

  • Q1. React development basic questions
  • Q2. Basic html, css, js
  • Q3. Basic JSX and introduction of react
  • Q4. Basic state management like useState, useeffect, usecontext
  • Q5. Redux for global state management
  • Ans. 

    Redux is a popular library for managing global state in React applications.

    • Redux helps in managing the state of the entire application in a single store.

    • It provides a predictable state container that can be accessed and modified using actions and reducers.

    • Redux allows for a unidirectional data flow, making it easier to debug and trace changes in the application state.

    • It is commonly used in large-scale applications wher...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As a newcomer, always rely on the fundamentals of various technologies such as Java, HTML, CSS, and JavaScript.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Wordpress plugins
  • Q2. WordPress hooks
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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

  • Q1. About myself introduction
  • Q2. Java,html,css, about ms word, office
  • Q3. About company and salary

Interview Preparation Tips

Interview preparation tips for other job seekers - I get a in job any role
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude test with technical and non technical question

Round 2 - Technical 

(1 Question)

  • Q1. What is event loop
  • Ans. 

    The event loop is a core concept in JavaScript that manages asynchronous operations and executes code in a non-blocking manner.

    • The event loop allows JavaScript to perform non-blocking I/O operations despite being single-threaded.

    • It works with a call stack, a callback queue, and a message queue to handle asynchronous tasks.

    • When an asynchronous operation completes, its callback is pushed to the callback queue.

    • The event l...

  • Answered by AI

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

The most common HR questions asked in Chetu interview are -

  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.8/5

based on 166 interview experiences

Difficulty level

Easy 21%
Moderate 73%
Hard 7%

Duration

Less than 2 weeks 80%
2-4 weeks 13%
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.4/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

Technical Talent Acquisition Recruiter

Noida,

Ghaziabad

+1

3-5 Yrs

₹ 3-4 LPA

Cocos2d Developer

Noida

2-7 Yrs

₹ 8-16 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