Code For America Software Engineer Interview Questions
The questions to prepare for a Code For America Software Engineer interview. Questions from real interview reports rank first. Updated weekly.
Implement merge sort in Python and explain why it runs in O(n log n) time.
Code For AmericaReverse a singly linked list in-place using iterative pointer manipulation.
Code For AmericaDetermine whether a string reads the same forward and backward using a two-pointer scan.
Code For AmericaUse a sliding window and hash map to find the longest substring without repeated characters in a string.
Code For AmericaExplain how you turn vague requirements into aligned scope, clear decisions, and shared understanding for the team.
Code For AmericaTests your debugging workflow, evidence gathering, and communication habits when fixing user-impacting issues.
Code For AmericaTests your ability to analyze performance issues and choose effective optimization strategies.
Code For AmericaSign up to see every question
Create a free account to unlock this list and practice real interview questions.
Tests prioritization under pressure across multiple projects, including trade-off judgment, stakeholder communication, and ownership of outcomes.
Code For America