1. Algorithm question 2. Frontend project (practical) question 3. Multiple work history/ experiences questions
Junior Frontend Developer Interview Questions
10,729 junior frontend developer interview questions shared by candidates
Why do you want to work at Vanta
They will give you a CodeSandbox prepped code with broken logic and expected you to find and fix the errors.
Please write a function that accepts a string and returns a boolean value that is true if, and only if, the string contains all characters in the alphabet. Eg: console.log(isPangram(‘The quick brown fox jumps over the lazy dog’)); // true console.log(isPangram(‘happy birthday to you!’); // false //brutal Check each character for indexOf in dictionary array of all letters a-z Function check(x) { let alpha = [‘a’, ‘b’ …] For (a in alpha) { if(x.indexOf(‘t’) == -1)) { Return false; } Return true; } //go 2 Function check(x){ Set alpha = [a,b,c…] Let pusher = new Set() For(var i =0; i++; i<x.length){ If (currentCha is a-z) { pusher.push(x.charAt(i)) If set.length === 26 return true } } Let alpha = [‘a’, ‘b’...] } Return false }
Final stage was code challenge over video for 2 hours.
You're asked about common programming concepts like 1. What is OOP 2. Difference between OOP and Functional Programming 3. Solid Principle 4. Design patterns and examples
What do you know about Plusgrade? How do you build a website?
Technical Skills in React and Frontend technologies
Q: Tell me about previous projects.
Basic test on the understanding of algorithms
Viewing 7701 - 7710 interview questions