Upload Button Icon Add office photos

Filter interviews by

CMS Computers Limited (INDIA) Java Developer Interview Questions and Answers

Updated 22 Oct 2024

CMS Computers Limited (INDIA) Java Developer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about ur self
  • Q2. Java concepts asked to me
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussed asked to me
  • Q2. Joining date to be asked

I applied via Walk-in and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. It's a simply difficult technical round done for me
  • Q2. What is OOP's concept

Interview Preparation Tips

Topics to prepare for CMS Computers Limited (INDIA) Java Developer interview:
  • Spring boot,hybernate,
Interview preparation tips for other job seekers - It's good for your bright future and good pay scale they gave they are very friendly to employee

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk(). Parent run() calls walk(). Chi ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
Q4. How do you sort a list of students based on their first name?
asked in Cognizant
Q5. What array list and linkedlist difference,how hashmap internally ... read more

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about CMS Computers Limited (INDIA)?
Ask anonymously on communities.

Interview questions from similar companies

Java Developer Interview Questions & Answers

Incedo user image Nithin Krishna

posted on 31 Aug 2024

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

(2 Questions)

  • Q1. Difference between ArrayList and LinkedList?
  • Q2. Difference between HashMap and HashTable?

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

I am good coder in java coding knowledge.

Round 3 - Technical 

(2 Questions)

  • Q1. I am best technicaly in java .
  • Q2. Base on java like core java .

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello Mam, This side Manish Kumar. I'm looking for job as java developer so I want know is there any opportunity for Java Developer If yes so I request you please kindly asset me.

I appeared for an interview in Dec 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions on Coding and core java based questions.

  • Q1. 

    Word Frequency Counter

    Given a string 'S' consisting of words, your task is to calculate how many times each word appears in the string. A word is a series of one or more non-space characters. In 'S', wor...

  • Ans. 

    Count the frequency of each word in a given string.

    • Split the string by spaces to get individual words.

    • Use a hashmap to store each word and its frequency.

    • Iterate through the words and update the hashmap accordingly.

    • Print out the words and their frequencies in any order.

  • Answered by AI
  • Q2. What is the difference between Comparable and Comparator in Java?
  • Ans. 

    Comparable is an interface used for natural ordering, while Comparator is an interface used for custom ordering in Java.

    • Comparable interface is used to define the natural ordering of objects. It is implemented by the class whose objects are to be compared.

    • Comparator interface is used to define custom ordering of objects. It is implemented by a separate class.

    • Comparable interface has a single method, compareTo(), which ...

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical + managerial round.

  • Q1. What are the advantages of multithreading in Java?
  • Ans. 

    Multithreading in Java allows for concurrent execution of multiple tasks, improving performance and responsiveness.

    • 1. Improved performance by utilizing multiple CPU cores efficiently.

    • 2. Enhanced responsiveness as tasks can run concurrently without blocking each other.

    • 3. Simplified coding for complex tasks by breaking them into smaller threads.

    • 4. Facilitates better resource utilization and scalability.

    • 5. Examples: paral...

  • Answered by AI
  • Q2. What is the comparison between Azure and AWS cloud service providers?
  • Ans. 

    Azure and AWS are two major cloud service providers offering similar services but with some differences in features and pricing.

    • AWS is the oldest and most widely used cloud service provider, while Azure is catching up quickly.

    • Azure is known for its strong integration with Microsoft products and services, while AWS has a wider range of third-party integrations.

    • AWS has a larger global presence with more data centers worl...

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a typical HR round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPACitiustech interview preparation:Topics to prepare for the interview - Java, Cloud Computing, Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Construct binary tree from expression

Round 2 - Technical 

(2 Questions)

  • Q1. Microservices patterns
  • Q2. Circuit breaker
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic core Java 8 concepts
  • Q2. Spring boot concepts
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Contiguous array in java

Round 2 - Technical 

(2 Questions)

  • Q1. Microservices architecture
  • Q2. Saga design pattern

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is blocking queue?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just respond as you know

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Spring bean lifecycle
  • Q2. Will finally block execute if try and catch have return statement?
  • Q3. If we have @Service, @Controller, @Configuration, and @Repository why do we need @Component? Can we replace them with @Component?
  • Q4. Questions on Stored proc calls
  • Q5. Can we call == to compare enums

Interview Preparation Tips

Interview preparation tips for other job seekers - Depending on the project they are hiring for, The questions could be moderate to tough for experienced professionals. Work on your basics as they focus more on that.

Skills evaluated in this interview

CMS Computers Limited (INDIA) Interview FAQs

How many rounds are there in CMS Computers Limited (INDIA) Java Developer interview?
CMS Computers Limited (INDIA) interview process usually has 2 rounds. The most common rounds in the CMS Computers Limited (INDIA) interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for CMS Computers Limited (INDIA) Java 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, Hibernate, Spring, J2Ee and Javascript.
What are the top questions asked in CMS Computers Limited (INDIA) Java Developer interview?

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

  1. What is OOP's conc...read more
  2. java concepts asked to...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 1 interview experience

CMS Computers Limited (INDIA) Java Developer Salary
based on 38 salaries
₹3 L/yr - ₹9.5 L/yr
5% more than the average Java Developer Salary in India
View more details

CMS Computers Limited (INDIA) Java Developer Reviews and Ratings

based on 9 reviews

3.3/5

Rating in categories

2.7

Skill development

3.3

Work-life balance

3.3

Salary

2.9

Job security

3.3

Company culture

2.2

Promotions

2.5

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
146 salaries
unlock blur

₹2.4 L/yr - ₹9.2 L/yr

Software Developer
85 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Business Analyst
63 salaries
unlock blur

₹2.4 L/yr - ₹9.9 L/yr

Technical Support Engineer
50 salaries
unlock blur

₹0.8 L/yr - ₹4.5 L/yr

System Administrator
47 salaries
unlock blur

₹1.5 L/yr - ₹8.7 L/yr

Explore more salaries
Compare CMS Computers Limited (INDIA) with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview