Fiz uma entrevista na empresa Apptunix (Mohali, Punjab).
Entrevista
Pretty Easy, Questions asked only on nodejs basics and couple of questions on javascript, HTTPS, Sockets, Mongo DB, SQL, GraphQL, Server side rendering, If you have done couple of projects you will able to crack the interview pretty easily
Outras avaliações de entrevista de vagas de Node Js Developer da empresa Apptunix
Fiz uma entrevista na empresa Apptunix (Mohali, Punjab).
Entrevista
1st round
How will you debug slow sql query
Compare sql and no sql
What are microservices
Explain project
Your roles and responsibilities
Group by sql query
Event loop explanation
Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Apptunix (Mohali, Punjab) em jan. de 2021
Entrevista
Round 1: Cv ShortListed
Round 2: Techincal interview, Interview started with self-introduction after that they directly jump on questions, basic oops concept(polymorphisms, encapsulation, abstract class), how we can create objects if we create an object of the subclass can we call a constructor of the superclass.
What is EmitterLoop in nodejs,callback function,events.
if in the array all value is null they what will be print on the screen.
Difference between while and do-while loop.
Puzzle question: How minimum cuts are required to cut a cake in 8 equal parts.
Round 3: They asked questions from java and data structure(Basic) because I do competitive programming.
In java what will call first.
collections in java.
black tree.
Round 4: Hr
They asked about me and my family.
Tell me one difficulty which you faced till now.
Perguntas de entrevista [1]
Pergunta 1
1. write a program to reverse a number.
2. let a=[null,null,null] what is output.
3. let a=[1,23,4,56];
let b=a;
How we can array b without disturbing a;