Accenture · Primly Community

Accenture senior / L5 system design interview, what to expect: my experience targeting the Tech Lead Manager path

market_realist · 4 replies

I went through Accenture's loop targeting their Technology Senior Manager track, which is roughly the senior/principal IC equivalent if you're coming from a pure engineering background. Here's what the system design round actually looked like.

The prompt: design a notification service for a large enterprise client. Millions of events per day, multiple channels (email, SMS, push, webhook). They explicitly told me to treat this like I was designing it for a real client engagement.

That framing matters. This isn't a FAANG-style "design Twitter" where clever distributed systems knowledge wins the round. At Accenture, the interviewer cared more about: How I would communicate trade-offs to a non-technical client stakeholder How the architecture fits into an existing enterprise ecosystem (SAP, Salesforce, legacy ESBs came up) Operational concerns: monitoring, SLAs, escalation paths Cost. They actually asked about cloud cost trade-offs between SQS/SNS on AWS vs. a self-hosted Kafka setup. Real dollars.

The depth on distributed systems was lighter than what I'd expect at a Google or Meta loop. They weren't looking for me to optimize tail latency at the 99.9th percentile. They wanted to know I could design something maintainable and explainable.

What tripped me up was forgetting to account for client-side constraints. They asked: "What if the client's security team won't allow outbound webhooks?" I had to pivot the design mid-round and that felt awkward. Point being: think about enterprise procurement constraints, not just technical ones.

Time: 45 minutes. Interviewer was a principal engineer with a lot of delivery background, not a pure research type.

For prep: I'd prioritize system design communication over raw architecture depth. Know how to draw a clean diagram, explain it in plain English, and handle scope pushback.

4 replies

consultant_cam

The client-framing is spot on and extends to the behavioral rounds too. Accenture interviewers have delivery project mindsets. When they ask 'tell me about a technical challenge,' they're often listening for how you navigated client stakeholders, not just how clever the solution was.

infra_ines

The Kafka vs. SQS cost question is actually a great sign. I'd rather get grilled on operational reality than spend 45 minutes discussing consensus algorithms nobody will implement.

bootcamp_bri

Is this level of system design expected for new grad or junior roles, or is this specifically the senior loop? Trying to calibrate how much time to spend on system design prep vs. DSA.

market_realist

For new grad / junior roles, you'll probably get a lighter version: maybe a basic API design question or a smaller-scope architecture discussion. Focus on DSA fundamentals first. System design at Accenture gets more central at the senior level.