Tip 1 : Leetcode and geekforgeeks for coding,
Tip 2 : MDN for JavaScript
Tip 1 : Mention roles and responsibilities
Tip 2 : if year gaps are present, have an explanation for the same
Started with introduction and then basics from JavaScript and then with react and react native. After this there was a small problem statement given.
Explain is Scope in JavaScript?
List some of the advantages of JavaScript.



If the given array is [4, 2, 9] then you should print "3 5 6 7 8". As all these elements lie in the range but not present in the array.
Traversed through the array and printed the index if it did not exist on the given array
This was mostly related on react native specifics and on other cloud related aspects. I only remember one coding question from this round.


The number need not contain all the digits.
Consider ‘N’ = 4, the numbers containing only the given digits are [0, 1, 2, 3]. The 4th number is 3. Hence the answer is 4.
Questions on git, folder structure and about libraries used
What is Git?
What is a distributed VCS?
Can you please explain the DRY principle?
Should have basic knowledge of different paradigms

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