Upload Button Icon Add office photos

Filter interviews by

Newgen Software Technologies Associate Software Engineer Interview Questions and Answers

Updated 21 Jan 2025

Newgen Software Technologies Associate Software Engineer Interview Experiences

1 interview found

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

Normal logical, verbal, and quantitative ability questions.

Round 2 - Psychometric Test 

(1 Question)

  • Q1. Behavioural questions like how do you manage your team what do you do in thia or that situation
Round 3 - Technical 

(2 Questions)

  • Q1. Computer Fundamentals like OOPS,DBMS and SQL
  • Q2. Questions Based on yourresume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Patient and work o you CS fundamentals

Interview questions from similar companies

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

I applied via campus placement at MH Saboo Siddik College of Engineering, Mumbai and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java , collection , spring boot
  • Q2. What is internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed again to fi...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Spring security, oops , hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well what you mentioned on resume

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Kongu Arts and Science College, Erode and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. It was very friendly and As I was from Maths background, they asked 3-4 Maths related questions and 3 Coding Questions
  • Q2. Technical round is like already I said in one on one.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. SQL and PLSQL-related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at AMEs Dental College and Hospital, Raichur and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Assignment 

More like one on one

Round 2 - Technical 

(1 Question)

  • Q1. Coding related to real time scenarios
Round 3 - Case Study 

Presentation on particular given topic

Round 4 - HR 

(1 Question)

  • Q1. More about my personal life,my routine

Interview Preparation Tips

Topics to prepare for Test Yantra Software Solutions Associate Software Engineer interview:
  • Javascript
  • Java
  • HTML
  • CSS
Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. Difference between job and positions
  • Ans. 

    A job refers to a specific task or set of tasks performed by an individual, while a position refers to a role or title within an organization.

    • A job is temporary and can change frequently, while a position is more permanent and stable.

    • A job can be specific to a project or assignment, while a position is typically broader and encompasses multiple tasks and responsibilities.

    • A job can be held by multiple individuals at dif...

  • Answered by AI
  • Q2. Process of data migration
  • Ans. 

    Data migration involves transferring data from one system to another while ensuring data integrity and minimal downtime.

    • Identify the data to be migrated and its format

    • Choose a migration method (manual or automated)

    • Test the migration process on a small sample of data

    • Perform the actual migration with proper backup and security measures

    • Verify the migrated data for accuracy and completeness

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and prepare well for interview and bewell versed in any technology

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and logical reasoning

Round 2 - Coding Test 

String problem
basic java

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Describe your passion
  • Q3. Why should i hire you
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Bubble sort code
  • Q2. 2nd max salary sql query
  • Q3. Linked list implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Operations include insertion, deletion, and traversal

    • Example: Singly linked list: 1 -> 2 -> 3 -> null

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep core java basics strong
Be ready for basic code and query

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Decorators and oops concepts
Round 2 - HR 

(1 Question)

  • Q1. College projects
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Oct 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String s="Expense is 1000 rs"..Extract 1000 from the above string and add 100 to it, print it like Expense is 1100
  • Ans. 

    Extract and manipulate numerical value from a string.

    • Use regular expressions to extract the numerical value from the string.

    • Convert the extracted value to an integer, add 100 to it, and then format it back into the original string format.

    • Print the updated string with the new numerical value.

  • Answered by AI
  • Q2. What is statis aspect of non static method
  • Ans. 

    The static aspect of a non-static method refers to the fact that it belongs to the class and can be accessed without creating an instance of the class.

    • Non-static methods are associated with an instance of a class and can access instance variables.

    • Static methods, on the other hand, belong to the class itself and can be accessed without creating an instance.

    • Non-static methods can access static variables and methods, but ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in java

Skills evaluated in this interview

Newgen Software Technologies Interview FAQs

How many rounds are there in Newgen Software Technologies Associate Software Engineer interview?
Newgen Software Technologies interview process usually has 3 rounds. The most common rounds in the Newgen Software Technologies interview process are Aptitude Test, Psychometric Test and Technical.
What are the top questions asked in Newgen Software Technologies Associate Software Engineer interview?

Some of the top questions asked at the Newgen Software Technologies Associate Software Engineer interview -

  1. Computer Fundamentals like OOPS,DBMS and ...read more
  2. Questions Based on yourres...read more

Tell us how to improve this page.

Newgen Software Technologies Associate Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Newgen Software Technologies Associate Software Engineer Salary
based on 7 salaries
₹3.6 L/yr - ₹5 L/yr
21% less than the average Associate Software Engineer Salary in India
View more details

Newgen Software Technologies Associate Software Engineer 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
Software Engineer
2k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
1.8k salaries
unlock blur

₹4.1 L/yr - ₹14 L/yr

Applications Engineer
528 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Team Lead
492 salaries
unlock blur

₹7.1 L/yr - ₹23 L/yr

Software Developer
411 salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Explore more salaries
Compare Newgen Software Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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