Full stack developer Interview Questions
full stack developer interview questions shared by candidates
Top Interview Questions
Given a list of ranges sorted in order i.e. <5,10><15,20><25,35> , insert a new range 1st answer. Copy all elements to an array and then get the index, index1 is x = x){ index1--; // fall back to first element with in current range }else if(array[index1] < x ){ // Too long. you get the idea. } } } if(index2 % 2 == 1){ if(array[index2] < y){ array[index2] = y; } }else if(index2 % 2 == 0){ if(array[index2] == y){ index2++; // point to second element with in the Range } } // Finally i remove the elements between index1 and index2, and reconstruct ranges and return new list of ranges. Use binary search to bisect the array A into A_1, A_2 such that all ranges with starting time greater than or equal to x are in the new sub array A_2. Now repeat the process, this time bisecting A_2 into B_1, B_2, such that all ranges with ending time less than or equal to y are in B_1. Output is A_1 U {} U B_2 Runtime is O(log n) |
What is the significance of a static method in Java. |
Leetcode type questions, medium difficulty at most. |
The interviewer asked me about my background and my skills in different stack technologies. The whiteboard exercise was easy one - determine how would you determine the stopping points of a track driver based on the truck gps coordinates. The code assignment was not hard at all as well. I was asked to write a program to return all words from a dictionary which containing sub words of the input word. |
NLP challenge about finding semantic similarity of some 121 tweeter tags. |
. What do you consider to be your weaknesses? |
Why should we hire you? |
What have you worked on. |
In your own words, tell us what happens between the time you enter an address into your browser and the time a web page appears. |
Please talk about your previous experience? |
See Interview Questions for Similar Jobs
- Software Developer
- Software Engineer
- Senior Software Developer
- Software Development Engineer
- IT Solutions Developer
- Manager
- Developer
- Web Developer
- IT Analyst