Accenture

Accenture

Global professional services company with leading capabilities in digital, cloud and security.

4 Rounds ~21 Days Medium
Start Mock Interview

The Interview Loop

Recruiter Screen (30 min)

Standard fit check, behavioral questions, and resume overview.

Technical Loop (3-4 Rounds)

Deep dive into domain knowledge, coding, and system design.

Interview Question Bank

Machine Learning Engineer Coding easy

Given an array of client transaction amounts and a target sum, write a function to return the indices of the two transactions that add up exactly to the target.

#Arrays #Hash Map
Machine Learning Engineer Coding medium

Given a string of user session logs, find the length of the longest substring without repeating characters.

#Strings #Sliding Window
Machine Learning Engineer Coding medium

Given a list of overlapping time intervals representing server downtime, merge all overlapping intervals and return an array of the merged downtimes.

#Arrays #Sorting
Machine Learning Engineer Coding hard

Given a matrix representing a grid of delivery zones with associated costs, write an algorithm to find the minimum cost path from the top-left to the bottom-right zone, moving only right or down.

#Dynamic Programming #Matrix

Difficulty Radar

Based on recent AI-sourced data.

Meet Your Interviewers

The "Standard" Interviewer

Senior Engineer

Focuses on core competencies, system constraints, and clear communication.

Simulate

Unwritten Rules

Think Out Loud

Always explain your thought process before writing code or drawing architecture.

Practice Now