All Companies

Citadel Interview Questions

141 real interview questions at Citadel.

Showing 31–60 of 141 questions

31

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
32

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

Quant ResearcherQuantitative Researcher
33

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
34

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
35

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

Quant ResearcherQuantitative Researcher
36

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
37

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
38

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
39

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
40

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
41

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

Quant ResearcherQuantitative Researcher
42

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
43

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

Quant ResearcherQuantitative Researcher
44

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

Quant ResearcherQuantitative Researcher
45

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
46

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
47

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

Quant ResearcherQuantitative Researcher
48

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

Quant ResearcherQuantitative Researcher
49

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

Quant ResearcherQuantitative Researcher
50

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

Quant ResearcherQuantitative Researcher
51

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
52

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
53

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

Quant ResearcherQuantitative Researcher
54

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

Quant ResearcherQuantitative Researcher
55

Given a series of real numbers, what is the optimal point on the real line that minimizes the sum of the distances to all these numbers? Follow-up: What is the best algorithm to calculate the median of a sequence of numbers? Follow-up 2: Design an algorithm that can update the median of a sequence as new numbers are added.

Quant ResearcherQuantitative Researcher
56

Given an array of numbers: 1, 5, 3, 2, 4, 2, 3, 1, 2, 3, 2, 4, return another array where duplicate numbers are grouped in consecutive positions, maintaining the order of their first appearance. For example, the result should be: 1, 1, 5, 3, 3, 3, 2, 2, 2, 2, 4, 4.

Quant ResearcherQuantitative Researcher
57

Given an array of numbers, find three numbers such that their product is the maximum possible.

Quant ResearcherQuantitative Researcher
58

Write a program to output all the prime numbers smaller than a given integer N.

Quant ResearcherQuantitative Researcher
59

Find the minimum value of the function f(x) = x^x for real x > 0.

Quant ResearcherQuantitative Researcher
60

You have two eggs and a 100-story building. If an egg is dropped from a floor below floor X, it will not break; if dropped from floor X or higher, it will always break. What strategy would you use to determine the exact value of X with the minimum number of drops in the worst-case scenario?

Quant ResearcherQuantitative Researcher

Want the full solutions?

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

Get Started