Upload Button Icon Add office photos

Filter interviews by

Clear (1)

CMS Computers Limited (INDIA) Software Developer Interview Questions, Process, and Tips

Updated 10 Feb 2024

CMS Computers Limited (INDIA) Software Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 1:write a custom finder method to find second highest salary
  • Ans. 

    Write a custom finder method to find the second highest salary.

    • Sort the salaries in descending order.

    • Retrieve the second element from the sorted list.

    • Handle edge cases such as when there are duplicate salaries or less than two salaries.

  • Answered by AI
  • Q2. 1:what do you use for verzioning
  • Ans. 

    I use Git for versioning.

    • Git is a distributed version control system.

    • It allows multiple developers to work on the same project simultaneously.

    • Git tracks changes to files and allows for easy collaboration and code merging.

    • It provides features like branching, tagging, and history tracking.

    • Examples of Git hosting platforms are GitHub, GitLab, and Bitbucket.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Difference between loops in java 7 and loops in streams
  • Ans. 

    Loops in Java 7 vs Loops in Streams

    • Java 7 loops use imperative programming style, while streams use functional programming style

    • Java 7 loops require explicit iteration, while streams handle iteration internally

    • Streams provide built-in methods for filtering, mapping, and reducing data

    • Streams can be parallelized for improved performance

    • Java 7 loops are generally more efficient for simple iterations

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is postgress??
  • Ans. 

    PostgreSQL is an open-source relational database management system known for its robustness, scalability, and extensibility.

    • PostgreSQL is commonly referred to as Postgres.

    • It is a powerful and feature-rich database system.

    • PostgreSQL supports various data types, including JSON, arrays, and user-defined types.

    • It provides advanced features like transactions, concurrency control, and data integrity.

    • PostgreSQL is widely used...

  • Answered by AI
  • Q2. Have to work on employee payroll system

Interview Preparation Tips

Interview preparation tips for other job seekers - overall i will not suggest you to give interview with them as panel dest not join interview and will
reshedule in 3-4 time

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

Interview Questionnaire 

1 Question

  • Q1. About my college projects and about my passion

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

Interview Questionnaire 

1 Question

  • Q1. Questions on java and selenium
Contribute & help others!
anonymous
You can choose to be anonymous

CMS Computers Limited (INDIA) Interview FAQs

How many rounds are there in CMS Computers Limited (INDIA) Software Developer interview?
CMS Computers Limited (INDIA) interview process usually has 3 rounds. The most common rounds in the CMS Computers Limited (INDIA) interview process are Technical.
How to prepare for CMS Computers Limited (INDIA) Software Developer 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 CMS Computers Limited (INDIA). The most common topics and skills that interviewers at CMS Computers Limited (INDIA) expect are Java, SQL, ASP.Net, C# and CSS.
What are the top questions asked in CMS Computers Limited (INDIA) Software Developer interview?

Some of the top questions asked at the CMS Computers Limited (INDIA) Software Developer interview -

  1. 1:write a custom finder method to find second highest sal...read more
  2. Difference between loops in java 7 and loops in stre...read more
  3. 1:what do you use for verzion...read more

Recently Viewed

INTERVIEWS

GeBBS Healthcare Solutions

No Interviews

INTERVIEWS

GeBBS Healthcare Solutions

No Interviews

INTERVIEWS

Intas Pharmaceuticals

No Interviews

INTERVIEWS

CMS Computers Limited (INDIA)

No Interviews

INTERVIEWS

CMS Computers Limited (INDIA)

No Interviews

INTERVIEWS

CMS Computers Limited (INDIA)

No Interviews

SALARIES

Jones Lang Lasalle Property and Asset management.

INTERVIEWS

CMS Computers Limited (INDIA)

No Interviews

INTERVIEWS

CMS Computers Limited (INDIA)

No Interviews

INTERVIEWS

CMS Computers Limited (INDIA)

No Interviews

Tell us how to improve this page.

CMS Computers Limited (INDIA) Software Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Fast track your campus placements

View all
CMS Computers Limited (INDIA) Software Developer Salary
based on 88 salaries
₹2 L/yr - ₹11 L/yr
27% less than the average Software Developer Salary in India
View more details

CMS Computers Limited (INDIA) Software Developer Reviews and Ratings

based on 12 reviews

4.3/5

Rating in categories

4.1

Skill development

4.4

Work-life balance

3.8

Salary

4.2

Job security

4.0

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
160 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CMS Computers Limited (INDIA) with

HCLTech

3.5
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent