Tip 1 : Mark skills with Bold letters.
Tip 2 : Mention projects on resume
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
- Morning time
- Environment was good.
- No
- Interviewer was good
In 1st second ‘O’ can kill the angel if the ‘A’ reaches the ogre’s location.
In the 2nd second, ‘O’ can kill if ‘A’ is in 8 surrounding cells.
In 3rd second ‘O’ can kill if ‘A’ reaches the ogre’s location.
In the 4th second, ‘O’ cannot kill ‘A’ in any condition.
This sequence repeats cyclically.
‘A’ is the same colored cell as ‘X’.
‘X’ is only active at the time equal row number of ‘X’.
Input:
'N' = 12
‘A’ = [12 11]
‘O’ = [3, 9]
‘X’ = [8, 4]
‘Z’ = [4, 3]
Output: [5, 11]
The Angel will be killed by the demon(‘X’) at 8th second as follows:

Suppose given ‘HOUSES’ is [1,2,3] and ‘NINJAS’ is [2] then
The defending radius range of the ninjas (‘NINJAS’) is 1 since there is only one ninja that is defending at position 2, and if we use the radius 1 standard, then all the houses can be protected.




Input: 'WORDS' = ["ninjas", "coding", "codingninjas"]
Output: ["codingninjas"]
Only word "codingninjas' is formed after concatenating two or more words in the list i.e "coding" and "ninjas".


Initially, there are no usernames in the database.
Let s = {“ninjas”, “ninja”, “ninjas”, “ninjas1”}
Now In this example, first and second users are not present in the database, so they will be given the same usernames i.e. “ninjas”, “ninja”, now for the third user, “ninjas” is already present in the database, so he will be given the username “ninjas0” and for the last username, “ninjas1” is also not present in the database so he will be given the same username.
Hence the final usernames in the database will be {“ninjas”, “ninja”, “ninjas0”, “ninjas1”}.



Do not print anything, just return the number of set bits in the binary representation of all integers between 1 and ‘N’.
- In Afternoon time
- Environment was good.
- No
- Interviewer was good
1- Tell me about yourself.
2- Strength and weekness?
3- Why do you wants to join us?
Tip 1 : Keep Communication good
Tip 2 : Practice on communication skills

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?