Tip 1 : Focus Only One programing language whether it is C, C++, Python etc, and have a strong knowledge of basics of which language (programming) you are preparing.
Tip 2 : Focus Mainly Pointers, Classes, Function, Local and global variable.
Tip 1 : Mention at least 1,2 project whether it is major or minor and, if it is simulation project then be ready with it.
Tip 2 : Don't put the hobbies/interest/skills which you don't.
It is the first round and there is two sections First One is Aptitude (MCQ) Second is Coding (MCQ + Problem).
First round is of 45 minutes and there is 30 MCQ of Aptitude, and Topics is Time, Distance, Some math's question, reasoning etc. If you have a basic knowledge of all this topics then you can easily crack this round.
Second Round is of Coding Round topic may be any one but they ask only basics there are 20 MCQ and 2 Coding program you have to solve all.
F(n) = F(n - 1) + F(n - 2),
Where, F(1) = 1, F(2) = 1
"Indexing is start from 1"
Input: 6
Output: 8
Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Interview was scheduled on Friday at 11 AM. Please join 5, 10 minutes before interview start and have good internet connection , camera quality, background light, mic etc.
Interviewers ask about me. please gave the only necessary information in your intro because they already have your resume so short you intro. then they asked me the language which i know (C Language) they start questioning about pointers, local-global variables, iteration etc. also gave me a question it is just 6,7 line of program and asked the output.
Don't use local language use professional language i.e English.
It is just a Post or Pre increment/Decrement questions. But there are lots of of variable where they store values so you need to check carefully the line of code.
You can use your pen and paper if they allow (and most of them allow to use pen and paper) and you can solve the problem in a simple manner. The coding question they asked are not bigger than you can't solve.
For this position HR round is just a formality round. But you have to join 5,10 Minutes before interview starts and greet the members. HR asked you to that whether you are able to join company on a specific date or not, are you willing to relocate, ready to work in any shift, and whether you are able to sign bond (1,2 Years).
Willing to relocate, Ready to join on a specific date, Signing bond, Work shift.
Tip 1 : If you don't have any problems with there policy they you just say Yes to all questions.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL keyword removes duplicate records from a result set?