Question #2 sent over email: Given a string, return the character count for each distinct character in the string. · Example: "abacca" -> a: 3, b: 1, c: 2 · Once again, do not assume that “abacca” is the only string it will handle
Full Stack Software Developer Interview Questions
1,695 full stack software developer interview questions shared by candidates
typical data structure and algorithms questions
Take home problem, requiring you to set up a dockerized server using any tech stack and meet a series of requirements. Once at the on-site interviews, was asked to re-visit this take home problem. Was given some additional requirements to complete, talk through the process of adding this new functionality, and implement.
How would you design [major web application]
What are Closures and what do they do?
Leetcode Medium
Are you a U.S citizen? Where are you originally from?
. . . . . .
1 NodeJS backend code, 1 ReactJS code and 1 SQL
Check if a sub-string with a given string-sum exists in a string. So if each character has an integer value associated with it, the string-sum is the sum of each character in the string's values. First part of the problem, you are given the length of the string, second part, you do not have the length of the string.
Viewing 1501 - 1510 interview questions