Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ness Digital Engineering Team. If you also belong to the team, you can get access from here

Ness Digital Engineering Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 568 Reviews

Filter interviews by

Ness Digital Engineering Java Full Stack Developer Interview Questions and Answers

Updated 4 Aug 2023

Ness Digital Engineering Java Full Stack Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2023. 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. Collection, sql inner join query, == operator and equals()method coding
  • Q2. In angular they asked observable and promises, how to add get() path in service file, how share the data between components with some codingquestions

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked normal question not very difficult in both java and angular and I almost given all questions answer and even they sail interview was nice but after one day I called to hr and she gave me the feedback like not positive, very worst experience really.

Java Full Stack Developer Jobs at Ness Digital Engineering

View all

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Java vs Javascript , Meaning of Synchronization in Java , Multihreading in Js
  • Ans. 

    Java is a backend language, Javascript is a frontend language. Synchronization in Java ensures only one thread can access a resource at a time. JavaScript is single-threaded but can handle asynchronous operations using callbacks, promises, and async/await.

    • Java is a backend language used for server-side development, while JavaScript is a frontend language used for client-side scripting.

    • Synchronization in Java is a techn...

  • Answered by AI
  • Q2. Write a pojo class to display the Employee Details,Pojo vs Bean
  • Ans. 

    A Pojo class is a simple Java class that contains only private fields, public getters and setters, and no-arg constructor.

    • Create private fields for employee details like name, id, salary, etc.

    • Generate public getters and setters for each field.

    • Include a no-arg constructor in the class.

    • Example: public class Employee { private String name; private int id; public String getName() { return name; } public void setName(String...

  • Answered by AI
  • Q3. How to to compare two objects with same class (equals & Hashcode methods)
  • Ans. 

    To compare two objects with the same class, override the equals and hashCode methods in the class.

    • Override the equals method to compare the fields of the objects for equality.

    • Override the hashCode method to generate a unique hash code based on the object's fields.

    • Ensure that the equals and hashCode methods are consistent with each other.

    • Example: public class Person { private String name; private int age; }

  • Answered by AI
  • Q4. Springboot questions basics like How to connect to 2 databases at a time How to change the table name in entity class(@Table)
  • Q5. JPA Repository inbuilt methods
  • Ans. 

    JPA Repository provides inbuilt methods for common database operations in Spring applications.

    • JPA Repository provides methods like save(), findById(), findAll(), deleteById(), etc.

    • These methods help in performing CRUD operations on entities without writing custom queries.

    • For example, userRepository.save(user) saves a user entity to the database.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Speed and distance, boat and stream

Round 2 - Technical 

(1 Question)

  • Q1. What is the difference between the DELETE and TRUNCATE commands in SQL?
  • Ans. 

    DELETE command removes specific rows from a table, while TRUNCATE command removes all rows from a table.

    • DELETE command is used to remove specific rows from a table based on a condition.

    • TRUNCATE command is used to remove all rows from a table, resetting auto-increment values.

    • DELETE command is slower as it logs individual row deletions, while TRUNCATE is faster as it does not log individual deletions.

    • DELETE can be rolled...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Context api, js related qstns, simple programming qstn,
  • Q2. Remove duplicates without using set.
  • Ans. 

    Remove duplicates from array of strings without using set.

    • Iterate through the array and compare each element with all other elements to find duplicates.

    • Create a new array and add elements only if they are not already present in the new array.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on basics of react hooks, node js concepts.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. It was mainly java, interviewers are very good and supportive to elaborate more about problem.
  • Q2. Scenario based on your earlier work experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Dependency injection
  • Q2. Check all oop questions
  • Q3. Array related dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - they will hire someone internally and just conduct interview for timepass just consider interview here as mock and practice interview
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java Related Questions
Round 2 - Technical 

(1 Question)

  • Q1. Angular Question In Deep
Round 3 - Technical 

(1 Question)

  • Q1. Javascript Question Advance

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont apply for it they took my 3 rounds for java fullstack position and where java is my primary skill and angular is secondary

all rounds went well and HR mentioned if youre not selected in angular we will move your profile for Java developer as it went excellent

at last she send and mail and rejected

they are ghosting and wasting time of candidates FAKE Hiring to show we are hiring
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Project Architecture, Cloud Items, Load balancing etc.

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. About technical questions
  • Q3. About current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Why do you want to leave your current workplace?

Ness Digital Engineering Interview FAQs

How many rounds are there in Ness Digital Engineering Java Full Stack Developer interview?
Ness Digital Engineering interview process usually has 2 rounds. The most common rounds in the Ness Digital Engineering interview process are Resume Shortlist and Technical.
How to prepare for Ness Digital Engineering Java Full Stack 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 Ness Digital Engineering. The most common topics and skills that interviewers at Ness Digital Engineering expect are Java, Javascript, Microservices, Spring Boot and Angular.
What are the top questions asked in Ness Digital Engineering Java Full Stack Developer interview?

Some of the top questions asked at the Ness Digital Engineering Java Full Stack Developer interview -

  1. In angular they asked observable and promises, how to add get() path in service...read more
  2. Collection, sql inner join query, == operator and equals()method cod...read more

Tell us how to improve this page.

Fast track your campus placements

View all
Ness Digital Engineering Java Full Stack Developer Salary
based on 4 salaries
₹3.3 L/yr - ₹6.8 L/yr
19% less than the average Java Full Stack Developer Salary in India
View more details

Ness Digital Engineering Java Full Stack Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Java Full Stack Developer

Hyderabad / Secunderabad

4-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
780 salaries
unlock blur

₹6 L/yr - ₹22.8 L/yr

Software Engineer
517 salaries
unlock blur

₹2.4 L/yr - ₹12 L/yr

Member Technical Staff
238 salaries
unlock blur

₹8.8 L/yr - ₹30.4 L/yr

Software Developer
221 salaries
unlock blur

₹2.5 L/yr - ₹11.8 L/yr

Senior QA Engineer
207 salaries
unlock blur

₹5.9 L/yr - ₹21.6 L/yr

Explore more salaries
Compare Ness Digital Engineering with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

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