Interview Questions by Topics
Browse interview questions organized by technical topic area. 386 topics available.
Browse by topic
Questions
Salesforce Cloud Computing Interview: Infrastructure
Prepare for a Salesforce cloud computing question: compare virtualization vs containerization, AWS vs GCP, pick EC2/Lambda/EKS, and implement EKS sidecars.
Salesforce Coding: Left-Right Occurrence Binary Strings
Salesforce coding: build left/right occurrence binary strings for an integer array. Learn hash-table two-pass solutions, time/space tradeoffs and follow-up ideas.
Salesforce System Design: Scalable URL Shortening Service
Design a scalable, low-latency URL shortening service for Salesforce interviews. Learn API design, storage, caching, idempotency and trade-offs. Prepare now.
Scaled Self-Attention Implementation — Meta
Implement scaled self-attention for Transformers: compute attention outputs and per-query weights from Q, K, V with masking and numerical-stability. Try coding
Sliding Window Centered Monotonicity - Pinterest OA
Find indices whose radius-k centered window is inside nums and strictly decreases outward. See O(n) sliding-window/two-pointer approach and edge-case tips.
Snapchat Behavioral Interview Question: Impact & Results
Prepare for Snapchat behavioral interviews: learn to define success metrics, analyze outcomes with data, and communicate impact to stakeholders. Practice examples
Snapchat Coding Interview: Cache with TTL & Capacity
Learn how to implement a cache with TTL and fixed capacity (Snapchat-style). Understand expiration, eviction on insert, and testable get/set semantics—practice now.
Snapchat Database Systems Interview: SQL vs NoSQL
Prepare for Snapchat database questions: compare SQL vs NoSQL, ACID vs BASE, scaling and data modeling. Read scenarios, examples, and actionable prep tips.
Snapchat ML Coding: K-Means + MapReduce Implementation
Prepare for Snapchat ML coding: implement deterministic K-means (centroids & assignments) and adapt it to MapReduce with mapper/reducer scripts. Learn iteration & stop rules.
Snapchat ML System Design: Real-Time Multimodal Moderation
Design a Snapchat real-time multimodal harmful content detection system—architecture, latency, scalability, moderation integration and feedback loops. Prepare.
Snapchat System Design Interview: Price Tracking & Alerts
Prepare for Snapchat backend interviews: design a scalable price-tracking and alerting system. Learn architecture, trade-offs, scraping, scheduling, and notifications.
Snowflake Behavioral Interview: Problem Solving Skills
Prepare Snowflake software engineer behavioral problem-solving answers: show a clear approach to diagnose, prioritize, and fix engineering issues. Practice now.
Also browse by
Get More Real Questions
Practice Two Pointers, Hash Table, Recommender Systems and more topics with AI-powered feedback.
Start Free Practice