Upload Button Icon Add office photos

Filter interviews by

NullClass Fullstack Java Developer Interview Questions and Answers

Updated 23 Apr 2024

NullClass Fullstack Java Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

They asked questions about my project.

Round 2 - Coding Test 

All coding questions are based on Data Structures and Algorithm

Round 3 - HR 

(2 Questions)

  • Q1. HR round is one of the friendly round.
  • Q2. 1.Introduce yourself 2.Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the important advice i would like to give you is be confident while giving interview.

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 Feb 2025.

Round 1 - Coding Test 

To develop a comprehensive full-stack digital marketing application.

Round 2 - Technical 

(2 Questions)

  • Q1. What are the reasons that classify Java as an object-oriented programming language?
  • Ans. 

    Java is classified as an object-oriented programming language due to its key features like classes, objects, inheritance, and polymorphism.

    • Java supports the concept of classes and objects, allowing for encapsulation of data and behavior.

    • Inheritance is supported in Java, enabling the creation of new classes based on existing ones.

    • Polymorphism is a key feature in Java, allowing objects to be treated as instances of their...

  • Answered by AI
  • Q2. What are the different types of errors in Java?
  • Ans. 

    Different types of errors in Java include syntax errors, runtime errors, and logical errors.

    • Syntax errors: Occur during compilation when code does not follow the rules of the language. Example: missing semicolon at the end of a statement.

    • Runtime errors: Occur during program execution when something unexpected happens. Example: dividing by zero.

    • Logical errors: Occur when the code compiles and runs without error, but doe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong understanding of Java and JavaScript.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2023. There were 3 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 - HR 

(5 Questions)

  • Q1. Tell you about me self
  • Q2. Coding test for me
  • Q3. Servlet question
  • Q4. Jdbc question and mysql database
  • Q5. What is cookie ? why use to create web application
  • Ans. 

    A cookie is a small piece of data stored on the user's computer by the web browser, used to track user activity and personalize user experience.

    • Cookies are used to store user preferences, login information, and shopping cart items.

    • They help websites remember users and their preferences, making the browsing experience more personalized.

    • Cookies can also be used for tracking user behavior, such as analyzing website traffi...

  • Answered by AI
Round 3 - Coding Test 

Core java, servlet ,jdbc

Interview Preparation Tips

Interview preparation tips for other job seekers - i am very good programmer

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. •I'm Akashdeep Prasad. • I'm in my early twenties. • I'm born and brought up in Mumbai, Andheri but currently I'm reside in Thane. - Now, coming to my highest qualification :- • I have completed my graduation in Bachelor of Science in Information Technology from University of Mumbai. - I like to share my certification with you :- • I'm certified Java Full Stack Developer. - Sir, I like to share my hobbies with you :...
  • Answered by smilingnova
  • Q2. Why should I hire you ?
  • Q3. What is your salary expectation?
Round 2 - Technical 

(1 Question)

  • Q1. I forgot question
Round 3 - Technical 

(1 Question)

  • Q1. I can't remember what questions asked

Interview Preparation Tips

Topics to prepare for TCS Fullstack Java Developer interview:
  • Java
Interview preparation tips for other job seekers - The job seekers is good and friendly.
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I applied via Walk-in and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Hash map implementation
  • Ans. 

    Hash map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hash map uses hashing to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Remove duplicate value in arraylist
  • Ans. 

    Use a HashSet to remove duplicates from an ArrayList of strings.

    • Create a HashSet and add all elements from the ArrayList to it.

    • Clear the ArrayList and then add all elements back from the HashSet.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 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 - Coding Test 

Basic coding like prime number,palindrome ,patterns

Round 3 - One-on-one 

(5 Questions)

  • Q1. All academic questions in depth
  • Q2. Operatingsystem
  • Q3. Database completely like writethe queryif yougiven the requirements
  • Q4. Data structures
  • Q5. Web development

I applied via Approached by Company and was interviewed in Oct 2022. There were 3 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 

(1 Question)

  • Q1. Tell me about your technical experience
Round 3 - HR 

(1 Question)

  • Q1. What is your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Tcs is not ready to provide my expected CTC, after that they mailed same
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude question

Round 2 - Coding Test 

Simple functional coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer ask basic question but in depth like they started from diff b/w c++ & c. Further, they ask OOP and all features of OOP. Also, they ask to write code for inheritance , function overloading, overriding and other features of oop.

NullClass Interview FAQs

How many rounds are there in NullClass Fullstack Java Developer interview?
NullClass interview process usually has 3 rounds. The most common rounds in the NullClass interview process are HR, Group Discussion and Coding Test.

Tell us how to improve this page.

NullClass Fullstack Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Data Analyst Intern
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Science Intern
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Developer Intern
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Cyber Security Intern
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare NullClass with

Unacademy

3.0
Compare

upGrad

3.7
Compare

Simplilearn

3.2
Compare

MeritNation

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