Tip 1 : Read previous interviews
Tip 2 : Take necessary courses for developing skills
Tip 3 : Do development
Tip 1 : Write what is required in job role
Tip 2 : Try to make it short
It is based on an Online Assessment. It consists of MCQs related to CS fundamentals and 4 basic Coding questions like Fibonacci, prime number, etc.






F(n) = F(n-1) + F(n-2),
Where, F(1) = F(2) = 1.
For ‘N’ = 5, the output will be 5.
In My Second Round of Interviews, a Mam came to the meeting and She asked first some warm-up Questions related to quants, logical reasoning, and English ability.
They asked to start questions on OOPS like:
Four Pillar of OOPS(Abstraction, Encapsulation, Polymorphism, Inheritance)
Constructor
Method Overloading
Method Overriding
After that, She asked me questions related to DBMS(Data Base Management System)
Start with Your Introduction.
What is Dbms?
SQL commands?
What is SQL?
Difference between Drop and Truncate?
SQL Injection?
Which Database do you use?

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