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 (1)
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)

 Internship Trainee

 (1)

 Node Developer

 (1)

 PHP Developer

 (1)

 Senior Software Engineer

 (1)

 Test 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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

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. Streams in node.js
View answer (2)

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

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Face to face interview with the person you are suppose to report
  • Q2. What is Delta, GAMMA, BETA
  • Q3. Tell me any 1 trading strategy

Interview Preparation Tips

Interview preparation tips for other job seekers - BRUSH up your concepts in Derivatives
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to django and python.
Round 2 - Coding Test 

One python coding(easy) and django ORM queries

Round 3 - Behavioral 

(1 Question)

  • Q1. Some technical and about company.
Round 4 - Behavioral 

(1 Question)

  • Q1. About company and some technical.

Interview Preparation Tips

Topics to prepare for Advanced Structures India Python Software Developer interview:
  • Python
  • Django
  • about company
  • django ORM
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Guesstimates 

(1 Question)

  • Q1. Estimate number of burgers sold by one burger Outlet in your city.
  • Ans. 

    The number of burgers sold by a burger outlet in a city can vary based on factors like location, menu offerings, pricing, and customer demand.

    • Consider the population of the city and the popularity of the outlet.

    • Analyze the outlet's menu offerings and pricing compared to competitors.

    • Take into account any special promotions or events that may impact sales.

    • Look at historical sales data if available.

    • Interview employees or

  • Answered by AI
Round 2 - Guesstimates 

(1 Question)

  • Q1. Estimate transportation cost for raw materials.
  • Ans. 

    Transportation cost for raw materials can be estimated based on distance, mode of transportation, quantity, and current market rates.

    • Consider the distance between the supplier and the manufacturing facility

    • Take into account the mode of transportation (road, rail, sea, air)

    • Calculate the quantity of raw materials being transported

    • Research current market rates for transportation services

    • Factor in any additional costs such

  • Answered by AI
Round 3 - Guesstimates 

(2 Questions)

  • Q1. Asked about past experience
  • Q2. Some guesstimate question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are very rude. Everyone was using phone and laptop all the time and not much attention was given to the candidate during the interview.
Worst Interview Experience ever.

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 CMS.
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.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Tradebulls Interview Questions
3.2
 • 15 Interviews
View all

NADSOFT Reviews and Ratings

based on 23 reviews

3.1/5

Rating in categories

2.8

Skill development

2.7

Work-life balance

3.3

Salary

2.9

Job security

2.9

Company culture

2.9

Promotions

2.8

Work satisfaction

Explore 23 Reviews and Ratings
PHP Developer
22 salaries
unlock blur

₹3.5 L/yr - ₹7.7 L/yr

Software Developer
13 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

UI Developer
12 salaries
unlock blur

₹1 L/yr - ₹5.2 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

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