Tip 1 : Prepare DBMS properly as asap is a database-oriented company, they might ask quite a question regarding the DBMS.
Tip 2 : Prepare DSA properly as they will be asking medium level algorithm problems, try to be more approach oriented rather than being perfect in code
Tip 3 : Also prepare the core subjects related to cs and also get through the projects that you have build till now
Tip 1 : Avoid adding too many things just for the sake of attracting. They might ask questions on specific technologies/ things that you have added. Write down only those in which you are very good.
Tip 2 : Create a simple yet attractive resume clearly pointing out you. And resume should be clean so that interviewer can see things clearly
15 Coding related MCQs and 2 Coding questions with medium difficulty


As the answer can be very large you need to return the answer in mod 10^9+7.


If ‘N’ = 5, ‘ARR’ = {2, 4, 10, 8, 6}
You can rearrange ‘ARR’ to now become {2, 4, 6, 8, 10} this is an arithmetic progression. Therefore we will print “true”.

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?