How committed you are in the company.
Software Engineer Web Developer Interview Questions
289 software engineer web developer interview questions shared by candidates
I was asked how I would diagram the functionality of a basic web-based messaging app
There are 3 baskets. One of them has apples, one has oranges only and the other has mixture of apples and oranges. The labels on their baskets always lie. (I.e. if the label says oranges, you are sure that it doesn't have oranges only, it could be a mixture or apples only) The task is to pick one basket and pick only one fruit from it and then correctly label all the three baskets. How will you do that?
What are all the different values of the CSS property position?
Motivation to join Moka / leave previous company. Expected salary. Algorithm and System Design.
HAVING clause ?
Were they (samples of my work) for a class, or did you develop them for a customer/project?
Given a figma design for a blog post, provide a nextjs app implementing this design
MySQL version used on project ?
1. There are a cluster of stateless servers all serving the same pages. 2. The servers are hosting 5 web pages- p1.html, p2.html, p3.html, p4.html and p5.html 3. p1.html just redirects users to the other 4 pages 4. Requests to p1.html should result in 10% of users being redirected to p2.html, 5% of users redirected to p3.html, 20% of users redirected to p4.html, and 65% of users redirected to p5.html. 5. Users do not need to stick to the page they are first redirected to. They could end up on a different page with every request to p1.html 6. Write a function/pseudocode that would be invoked with every request to p1.html and redirect the correct percentage of users to the correct page.
Viewing 51 - 60 interview questions