Upload Button Icon Add office photos

N+A

Compare button icon Compare button icon Compare

Filter interviews by

N+A Software Engineer Interview Questions and Answers

Updated 14 Nov 2024

N+A Software Engineer Interview Experiences

4 interviews found

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

(1 Question)

  • Q1. Tell me about your self

Software Engineer Interview Questions & Answers

user image Priyanka Mane

posted on 7 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 questions, 110 min

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2023. There were 5 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 

Basic questions
easy ones

Round 3 - Coding Test 

Java programs and c++ programmes

Round 4 - Technical 

(1 Question)

  • Q1. Datatypes, operators, coding questions
Round 5 - HR 

(1 Question)

  • Q1. Salary package, rotational shifts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse the words in a sentence
  • Ans. 

    Reverse words in a sentence

    • Split the sentence into words

    • Reverse the order of the words

    • Join the reversed words back into a sentence

  • Answered by AI
  • Q2. In a class employee find salaries above certain range .
  • Ans. 

    Use a class method to filter employee salaries above a certain range.

    • Create a class 'Employee' with a method to filter salaries above a certain range

    • Use a conditional statement to check if salary is above the specified range

    • Return the list of employees with salaries above the range

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Build your resume ATS friendly and when going to an interview make sure to understand and learn most asked topics in interviews and make sure to perform good with coding questions.

Skills evaluated in this interview

N+A interview questions for designations

 Senior Software Engineer

 (2)

 Software Engineer Trainee

 (1)

 Software Developer

 (4)

 Softwaretest Engineer

 (1)

 QA Engineer

 (1)

 Engineer

 (1)

 NAP Engineer

 (3)

 Service Engineer

 (2)

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 coding question based on DP for 25 minutes and 30 MCQs on Java , OOPS and code snippet questions also some basic questions based on trees like number of leaf nodes in a complete binary tree with n nodes.

Round 2 - Technical 

(3 Questions)

  • Q1. Write code for finding palindrome of a string
  • Ans. 

    Code to find palindrome of a string

    • Iterate through the string from both ends and compare characters

    • Use two pointers, one starting from the beginning and one from the end

    • If characters at both pointers match, continue checking until they meet in the middle

    • If all characters match, the string is a palindrome

  • Answered by AI
  • Q2. What is dynamic memory allocation in Java
  • Ans. 

    Dynamic memory allocation in Java refers to the process of allocating memory for objects at runtime.

    • Dynamic memory allocation allows for objects to be created and destroyed during program execution.

    • The 'new' keyword is used to dynamically allocate memory for objects in Java.

    • Dynamic memory allocation helps in managing memory efficiently by allocating memory only when needed.

    • Example: int[] arr = new int[5]; dynamically a

  • Answered by AI
  • Q3. You are designing an e commerce website which database will you choose and what will you use for authentication given that you can't use JWT or even third party like Google authentication
  • Ans. 

    I would choose a relational database like MySQL and implement a custom authentication system using session management.

    • Choose a relational database like MySQL for storing user data, product information, and orders.

    • Implement a custom authentication system using session management to securely authenticate users without JWT or third-party services.

    • Use encryption techniques to store and validate user passwords securely.

    • Util...

  • Answered by AI

Skills evaluated in this interview

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

Aptitude was very basic.

Round 2 - Technical 

(2 Questions)

  • Q1. What is constant?
  • Ans. 

    A constant is a value that does not change during the execution of a program.

    • Constants are used to store values that remain the same throughout the program.

    • They are declared using the 'const' keyword in many programming languages.

    • Examples include mathematical constants like pi (3.14159) or physical constants like the speed of light (299,792,458 m/s).

  • Answered by AI
  • Q2. What is object oriented programming?
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: Inheritance allows a subclass to inherit attributes and methods from a superclass.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Negotiation
  • Q2. Work culture description
  • Ans. 

    Our work culture is collaborative, innovative, and focused on continuous learning and growth.

    • Encourages teamwork and open communication

    • Emphasizes creativity and problem-solving

    • Provides opportunities for professional development

    • Values diversity and inclusion

    • Promotes a healthy work-life balance

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is Webpack
  • Ans. 

    Webpack is a module bundler for JavaScript applications.

    • Webpack takes modules with dependencies and generates static assets representing those modules.

    • It can handle various types of assets such as JavaScript, CSS, and images.

    • Webpack allows for code splitting, lazy loading, and hot module replacement.

    • It is commonly used in modern web development workflows to optimize and bundle code for production.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to Java, AWS, Microservices
  • Q2. Program to find 2 biggest number in array
  • Ans. 

    Program to find 2 biggest numbers in array of strings

    • Iterate through the array and convert each element to integer

    • Keep track of the two biggest numbers found so far

    • Return the two biggest numbers at the end

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the core java skills and skills mentioned in resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQs on DN and SQL etc.

Round 2 - Coding Test 

2 coding questions, 7 debugging questions.

Round 3 - Technical 

(2 Questions)

  • Q1. Python core question
  • Q2. DSA question on BFS
Round 4 - Technical 

(2 Questions)

  • Q1. Design discussion
  • Q2. Resume question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic program with stream

Round 2 - Technical 

(2 Questions)

  • Q1. Microservice architecture
  • Q2. Crud operations

N+A Interview FAQs

How many rounds are there in N+A Software Engineer interview?
N+A interview process usually has 2 rounds. The most common rounds in the N+A interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for N+A Software Engineer 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 N+A. The most common topics and skills that interviewers at N+A expect are Creative Writing and Software Engineering.
What are the top questions asked in N+A Software Engineer interview?

Some of the top questions asked at the N+A Software Engineer interview -

  1. In a class employee find salaries above certain rang...read more
  2. Reverse the words in a sente...read more
  3. datatypes, operators, coding questi...read more

Tell us how to improve this page.

N+A Software Engineer Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more
N+A Software Engineer Salary
based on 330 salaries
₹1.3 L/yr - ₹9.2 L/yr
32% less than the average Software Engineer Salary in India
View more details

N+A Software Engineer Reviews and Ratings

based on 13 reviews

2.8/5

Rating in categories

2.8

Skill development

2.8

Work-life balance

2.8

Salary

2.5

Job security

2.8

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 13 Reviews and Ratings
fresher
2.1k salaries
unlock blur

₹0.6 L/yr - ₹7 L/yr

Software Engineer
330 salaries
unlock blur

₹1.3 L/yr - ₹9.2 L/yr

Software Developer
296 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Assistant Manager
153 salaries
unlock blur

₹2.5 L/yr - ₹11.9 L/yr

Manager
152 salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Explore more salaries
Compare N+A with

Reliance Industries

4.0
Compare

Tata Group

4.2
Compare

Adani Group

3.9
Compare

Hindustan Unilever

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