Problem database last updated: June 20, 2025

AArcesium logo

Arcesium Coding Interview Questions

20 problems · 0 Easy, 14 Medium, 6 Hard · Ranked #95 of 458

Difficulty breakdown

0 Easy

0% · avg 23%

14 Medium

70% · avg 59%

6 Hard

30% · avg 18%

Top topics

array
60%
dynamic-programming
50%2.5x
string
20%
binary-search
15%1.7x
two-pointers
15%
sorting
15%

Interview profile

Based on 20 reported problems, Arcesium interviews are significantly harder than average - 30% Hard vs 18% across all companies. The majority (70%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.

Compared to the industry average, Arcesium puts unusual emphasis on union-find (10% of problems, 3.4x the industry average), prefix-sum (10% of problems, 3x the industry average), dynamic-programming (50% of problems, 2.5x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are array (60%), dynamic-programming (50%), string (20%), binary-search (15%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 20 problems

Maximum Length of Subarray With Positive Product

Solve

Given an array of integers nums, find the maximum length of a subarray where the product of all its elements is positive.

MediumVery Likely
arraydynamic-programminggreedy

Cycle Length Queries in a Tree

Solve

You are given an integer n. There is a complete binary tree with 2n - 1 nodes. The root of that tree is the node with the value 1, and every node with a value v...

HardVery Likely
arraytreebinary-tree

Number of People Aware of a Secret

Solve

On day 1, one person discovers a secret.

MediumVery Likely
dynamic-programmingqueuesimulation

Maximize the Confusion of an Exam

Solve

A teacher is writing a test with n true/false questions, with 'T' denoting true and 'F' denoting false. He wants to confuse the students by maximizing the numbe...

MediumVery Likely
stringbinary-searchsliding-window

Count Collisions on a Road

Solve

There are n cars on an infinitely long road. The cars are numbered from 0 to n - 1 from left to right and each car is present at a unique point.

MediumVery Likely
stringstacksimulation

Partition Array Into Two Arrays to Minimize Sum Difference

Solve

You are given an integer array nums of 2 n integers. You need to partition nums into two arrays of length n to minimize the absolute difference of the sums of t...

HardVery Likely
arraytwo-pointersbinary-search

House Robber

Solve

You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from rob...

MediumVery Likely
arraydynamic-programming

Search in Rotated Sorted Array

Solve

There is an integer array nums sorted in ascending order (with distinct values).

MediumLikely
arraybinary-search

Possible Bipartition

Solve

We want to split a group of n people (labeled from 1 to n) into two groups of any size. Each person may dislike some other people, and they should not go into t...

MediumLikely
depth-first-searchbreadth-first-searchunion-find

Stone Game VI

Solve

Alice and Bob take turns playing a game, with Alice starting first.

MediumLikely
arraymathgreedy

Next Permutation

Solve

A permutation of an array of integers is an arrangement of its members into a sequence or linear order.

MediumLikely
arraytwo-pointers

Binary Tree Maximum Path Sum

Solve

A path in a binary tree is a sequence of nodes where each pair of adjacent nodes in the sequence has an edge connecting them. A node can only appear in the sequ...

HardLikely
dynamic-programmingtreedepth-first-search

Find The Count Of Monotonic Pairs I

Solve

You are given an array of positive integers nums of length n. A pair of non-negative integer arrays (arr1, arr2) is called monotonic if both arrays have length...

HardLikely
arraymathdynamic-programming

Best Time to Buy and Sell Stock IV

Solve

You are given an integer array prices where prices[i] is the price of a given stock on the ith day, and an integer k.

HardLikely
arraydynamic-programming

Surrounded Regions

Solve

You are given an m x n matrix board containing letters 'X' and 'O', capture regions that are surrounded:

MediumLikely
arraydepth-first-searchbreadth-first-search

Minimum Insertion Steps to Make a String Palindrome

Solve

Given a string s. In one step you can insert any character at any index of the string.

HardLikely
stringdynamic-programming

Maximum Product Subarray

Solve

Given an integer array nums, find a subarray that has the largest product, and return the product.

MediumLikely
arraydynamic-programming

Sort Colors

Solve

Given an array nums with n objects colored red, white, or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the order...

MediumLikely
arraytwo-pointerssorting

Pow(x, n)

Solve

Implement pow(x, n), which calculates x raised to the power n (i.e., xn).

MediumLikely
mathrecursion

Edit Distance

Solve

Given two strings word1 and word2, return the minimum number of operations required to convert word1 to word2.

MediumLikely
stringdynamic-programming

How often are these problems asked?

Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Arcesium interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your Arcesium coding interview

Arcesium interviews focus heavily on array, dynamic-programming, string problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.

Beyond solving problems, practice explaining your approach. Arcesium interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.

Looking for more companies? Browse all 458 companies in our directory, or sharpen your fundamentals with our free data structure visualizers and AI-powered DSA tutor.

Frequently Asked Questions

What coding problems does Arcesium ask in interviews?add

Arcesium has been reported to ask 20 distinct coding problems. The most common topics are array, dynamic-programming, string. 0 are Easy difficulty, 14 are Medium, and 6 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are Arcesium coding interviews?add

Based on 20 reported problems, Arcesium interviews are significantly harder than average - 30% Hard vs 18% across all companies. 70% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.

How should I prepare for a Arcesium coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: array, dynamic-programming, string. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.

Other companies to explore

Ready to ace your Arcesium interview?

Simulate a real Arcesium coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.

Simulate a Arcesium interview with AIarrow_forward