Upload Button Icon Add office photos
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.8

based on 235 Reviews

Filter interviews by

Compunnel Software Engineer Interview Questions, Process, and Tips

Updated 26 Jul 2021

Compunnel Software Engineer Interview Experiences

1 interview found

I applied via campus placement at G L Bajaj Institute of Technology & Management, Greater Noida and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. DIFFERENCIATE 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.

    • BFS has...

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

  • Answered by AI
  • Q3. WRITE A QUERY TO GIVE SECOND LARGEST SALARY OF AN EMPLOYEE?
  • Ans. 

    Query to find second largest salary of an employee.

    • Use ORDER BY and LIMIT to sort and select the second highest salary.

    • Assuming table name as 'employees' and salary column name as 'salary'.

    • SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1;

  • Answered by AI
  • Q4. DIFFERENCIATE BETWEEN ABSTRACT CLASS AND 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 all i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - IT WAS SIMPLE AND THE COMPANY IS GOOD TO WORK WITH .

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. All the questions on OOPS, Shell script, linux, c, C++, database
Round 2 - Technical 

(1 Question)

  • Q1. Advanced questions on above areas
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Great learning and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Coding question, reasoning, english, math, very easy

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Technical experties and final year project

Interview Preparation Tips

Topics to prepare for CitiusTech Software Engineer interview:
  • Java
  • React.Js
  • SQL Server
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Cuvette and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions followed by two coding questions.

Round 2 - Coding Test 

Two coding questions followed by a discussion on projects.

Round 3 - Coding Test 

Three coding questions and inquiries related to Data Structures and Algorithms (DSA), Object-Oriented Programming (OOP), and project-related topics.

Round 4 - Coding Test 

Solely 2 coding question

Interview Preparation Tips

Topics to prepare for Bounteous x Accolite Software Engineer interview:
  • DSA
  • OOPS
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding + Aptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of programming lang.
  • Q2. DSA and Oop concepts questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview pro
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between composition and aggregation
  • Ans. 

    Composition is a strong relationship where the child object does not exist independently of the parent object, while aggregation is a weak relationship where the child object can exist independently of the parent object.

    • Composition is a 'has-a' relationship, where the child object is part of the parent object.

    • Aggregation is a 'has-a' relationship, where the child object is not part of the parent object and can exist in...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

5 sections in the aptitude

Round 2 - Coding Test 

Live coding test about sql and python

Round 3 - Technical 

(1 Question)

  • Q1. Advance coding round
Round 4 - HR 

(1 Question)

  • Q1. Proper HR discussions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Design Rate Limiter
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java OOPS
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

How to remove duplicates from an array

Round 2 - Technical 

(2 Questions)

  • Q1. Some basic questions on java
  • Q2. One coding question on Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not use mobile phone for interview

Compunnel Interview FAQs

What are the top questions asked in Compunnel Software Engineer interview?

Some of the top questions asked at the Compunnel Software Engineer interview -

  1. WRITE A QUERY TO GIVE SECOND LARGEST SALARY OF AN EMPLOY...read more
  2. DIFFERENCIATE BETWEEN ABSTRACT CLASS AND INTERFA...read more
  3. WHAT ARE JOINS IN S...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Compunnel interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Compunnel Software Engineer Salary
based on 54 salaries
₹3 L/yr - ₹11.2 L/yr
20% less than the average Software Engineer Salary in India
View more details

Compunnel Software Engineer Reviews and Ratings

based on 6 reviews

2.4/5

Rating in categories

2.4

Skill development

2.2

Work-Life balance

2.4

Salary & Benefits

2.1

Job Security

2.1

Company culture

2.4

Promotions/Appraisal

2.1

Work Satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
61 salaries
unlock blur

₹7.2 L/yr - ₹26 L/yr

Software Engineer
54 salaries
unlock blur

₹3 L/yr - ₹11.2 L/yr

US Recruiter
53 salaries
unlock blur

₹2.4 L/yr - ₹5.8 L/yr

Technical Recruiter
42 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

US IT Recruiter
41 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Explore more salaries
Compare Compunnel with

Collabera Technologies

3.5
Compare

Allegis Group

3.7
Compare

Kelly Services

4.3
Compare

ManpowerGroup

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview