Skip to content

Instantly share code, notes, and snippets.

View sushantgavaraskar's full-sized avatar

Sushant Rajesh Gavaraskar sushantgavaraskar

  • Vishwakarma Institute Of Information Technology
  • Pune
  • 02:24 (UTC -12:00)
View GitHub Profile

Interview Questions

Node.js

Q1: What do you mean by Asynchronous API? ☆☆

Answer: All APIs of Node.js library are aynchronous that is non-blocking. It essentially means a Node.js based server never waits for a API to return data. Server moves to next API after calling it and a notification mechanism of Events of Node.js helps server to get response from the previous API call.

Source: tutorialspoint.com

{
"info": {
"_postman_id": "d586884b-1af0-4016-b00c-f702bee9cde0",
"name": "splitApp_Devdynamics",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "45670361",
"_collection_link": "https://sushantgavaraskar.postman.co/workspace/0a9dcbd8-b055-4321-8ee2-7e928a550ecc/collection/45670361-d586884b-1af0-4016-b00c-f702bee9cde0?action=share&source=collection_link&creator=45670361"
},
"item": [
{