Common questions like tell me about yourself, strengths and weakness, talk about your technical skills and experience.
Software Engineer Front End Interview Questions
946 software engineer front end interview questions shared by candidates
Coding a Custom Events in JavaScript and multiple choice questions on both JS and React such as identifying right function definitions, outputs and so on.
devskiller with css, html, js abcd questions (worth noting them on a side so you'd be prepared for first tech interview), code review, unit tests, designing a basket, security questions (oauth, types of attacks user can perform etc)
Asked about types of tags in HTML. Using JavaScript to generate CSS/HTML commands
Create two microservices for calculating people's social rating. First microservice (data collector) should: 1. consume http requests with JSON in a body: { "first_name": <text>, "last_name": <text>, "age": <number> } 2. read calculation seed from application properties file (it can be just a random number 0-1) 3. send all information to the queue Second microservice (social rating calculator) should: 1. read message from the queue 2. calculate social rating score (score = base seed * user’s age) 3. print similar to the following message to the application console "<firstName> <lastName> has <socialRatingScore> score" Bonus points: - use docker to run dependent services - the second microservice should save calculated scores for each user in the Redis - It should be possible to specify properties file on the application start phase Desirable to use Java, Spring Boot, Apache Kafka (or AWS SQS).
Q: JavaScript object manipulation and state management problem
It was just a behavioral/screening interview
Basic JS OOP question What's important to me when searching for the next job.
Tell me about your previous experiences?
Do you keep up with updates and news on Javascript?
Viewing 721 - 730 interview questions