Como foi implementada a camada de persistência do banco
Fullstack Developer Interview Questions
3,982 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
input [2, 9, 5, 3, 7, 6, 11, 4, 1, 15] [9, 3, 7, 11, 15] output true
Naquela época existia uma aplicação feita em COBOL. O desafio era criar uma aplicação web com algumas funcionalidades novas e outras que já existiam no COBOL.
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"]
Tell me about yourself
Find the length of longest palindrome substring.
Viewing 161 - 170 interview questions