Asked me to complete a technical test.
Full Stack Developer Interviews
Full Stack Developer Interview Questions
"Full stack engineering interviews consist primarily of technical questions. Because full stack developers work with both back-end and front-end code, you should feel comfortable working with a variety of languages and answering questions ranging from databases and web servers to HMTL and UI implementation."
19,457 full stack developer interview questions shared by candidates
Given a text, extract the frequency of each word, and produce an output sorted by applying the following conditions: a. descending order of frequency b. ascending alphabetical order, in case two or more words have the same frequency (clash) Ex. class java set map java object java class object list Output java 3 class 2 object 2 list 1 map 1 set
the problem that I had in live coding wasn't explained enough, and I waste half of the interview time understanding this by questioning the interviewer
What is your drawback? What do you like the most?
trapped rain water, max area of island, find missing numbers in range, string manipulation in array
Write a program to Reverse the words in the sentence "My name is Anurag Awasthi" Me: That's a very simple program. *Egotistically. Wrote it in few seconds.*
They have a predefined list of questions for everyone and they want the answer which is set by their panel as they don't know what is the answer
Question: You don't know how much extra memory your program is consuming. That's a wrong and very slow answer. You were calling it very simple and even that you could not write.
Cross Question: Why are you creating so many Strings? If there were million words. You would create million strings.
Hacker Rank - Check for balanced parenthesis and one more is about lexicographic sorting
Viewing 1081 - 1090 interview questions