Tip 1 : Solve basics of reasoning skills.
Tip 2 : Do atleast one project
Tip 1 : Describe yourself
Tip 2 : Make it Look Professionally Formatted
- Noon time
- Environment was good.
- No activity
- Interviewer was good



1 2 3
4 5 6
For the above 2*3 matrix , possible paths are (1 2 3 6) , (1 2 5 6) , (1 4 5 6).
You can return the paths in any order.





Consider the Binary Tree below :

Here only node 1 has both its children. Also 1 = 3^2. So the answer for the above test case is true. We consider the xor only when both the children are present.


The value of M[i][j] should be 1.
All other cells of row i should be 0.
All other cells of column j should be 0.
For the matrix :
1 0 0
0 0 0
0 1 0
The Answer will be 2 as cell (0,0) and (2,1) are special.(Indexing is 0 based).
How many times can you subtract 10 from 100?
A) 9 times B) 10 times
C) 1 time D) 0 times
If A is substituted by 4, B by 3, C by 2, D by 4, E by 3, F by 2 and so on, then what will be total of the numerical values of the letters of the word SICK?
Tip 1: Practice RS aggrawal
Answer- Total value = 4 + 2 + 2 + 3 = 11.
- Morning time
- Environment was good.
- No other significant activity
- Interviewer was not soo good
Tell me about yourself
How would you rate yourself?
What three factors do you attribute to your success in life?
What are positive things in you?
Tip 1 : Practice all questions verbally
Tip 2 : Speak point to point

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?