Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cnc Web World Team. If you also belong to the team, you can get access from here

Cnc Web World Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cnc Web World Java Developer Interview Questions and Answers

Updated 24 Oct 2024

Cnc Web World Java Developer Interview Experiences

3 interviews found

Java Developer Interview Questions & Answers

user image Akshay Kumar

posted on 24 Oct 2024

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

About Data types , oops concepts ,multithreading, exception handling, array 2D&3d, etc

Round 2 - HR 

(3 Questions)

  • Q1. Persional details
  • Q2. Communication skill
  • Q3. Project explanation
Round 3 - Assignment 

Deep explanation about my project

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

I applied via Approached by Company

Round 1 - Technical 

(1 Question)

  • Q1. Multi threading , oop ,servlet,irretative statement

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() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

I applied via Naukri.com and was interviewed before Oct 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is collection in java
  • Ans. 

    Collection is a framework that provides an architecture to store and manipulate a group of objects.

    • Collection is an interface in Java

    • It is used to store a group of objects

    • It provides methods to add, remove, and manipulate objects

    • Examples of collections are ArrayList, LinkedList, HashSet, and TreeSet

  • Answered by AI
  • Q2. Is java 100 percent object oriented programming
  • Ans. 

    No, Java is not 100 percent object oriented programming.

    • Java has primitive data types that are not objects, such as int, boolean, and char.

    • Java also has static methods and variables that do not belong to any instance of a class.

    • However, Java is considered to be mostly object oriented because it supports encapsulation, inheritance, and polymorphism.

    • Java also has wrapper classes for primitive data types that allow them t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study about java technical theory and implementation

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

String duplicate ,Array number

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why should I hire you
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Coding question: Given a sorted array of numbers. All numbers have freq of 2 in array except one number. Find that number with T.C of logn
  • Ans. 

    Find the single number in a sorted array with frequency of 2 for all other numbers.

    • Use binary search to find the number with different frequency.

    • Check if the mid element is at even or odd index to determine which side to search next.

    • Example: Input array [1, 1, 2, 2, 3, 3, 4, 4, 5] should return 5.

  • Answered by AI
  • Q2. Print left view of tree
  • Ans. 

    Print the left view of a tree by traversing the tree from left to right at each level

    • Traverse the tree using level order traversal

    • Print the first node at each level encountered during traversal

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Detailed discussion on projects
  • Q2. Questions on O.S like about deadlocks,etc..

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. About myself and my working skills and my previous experience
  • Q2. What is expected salary
  • Q3. Are willing to reloacte
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a position that aligns with my career goals

    • I have relocated for previous job opportunities and am comfortable with the process

    • I understand the importance of being flexible and adaptable in the tech industry

  • Answered by AI
Round 2 - Coding Test 

C#,Dotnet MVC,Webform ,sql server, write code ,they give task ask about and explanation.

Round 3 - HR 

(2 Questions)

  • Q1. Policy term and conditions and expectation
  • Q2. Why i am leaving privious organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience about my interview and job at chandigarh university
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java oops concepts
Round 2 - HR 

(1 Question)

  • Q1. Self intro for yourself
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. DB Schema Design
Round 2 - Technical 

(1 Question)

  • Q1. REST API, SQL and SOLID Principles
Round 3 - Technical 

(1 Question)

  • Q1. Resume Based Round with Manager
Round 4 - HR 

(1 Question)

  • Q1. It was basically a salary negotiation round.

Interview Preparation Tips

Round: Group Discussion
Experience: They check my skills also my mind skills with cross questioning
Tips: Consentration on questions

Round: Problem Statement
Experience: They check my skills also my mind skills with cross questioning
Tips: Consentration on questions

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic of java advance java spring boot

Round 2 - Coding Test 

Reverse the value of array ,string,loop

Cnc Web World Interview FAQs

How many rounds are there in Cnc Web World Java Developer interview?
Cnc Web World interview process usually has 2 rounds. The most common rounds in the Cnc Web World interview process are Technical, Coding Test and HR.
What are the top questions asked in Cnc Web World Java Developer interview?

Some of the top questions asked at the Cnc Web World Java Developer interview -

  1. is java 100 percent object oriented programm...read more
  2. what is collection in j...read more
  3. Multi threading , oop ,servlet,irretative statem...read more

Tell us how to improve this page.

Cnc Web World Java Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Cnc Web World Java Developer Salary
based on 44 salaries
₹1.8 L/yr - ₹4.7 L/yr
44% less than the average Java Developer Salary in India
View more details

Cnc Web World Java Developer Reviews and Ratings

based on 6 reviews

4.5/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.0

Salary

4.3

Job security

4.2

Company culture

4.2

Promotions

4.0

Work satisfaction

Explore 6 Reviews and Ratings
Front end Developer
76 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Software Developer
50 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Java Developer
44 salaries
unlock blur

₹1.8 L/yr - ₹4.7 L/yr

Web Developer
43 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Softwaretest Engineer
36 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Explore more salaries
Compare Cnc Web World with

Coforge

3.3
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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