Do you have experience with testing tools?
Full Stack Engineer Interview Questions
Full Stack Engineer Interview Questions
Een full stack engineer is een technisch expert in web- en software-ontwikkeling. Ze kunnen vrijwel alle aspecten van ontwikkeling aan, van servers tot systeemontwerp en databases. Tijdens een sollicitatiegesprek kunt u zowel technische vragen verwachten als vragen om uw interpersoonlijke en communicatieve vaardigheden te bepalen.
Meest gestelde sollicitatievragen voor een full stack engineer (M/V/X) en hoe te antwoorden
Vraag 1: Werkt u momenteel aan iets?
Vraag 2: Hoe hebt u de tools en technologieën geselecteerd voor uw laatste project?
Vraag 3: Wat zijn de laatste trends in full stack webontwikkeling?
19,475 full stack engineer interview questions shared by candidates
You are given a 2D grid of size m x n representing a map where '0' represents land (an island) and '1' represents water. An island is a group of connected '0's horizontally or vertically. You need to write a function that counts the total number of distinct islands in the grid
Write docker scripts for setting up server images?
1. Reverse words in a string 2. Find the first number in an array that is not repeated (or repeated, I do not remember exactly) 3. Sort a given list of date string 4. function logsth() { console.log(this); } new logsth(); what is the value of this? 5. const cowsound = 'moo'; function makesound() { console.log(cowsound); const cowsound = 'baa'; console.log(cowsound); } what will you see in the console? 6. Some question about left join 7. Some question involving difference between transpilation and polyfill 8. A question about what certain specified situation represents the correct http status? The answer was options were 401, 403, 500 and something else. 9. which of the data structures can erase from beginning or end in O(1) time? Options are: vector, dequeue, stack, segment tree 10. Some question about CORS 11. Something about JSONP
First round: two coding questions.
They asked about my previous work experience, If I had any.
You have a ball at a starting point, that can roll up, down, left and right. However, the ball won’t stop rolling until it hits a wall. Your task is to check if there’s a path from start to destination. You may assume that the borders of the maze are all walls.
Can you explain the difference between C and C++?
Design call with the functions get(int key) set(int key, int value) and setAll(int value) all functions run in O(1)
Coding question 1: Determine if all the characters in a string B are present in string A Coding question 2: Determine if a string contains valid parenthesis
Viewing 651 - 660 interview questions