Warren
Interview experiences shared by candidates.
PaloAlto Networks | Senior Staff Software Engineer | Coding | Phone Screen
Senior Staff Software Engineer
Design a system that will make sure to verify a JSON input is syntactically correct and can be accepted as a complete input. There is not schema attached to the JSON input. You have to make sure that all the JSON objects...
Hudson River Trading | Full Stack Engineer | Coding | Online Assessment
Full Stack Engineer
Create a workflow orchestrator the component has to be generic enough to handle any kinds of steps
Cleric | Backend Engineer | Coding | Phone Screen
Backend Engineer
You're supposed to design "Connect 4". The game is simple, you have a grid and at each turn the player decides the column. There can only be two players/colors. At any point if 4 coins of the same color are connected in...
Capgemini | Fullstack Developer | Coding | Online Assessment
Fullstack Developer
Part 1 conceptual angular questions Q1 what is change management in amgular and how zone.js is work in angular ? Q2 what is ng template? Q3 diff. Between observable and promises? Q4 what is eager and lazy loading? Q5 wha...
Gemini | Software Engineering Intern | Coding | Phone Screen
Software Engineering Intern
You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money. Return the fewest number of coins that you need to make up that amount. If th...
Google | Software engineer | Coding | Phone Screen
Software engineer
I was asked a compressed encoding algorithm for bits
Disney | Senior Software Engineer | Coding | Onsite
Senior Software Engineer
Problem: Your team is building a backend API service that ingests temporal markers (time based segments in video content) generated by an interference pipeline. Each inference run produces a marker set for a video. A vid...
Klaviyo | Software Engineer I | Coding Collab | Onsite
Software Engineer I
You're given a pre written Python Flask application that processes Stripe webhook events. The code is intentionally buggy and poorly written. You work with a Klaviyo engineer in a pair programming format to read through...
Capital One | Ai engineer intern | Technical Deep Dive | Onsite
Ai engineer intern
How does the parameters temperature and top p infleucne the pass@k scores
Capital One | Ai engineer intern | Technical Deep Dive | Onsite
Ai engineer intern
How does the temperature and top P parameters influence the reasoning paths in chain of thoughts
Sig | quant researcher | Math Interview | Phone Screen
quant researcher
1. We roll a six sided die ten times. What is the probability that the total of all ten rolls is divisible by 6? 2. I have a plot of land but unsure how much it's worth. After an inspection there are 3 possibilities: 10%...
Apple | New Grad SWE IS&T | Coding | Phone Screen
New Grad SWE IS&T
First 30 minutes was general coding principles depending on the language you choose will ask questions dependent on that. For instance, what are the 4 pillars of object oriented programming. Then move onto 30 min leetcod...
Linktree | Software Engineer | Coding Fundamentals | Phone Screen
Software Engineer
typescript import { LinkTypeDetector, LinkType } from '../index'; import { describe, test, expect, beforeEach } from '@jest/globals'; describe('LinkTypeDetector', () = { let detector: LinkTypeDetector; beforeEach(() = {...
Lam Research | Software Engineer | Coding | Onsite
Software Engineer
It was an onsite in person interview for me, this was a Java focused role so be expected to code in Java by hands on the white board, the questions asked weren't too difficult, they mainly want to see your Java skills ra...
Roche | Software Engineer Intern | Coding | Onsite
Software Engineer Intern
The final will be conducted by 3 engineers, each will ask different questions. Engineer 1 (30 mins) Two Sum Valid Palindrome Some Java related questions like how error handling works, garbage collections, basic oop Engin...
Meta | Software Engineer | Coding | Phone Screen
Software Engineer
First part behavioral Tell me about a project you worked on recently. What was the most challenging part? Was there any misalignment with a stakeholder? Why do you think the misalignment happened, and what would you diff...
Microsoft | SDE2 | Coding | Phone Screen
SDE2
A path in a binary tree is a sequence of nodes where each pair of adjacent nodes in the sequence has an edge connecting them. A node can only appear in the sequence at most once. Note that the path does not need to pass...
Microsoft | Software Engineer | Coding | Phone Screen
Software Engineer
Microsoft MAI/Copilot : CSV Parsing & Querying Problem: Given a CSV, parse it and turn each row into a dictionary object where column headers are keys. Then implement querying capabilities. Example CSV: Key,location,weat...
Microsoft | Product Manager | Product Design | Online Final Interview
Product Manager
The process consisted of three back to back interviews. The first was behavioral and focused heavily on your background. They go deep into your experiences and expect clear reasoning behind your decisions. A key part is...
Amazon | Software Developer Engineer intern | Coding | Online Assessment
Software Developer Engineer intern
It was a 30 minute interview with an Amazon full time SDE employee. my interviewer as not in the same org that i would be He asked me first a leet code easy, 2sum. And than he followed up with: You are given an array of...