Interview Experience Analysis for Citadel

3 Records Found
TOTAL EXPERIENCES
3
COMPANIES COVERED
2
ROLES COVERED
2
LOCATIONS COVERED
1

Curious About Salaries?

View Citadel Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

Citadel Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

CITADEL OA Internship 2025

CITADELInternship

Summary

Loading content...

Interview Experience

Given an integer n, calculate the total sum of all combinations C(i,j), where (1Function: int solve(int n)Example:int n = 3C(3,3) = 3 mod 3 + 3 mod 3 = 0 + 0 = 0C(3,2) = 3 mod 2 + 2 mod 3 = 1 + 1 = 2C(3,1) = 3 mod 1 + 1 mod 3 = 2 + 2 = 4C(2,3) = 2 mod 3 + 3 mod 2 = 1 + 1 = 2C(2,2) = 2 mod 2 + 2 mod ...

Interview Questions (1)

Sum of Modulo Combinations

HardData Structures & Algorithms
Loading content...
Read on LeetCode

Citadel NXT First Interview Experience

CitadelSenior Software Engineer💼 3 YOE

Summary

Had a first round interview with Citadel for their NXT program. Applied as a Senior Software Engineer with 3 years of experience in backend and infrastructure development. The interview focused on a d...

Interview Experience

Just had my first round interview with Citadel for their NXT program. I’m a Senior Software Engineer with 3 years of experience in backend and infrastructure development, and this was my first step in their process.Question:Design a data structure that supports two APIs:insert(num: int)findMedian():...

Interview Questions (1)

Find Median from Data Stream

Data Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Citadel phone screen

Citadel

Summary

Loading content...

Interview Experience

Implement Trie and it's supporting functions -* insert(word) - Insert a word in the trie,* search(word) - search if the word exists in the trie, and* startsWith(prefix) - search if there exist any word which starts with .Clarified if we are only dealing with lowercase alphabets. Yes.I implemented Tr...

Interview Questions (3)

Trie Implementation with Insert, Search, and StartsWith

MediumData Structures & Algorithms
Loading content...

Optimizing Trie Node Space Usage

MediumData Structures & Algorithms
Loading content...

Finding the Longest Prefix with Given Start

HardData Structures & Algorithms
Loading content...
Read on LeetCode
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App