What are the 6 constraints of REST?
Full Stack Developer Interview Questions
19,411 full stack developer interview questions shared by candidates
Python and Django questions
General questions about myself and what are my plans for summer
nth number in fibonacci sequence.
Consider the following JavaScript code that is executed in a browser: function startAjaxQueue(){ for (var i = 0; i < 50; i++){ executeAjaxCallAsync(); } }; Assuming that executeAjaxCallAsync() uses a standard XmlHttpRequest asynchronously to retrieve data from server, how many concurrent HTTP requests would you expect to be created by this loop?
Find item k in a list of size n.
Recruiter asked me if I'm interested in their tech stack.
Développer quelques features de l'application Kapten
First, tell about yourself. Second, tell and explain about some architecture of a system you planned and devloped. Third, "Islands" problem - you have a board of NxM and some of the cells are "colored" (all of the cells are white and some of them are black). You sholud write an psuedo algorithm to find the count of all the islands in the board. Last, Write an program with a ui interface that invokes the challenge - you can choose the size of the board, push "random" and randomize a board with some white and black cells, push "solve" and get the count of the islands and color eac island in seperate color. bonus - by manual color the islands. Island is a colored cell and all of his neighbors and their neightbors (every cell has 8 neighbors. exclude the edges).
Writing SQL queries involving joint operation on two tables.
Viewing 181 - 190 interview questions