Tip 1 : Select ant one language from Python, java, C++, C ,Prepare till class and no need to go further
Tip 2 : Reasoning of selective topics can be done on indiabix website
Tip 3 : Prepare for simple coding rounds, No need for algorithm and data strucure.
Tip 1 : Build simple
Tip 2 : They do not short list based on resume rather they will mail you the test link.
First round determines your selection.
There are two sub round in first round.
First Sub round:
Each section has cut - off so try to clear as much as possible.
- Reasoning
- English - If good not required
-Pseudocode - If good at coding then Only practice
-Cloud and Network - Basic concepts
- Ms office - Basic
Note - Most of candidate will loose marks in Cloud and MS because some questions are unexpected so it is okay. But try to guess close to answer as much as possible
Candidates who clear the first sub round will Only get to code in next second sub round.
Second sub round:
- First Easy Program
- Second Medium level Program -
Note: Coding questions are not from data structure and Algorithms. Practice logical questions more.



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.
Simple Communication skills required:
Listing,
reading
Writing
speaking
Introduction
Final year Projects
Favourite subjects
Interest
Other common questions - where do you see you self in five years? etc

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: