Tip 1 : Practice aptitude questions
Tip 2 : Practice coding questions
Tip 3 : Read books
Tip 1 : Have atleast 3 great project
Tip 2 : Write only what you know and prepare well
It consists of 2 Sections of overall time duration: 1 hrs 45 mins
1. Aptitude and English:
Difficulty Level – Moderate
2. Programming Questions:
Difficulty Level – Moderate
Total no of questions – 2



Suppose ‘A’ = “brute”, and ‘B’ = “groot”
The shortest supersequence will be “bgruoote”. As shown below, it contains both ‘A’ and ‘B’ as subsequences.
A A A A A
b g r u o o t e
B B B B B
It can be proved that the length of supersequence for this input cannot be less than 8. So the output will be bgruoote.



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.
To clear this round one must have good command over core subjects and skills that he/she mentioned during the interview.
Introduce yourself.
In how many ways can we put images on any webpage?
In how many ways can we use CSS in a webpage?
Which tag is used to change lines in HTML?
What is the responsiveness of the website?
How can we achieve responsiveness?
What is Node.js, Express.js?
What is DBMS?
What is CORS?
What are joins? Types of joins?
What do you mean by object-oriented?
What are method overloading and method overriding? Difference between them?
What are SDLC, steps? (Suggestion: Read SDLC, Agile, Waterfall method in detail)
What are Software testing, debugging, types of software testing?
This interview was conducted by the Vice President of Reliance JIO and was the final round and I was asked the following questions:
Introduce yourself
Tell us about your family.
Why do you want to join JIO?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?