AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

This company page is being actively managed by Compunnel Team. If you also belong to the team, you can get access from here

Compunnel Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 281 Reviews

Play video Play video Video summary
  • About
  • Reviews
    281
  • Salaries
    1.8k
  • Interviews
    21
  • Jobs
    8
  • Benefits
    21
  • Photos
    7

Filter interviews by

Compunnel Interview Questions and Answers

Updated 20 May 2025
Popular Designations

12 Interview questions

A NET was asked 5mo ago
Q. Define lazy loading in Angular.
Ans. 

Lazy loading in Angular is a technique where modules are loaded only when they are needed, improving performance by reducing initial load time.

  • Lazy loading helps in loading only the required modules when navigating to a specific route.

  • It improves the initial load time of the application by loading modules asynchronously.

  • Lazy loading is achieved by using the loadChildren property in the route configuration.

  • Example:...

View all NET interview questions
A Software Developer was asked
Q. How do you implement cross-cutting concerns using Spring AOP?
Ans. 

Spring AOP enables modularization of cross-cutting concerns like logging, security, and transactions in Java applications.

  • AOP stands for Aspect-Oriented Programming, which allows separation of cross-cutting concerns from business logic.

  • Aspects are the main building blocks in Spring AOP, encapsulating behaviors that affect multiple classes.

  • Join points are specific points in the execution of the program, such as met...

View all Software Developer interview questions
A Data Analyst was asked
Q. What are the different types of machine learning, and can you provide examples?
Ans. 

There are three types of machine learning: supervised, unsupervised, and reinforcement learning.

  • Supervised learning involves training a model on labeled data to make predictions on new data. Example: predicting house prices based on features like location, size, etc.

  • Unsupervised learning involves finding patterns in unlabeled data. Example: clustering customers based on their purchasing behavior.

  • Reinforcement lear...

View all Data Analyst interview questions
A Software Engineer was asked
Q. What are the differences between BFS and DFS?
Ans. 

BFS and DFS are traversal algorithms used in graphs and trees.

  • BFS stands for Breadth First Search and explores the graph level by level.

  • DFS stands for Depth First Search and explores the graph by going as deep as possible before backtracking.

  • BFS uses a queue data structure while DFS uses a stack or recursion.

  • BFS is useful for finding the shortest path while DFS is useful for finding all possible paths or cycles.

  • BF...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What are joins in SQL?
Ans. 

Joins in SQL are used to combine data from two or more tables based on a related column between them.

  • Joins are used to retrieve data from multiple tables in a single query.

  • There are different types of joins such as INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN.

  • The columns used to join the tables must have the same data type and name.

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

View all Software Engineer interview questions
A Software Engineer was asked
Q. Differentiate between an abstract class and an interface.
Ans. 

Abstract class can have implementation while interface cannot. A class can implement multiple interfaces but can only inherit from one abstract class.

  • Abstract class can have constructors while interface cannot.

  • Abstract class can have non-abstract methods while interface can only have abstract methods.

  • Abstract class can have instance variables while interface cannot.

  • A class implementing an interface must implement ...

View all Software Engineer interview questions
A Sales Account Manager was asked 3mo ago
Q. How do you approach prospects? Sales Strategy
Ans. 

I approach prospects with research, personalized outreach, and a focus on building relationships to drive sales success.

  • Conduct thorough research on the prospect's industry and pain points to tailor my approach.

  • Utilize social media platforms like LinkedIn to connect and engage with prospects before reaching out.

  • Craft personalized emails that address specific needs and demonstrate how our solutions can help.

  • Follow ...

View all Sales Account Manager interview questions
Are these interview questions helpful?
A Data Analyst was asked
Q. What is Feature Selection & Feature Engineering
Ans. 

Feature selection is the process of selecting relevant features from a dataset, while feature engineering involves creating new features.

  • Feature selection helps to reduce the dimensionality of the dataset and improve model performance.

  • Feature engineering involves transforming or combining existing features to create new ones that may be more informative.

  • Examples of feature engineering include creating interaction ...

View all Data Analyst interview questions
A NET was asked 5mo ago
Q. Benefits of .Net
Ans. 

Benefits of .Net include platform independence, language interoperability, and extensive class library.

  • Platform independence allows for development on Windows, macOS, and Linux.

  • Language interoperability enables developers to use multiple languages within the same project.

  • Extensive class library provides pre-built code for common tasks, saving development time.

View all NET interview questions
A Stibo Lead was asked 10mo ago
Q. Different types of attributes in STEP
Ans. 

Different types of attributes in STEP include simple attributes, complex attributes, and reference attributes.

  • Simple attributes: Basic data types like text, number, date, etc.

  • Complex attributes: Attributes composed of multiple simple attributes.

  • Reference attributes: Attributes that reference other entities or objects.

  • Example: Simple attribute - Product Name, Complex attribute - Address (composed of street, city, s...

1 2

Compunnel Interview Experiences

21 interviews found

US IT Recruiter Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2025

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

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

  • Q1. How did you manage a challenging situation?
  • Ans. 

    I navigated a challenging situation by employing effective communication, collaboration, and problem-solving skills.

    • Identified the challenge: A critical project was falling behind schedule due to team miscommunication.

    • Facilitated a team meeting: I organized a meeting to address concerns and clarify roles, ensuring everyone was on the same page.

    • Developed a revised timeline: Collaboratively created a new project timeline...

  • Answered by AI
    Add your answer
  • Q2. What were your past experiences?
  • Ans. 

    I have extensive experience in IT recruitment, focusing on sourcing, screening, and placing top tech talent across various industries.

    • Sourced candidates for roles in software development, data analysis, and cybersecurity, resulting in a 30% increase in successful placements.

    • Conducted in-depth interviews and assessments to evaluate technical skills and cultural fit, improving client satisfaction ratings.

    • Developed and ma...

  • Answered by AI
    Add your answer
  • Q3. How did you come to know about this company?
  • Ans. 

    I learned about this company through industry networking events and online research, highlighting its reputation in IT recruitment.

    • I attended a local tech networking event where a representative from your company spoke highly of its innovative approach to recruitment.

    • I found your company while researching top IT recruitment firms online, and I was impressed by your client testimonials and success stories.

    • A colleague in...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be clear, and provide thorough explanations for each question.
Anonymous

NET Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

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

(1 Question)

  • Q1. Benefits of .Net
  • Ans. 

    Benefits of .Net include platform independence, language interoperability, and extensive class library.

    • Platform independence allows for development on Windows, macOS, and Linux.

    • Language interoperability enables developers to use multiple languages within the same project.

    • Extensive class library provides pre-built code for common tasks, saving development time.

  • Answered by AI
    Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Define Lazy loading in Angular
  • Ans. 

    Lazy loading in Angular is a technique where modules are loaded only when they are needed, improving performance by reducing initial load time.

    • Lazy loading helps in loading only the required modules when navigating to a specific route.

    • It improves the initial load time of the application by loading modules asynchronously.

    • Lazy loading is achieved by using the loadChildren property in the route configuration.

    • Example: load...

  • Answered by AI
    Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

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

(1 Question)

  • Q1. Different types of attributes in STEP
  • Ans. 

    Different types of attributes in STEP include simple attributes, complex attributes, and reference attributes.

    • Simple attributes: Basic data types like text, number, date, etc.

    • Complex attributes: Attributes composed of multiple simple attributes.

    • Reference attributes: Attributes that reference other entities or objects.

    • Example: Simple attribute - Product Name, Complex attribute - Address (composed of street, city, state,...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Team Lead Recruitment Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What kind of client'd you have experience with.
  • Add your answer
  • Q2. Total years of experience
  • Ans. 

    I have over 10 years of experience in project management and team leadership across various industries.

    • Led a team of 15 in a software development project that increased efficiency by 30%.

    • Managed cross-functional teams in a healthcare project, ensuring compliance with regulations.

    • Implemented Agile methodologies, resulting in a 25% reduction in project delivery time.

    • Conducted training sessions for new team members, enhan...

  • Answered by AI
    Add your answer
Anonymous

Senior Manager Interview Questions & Answers

user image Devansha Mathur

posted on 28 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Past experience and relevancy
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Experience and situations
  • Add your answer
Anonymous

Project Manager Interview Questions & Answers

user image Anonymous

posted on 16 Apr 2024

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. I applied for a project manager position, my questions were a mix of project manager mentioned and business analysis.
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Another technical round with a different person. More detailed questions on project management and business analysis with some behavioural questions.
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. This was a Fitment round
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is not very tough, someone have a decent experience can crack easily.
Anonymous

Business Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions Related to Previous Experience and tools
  • Add your answer
Anonymous

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2023

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 Oct 2022. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. 1. Measures of Dispersion
  • Ans. 

    Measures of Dispersion are used to describe the spread of data around the central tendency.

    • Measures of Dispersion include Range, Variance, Standard Deviation, and Interquartile Range.

    • Range is the difference between the maximum and minimum values in a dataset.

    • Variance measures how far each value is from the mean.

    • Standard Deviation is the square root of the variance.

    • Interquartile Range is the difference between the 75th ...

  • Answered by AI
    Add your answer
  • Q2. Difference between Linear & Logistic Regression ? Give examples ?
  • Ans. 

    Linear regression is used for continuous data while logistic regression is used for categorical data.

    • Linear regression predicts a continuous outcome while logistic regression predicts a probability of an event occurring.

    • Linear regression uses a straight line to fit the data while logistic regression uses an S-shaped curve.

    • Linear regression is used for predicting values like house prices while logistic regression is use...

  • Answered by AI
    Add your answer
  • Q3. What is Feature Selection & Feature Engineering
  • Ans. 

    Feature selection is the process of selecting relevant features from a dataset, while feature engineering involves creating new features.

    • Feature selection helps to reduce the dimensionality of the dataset and improve model performance.

    • Feature engineering involves transforming or combining existing features to create new ones that may be more informative.

    • Examples of feature engineering include creating interaction terms...

  • Answered by AI
    Add your answer
  • Q4. What is Gradient Descent and where is it used
  • Ans. 

    Gradient Descent is an optimization algorithm used to minimize the cost function of a machine learning model.

    • Gradient Descent is used in machine learning to find the optimal parameters of a model by minimizing the cost function

    • It works by iteratively adjusting the parameters in the direction of steepest descent of the cost function

    • There are two types of Gradient Descent: Batch Gradient Descent and Stochastic Gradient D...

  • Answered by AI
    Add your answer
  • Q5. What are different types of machine learning with examples
  • Ans. 

    There are three types of machine learning: supervised, unsupervised, and reinforcement learning.

    • Supervised learning involves training a model on labeled data to make predictions on new data. Example: predicting house prices based on features like location, size, etc.

    • Unsupervised learning involves finding patterns in unlabeled data. Example: clustering customers based on their purchasing behavior.

    • Reinforcement learning ...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with Machine Learning topics and be prepared with examples

Skills evaluated in this interview

Anonymous

Technical Recruiter Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. Basic questions
  • Add your answer
  • Q2. Communication skills
  • Add your answer
  • Q3. Job description
  • Add your answer
  • Q4. Process experience
  • Add your answer
  • Q5. English communication
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - All good and easy
Anonymous

Java Developer Interview Questions & Answers

user image Anonymous

posted on 20 May 2025

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

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

  • Q1. Build rest api
  • Ans. 

    Creating a REST API in Java involves using frameworks like Spring Boot to handle HTTP requests and responses.

    • Use Spring Boot to quickly set up a RESTful service.

    • Define your data model using Java classes (e.g., @Entity for JPA).

    • Create a controller class with @RestController to handle requests.

    • Use @GetMapping, @PostMapping, @PutMapping, and @DeleteMapping for CRUD operations.

    • Implement service layer for business logic and...

  • Answered by AI
    Add your answer
  • Q2. Stereotypes annotation
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
5d (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 Compunnel?
Ask anonymously on communities.
More about working at Compunnel
  • HQ - Princeton, NJ
  • IT Services & Consulting
  • 1k-5k Employees (India)

Compunnel Interview FAQs

How many rounds are there in Compunnel interview?
Compunnel interview process usually has 1-2 rounds. The most common rounds in the Compunnel interview process are Technical, One-on-one Round and HR.
How to prepare for Compunnel 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 Compunnel. The most common topics and skills that interviewers at Compunnel expect are US Staffing, US IT Recruitment, W2, C2C and Hiring.
What are the top questions asked in Compunnel interview?

Some of the top questions asked at the Compunnel interview -

  1. WRITE A QUERY TO GIVE SECOND LARGEST SALARY OF AN EMPLOY...read more
  2. What are different types of machine learning with examp...read more
  3. DIFFERENCIATE BETWEEN ABSTRACT CLASS AND INTERFA...read more
What are the most common questions asked in Compunnel HR round?

The most common HR questions asked in Compunnel interview are -

  1. What are your strengths and weakness...read more
  2. What are your salary expectatio...read more
  3. What is your family backgrou...read more
How long is the Compunnel interview process?

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

Tell us how to improve this page.

Compunnel Interviews By Designations

  • Compunnel US IT Recruiter Interview Questions
  • Compunnel Project Manager Interview Questions
  • Compunnel Software Engineer Interview Questions
  • Compunnel Senior Recruiter Interview Questions
  • Compunnel Data Analyst Interview Questions
  • Compunnel Software Developer Interview Questions
  • Compunnel Business Analyst Interview Questions
  • Compunnel Java Developer Interview Questions
  • Show more
  • Compunnel Technical Recruiter Interview Questions
  • Compunnel Senior Manager Interview Questions

Interview Questions for Popular Designations

  • Executive Interview Questions
  • Team Lead Interview Questions
  • Software Engineer Interview Questions
  • Senior Associate Interview Questions
  • Senior Engineer Interview Questions
  • Consultant Interview Questions
  • Associate Software Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Show more
  • Manager Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

4.5/5

based on 23 interview experiences

Difficulty level

Easy 30%
Moderate 70%

Duration

Less than 2 weeks 89%
2-4 weeks 11%
View more

Interview Questions from Similar Companies

CitiusTech
CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik
Altimetrik Interview Questions
3.7
 • 241 Interviews
Bounteous x Accolite
Bounteous x Accolite Interview Questions
3.4
 • 230 Interviews
Xoriant
Xoriant Interview Questions
4.1
 • 213 Interviews
Globant
Globant Interview Questions
3.7
 • 183 Interviews
ThoughtWorks
ThoughtWorks Interview Questions
3.9
 • 157 Interviews
Apexon
Apexon Interview Questions
3.3
 • 150 Interviews
HTC Global Services
HTC Global Services Interview Questions
3.5
 • 148 Interviews
Brillio
Brillio Interview Questions
3.4
 • 139 Interviews
Collabera Technologies
Collabera Technologies Interview Questions
3.5
 • 136 Interviews
View all

Compunnel Reviews and Ratings

based on 281 reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.6

Salary

3.5

Job security

3.5

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 281 Reviews and Ratings
Jobs at Compunnel
Compunnel
Compunnel - Director - Sales & Business Development (15-17 yrs)

15-17 Yrs

Not Disclosed

Compunnel
Data Engineer (5-10 yrs)

5-10 Yrs

Not Disclosed

Compunnel
Full Stack AI Engineer - Python (3-10 yrs)

3-10 Yrs

Not Disclosed

Explore more jobs
Compunnel Salaries in India
Senior Software Engineer
86 salaries
unlock blur

₹15.1 L/yr - ₹26 L/yr

Software Engineer
57 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

US Recruiter
54 salaries
unlock blur

₹2.4 L/yr - ₹5.8 L/yr

US IT Recruiter
42 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Senior Recruiter
40 salaries
unlock blur

₹4.5 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Compunnel with
Xoriant

Xoriant

4.1
Compare
CitiusTech

CitiusTech

3.3
Compare
HTC Global Services

HTC Global Services

3.5
Compare
HERE Technologies

HERE Technologies

3.8
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Compunnel Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter