(Take home assessment: gmail clone) 1. Implement the "select all" messages checkbox and it should behave like the gmail one. 2. Implement message loading. Currently the code only loads the most recent message, implement loading for the rest of the messages. 3. You are given two sorted arrays of messages by date, where each message contains an id and a timestamp. Write a function, in O(n) time, to merge these two lists by their timestamps without duplicate messages. 4. Write unit tests in JEST to test your function from task 3. 5. Style a modal. There is a label maker and it hasn't been styled so style it. 6. Implement labeling for messages 7. Add a count for the amount of messages for each label. 8. Anything else you want to add.
Entry Programmer Interview Questions
3,327 entry programmer interview questions shared by candidates
How would you architect a chess game that had both a frontend component and a server side component?
What is recursion and what is the downside of it? Recursion related to binary search trees.
Difficult algorithmic question. Could not choose programming language.
What side-project you did? Which role are you interested in?
They provided two leetcode easy problems to solve.
Questions are different for all, so study STAR method!
Scenario-Based questions 1) why J.p morgan
One question about how to change lower case to upper case, another about prime numbers, and last question was about Fibonacci's sequence.
Arrays List vs Linked List ( pros and cons) OOP (Mostly Encapsulation and Inheritance) Private, public and protected classes
Viewing 1461 - 1470 interview questions