Technical Screen Interview Questions
162 questions available. Practice with AI-powered feedback.
Other rounds
Apple Coding Question: Count Occurrences in Binary Tree
Implement and optimize counting value occurrences in a binary tree. Covers single-threaded DFS, thread-safe parallel aggregation, and index-based caching. Try now.
Apple ML Interview: Neural Network Architectures Guide
Apple ML interview: Neural Network Architectures — CNNs, Transformers, attention math, and efficiency optimizations. Get practice tips and examples. Start now.
Apple ML System Design: Multi-modal RAG for Image+Text
Design a low-latency, scalable multi-modal RAG system for hybrid image+text queries. Learn architecture, embeddings, retrieval, LLM synthesis and trade-offs.
Apple System Design: Distributed Task Scheduler in Cloud
Prepare for an Apple system design interview: design a distributed task scheduler for cloud background jobs. Learn queue, task schema, fault tolerance, and scaling.
Apple Web Foundation: RESTful APIs Interview Guide
Prepare for Apple web foundation interviews on RESTful APIs: master HTTP methods, idempotency, auth, error handling, caching and versioning through examples.
Atlassian Coding Question: URL Router with Wildcards
Implement a thread-safe router with segment wildcards and named params. Covers first-registered resolution, concurrency guarantees, and practical tips.
Atlassian System Design: Scalable Image Crawler Service
Design a scalable image crawler with job-management APIs: recursive crawling, scheduling, deduplication and storage. Atlassian interview guide — prepare now.
Atlassian Web App Flow: Authentication & Session Management
Learn the end-to-end web app authentication flow for Atlassian interviews. Understand form submission, tokens, cookies, sessions, and security mitigations.
Binary Tree Path Sum — Amazon Coding Question Guide
Practice Amazon coding: implement root-to-leaf and any-node downward path-sum in a binary tree. Learn DFS/backtracking and prefix-sum optimizations — try code examples.
Bloomberg Coding: Grid Shortest Path with K Breaks
Bloomberg coding: shortest path in a grid with up to k wall removals. Learn BFS-with-state, complexity O(m*n*k), optimizations and interview tips. Try it.
Bloomberg ML System Design: Real-time Fraud Detection
Design a low-latency real-time fraud detection system for e-commerce. Learn online inference, real-time feature engineering, model serving, and monitoring.
Bloomberg OOD Interview: Design Online Bookstore System
Prepare for Bloomberg OOD interview: design an online bookstore with domain modeling, repository/service layers, inventory and order flows. Read sample designs.
Get More Real Technical Screen Questions
Practice technical screen interview questions with AI-powered hints, analysis, and feedback.
Start Free Practice