Tip 1: Complete all puzzles from Brainstellar.
Tip 2: Cover all fundamentals of probability.
Tip 1: Do not include false information on your resume.
Tip 2: Have some projects on your resume.



1. Horizontally as 1x2 tile
2. Vertically as 2x1 tile
The number of ways might be large so output your answer modulo 10^9 + 7.

Answer -> 1 will always remain empty 4^n not divisible by 3 can create grid with only one remaining Induction
1) Base case -> single gird
2) Assuming induction hypothesis , break the grid into 4 parts , fill all parts with 1 missing and put the L shaped tile to get perfect 3/4 of the grid .
Now put the smaller set in the top right to get 1 missing again
There are 100 prisoners, all isolated. There is a single room with a light bulb (initially OFF).
Prisoners are brought into the room one at a time, in random order.
They can toggle the light (ON/OFF).
They cannot communicate otherwise.
At any time, one prisoner can declare:
“All prisoners have visited the room at least once.”
If correct → all are freed
If wrong → all are executed
How can they guarantee success?
You need a way to count visits indirectly.
Only one prisoner should be responsible for counting.
Others should contribute in a controlled way.
Avoid double-counting!
You are given two envelopes. One contains twice as much money as the other.
You pick one envelope at random.
You open it and see ₹X inside.
Now you are given a choice:
Keep it or switch to the other envelope.
Conditional probability
Bayesian reasoning
Hidden assumptions

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL keyword removes duplicate records from a result set?