AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

NADSOFT

Compare button icon Compare button icon Compare
2.8

based on 27 Reviews

Play video Play video Video summary
  • About
  • Reviews
    27
  • Salaries
    189
  • Interviews
    9
  • Jobs
    7
  • Benefits
    2
  • Photos
    -

Filter interviews by

NADSOFT Interview Questions and Answers

Updated 14 Jun 2025
Popular Designations

7 Interview questions

An Internship Trainee was asked 6mo ago
Q. Which tools have you used?
Ans. 

I have used various tools such as Microsoft Excel, Google Analytics, and Adobe Photoshop.

  • Microsoft Excel for data analysis and reporting

  • Google Analytics for website traffic analysis

  • Adobe Photoshop for graphic design

View all Internship Trainee interview questions
An Internship Trainee was asked 6mo ago
Q. Tell me about Selenium.
Ans. 

Selenium is a popular open-source automation testing tool used for web application testing.

  • Selenium supports multiple programming languages such as Java, Python, C#, etc.

  • It allows testers to write test scripts in a variety of formats like HTML, Java, C#, etc.

  • Selenium can automate web browsers across different platforms like Windows, Mac, Linux, etc.

View all Internship Trainee interview questions
An Internship Trainee was asked 6mo ago
Q. Explain Java inheritance and polymorphism.
Ans. 

Java inheritance allows classes to inherit properties from other classes, while polymorphism enables methods to perform differently based on the object type.

  • Inheritance allows a new class (subclass) to inherit attributes and methods from an existing class (superclass).

  • Example: class Animal { void sound() { } } class Dog extends Animal { void sound() { System.out.println('Bark'); } }

  • Polymorphism allows methods to b...

View all Internship Trainee interview questions
A Node JS Developer was asked 7mo ago
Q. Explain the Event Loop.
Ans. 

Eventloop is a mechanism in Node.js that allows non-blocking I/O operations to be performed asynchronously.

  • Eventloop is responsible for handling asynchronous operations in Node.js.

  • It allows Node.js to perform I/O operations without blocking the execution of other code.

  • Eventloop continuously checks the event queue for any pending events and executes them in a loop.

  • Callbacks are used to handle the completion of asyn...

View all Node JS Developer interview questions
A Node JS Developer was asked 7mo ago
Q. Explain promises and callback functions with an example.
Ans. 

Promises and callback functions are used in Node.js for handling asynchronous operations.

  • Callback functions are functions passed as arguments to another function to be executed later.

  • Promises are objects representing the eventual completion or failure of an asynchronous operation.

  • Example of callback function: fs.readFile('file.txt', (err, data) => { if (err) throw err; console.log(data); });

  • Example of promise: con...

View all Node JS Developer interview questions
A Node JS Developer was asked 7mo ago
Q. What is middleware?
Ans. 

Middleware is a function that has access to the request and response objects in Node.js, and can modify or terminate the request-response cycle.

  • Middleware functions can perform tasks like logging, authentication, error handling, etc.

  • They are executed sequentially in the order they are defined in the code.

  • Example: Express.js uses middleware to handle requests before they reach the route handler.

View all Node JS Developer interview questions
🔥 Asked by recruiter 2 times
A Node JS Developer was asked 7mo ago
Q. What is the event loop?
Ans. 

Event loop is a mechanism in Node.js that allows asynchronous operations to be executed non-blocking.

  • Event loop is responsible for handling asynchronous operations in Node.js.

  • It allows Node.js to perform non-blocking I/O operations.

  • Event loop continuously checks the event queue for new events to execute.

  • Event loop helps in efficient handling of multiple concurrent operations in Node.js.

View all Node JS Developer interview questions
Are these interview questions helpful?

NADSOFT Interview Experiences

9 interviews found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What things are you familiar with in PHP?
  • Ans. 

    I am familiar with various PHP concepts, frameworks, and best practices that enhance web development efficiency and performance.

    • Object-Oriented Programming (OOP) - Utilizing classes and objects for better code organization.

    • Frameworks - Experience with Laravel and Symfony for rapid application development.

    • Database Interaction - Using PDO and MySQLi for secure database connections.

    • RESTful APIs - Creating and consuming AP...

  • Answered by AI
    Add your answer
  • Q2. Which technologies do you know?
  • Ans. 

    I am proficient in PHP, MySQL, JavaScript, HTML, CSS, and frameworks like Laravel and Symfony for web development.

    • PHP: Server-side scripting language for dynamic web pages.

    • MySQL: Relational database management system for data storage.

    • JavaScript: Client-side scripting for interactive web features.

    • HTML/CSS: Markup and styling languages for structuring and designing web pages.

    • Laravel: A PHP framework for building robust w...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're a fresher, don’t let one negative interview experience shake your confidence. Always stay calm and answer honestly - it’s okay not to know everything. A respectful company will understand that you're still learning. If you feel disrespected or uncomfortable during an interview, trust your instincts. Every interview is not just about you getting selected - it’s also your chance to see how the company treats its candidates. Stay professional, but don’t tolerate unprofessional or insulting behavior. There are better companies out there that value freshers and treat them with dignity.
Anonymous

Internship Trainee Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and enthusiastic student pursuing a degree in Computer Science, eager to apply my skills in a practical setting.

    • Currently studying Computer Science at XYZ University, focusing on software development and data analysis.

    • Completed a project on developing a mobile app that helps users track their fitness goals, which enhanced my coding skills.

    • Interned at ABC Tech, where I assisted in debugging software and...

  • Answered by AI
    Add your answer
  • Q2. What is your skills?
  • Add your answer
Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium supports multiple programming languages such as Java, Python, C#, etc.

    • It allows testers to write test scripts in a variety of formats like HTML, Java, C#, etc.

    • Selenium can automate web browsers across different platforms like Windows, Mac, Linux, etc.

  • Answered by AI
    Add your answer
  • Q2. Expalin java inheritance ana polymorphism
  • Ans. 

    Java inheritance allows classes to inherit properties from other classes, while polymorphism enables methods to perform differently based on the object type.

    • Inheritance allows a new class (subclass) to inherit attributes and methods from an existing class (superclass).

    • Example: class Animal { void sound() { } } class Dog extends Animal { void sound() { System.out.println('Bark'); } }

    • Polymorphism allows methods to be use...

  • Answered by AI
    Add your answer
  • Q3. WHich tool you have used
  • Ans. 

    I have used various tools such as Microsoft Excel, Google Analytics, and Adobe Photoshop.

    • Microsoft Excel for data analysis and reporting

    • Google Analytics for website traffic analysis

    • Adobe Photoshop for graphic design

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Not to join

Skills evaluated in this interview

Anonymous

Node JS Developer Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain promises and callback functions with example
  • Ans. 

    Promises and callback functions are used in Node.js for handling asynchronous operations.

    • Callback functions are functions passed as arguments to another function to be executed later.

    • Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Example of callback function: fs.readFile('file.txt', (err, data) => { if (err) throw err; console.log(data); });

    • Example of promise: const re...

  • Answered by AI
    Add your answer
  • Q2. What is middleware
  • Ans. 

    Middleware is a function that has access to the request and response objects in Node.js, and can modify or terminate the request-response cycle.

    • Middleware functions can perform tasks like logging, authentication, error handling, etc.

    • They are executed sequentially in the order they are defined in the code.

    • Example: Express.js uses middleware to handle requests before they reach the route handler.

  • Answered by AI
    Add your answer
Round 2 - Coding Test 

Find the second largest elements in an array

Round 3 - Assignment 

Student crud operations

Round 4 - Technical 

(1 Question)

  • Q1. What is event loop
  • Ans. 

    Event loop is a mechanism in Node.js that allows asynchronous operations to be executed non-blocking.

    • Event loop is responsible for handling asynchronous operations in Node.js.

    • It allows Node.js to perform non-blocking I/O operations.

    • Event loop continuously checks the event queue for new events to execute.

    • Event loop helps in efficient handling of multiple concurrent operations in Node.js.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - this is a fraud company. taking ghost interview only.

Skills evaluated in this interview

Anonymous

Node JS Developer Interview Questions & Answers

user image Anonymous

posted on 14 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Node JS Developer with 5 years of experience in building scalable and efficient web applications.

    • 5 years of experience in Node JS development

    • Proficient in building scalable and efficient web applications

    • Strong understanding of backend development principles

  • Answered by AI
    Add your answer
  • Q2. Explain Eventloop
  • Ans. 

    Eventloop is a mechanism in Node.js that allows non-blocking I/O operations to be performed asynchronously.

    • Eventloop is responsible for handling asynchronous operations in Node.js.

    • It allows Node.js to perform I/O operations without blocking the execution of other code.

    • Eventloop continuously checks the event queue for any pending events and executes them in a loop.

    • Callbacks are used to handle the completion of asynchron...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - When HR says its introduction round they will ask technical questions instead of introduction round although it was clearly non-technical round...

Skills evaluated in this interview

Anonymous

QA Tester Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Assignment for bug report.
  • Add your answer
  • Q2. Interview with team
  • Add your answer
Anonymous

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 18 May 2024

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. It was more technical DSA question
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. More technical questions about array function
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Tell me about you
  • Add your answer
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Manish Dhapse

posted on 29 Nov 2024

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

Recursive program of binary tree and basic HTML bootstrap

Anonymous

Node Developer Interview Questions & Answers

user image ANUBHAV RAJPOOT

posted on 19 Jul 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. What is event loop
  • Ans. 

    Event loop is a mechanism in JavaScript that allows for asynchronous non-blocking operations.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • It allows for non-blocking I/O operations by continuously checking the call stack and the callback queue.

    • Event loop ensures that the JavaScript runtime is not blocked by long-running tasks.

    • Example: setTimeout() function in JavaScript uses the event loo...

  • Answered by AI
    Add your answer
Round 2 - Assignment 

Create backend for student management

Anonymous

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2022

I applied via AmbitionBox and was interviewed in Mar 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 - One-on-one 

(3 Questions)

  • Q1. Questions on Manual testing
  • Add your answer
  • Q2. On Automation testing
  • Add your answer
  • Q3. On selinium nd frameworks
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - U have given a nice beg page nd detailed information
Anonymous

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about NADSOFT?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Business Analyst Interview Questions & Answers

50 Hertz user image Anonymous

posted on 11 May 2021

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SDLC, Agile, Power Sector
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice
Anonymous
More about working at NADSOFT
  • HQ - Pune
  • Financial Services
  • 11-50 Employees (India)

NADSOFT Interview FAQs

How many rounds are there in NADSOFT interview?
NADSOFT interview process usually has 2-3 rounds. The most common rounds in the NADSOFT interview process are One-on-one Round, HR and Assignment.
How to prepare for NADSOFT 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 NADSOFT. The most common topics and skills that interviewers at NADSOFT expect are Javascript, JQuery, Ajax, PHP and Bootstrap.
What are the top questions asked in NADSOFT interview?

Some of the top questions asked at the NADSOFT interview -

  1. What things are you familiar with in P...read more
  2. explain promises and callback functions with exam...read more
  3. Which technologies do you kn...read more

Tell us how to improve this page.

NADSOFT Interviews By Designations

  • NADSOFT Node JS Developer Interview Questions
  • NADSOFT PHP Developer Interview Questions
  • NADSOFT Node Developer Interview Questions
  • NADSOFT Internship Trainee Interview Questions
  • NADSOFT Test Engineer Interview Questions
  • NADSOFT QA Tester Interview Questions
  • NADSOFT Senior Software Engineer Interview Questions

Interview Questions for Popular Designations

  • Executive Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Senior Associate Interview Questions
  • Consultant Interview Questions
  • Associate Software Engineer Interview Questions
  • Accountant Interview Questions
  • Deputy Manager Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

2.2/5

based on 10 interview experiences

Difficulty level

Easy 43%
Moderate 57%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

Oxane Partners
Oxane Partners Interview Questions
3.4
 • 25 Interviews
Axis Sales
Axis Sales Interview Questions
4.3
 • 20 Interviews
Tradebulls
Tradebulls Interview Questions
3.1
 • 18 Interviews
Muthoot Money
Muthoot Money Interview Questions
3.7
 • 15 Interviews
SysArc Infomatix
SysArc Infomatix Interview Questions
3.7
 • 14 Interviews
50 Hertz
50 Hertz Interview Questions
3.4
 • 10 Interviews
Nestavia Home Finance
Nestavia Home Finance Interview Questions
4.9
 • 8 Interviews
UNIQ Technologies
UNIQ Technologies Interview Questions
4.2
 • 8 Interviews
Advanced Structures India
Advanced Structures India Interview Questions
2.8
 • 7 Interviews
Trufedu Budgetary Education
Trufedu Budgetary Education Interview Questions
3.7
 • 6 Interviews
View all

NADSOFT Reviews and Ratings

based on 27 reviews

2.8/5

Rating in categories

2.6

Skill development

2.5

Work-life balance

2.9

Salary

2.6

Job security

2.6

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 27 Reviews and Ratings
Jobs at NADSOFT
NADSOFT
Urgent Opening For Quality Analyst (0-3 Yrs)

Pune

0-3 Yrs

Not Disclosed

NADSOFT
Node js developer

Pune

1-6 Yrs

Not Disclosed

NADSOFT
Urgent Opening For Node.js Developer( 1-5Yrs)

Pune

1-5 Yrs

Not Disclosed

Explore more jobs
NADSOFT Salaries in India
PHP Developer
23 salaries
unlock blur

₹3.5 L/yr - ₹7.7 L/yr

Software Developer
19 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

UI Developer
14 salaries
unlock blur

₹2.6 L/yr - ₹7.8 L/yr

Junior Software Developer
9 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Softwaretest Engineer
9 salaries
unlock blur

₹2.6 L/yr - ₹4.8 L/yr

Explore more salaries
Compare NADSOFT with
Tradebulls

Tradebulls

3.1
Compare
Muthoot Money

Muthoot Money

3.8
Compare
Axis Sales

Axis Sales

4.4
Compare
SysArc Infomatix

SysArc Infomatix

3.8
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • NADSOFT Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter