Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Newgen Software Technologies Team. If you also belong to the team, you can get access from here

Newgen Software Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Newgen Software Technologies Java Developer Interview Questions, Process, and Tips for Experienced

Updated 30 Nov 2023

Newgen Software Technologies Java Developer Interview Experiences for Experienced

1 interview found

Java Developer Interview Questions & Answers

user image arav kumar

posted on 30 Nov 2023

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 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 - One-on-one 

(8 Questions)

  • Q1. Explain OOPs concepts.
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming that help in designing and implementing software solutions.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes by inheriting properties and behaviors from existing classes.

    • Polymorphism: Ability of an object to take on many forms.

    • Abstraction: Hiding complex implementation details and providing a simplified ...

  • Answered by AI
  • Q2. Write a program to count occurance the letter in a string.
  • Ans. 

    This program counts the occurrence of each letter in a given string.

    • Use a HashMap to store the count of each letter.

    • Iterate through the characters of the string and update the count in the HashMap.

    • Finally, print the count of each letter.

  • Answered by AI
  • Q3. Write a SQL query to find third highest salary from employee table.
  • Ans. 

    SQL query to find third highest salary from employee table.

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the LIMIT clause to limit the result to the third row

    • Use a subquery to exclude the highest and second highest salaries

  • Answered by AI
  • Q4. Difference between Array and arraylist.
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array has a fixed length, while ArrayList can grow dynamically.

    • Array can store both primitive types and objects, while ArrayList can only store objects.

    • Array uses square brackets [] for declaration, while ArrayList uses angle brackets <>.

    • Array provides direct access to elements using index, while ArrayList provides metho...

  • Answered by AI
  • Q5. Explain working of Arraylist.
  • Ans. 

    ArrayList is a dynamic array that can grow or shrink in size. It stores objects and provides methods for adding, removing, and accessing elements.

    • ArrayList is part of the Java Collections Framework.

    • It is implemented as a resizable array.

    • Elements can be added using the add() method.

    • Elements can be accessed using the get() method.

    • Elements can be removed using the remove() method.

    • The size() method returns the number of el...

  • Answered by AI
  • Q6. What is the default size of an arraylist.
  • Ans. 

    The default size of an ArrayList is 10.

    • The default initial capacity of an ArrayList is 10.

    • If the number of elements exceeds the initial capacity, the ArrayList automatically increases its size.

    • The capacity of an ArrayList can be increased manually using the ensureCapacity() method.

  • Answered by AI
  • Q7. Some questions from my resume about my previous experience.
  • Q8. The interviewer was stupid and in my opinion they are just wasting your precious time. After the interview they don't provide any updates about the interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core Java in depth and some famous SQL questions.

Skills evaluated in this interview

Java Developer Jobs at Newgen Software Technologies

View all

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.

Interview Questionnaire 

1 Question

  • Q1. How old are you?

Interview Preparation Tips

Interview preparation tips for other job seekers - any one can do it yes i am hay and thanks to listing me hey

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to react js amd js

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview. There will he two rounds technical. One will be telephonic and second will be skyp video.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2022. 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 

(5 Questions)

  • Q1. Explain chexkout flow in sfcc
  • Ans. 

    Checkout flow in Salesforce Commerce Cloud (SFCC) involves steps like cart review, shipping address selection, payment method selection, order summary review, and order confirmation.

    • Cart review: Customer reviews items in their cart before proceeding to checkout.

    • Shipping address selection: Customer enters or selects a shipping address for delivery.

    • Payment method selection: Customer chooses a payment method for the order...

  • Answered by AI
  • Q2. Explain web services
  • Ans. 

    Web services are software systems designed to allow communication between different devices over the internet.

    • Web services use standard protocols like HTTP to enable communication

    • They can be used to exchange data between different applications or systems

    • Examples include RESTful APIs, SOAP, and XML-RPC

  • Answered by AI
  • Q3. Explain job framework
  • Ans. 

    Job framework refers to the structure and guidelines that define roles, responsibilities, and processes within a job or organization.

    • Job framework outlines the specific duties and expectations for a particular job position.

    • It helps employees understand their roles and responsibilities within the organization.

    • Frameworks can include job descriptions, performance metrics, and career development paths.

    • Example: A software d...

  • Answered by AI
  • Q4. Diff btw content asset and slot
  • Ans. 

    Content asset is the actual content being displayed, while a slot is the space where the content asset is placed.

    • Content asset is the actual content being displayed on a webpage or application.

    • Slot is the space or location on a webpage or application where the content asset is placed.

    • Content asset can be text, images, videos, etc.

    • Slot can be a banner ad space, a section on a webpage, etc.

  • Answered by AI
  • Q5. 3rd part payment integration

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was mid level

Skills evaluated in this interview

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

(1 Question)

  • Q1. Puzzle on tic tac toe
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What's collection?
  • Q2. Java 8 features?
Round 2 - Coding Test 
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic question on Java, Spring MVC, Spring Boot and Microservice
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Basic react, JS and CSS related questions were there.

Round 3 - Technical 

(1 Question)

  • Q1. Basic technical question on react, js and css
Round 4 - One-on-one 

(1 Question)

  • Q1. Only salary discussion was done.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join neosoft as the work culture here is pathetic. HR team, sales team and technical team, all are useless.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 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 - Technical 

(2 Questions)

  • Q1. First round was telephonic of 20 mins. They asked me about OOPS Concepts, Core java and collections. It was easy .
  • Q2. Throw and throws Diff Heap and stack Diff Arraylist and linkedlist Diff Why string is immutable in Java OOPS 4 pillars
Round 3 - Technical 

(1 Question)

  • Q1. This was 2nd Technical round(final round) . He asked me about my experience and technical skills. 1.Concurrenthashmap and hashtable 2.Internal working of concurrenthashmap 3.Comparable and Comparator Diff...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself Mostly on collections and data structure ,Spring Boot,Spring MVC,Hibernate, JPA.

Newgen Software Technologies Interview FAQs

How many rounds are there in Newgen Software Technologies Java Developer interview for experienced candidates?
Newgen Software Technologies interview process for experienced candidates usually has 2 rounds. The most common rounds in the Newgen Software Technologies interview process for experienced candidates are Resume Shortlist and One-on-one Round.
How to prepare for Newgen Software Technologies Java Developer interview for experienced candidates?
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 Newgen Software Technologies. The most common topics and skills that interviewers at Newgen Software Technologies expect are Java, SQL, Core Java, J2Ee and Servlets.
What are the top questions asked in Newgen Software Technologies Java Developer interview for experienced candidates?

Some of the top questions asked at the Newgen Software Technologies Java Developer interview for experienced candidates -

  1. Write a SQL query to find third highest salary from employee tab...read more
  2. Write a program to count occurance the letter in a stri...read more
  3. What is the default size of an arrayli...read more

Tell us how to improve this page.

Newgen Software Technologies Java Developer Interview Process for Experienced

based on 1 interview

Interview experience

2
  
Poor
View more
Newgen Software Technologies Java Developer Salary
based on 118 salaries
₹3 L/yr - ₹10.5 L/yr
At par with the average Java Developer Salary in India
View more details

Newgen Software Technologies Java Developer Reviews and Ratings

based on 12 reviews

1.9/5

Rating in categories

1.4

Skill development

1.8

Work-life balance

2.5

Salary

2.3

Job security

2.2

Company culture

2.2

Promotions

1.6

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
2k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
1.8k salaries
unlock blur

₹4 L/yr - ₹14.2 L/yr

Applications Engineer
576 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Team Lead
443 salaries
unlock blur

₹7 L/yr - ₹23 L/yr

Senior Business Analyst
419 salaries
unlock blur

₹7.5 L/yr - ₹20.3 L/yr

Explore more salaries
Compare Newgen Software Technologies with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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