Warren
Interview experiences shared by candidates.
Kotak Bank | Backend Engineer | System Design | Online Assessment
Backend Engineer
Topics Covered: 1. Microservices Architecture (Java based) ∙ How would you design and decompose a monolith into microservices? ∙ Service discovery, inter service communication patterns ∙ How do you handle distributed tra...
Pinterest | Senior Engineering Manager | Hiring Manager Interview | Phone Screen
Senior Engineering Manager
Questions on my experience What projects do i currently manage Details on my experience in building new databases and scaling usage of off the shelf database solutions and challenges involved Size of team and number of m...
Humana | Software Engineering Intern | Behavioral | Phone Screen
Software Engineering Intern
Why healthcare? Why Humana IT? How do you prioritize your tasks when handling multiple deadlines? Give an example of a time you had to deal with a difficult customer or client. Describe a situation where you disagreed wi...
Revefi | Software Engineer New Grad | Coding | Phone Screen
Software Engineer New Grad
A linked list of length n is given such that each node contains an additional random pointer, which could point to any node in the list, or null. Construct a deep copy of the list. The deep copy should consist of exactly...
Mercor | Software Engineer | Technical Screen | Phone Screen
Software Engineer
The interview was a run through of CS fundamentals. Some of the questions they asked: Bytes in a MB How array access works in memory What is idempotency Then, there was a small code review segment. They gave a simple fun...
Watershed | Software Engineer | Coding | Phone Screen
Software Engineer
I was asked to implement PlaySnake. It was a simplified version of PlaySnake where I needed to implement the move function. I needed to print the grid and simulate the snake game.
Microsoft | Software Engineer II - iOS Mobile | Coding | Phone Screen
Software Engineer II - iOS Mobile
45 minutes Phone Screen First 30 minutes: Behavior and Technical Domain Questions Last 15 minutes: Coding Interview. Exactly same question from here: https://leetcode.com/problems/two sum ii input array is sorted/descrip...
Microsoft | Software Engineer | Coding | Onsite
Software Engineer
Palindrome Number https://leetcode.com/problems/palindrome number/description/ Zigzag Conversion https://leetcode.com/problems/zigzag conversion/description/ Median of Two Sorted Arrays https://leetcode.com/problems/medi...
Ebay | MTS 1 Backend Engineer | Coding | Technical Interview 1
MTS 1 Backend Engineer
Recommend Products Based on Browsing Frequency Task: Create a method that recommends 'k' products based on their likelihood to be viewed after a given product within user browsing sessions. Inputs: list itemuserSessions:...
Fanatics | Senior Backend Engineer | Coding | Phone Screen
Senior Backend Engineer
Given a list of words, a starting word, and an ending word, determine if there is a path of words in the list which navigates from the starting word to the ending word. A "path" between starting and ending word exists if...
Meta | software engineer | Coding | Phone Screen
software engineer
leetcode 31 next permutation leetcode peak element
AQR Capital | Quant Research Intern | Machine Learning/FInance | Phone Screen
Quant Research Intern
An hour zoom interview with a seasoned quant on machine learning fundamentals, finance questions and probability questions. The interviewer started with asking machine learning fundamentals on linear regression and the a...
Tiktok | Software Engineer | Coding | Phone Screen
Software Engineer
You are provided with a set of events describing payment lifecycles. Each event references a specific payment id, and multiple events may belong to the same payment. A payment may experience the following event types: AU...
Rivian | Staff Engineer | Coding | Phone Screen
Staff Engineer
Question: "The Longest Trail" Objective:Given an M by N binary matrix where 0 represents an empty path and 1 represents a wall, find the length of the longest path consisting only of 0s. Constraints: You can move Up, Dow...
Coinbase | Senior Software Engineer | AI Recruiter Screen Interview | Online Assessment
Senior Software Engineer
Asynchronous AI Interview + Proctored Assessments Stage 1: The AI Recruiter (MILO on CodeSignal) The process kicks off with a recorded, interactive session with MILO, Coinbase’s AI recruiter. This replaces the traditiona...
Bytedance | SWE/SRE | Coding | Onsite
SWE/SRE
https://leetcode.com/problems/detonate the maximum bombs/description/ 2101. Detonate the Maximum Bombs You are given a list of bombs. The range of a bomb is defined as the area where its effect can be felt. This area is...
Sig | Quantitative Developer Intern | Coding | Onsite
Quantitative Developer Intern
You are given a python notebook with different data, including transactions for different stocks and held positions. You will need to use Time series pandas functions where you aggregate data sets to find trends across t...
Akuna Capital | Software Engineer Intern, C++ | Coding | Code Pair + Technical Video Screen
Software Engineer Intern, C++
Review and add to the 2nd OA: Object Pool. Anyone who gets to this round will have completed the 2 OAs (first is LC style, 2nd is a C++ debugging round), so they should know what this is referring to. The OA involved deb...
Oracle | PMTS | Coding | Phone Screen
PMTS
OCI team (Oracle managed Kubernetes "OMK" team) First a simple debug question was asked. Then this coding question was asked: https://medium.com/@vikasgoel53/exploring bfs breadth first search in a graph service a social...
Photon | Android Developer | Coding | Online Assessment
Android Developer
Given an integer array nums that may contain duplicates, return all possible subsets (the power set). The solution set must not contain duplicate subsets. Return the solution in any order.