Tip 1 : prepare your resume according to the role you apply.
Tip 2 : Do atleast 2 good projects and add it in resume.
Tip 3 : Improve your problem solving skill by leetcode.
Tip 1: Add 2 good projects related to your interested technology.
Tip 2: Add your coding profiles in resume that help you to get selected in resume shortlisting
90 minutes round conducted as virtual..



1: 0 <= F[i] <= 2^31 - 1, (that is, each integer fits a 32-bit signed integer type);
2: F.length >= 3;
3: and F[i] + F[i+1] = F[i+2] for all 0 <= i < F.length - 2.
Input: "123456579"
Output: [123, 456, 579]
Explanation:
Since 123 + 456 = 579, therefore the given string can be broken into fibonacci sequence
I solved Using recursion approach
What is your achievement appart from academics?
Tip 1: Write by own thoughts, because in HR interview they ask about this to test all are written by your own thoughts..
Tip 2: Try to avoid grammer mistakes.
Tip 3: write fastly,since it has Timing..
Morning 10'o clock conducted as virtual interview..




Tip 1: prepare and practice pattern based questions
Tip 2: do prepare all doselect Pattern questions.
Tip 3: collect all old doselect Pattern coding questions and do solve
Morning 10.30 conducted as virtual interview
Vuram Questions:
1) Self introduction
2) areas of interest
3) sql statements
4) coding- c program to print values of array which when multiplied is greater than 20
5) real world examples of networking protocols
Tip 1: practice basic techniques of coding patterns
Tip 2: practice all important questions of leetcode problems
Tip 3: make note of techniques to solve problems
Only 10 mins of Casual interview
1)Family background
2)Companies attended before vuram
Tip 1: Just be confident while talking to HR
Tip 2: Ask questions about the company
Tip 3: Be curious about the joining and express to HR.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the purpose of the return keyword?