All Companies

Citadel Interview Questions

47 real interview questions for Quant Researcher roles at Citadel.

Showing 130 of 47 questions

1

Explain the difference between Lasso and Ridge regression.

Quant ResearcherQuantitative Researcher
2

Given three variables x, y, and z, where x is distributed as N(0,1), z is distributed as N(0, sigma^2), and y = x + z, with x independent of z: For a given observed value of y, what is the conditional distribution of x given y, i.e., p(x|y)?

Quant ResearcherQuantitative Researcher
3

What is an O(n log n) sorting algorithm? Give an example and briefly explain how it works.

Quant ResearcherQuantitative Researcher
4

Suppose you want to predict y and you have predictor vectors, each with known accuracy, variance, and sample length. How do you combine these predictors to minimize the residual standard error (RSE)?

Quant ResearcherQuantitative Researcher
5

There are three random variables, X, Y, Z. The correlations between each pair of variables are the same, i.e., ρ = Corr(X,Y) = Corr(Y,Z) = Corr(Z,X). What is the tightest bound you can give for ρ? How about the general case for n random variables?

Quant ResearcherQuantitative Researcher
6

What are the ways to construct a uniform distribution given only access to a fair coin?

Quant ResearcherQuantitative Researcher
7

If 75 customers are randomly assigned to three equal-sized databases, and all partitions are equally likely, what is the probability that two randomly selected customers, Bob and Ben, are in the same database?

Quant ResearcherQuantitative Researcher
8

Suppose you have several random variables that all have equal pairwise correlation. What is the possible range of this correlation value?

Quant ResearcherQuantitative Researcher
9

What is the probability that X > Y, where X is distributed as N(0, 2) and Y is distributed as N(0, 1)?

Quant ResearcherQuantitative Researcher
10

What is the expected number of samples drawn from a uniform distribution on [0,1] required so that their sum exceeds 1?

Quant ResearcherQuantitative Researcher
11

What is the angle between the minute hand and the hour hand at 12:15?

Quant ResearcherQuantitative Researcher
12

What happens to the optimal parameters of a linear regression if you feed in the same data twice? How about the R^2 and z-scores?

Quant ResearcherQuantitative Researcher
13

For the task of classifying news articles into their subject type (e.g., finance, science, politics), what is a current state-of-the-art approach? Describe this approach in detail and discuss its latency. Additionally, suggest simpler, classical models that can achieve faster throughput while maintaining high accuracy for this task.

Quant ResearcherQuantitative Researcher
14

1. In the context of the German tank problem, explain how to construct a statistical estimator for the maximum number of tanks produced, given a sample of observed serial numbers. 2. Calculate the mean and standard deviation of this estimator.

Quant ResearcherQuantitative Researcher
15

Suppose there are 10 lions and a piece of meat. If any one of the lions eats the meat, that lion falls asleep. While asleep, any other lion can eat her and will also fall asleep. This process continues in the same way. What will happen at the beginning? Will any lion eat the meat?

Quant ResearcherQuantitative Researcher
16

Given that the probability of getting heads on a coin flip is p, what is the expected number of flips required to get three heads in a row?

Quant ResearcherQuantitative Research
17

What data structure is used to implement a dictionary in Python?

Quant ResearcherQuantitative Researcher
18

Calculate the variance of x, denoted var(x), given that the data points are distributed uniformly on the surface of a 3D sphere.

Quant ResearcherQuantitative Researcher
19

Write a program to find the square root of a number.

Quant ResearcherQuantitative Researcher
20

Using stock data from the last five years, how can we build a model to predict the next day's price?

Quant ResearcherQuantitative Researcher
21

You have r red balls and w white balls in a bag. If you keep drawing balls from the bag until only balls of a single color remain (i.e., you run out of one color), what is the probability you run out of white balls first? Express your answer in terms of r and w.

Quant ResearcherQuantitative Researcher
22

What is correlation? What is covariance? Draw a graph where the correlation is equal to 1 and another where it is equal to -1.

Quant ResearcherQuantitative Researcher
23

Create a class that implements a singly linked list data structure.

Quant ResearcherQuantitative Researcher
24

Nine fair coins are tossed. What is the probability that an odd number of heads will land?

Quant ResearcherQuantitative Researcher
25

Why is an L2 penalty added to linear regression models? Explain the effect of the L2 penalty on the solution.

Quant ResearcherQuantitative Researcher
26

What is the expected number of coin flips required to see 2 heads in a series of fair coin tosses?

Quant ResearcherQuantitative Researcher
27

The chance that a student passes a test is 10%. What is the probability that at least 50 out of 400 students pass the test? Choose the closest answer from: 5%, 10%, 15%, 20%, 25%.

Quant ResearcherQuantitative Researcher
28

Why is regularization important, for example using ridge or lasso regression compared to ordinary least squares (OLS), even when the number of samples is greater than the number of parameters?

Quant ResearcherQuantitative Research
29

What are virtual functions in C++? How are they used?

Quant ResearcherQuantitative Researcher
30

What is the difference between regressing y on x and regressing x on y?

Quant ResearcherQuantitative Researcher

Want the full solutions?

Get detailed walkthroughs for all 141+ Citadel questions with Quant Blueprint.

Get Started