how do you ensure team functions when you are not present
Software Engineer Staff Interview Questions
2,555 software engineer staff interview questions shared by candidates
LFU-like question was asked, which was very difficult for me to solve.
What is your experience with CI/CD pipelines.
* Rain water trap problem. * Design a peer to peer messaging system. * Project discussion
From a matrix MxN, print elements from top to bottom diagonal.
They had 3 questions similar to medium difficulty on leetcode. Also 1 project that was a 4 hour proctored interview where you did a larger project.
About projects
Problem solving, which will test coding and OOPs as well. Design Behavioral
It was a problem related to distributed systems.
Here is the JSON file that is needed to be parsed: https://pastebin.com/EJCXLpwa // /* // =========================================================================== // Coding Interview - Part 2 (Onsite) // =========================================================================== // Calm is a subscription business, in this exercise, you will work with a // subscription model and implement a few real business logic cases that // represent how we handle user subscriptions. // This is a continuation of the features you’ve implemented in a previous // interview. Like last time, we’ll be working with the JSON file data model // for subscriptions and sessions. // In this part of the coding problem, you will help develop the algorithm of // a social feature. Creating a Calm Leaderboard! To create the leaderboard, // we will rank users from the longest streak to shortest streak. // Users with the longer streak (consecutive days where they have a session) // ranks higher than those with a shorter streak. The user with the longest // streak is ranked first, and the user with the shortest streak is last. // - The leaderboard should print users in the order of highest rank to lowest // rank, and include their respective streak length. // - We want to be able to see the leaderboard for any given day. The target day // should be configurable via a parameter. // - If there is a tie in streak length, then compare the number of distinct days // in which the user starts a session as a tie breaker. // ===========================================================================
Viewing 1431 - 1440 interview questions