Upload Button Icon Add office photos

Filter interviews by

NADSOFT Interview Questions, Process, and Tips

Updated 30 Nov 2024

Top NADSOFT Interview Questions and Answers

View all 6 questions

NADSOFT Interview Experiences

Popular Designations

7 interviews found

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?
  • Q2. What is your skills?
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
  • Q2. Expalin java inheritance ana polymorphism
  • 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

Interview Preparation Tips

Interview preparation tips for other job seekers - Not to join

Skills evaluated in this interview

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)
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
  • 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
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

Interview Preparation Tips

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

Skills evaluated in this interview

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)
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
  • 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

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

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)

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
Round 2 - One-on-one 

(1 Question)

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

(1 Question)

  • Q1. Tell me about you

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)

NADSOFT interview questions for popular designations

 Node JS Developer

 (2)

 Node Developer

 (1)

 Internship Trainee

 (1)

 PHP Developer

 (1)

 Test Engineer

 (1)

 Senior Software Engineer

 (1)

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

Recursive program of binary tree and basic HTML bootstrap

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

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
  • 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
Round 2 - Assignment 

Create backend for student management

Node Developer Interview Questions asked at other Companies

Q1. What is the concept of the event loop in programming?
View answer (1)

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
  • Q2. On Automation testing
  • Q3. On selinium nd frameworks

Interview Preparation Tips

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

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Interview questions from similar companies

I applied via Monster and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How to Define a module in angular?
  • Ans. 

    A module in Angular is defined using the NgModule decorator.

    • Import the NgModule decorator from @angular/core

    • Use the decorator to define the module and its properties

    • Export the module to make it available for other modules to import

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for conceptual as well as syntactical knowledge.

Skills evaluated in this interview

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

I applied via Approached by Company 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 - Technical 

(2 Questions)

  • Q1. Tell me about yourself. Tell me about your project and technical background What project you have done . Technology? Which AWS services you have used tell me about AWS lambda function How to make aws lamb...
  • Ans. 

    I am a Node JS Developer with experience in various projects and technologies, including AWS services and async programming.

    • Developed projects using Node JS and various technologies

    • Utilized AWS services such as Lambda functions

    • Implemented async programming concepts like async/await and promises

    • Worked with filtering even numbers in code

    • Familiar with Redis cache and RabbitMQ

    • Knowledge of NPM and packages

  • Answered by AI
  • Q2. When did you used and where did you used redis cache
  • Ans. 

    I have used Redis cache in multiple projects to improve performance and reduce database load.

    • Used Redis cache to store frequently accessed data for faster retrieval

    • Implemented Redis cache in a Node.js application to cache API responses

    • Utilized Redis cache to store session data for improved user experience

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Intrviewer has good knowledge in AWS
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is NodeJs and why we need to use
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It is lightweight and efficient for building scalable network applications.

    • Node.js uses an event-driven, non-blocking I/O model, making it ideal for real-time applications like chat apps or streaming services.

  • Answered by AI
  • Q2. NodeJs is single threaded but how it achieved multiple threading
  • Ans. 

    NodeJs achieves multiple threading through event loop and asynchronous non-blocking I/O operations.

    • NodeJs uses event loop to handle multiple requests efficiently without blocking the main thread.

    • It utilizes asynchronous non-blocking I/O operations to perform tasks concurrently.

    • NodeJs can also create child processes to handle heavy computational tasks in parallel.

  • Answered by AI

Skills evaluated in this interview

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, Bootstrap and PHP.
What are the top questions asked in NADSOFT interview?

Some of the top questions asked at the NADSOFT interview -

  1. explain promises and callback functions with exam...read more
  2. tell me about selen...read more
  3. WHich tool you have u...read more

Tell us how to improve this page.

NADSOFT Interview Process

based on 8 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Oxane Partners Interview Questions
3.5
 • 24 Interviews
View all

NADSOFT Reviews and Ratings

based on 24 reviews

3.2/5

Rating in categories

3.0

Skill development

2.8

Work-life balance

3.3

Salary

2.9

Job security

2.9

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 24 Reviews and Ratings
PHP Developer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI Developer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare NADSOFT 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