Tip 1 : Clear all your basics with dynamic approach
Tip 2 : Apply your concepts in live projects
Tip 3 : Be a continuous learner
Tip 1 : Specify your skills very carefully and projects you worked on
Tip 2 : Also mention your responsibility and achievements other then in academics.
The first round was based on the aptitude skills which required basic maths and general knowledge to solve the question. There were 60 question and 1hour time which was enough to solve this.
I completed this before the tim
I got the link of this one day prior and it was instructed to be on time .Next day i open that link on given time and found there is someone for the observation.
Test started on time there is no issue and there is also no disturbance from the observer he is instructed me how to proceed.
Interviewer was very friendly and cooperative.



For ‘N’ = 10.
Unique prime factors are 2 and 5.
Hence we return {2, 5}.
1: Divide the given number by the smallest prime number
2: Again, divide the quotient by the smallest prime number.
3: Repeat the process, until the quotient becomes 1.
4: Finally, multiply all the prime factors.
This helps me to find out the correct output of the program given
The interviewer called me without prior knowledge and asked me whether i am free for this round or not i asked him to give 10min he agreed.
I called him after 10min then interview started he asked me for the introduction and then he put question regarding database specially of MYSQL and gave some queries to solve.
He also asked me about the networking part and how this work like satellite and connection establishment.
At last he appreciate me and congrats me for the qualification of round
He gives me a problem based on inner join in sql. And asked me the steps to solve this
Tip 1:First be aware about the question he puts and then react in my case i briefly explain the concept
Tip 2:SQL INNER JOIN is same as JOIN clause, combining rows from two or more tables. An inner join of A and B gives the result of A intersect B.
Tip 3:Have confidence on you and your knowledge main thing stay calm
I got the link prior one day before this round on my mail id .
HR joined on time he asked my about my self and introduce herself then she talked about the offer letter and company policies.
Environment was very friendly
In HR round she asked me about my educational background and we talked about the family background.
She told about the company policies and offer letter

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?