Accenture
Global professional services company with leading capabilities in digital, cloud and security.
4 Rounds
~21 Days
Medium
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
Software Engineer
•
Coding
•
easy
Reverse a string without using any built-in reverse functions.
#String
#Two Pointers
Software Engineer
•
Coding
•
easy
Find the second largest element in an array of integers in a single pass.
#Array
#Optimization
Software Engineer
•
Coding
•
medium
Write a function to find the first non-repeating character in a string and return its index.
#String
#Hash Map
Software Engineer
•
Coding
•
medium
Merge two sorted linked lists into a single sorted linked list.
#Linked List
#Pointers
Software Engineer
•
Coding
•
medium
Find the intersection node of two singly linked lists.
#Linked List
#Two Pointers
Software Engineer
•
Coding
•
easy
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
#Stack
#String
Software Engineer
•
Coding
•
easy
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
#Array
#Hash Map
Software Engineer
•
Coding
•
medium
Find the length of the longest substring without repeating characters.
#String
#Sliding Window
#Hash Set
Software Engineer
•
Coding
•
medium
Implement a method to perform basic string compression using the counts of repeated characters (e.g., aabcccccaaa becomes a2b1c5a3).
#String
#Array
Difficulty Radar
Based on recent AI-sourced data.
Meet Your Interviewers
The "Standard" Interviewer
Senior EngineerFocuses on core competencies, system constraints, and clear communication.
SimulateUnwritten Rules
Think Out Loud
Always explain your thought process before writing code or drawing architecture.