Tip 1 : Improve Communication Skills
Tip 2 : Do Extra Subjects
Tip 3 : Prepare some Projects
Tip 1 : Do Mention coding profiles in resume
Tip 2 : Do add summary of Projects
There were 10-15 Aptitude questions and 2 Coding questions



Input:
'num1' : 1 -> 2 -> 3 -> NULL
'num2' : 4 -> 5 -> 6 -> NULL
Output: 5 -> 7 -> 9 -> NULL
Explanation: 'num1' represents the number 321 and 'num2' represents 654. Their sum is 975.
1. Traverse the two linked lists in order to add preceding zeros in case a list is having lesser digits than the other one
.
2. Start from the head node of both lists and call a recursive function for the next nodes.
3. Continue it till the end of the lists.
4. Creates a node for current digits sum and returns the carry.



It is guaranteed that there is at least one such integer under given constraints.
We can simply iterate over the numbers from 1 - > Sqrt(Number) and check whether the it is a factor or not and also its divisor is a factor or not
T.C -> O(Sqrt(Number))
This Round mainly focused on Projects
I was asked to explain my Project and what problems i faced while making that
What are your hobbies?
Tip 1 : Prepare a brief Summary of your Project
Tip 2 : Don't Copy paste code in your Project
Tip 3 : Prepare a Decent Project and not the ones which are readily available on Google

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: