Tip 1 : Never leave any topic from any chapter / Subject
Tip 2 : Learn to explain your thoughts well
Tip 3 : Learn from previous experiences / interviews / problems asked.
Tip 4 : Atleast 4 projects in Resume
Tip 1 : Atleast 4 projects on Resume
Tip 2 : Do not write false things. You always get caught. Be genuine.
Online Round - 2 questions.
75 minutes
1. 1 occurs in the sequence exactly once.
2. Each integer between 2 to N(inclusive) occurs in the sequence exactly twice.
3. For each integer i between 2 to N, the distance between the two occurrences of i should be exactly i.
1. A sequence A is lexicographically larger than a sequence B (of the same length), if in the first position where A and B differ, sequence A has a number greater than the corresponding number in B.
2. It is guaranteed that under the given constraints, there is always a solution.
1. Choose a ball from the string 'HAND', and insert it anywhere on the string 'BOARD'.
2. If there is a group of strictly more than 2 balls of the same color touching each other, remove them from the string 'BOARD'. Keep doing this until the string 'board' becomes empty or no more balls can satisfy this condition.
1) Both strings will be non-empty and will only contain the characters ‘R’, ‘B’, ‘G’, ‘W’, and ‘Y’.
2) Initially, the string 'BOARD' won’t have more than 2 balls of the same colors touching each other.
1 Coding problem and 1 OOP problem
Virtual function and abstract class
Resume based problems, OOPs, DBMS, OS problems
Virtual memory ? Usage , example4
Threads, Processes , differences.
Design linkedin kind platform
Typical HR interview round. Short and crisp
Are you reliable? or Can I trust you with responsibilities?
What are the three things that are most important for you in a job?
What was the toughest decision you ever had to make?
Tip 1 : Be quick and direct.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which operator is used for exponentiation in Python?