Tip 1 : Start with easy questions later move to medium and hard
Tip 2 : Always revise the concepts learned earlier and try to solve questions from old topics
Tip 3 : Give equal importance to all kind of structures
Tip 1 : Mention your projects
Tip 2 : Try to cover your field of interest projects and certifications in the resume bio.
In the first round, the questions are around verbal reasoning and quantitative ability and two easy level coding problem.
For ‘A’ = 4, ‘B’ = 2, ‘C’ = 4, ‘M’ = 3,
‘A’ ^ ‘B’ / ‘C’ = 16 / 4, which is 4.
So, 4 % 3 is 1, hence the output will be 1.
Asked me to insert a node in linked list just asked me the approach.
As I was electronics background asked me about 4G and 5G
Assume that the Indexing for the linked list starts from 0.
Input: ‘N’ = 5, 'LIST' = [1, 1, 2, 3, 4, -1], ‘VAL’ = 2, ‘POS’ = 1.
Output: 1 -> 2 -> 1 -> 2 -> 3 -> 4
Here in the given list we can see that the node having value 2 is inserted at position 1.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is 3 + 2 * 4 based on operator precedence?