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
4.0

based on 1.5k Reviews

Filter interviews by

NeoSOFT Software Engineer Trainee Interview Questions and Answers

Updated 25 Sep 2024

NeoSOFT Software Engineer Trainee Interview Experiences

5 interviews found

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

Three DSA questions like Array, Tree, Graph, and sorting algorithms.

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

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

Round 1 - Aptitude Test 

2.5 Hours test. Aptitude, Technical and Coding test

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to Android and Flutter

Software Engineer Trainee Interview Questions Asked at Other Companies

asked in HSBC Group
Q1. Palindromic Linked ListYou are given a singly Linked List of inte ... read more
asked in HSBC Group
Q2. Search In A 2D MatrixYou have been given a 2-D array 'MAT' of siz ... read more
asked in GlobalLogic
Q3. Slot GameYou’re given a slot machine with four slots where each s ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
asked in HSBC Group
Q5. Find the maximum level sum among all the levels in the Binary Tre ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Xavier Institute of Engineering, Mumbai and was interviewed in Dec 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 

Some Oops based questions and coding

Round 3 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. Os related questions Basic DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answer i am selected for that role.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Aptitude Test 

Mostly basic questions were asked which were objective based also we had to perform 2 codes

Round 2 - Technical 

(3 Questions)

  • Q1. Oops concept were asked
  • Q2. Question related to SQL were asked
  • Q3. Programming question related to string was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Consider this company only if have no other option because you will again have to give client interviews and if you don't crack, it will be hard time for you, also there is no job security you can be layed off anytime

NeoSOFT interview questions for designations

 Software Developer Trainee

 (1)

 Software Engineer

 (44)

 Engineer Trainee

 (1)

 Senior Software Engineer

 (16)

 Associate Software Engineer

 (3)

 Software Testing Engineer

 (2)

 Software Automation Engineer

 (1)

 Software Developer

 (22)

I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java basics, sql queries, html, css basics

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Aug 2023. 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 - Aptitude Test 

There were 98 MCQ type questions related to various topics like Linux, Java, Aptitude, English, etc.

Round 3 - Technical 

(1 Question)

  • Q1. Interviewer was friendly, questions were from topics like string reversal, Linux commands, sorting, etc.
Round 4 - HR 

(1 Question)

  • Q1. Family background etc. Was asked and whether I can relocate or not all easy personal questions and also there were questions from pre placement talk that was conducted before the start of the recruiting pr...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well based on above experience shared by me
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple exam had for 30 min

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

I applied via campus placement at Pranveer Singh Institute of Technology, Kanpur and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Normal Arithmetic question and reasoning and some english question

Round 2 - Coding Test 

There are two problem 1 is easy and 2 is easy to medium level
The both problems are based on string array

Round 3 - Technical 

(2 Questions)

  • Q1. When you clear the coding round then after it if you are shortlisted then you technical interview sheduled They ask DSA question and OOPS Or DBMS and also Operting system
  • Q2. Sorting techniques DBMS query SQL join Normalisation What is process and threads Deadlock Array String Pointer Stack Recursion
Round 4 - Mangerial round 

(1 Question)

  • Q1. After clearing the technical round, there is a managerial round in this round they can ask tech and HR question.
Round 5 - HR 

(1 Question)

  • Q1. Tell me about yourself Where do you see yourself in 5 years Why happiest minds What do you know about this company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

7 diff sections in the first test

Round 2 - Technical 

(2 Questions)

  • Q1. Diff between primary and foreign key
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key establishes a link between two tables.

    • Primary key is unique and cannot have null values

    • Foreign key references the primary key of another table

    • Primary key can be used to enforce entity integrity

    • Foreign key can be used to enforce referential integrity

  • Answered by AI
  • Q2. Basic sql questions
Round 3 - Technical 

(3 Questions)

  • Q1. What is oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows a class to inherit propert...

  • Answered by AI
  • Q2. What is monkey patching
  • Ans. 

    Monkey patching is a technique in programming where existing code is changed or extended at runtime.

    • Monkey patching is commonly used in dynamic languages like Python and Ruby.

    • It involves modifying or adding new methods to existing classes or modules.

    • Monkey patching can be useful for fixing bugs or adding new functionality without modifying the original source code.

  • Answered by AI
  • Q3. Diff basic python question
  • Ans. 

    The question is about basic Python concepts.

    • Python is a high-level programming language known for its simplicity and readability.

    • Basic Python concepts include data types, variables, loops, conditionals, functions, and modules.

    • Python uses indentation to define code blocks, unlike other languages that use curly braces.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers do clear ur basica

Skills evaluated in this interview

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

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was easy aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for counting frequency of character of string.
  • Ans. 

    Count the frequency of each character in a given string.

    • Create an array to store the frequency of each character.

    • Iterate through the string and update the count of each character in the array.

    • Print or return the frequency of each character.

  • Answered by AI
  • Q2. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Basic questions regarding location and work culture

NeoSOFT Interview FAQs

How many rounds are there in NeoSOFT Software Engineer Trainee interview?
NeoSOFT interview process usually has 2 rounds. The most common rounds in the NeoSOFT interview process are Coding Test, Technical and Aptitude Test.
What are the top questions asked in NeoSOFT Software Engineer Trainee interview?

Some of the top questions asked at the NeoSOFT Software Engineer Trainee interview -

  1. Programming question related to string was as...read more
  2. Oops related questi...read more
  3. Question related to SQL were as...read more

Tell us how to improve this page.

NeoSOFT Software Engineer Trainee Interview Process

based on 3 interviews in last 1 year

Interview experience

4.7
  
Excellent

People are getting interviews through

based on 4 NeoSOFT interviews
Campus Placement
75%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
NeoSOFT Software Engineer Trainee Salary
based on 36 salaries
₹2.6 L/yr - ₹4.5 L/yr
11% less than the average Software Engineer Trainee Salary in India
View more details

NeoSOFT Software Engineer Trainee Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

3.9

Skill development

4.5

Work-Life balance

2.6

Salary & Benefits

4.4

Job Security

4.1

Company culture

3.5

Promotions/Appraisal

3.8

Work Satisfaction

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

₹3.5 L/yr - ₹14 L/yr

Software Developer
705 salaries
unlock blur

₹2.8 L/yr - ₹13.4 L/yr

Senior Software Engineer
701 salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Softwaretest Engineer
510 salaries
unlock blur

₹2.8 L/yr - ₹7.3 L/yr

Front end Developer
183 salaries
unlock blur

₹2.4 L/yr - ₹11 L/yr

Explore more salaries
Compare NeoSOFT with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview