Upload Button Icon Add office photos

Filter interviews by

Compserv Consultants Interview Questions and Answers

Updated 25 Oct 2024

Compserv Consultants Interview Experiences

1 interview found

Junior Software Engineer Interview Questions & Answers

user image Gaurav Suresh Salunkhe

posted on 25 Oct 2024

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

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The Aptitude test duration is 1 hr. and topics is Verbal ability, logical Reasoning, Data interpretation,Maths

Round 2 - Technical 

(4 Questions)

  • Q1. What is oops and explain it?
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data.

    • It allows for encapsulation, inheritance, and polymorphism.

    • Encapsulation refers to bundling data and methods that operate on the data into a single unit.

    • Inheritance allows a class to inherit properties and behavior from another c...

  • Answered by AI
  • Q2. What is Angular and why angular used?
  • Ans. 

    Angular is a popular front-end framework for building dynamic web applications.

    • Angular is a JavaScript framework developed by Google.

    • It allows developers to create single-page applications with a rich user interface.

    • Angular uses TypeScript, a superset of JavaScript, for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular is widely used for building interactive web app...

  • Answered by AI
  • Q3. What is array? and How to declare an array?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type. It allows for easy access and manipulation of data.

    • Arrays are declared by specifying the data type of the elements and the size of the array.

    • For example, to declare an array of strings in C++, you would write: string myArray[5];

    • Arrays can be accessed using index values, starting from 0.

    • Elements in an array can be modified or accessed us

  • Answered by AI
  • Q4. What is object? and how to create object?
  • Ans. 

    An object is an instance of a class in object-oriented programming. It is a data structure that contains both data and methods.

    • Objects are created by instantiating a class using the 'new' keyword.

    • Objects have attributes (data) and methods (functions) associated with them.

    • Example: Creating an object 'car' from a class 'Vehicle' - Vehicle car = new Vehicle();

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. What is your Highest education?
  • Q2. Information about job Role
  • Q3. Company Rules and regulations

Skills evaluated in this interview

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Naukri.com and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

English is the main focussed part

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic introduction and project based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on English. Interview will be cake walk.

Compserv Consultants Interview FAQs

How many rounds are there in Compserv Consultants interview?
Compserv Consultants interview process usually has 3 rounds. The most common rounds in the Compserv Consultants interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Compserv Consultants interview?

Some of the top questions asked at the Compserv Consultants interview -

  1. What is array? and How to declare an arr...read more
  2. what is object? and how to create obje...read more
  3. What is Angular and why angular us...read more

Tell us how to improve this page.

Compserv Consultants Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 853 Interviews
View all

Compserv Consultants Reviews and Ratings

based on 7 reviews

2.7/5

Rating in categories

3.8

Skill development

4.5

Work-life balance

3.7

Salary

3.2

Job security

4.5

Company culture

3.1

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
6 salaries
unlock blur

₹1.6 L/yr - ₹2.4 L/yr

Junior Software Developer
4 salaries
unlock blur

₹1 L/yr - ₹1.5 L/yr

Junior Software Engineer
3 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Full Stack Developer
3 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Explore more salaries
Compare Compserv Consultants with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview