Upload Button Icon Add office photos

Filter interviews by

Compserv Consultants Interview Questions, Process, and Tips

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

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Briefly tell backened optimisation and front end strategies for all about Ecommerce
  • Ans. 

    Backend optimization involves improving server performance, database queries, and caching. Frontend strategies focus on user experience, speed, and responsiveness.

    • Backend optimization: improve server response time, optimize database queries, implement caching mechanisms

    • Frontend strategies: focus on user experience, optimize page load speed, ensure mobile responsiveness

    • Examples: using CDN for faster content delivery, la

  • Answered by AI
  • Q2. How to do listing with the different types of varialtion
  • Ans. 

    Listing with different types of variation involves categorizing and organizing data based on various factors.

    • Identify the different types of variation present in the data

    • Create separate lists or categories for each type of variation

    • Label or tag each item in the list with the corresponding type of variation

    • Use tools like Excel or data visualization software to visually represent the different types of variation

    • An exampl...

  • Answered by AI
  • Q3. What is listing Hygiene
  • Ans. 

    Listing hygiene refers to the practice of maintaining accurate and up-to-date information on listings to ensure optimal performance.

    • Regularly updating listing information to reflect any changes in product details or availability

    • Removing duplicate listings to avoid confusion for customers

    • Ensuring accurate pricing and inventory levels are displayed

    • Optimizing listing titles and descriptions for search engine visibility

    • Mon...

  • Answered by AI
  • Q4. How do you make store having so many different products
  • Ans. 

    By categorizing products, optimizing store layout, utilizing technology for inventory management, and training staff.

    • Categorize products into sections for easy navigation

    • Optimize store layout to showcase different products effectively

    • Utilize technology for efficient inventory management

    • Train staff to be knowledgeable about the products and assist customers

  • Answered by AI
  • Q5. How do you increase the organic sales if itis very less
  • Ans. 

    To increase organic sales, focus on improving SEO, creating quality content, engaging with customers on social media, and utilizing email marketing.

    • Improve SEO by optimizing website content and meta tags

    • Create quality content that is relevant to target audience and includes keywords

    • Engage with customers on social media by posting regularly and responding to comments/messages

    • Utilize email marketing to reach out to exist

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should has to be your technical knowledge very clear while the interviewer ask.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self.
  • Ans. 

    I am a passionate software engineering student with experience in web development and a strong desire to learn and grow.

    • Currently pursuing a degree in Computer Science

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience with front-end technologies like HTML, CSS, and React

    • Completed internships at tech companies like XYZ Inc.

    • Interested in exploring machine learning and artificial intelligen

  • Answered by AI
  • Q2. What's your skill and experience.
  • Ans. 

    I have strong skills in programming languages such as Java, Python, and C++, as well as experience with web development and database management.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with web development using HTML, CSS, and JavaScript

    • Familiarity with database management systems like MySQL and MongoDB

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GrapplTech Software Engineer Intern interview:
  • Java
  • Javascript
  • React.Js
  • Node.Js
  • MySQL
  • OOPS
  • DSA
Interview preparation tips for other job seekers - It's a Great Platform for job seekers.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is oops concept with real life example
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Encapsulation: bundling data and methods that operate on the data into a single unit. Example: a car object with properties like color and methods like start() and stop().

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

  • Answered by AI
  • Q2. Real life scenario example of oops
  • Ans. 

    A real life scenario example of OOPs is modeling a car as an object with properties and methods.

    • Create a Car class with attributes like make, model, year, color

    • Define methods like start(), accelerate(), brake()

    • Instantiate multiple car objects and perform actions on them

  • Answered by AI
  • Q3. What is collections
  • Ans. 

    Collections in Java are classes and interfaces that provide a way to store and manipulate groups of objects.

    • Collections provide a way to work with groups of objects in Java

    • They include classes like ArrayList, LinkedList, HashMap, etc.

    • Collections framework provides interfaces like List, Set, Map, etc.

    • Collections offer methods for adding, removing, and accessing elements in a group

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yoursef
  • Ans. 

    I am a passionate Java developer with 5 years of experience in developing web applications and implementing software solutions.

    • 5 years of experience in Java development

    • Strong knowledge of web application development

    • Experience in implementing software solutions

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. Tell me about ur project
  • Ans. 

    Developed a web application for online shopping with user authentication and payment gateway integration.

    • Used Java Spring framework for backend development

    • Implemented RESTful APIs for communication between frontend and backend

    • Integrated Stripe API for secure payment processing

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Written test with 16 aptitude and 10 pseudo code

Round 2 - Coding Test 

6 questions with moderate level

Round 3 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Resume based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at ABES Engineering College, Ghaziabad and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was total of 40 questions
First 20: Aptitude based topics like time and work, profit and loss, speed and distance
Second 20: Programming MCQs based on C, C++ and python. Task is to guess the correct output and errors.

Round 2 - Assignment 

There were 4 coding questions based on array, 2 SQL queries and one article.
Coding questions were easy for batch 2 but difficult for batch 1. Star patterns are present in batch 1.
SQL queries were easy.
One article (200-300)words. Topics was Google maps.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Founder came and asked approach I used to solve coding questions in round 2. He then check the output for each question. Then he checked the SQL queries I have written, in which I had write two wrong queri...
  • Q2. He asked me about different approaches to solve a problem
  • Q3. He asked about the project I had done on Java Full stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude and c, c++ and python output based mcqs which can be easily found on gfg.
Practice as much coding questions based on array, patterns and star patterns.
Practice as much SQL queries as you can.
You have to carry your own laptop so install atleast one ide which can work without internet.
Also practice writing articles for this company (2-3).
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is software development life cycle
  • Ans. 

    Software development life cycle is a process used by software development teams to design, develop, test, and deploy software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall development process.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDLC helps ensu...

  • Answered by AI
  • Q2. How do you prioritize and manage task
  • Ans. 

    I prioritize tasks based on deadlines, importance, and impact on overall goals. I use tools like to-do lists and calendars to stay organized.

    • I prioritize tasks based on deadlines, importance, and impact on overall goals

    • I use tools like to-do lists and calendars to stay organized

    • I communicate with team members and stakeholders to understand priorities and deadlines

    • I break down larger tasks into smaller, manageable steps...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Where do you see your self in next 5 years

Skills evaluated in this interview

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 before Jan 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

It was about 30 minutes: after the introduction part, the interviewer began discussing my previous work. He asked why I chose the field, how I learned my skills, and what I had been doing professionally. He also inquired about my family, what I could contribute to the company, and my expectations for the role.

Round 2 - Assignment 

At the end of the interview, he assigned me a task to write a blog on the topic "Best lead generation companies." I completed the assignment successfully in 2 days, and after submitting it, The HR department called me with the good news just two days later.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be aware of your work, including what you do, how you do it, and how you can further improve the process to remain competitive with trending topics and skills.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round with 4 coding problem

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer give coding problems which we have to solved face to face
Round 3 - Technical 

(1 Question)

  • Q1. Then question answer regarding coding language and you knowledge regarding programming
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. DSA - Linked List, Array and Strings
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you

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.4k 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.8
 • 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
 • 897 Interviews
View all

Compserv Consultants Reviews and Ratings

based on 7 reviews

3.8/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.4

Salary

4.6

Job security

4.5

Company culture

4.2

Promotions

4.5

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
5 salaries
unlock blur

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