Upload Button Icon Add office photos
Engaged Employer

i

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

NeoSOFT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NeoSOFT Trainee Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. This interview wada technical one but was majorly a stress test the interviewer wanted to test both my knowledge and communication skills
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

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

I applied via Walk-in and was interviewed in Jun 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 - Aptitude Test 

What is java
What' is object composition
What is class

Round 3 - Technical 

(3 Questions)

  • Q1. What' is about your self
  • Ans. 

    I am a Java Developer with 5 years of experience in developing web applications.

    • I have a strong understanding of Java programming language and its frameworks like Spring and Hibernate.

    • I have experience in developing RESTful APIs and integrating third-party APIs.

    • I am proficient in database management using SQL and have worked with MySQL and Oracle databases.

    • I have a good understanding of front-end technologies like HTML...

  • Answered by AI
  • Q2. What is javascript What is jdk What is while loop
  • Ans. 

    Javascript is a scripting language used for web development. JDK is a Java Development Kit. While loop is a control flow statement.

    • Javascript is used for client-side scripting, creating interactive web pages, and adding functionality to web applications.

    • JDK is a software development kit used for developing Java applications.

    • While loop is a control flow statement used to execute a block of code repeatedly as long as a s

  • Answered by AI
  • Q3. What is java What is object
  • Ans. 

    Java is a high-level programming language used for developing applications. An object is an instance of a class.

    • Java is platform-independent and can run on any device with a JVM.

    • Java is an object-oriented language that supports encapsulation, inheritance, and polymorphism.

    • Objects are created from classes and have properties and methods.

    • Example: A car class can have objects like BMW, Audi, etc. with properties like colo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good advice of job seekers
Better than. Job seekers job is good

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How hashmap works internally
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Java, J2ee, Mysql, Spring-core, Spring-mvc, Spring-boot
  • Q2. About java, j2EE, My-sql, Spring-core, Spring-mvc, Spring-boot
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Recursion of prime number

Round 3 - Technical 

(1 Question)

  • Q1. Question related to project and on spring boot
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 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. 1. Write a program to sort the characters of a string in descending order? 2. Write a lambda expression of addition? 3. How to write custom exceptions? 4. What is indexing?
  • Ans. 

    This program sorts the characters of a string in descending order.

    • Convert the string to a character array

    • Sort the character array in descending order

    • Convert the sorted character array back to a string

  • Answered by AI
  • Q2. 5. What are scope of beans? 6. Functional interfaces and examples 7. Can we make a class as private? 8. SQL query to find employees of particular department table. 9. Cascading 10. MapBy in hibernate 11. ...
  • Ans. 

    Java Developer interview questions on beans, functional interfaces, SQL queries, hibernate, and more.

    • Scope of beans refers to the visibility of a bean within an application context.

    • Functional interfaces have only one abstract method and can be used as lambda expressions.

    • Classes cannot be private, but their constructors can be.

    • SQL query to find employees of a particular department table: SELECT * FROM employees WHERE de...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Happiest Minds Technologies Java Developer interview:
  • Core Java
  • Hibernate
  • Spring Boot
  • Java 8
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 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 - Coding Test 

Basic core Java mcqs and aptitude questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions on core Java,spring MVC,spring boot , hibernate and msql
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS concept Java Hashmap vs HashTable Java 8 new features code: count character of a string
Round 2 - Technical 

(1 Question)

  • Q1. On project experience related question to the first question
Round 3 - HR 

(1 Question)

  • Q1. Compensation discussion
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 

Tell us how to improve this page.

NeoSOFT Trainee Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
2k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Senior Software Engineer
755 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Software Developer
703 salaries
unlock blur

₹3 L/yr - ₹13.5 L/yr

Softwaretest Engineer
483 salaries
unlock blur

₹2 L/yr - ₹9.8 L/yr

Associate Software Engineer
189 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Explore more salaries
Compare NeoSOFT with

ITC Infotech

3.6
Compare

Test Yantra Software Solutions

3.2
Compare

Microland

3.4
Compare

3i Infotech

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