Skip to content

Instantly share code, notes, and snippets.

View MANINDERJITSAMRA's full-sized avatar

Maninder Samra MANINDERJITSAMRA

  • Chandigarh, India
View GitHub Profile

I've recently joined Amazon Dublin from India and got opportunities to interview with Meta London, Zalando Berlin & some other companies. I extensively researched about companies hiring internationally which support visa & relocation for Tech roles. So sharing list of companies:

Do consider to STAR, if it helped you.

London

@MANINDERJITSAMRA
MANINDERJITSAMRA / list.md
Created November 28, 2023 09:20 — forked from ih2502mk/list.md
Quantopian Lectures Saved

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