Tip 1 : Solve top 100 codding questions from online material
Tip 2 : Read interview questions from different online portals regarding the tech stack mentioned in resume
Tip 3 : Prepare well with some hr and behaverial questions , and basic aptitude
Tip 1 : Don't fill false things in your resume
Tip 2 : Have at least a good tech project which you can explain easily in every aspect.


If N = 12, then only ‘11’ has repeated digits. Therefore the number of integers between 1 and 12 that have at least one digit repeated = 1.
I used python language but i dont remember exactly the steps and question. But is was basic question.

If the value of 'N' is 1, then the answer for this is 45.
Because the list of one-digit numbers is [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 ] and each and every number is a palindrome in itself. So our ans equals (1+ 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 0) = 45.
Find the sum of digits of N and store it in a variable sum. Now check whether sum is palindrome or not
It was the business Discussion round with technical + hr interview question
Tell me about yourself.
Why do you want to join us?
Tell me about your previous wok experiences.

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?