why do you use Flink, why do you use Kafka? Can you give a more detailed explanation?
Software Engineer Front End Interview Questions
933 software engineer front end interview questions shared by candidates
What is the average look-up time for a good hash-function
Create a basic implementation of a streams API. The user should be able to push values to a stream, and subscribe to values that are pushed to that stream. For example, const z = new Stream(); z.subscribe((value) => console.log(value)); z.subscribe((value) => console.log(value * 2)); z.subscribe((value) => console.log(value * 3)); z.push(2); Should return 2 4 6
Sheet with some javascript code
No certain questions
Make a working traffic light using html, css and js
To develop a responsive layout for a page in react
React & HTTP request Tell me a time... (had peer conflict, when you took risk, etc.)
Round 1 : Given with a JSON file. And asked to design UI. No mocks or redlines are given. Design your interested UI.
Matrice qui représente les pixels d'une image. Faire la rotation de cet image de 90°
Viewing 21 - 30 interview questions