Coding questions: 1. Given a service, use https module of node.js to call a service and based on the result, call second service multiple number times and generate response in requested format (had to use promises and lot of json manipulation) 2. Given array of integers, find distinct sets of 2 integers that sum to a particular value Ex: Input: 3 2 5 2 3 4 1 Output: 2 Explanation :{(3,2),(4,1)} 3. Don't remember exact question, but it 's something like this: All the characters of string are encoded to ASCII and result is reversed. Input: Above reversed ASCII code of string Ouput: Decode above code to get the string
Full Stack Web Developer Interview Questions
1,484 full stack web developer interview questions shared by candidates
Java, ORM, Database, Agile, altri linguaggi
What is Node.js? Explain Node.js work flow ?
What does REST stand for? How would you design a REST API? When would you use RPC? Compare and contrast Angular and React. Discuss information flow through a component hierarchy.
What were the projects I've worked on till now? What was my favorite programming language? Why? Describe about each of your projects. And also questions on why I designed in the way I did it? What were my hobbies? What are my future plans and long term goals ? etc
How to create a bootstrap like grid system using CSS.
General HR questions followed by Javascript ques and based on basic algo and Data Structure.
Simple questions based on nodejs, angularjs and few ds questions.
Given two CSV files, filter the data to find the ones that are missing in the client-base file.
Some basic SQL queries
Viewing 551 - 560 interview questions