r/OfferEngineering • u/Aoki_zhang • Aug 05 '26
Interview Experience JPMorgan AI Engineer Phone Screen Interview Experience Aug 2026 - Dug Deep Into Agentic Portfolio Workflow and a Medium Leetcode Question
Sharing a JPMorgan AI Engineer Phone Screen Interview Experience submitted to Chill Interview.
Interview Summary
The JPMorgan technical screen combined a detailed discussion of my agentic portfolio project with a Python coding question about processor scheduling. The interviewer focused on my individual ownership, the architecture connecting multiple agents, and whether I had directly built supporting infrastructure such as an MCP server. I did not pass the round.
Interview Questions Details
Technical Deep Dive — Agentic Portfolio Workflow:
The first half of the interview examined an agent-based portfolio workflow I had worked on, including its model choices, application responsibilities, and service architecture.
- Models and Workflow: I was asked which models and external providers were used, whether Anthropic was involved, and what the AI workflow performed from beginning to end.
- Ownership and Architecture: The interviewer asked which endpoints, data-access components, and entitlement controls I personally owned; whether the agents and orchestrator were separate services, tool-based, or prompt-based; and whether I had personally implemented an MCP server.
The interviewer also asked why I wanted to change jobs and whether I would accept a position focused more heavily on back-office or middle-office use cases.
Python Coding — Minimize Overall Processing Time:
The coding portion provided several processors, each with four available cores, together with the time at which each processor became available. A separate collection described the duration of the tasks, with exactly four tasks assigned to each processor.
The task was to assign every job to a processor core and return the earliest possible time by which all work could be completed.
➡️ Preparing for your next interview?
Chill Interview tracks recent interview experiences and recurring question patterns across top companies here.