Tip 1 : Know your resume (mentioned technologies & projects)
Tip 2 : Practice Coding questions
Tip 3 : Understand the fundamentals and concepts
Tip 1 : Structure your resume in descending order, recent first
Tip 2 : Don't mention anything in the resume that you cannot justify
Tip 3 : Reduce the length of your resume, and be precise so that you can explain the projects. Do not write everything in your resume that you have done, Understand the requirement of the job and prepare your resume based on that only.
First and only coding round
Input: [1,2,3,4,5]
Output: [5,4,3,2,1]
Used recursive strategy.
step 1 : Finding whether the passed parameter is a function or value,
step 2 : If value (base condition) print the value else if the function call again.
It was a round based on system design
Concepts of CI / CD.
Adding a feature as a plugin in the app
Tip 1 : Practice for System Design
Tip 2 : Take help from previous interview experiences
Tip 1 : Negotiate as much as your can. Do not hesitate to inform them of the offer in hand (if any)
Tip 2 : Be polite and confident
Tip 3 : Ask them to explain the complete salary structure, work timings, perks, and benefits, Check reviews online
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL keyword removes duplicate records from a result set?