Tip 1 : Just practice the question as much as you can and be in practice till you give the exam
Tip 2 : Represent your project in a way that impresses and make a project that adds value to the society and explains it well
Tip 3 : Most important feel confident, they help u in a way so be confident
Tip 1 : They are interested in oops and algorithms so mentioned
Tip 2 : Make a development project and add it to the resume, just don't add too much of intro keep it short
The exam was in the morning,
There was 2 coding questions asked and an SQL query which is important
Just keep in mind of time and you have to pass the section too



If a number has trailing zeros, then its reverse will not include them. For e.g., the reverse of 10400 will be 401 instead of 00401.
Fist take out each digit of the number and then finally add the first and second last digit
example n =n%1000 (depend on the n th number)
then reverse the number



take out the panagram of the string and then use the recursive approach for the subset
the interview was scheduled for 5 pm but the interviewer came till 7 pm I was just waiting for that long time
it was taken by superset through video call , so be in a formal dress that I recomend



1. If 'X' is not found in the array, return 0.
2. The given array is sorted in non-decreasing order.
So for my first step i follow brute force approach and I solve by integrating through the string and maintaining a count of new letter and at last comparing through min and max
then interviewer ask for better approach then I use hashmap (use google to find soln)
What are the different types of keys?
What do you know about joins and nested joins?
Asked a question to query where I have to use 3 joins?
Tip 1 : Prepare DBMS with good basic and also know the definitions
Tip 2 : Do practice for SQL queries more focus on joins
He asked a lot of question from my project, he spend at least 40 mins on my project about my stack I am using whats the approach ? why you choose to go in this way ? these all are the question he asked me
Tip 1 : Make a development project and just really do work on it
Tip 2 : Be confident what u have made and explain the interviewer about the project well so he can get interested in project
Tip 3 : if u want to drive your interview to project just while giving your intro give a little intro to your project like what technology it uses and all

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: