For this first round was written or online coding test.
I was given 3-4 coding problems to solve online. I don't remember the exact details of the questions, so giving kind of highlights of the questions here -
1) You are given a list of movies with their start & end times. Now you need to find the maximum number of movies possible to watch with in the given time frame. You can't watch 2 movies at single time, so once one movie ends then only you can watch other.
2) You are given a list of names & you need to find the name which is repeated & also come before other repeating names.
ex : Rakesh, Satish, Nitin James, Nitin, Alfred, Rakesh
Answer will be : Rakesh
3) You are given a paragraph of many statements in different line & a word. Now you need to find the count of statements containing that word.
I think I am forgetting one more question. But there was the time limit for every question, so be careful while solving such questions.
I was not getting positive outlook from the internet sites, so didn't go for further discussions.
I was given 3-4 coding problems to solve online. I don't remember the exact details of the questions, so giving kind of highlights of the questions here -
1) You are given a list of movies with their start & end times. Now you need to find the maximum number of movies possible to watch with in the given time frame. You can't watch 2 movies at single time, so once one movie ends then only you can watch other.
2) You are given a list of names & you need to find the name which is repeated & also come before other repeating names.
ex : Rakesh, Satish, Nitin James, Nitin, Alfred, Rakesh
Answer will be : Rakesh
3) You are given a paragraph of many statements in different line & a word. Now you need to find the count of statements containing that word.
I think I am forgetting one more question. But there was the time limit for every question, so be careful while solving such questions.
I was not getting positive outlook from the internet sites, so didn't go for further discussions.