← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Status: 7 years of experience in product development Position: SSE Location: India Date: July
Round 1 Brief project discussion Coding - Given a number N and K, count total possible ways to reach sum (N) by using numbers from 1..K, eg. N = 5 K = 3, possible combinations - {1,1,1,1,1}, {2,3}, {1,1,1,2}, {1,1,3} etc.
Round 2 Project discussion Pros/cons of NoSQL DB Discussed about what strategy I am using for partition, how to form a good/bad query Coding - In-place removal of some indexes from a given list. Eg. remove {0,1,5} indices from a list How to encode and decode an IP address
The interviewer in Round 2 was very rude.