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

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

Interview Questionnaire 

1 Question

  • Q1. About kotlin, Activity, Fragment, Databinding etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Primary focus on Kotlin Language.

Android App Developer Interview Questions asked at other Companies

Q1. Activity launch modes Activity lifecycle Program to find second largest number in an array Singleton implementation
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was good. I cleared this

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between cfset and cfparam
  • Ans. 

    cfset is used to set a variable value, while cfparam is used to initialize a variable if it does not already exist.

    • cfset is used to assign a value to a variable, while cfparam is used to initialize a variable if it does not already have a value

    • cfset can be used multiple times to change the value of a variable, while cfparam will only initialize the variable once

    • Example: vs

Answered by AI
  • Q2. Database connection with CFML
  • Ans. 

    Database connection with CFML involves creating a datasource and using CFQUERY tag to interact with the database.

    • Create a datasource in ColdFusion Administrator

    • Use CFQUERY tag to execute SQL queries

    • Use CFQUERYPARAM tag to prevent SQL injection

    • Example: SELECT * FROM myTable

  • Answered by AI
    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

    Coldfusion Developer Interview Questions asked at other Companies

    Q1. Logical question to find duplicate array elements
    View answer (1)
    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

    Data Engineer Interview Questions asked at other Companies

    Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
    View answer (1)
    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.

    React Js Frontend Developer Interview Questions asked at other Companies

    Q1. 1. What is difference between abstract class and interface ?
    View answer (1)

    Chetu interview questions for popular designations

     Software Engineer

     (34)

     Software Developer

     (31)

     DOT NET Developer

     (12)

     Web Developer

     (4)

     Senior Software Engineer

     (3)

     Java Developer

     (3)

     Team Member

     (3)

     Trainee

     (3)

    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

    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
    View answer (1)

    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 (197)

    Get interview-ready with Top Chetu Interview Questions

    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

    Full Stack Developer Interview Questions asked at other Companies

    Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
    View answer (1)

    Trainee Interview Questions & Answers

    user image Anonymous

    posted on 8 Jan 2025

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

    Basic Aptitude questions were asked

    Round 2 - Coding Test 

    There was computerbased test where we have given psudocodes

    Round 3 - Technical 

    (1 Question)

    • Q1. Questions regarding project
    Round 4 - HR 

    (1 Question)

    • Q1. All abut yourself

    Trainee Interview Questions asked at other Companies

    Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
    View answer (2)
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

    Round 1 - Aptitude Test 

    First round was aptitude round..it was easy and some basics english grammar based questions were asked in this round.Then on the basis of marks around 70 out of 136 were selected for the next round

    Round 2 - Group Discussion 

    Second round was group discussion.It went really well ,our topic was water crisis in the current world

    Round 3 - Technical 

    (2 Questions)

    • Q1. Questions were from my resume,how many types of status codes are their in js or node
    • Q2. What is Sdlc ,how did you implemented it in your project
    Round 4 - HR 

    (1 Question)

    • Q1. Last round was hr round...hr was so friendly.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Just focus on your communication skills and your resume.

    Software Engineer Trainee Interview Questions asked at other Companies

    Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
    View answer (1)
    Interview experience
    1
    Bad
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Coding questions java
    • Q2. Logical program s

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Cheap people, sp hr department, they will force u to sign bond, after signing u r a toy for them , if u do not work accordingly them, simply they won't give u documents relieving letter, won't Mark exit in ur pf service history n lot off even they filed leagal case on my frd

    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
    View answer (1)

    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 (197)

    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 was interviewed 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.

    Python Developer Interview Questions asked at other Companies

    Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
    View answer (9)

    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.4k Interviews
    Infosys Interview Questions
    3.6
     • 7.5k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    LTIMindtree Interview Questions
    3.8
     • 2.9k Interviews
    Mphasis Interview Questions
    3.4
     • 791 Interviews
    Oracle Cerner Interview Questions
    3.7
     • 157 Interviews
    View all

    Chetu Reviews and Ratings

    based on 1.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.2

    Promotions

    3.1

    Work satisfaction

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

    ₹0 L/yr - ₹0 L/yr

    Software Developer
    1k salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Senior Software Engineer
    645 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Team Lead
    264 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Senior Software Developer
    222 salaries
    unlock blur

    ₹0 L/yr - ₹0 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