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
Problem
Difficulty
Frequency
Topics
Maximum Length of Subarray With Positive Product
Given an array of integers nums, find the maximum length of a subarray where the product of all its elements is positive.
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...
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...
Partition Array Into Two Arrays to Minimize Sum Difference
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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.
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.
Simulate a real Arcesium coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.