Como foi implementada a camada de persistência do banco
Fullstack Developer Interview Questions
2,848 fullstack developer interview questions shared by candidates
Asked my about my experience with NodeJS, ReactJS and english fluency
Java 8 new features with samples Awareness about CICD
How promises work in JS?
I want you to develop an application for a stadium management company. List some of the Microservices you would have
// Given a list postal codes, find the FSA (Forward Sortation Code) code that occurs most frequently. // input: // ["M5V 1W5", "L7Q 1T3", "L7M 1W1", "M5V 6X1", "M5V 2X1", "L7M 1W6"] // Output: // "M5V" Second Revision: They told me to support the US portal code. // Given a list postal codes, find the FSA (Forward Sortation Code) code that occurs most frequently. // input: // ["M5V 1W5", "L7Q 1T3", "L7M 1W1", "M5V 6X1", "M5V 2X1", "L7M 1W6", "42015", "11005", "41450", "11026"] // Output: // "M5V" Third Revision: They told me to return multiple values. If multiple values have the same occurrence. // Given a list postal codes, find the FSA (Forward Sortation Code) code that occurs most frequently. // input: // ["M5V 1W5", "L7Q 1T3", "L7M 1W1", "M5V 6X1", "M5V 2X1", "L7M 1W6", "42015", "11005", "41450", "11026", "42016", "42017"] // Output: // ["M5V", "420"]
Find the length of longest palindrome substring.
given two arrays find the two numbers with the smallest gap
Tell me about your projects. provide a code for a question. the question compare and print the similar elemts of 2 arrays
Review of past exeprience, OOP questions,
Viewing 121 - 130 interview questions