Tip 1 : Practicing different variety of problems rather than doing same questions.
Tip 2 : Study about technologies used in project mentioned in resume.
Tip 1 : Highlights the Technology Stack used in the Project.
Tip 2 : Please provide GitHub link of the project mentioned in the project that with give you the authenticity of project.
Timing was good and sufficient as per level of questions.



If the code name does not match any interval then print -1 for that code name.
Question were of type Medium and Easy for this round.






1. You can return the list of values in any order. For example, if a valid triplet is {1, 2, -3}, then {2, -3, 1}, {-3, 2, 1} etc is also valid triplet. Also, the ordering of different triplets can be random i.e if there are more than one valid triplets, you can return them in any order.
2. The elements in the array need not be distinct.
3. If no such triplet is present in the array, then return an empty list, and the output printed for such a test case will be "-1".
Question was asked in manner to check the problem solving ability.
Design URL Shortener.
Tip 1 : Please clear all the requirements before proceeding to the questions.
Tip 2 : SQL Queries and DBMS Concepts were asked based on the solution provided during the interview.

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?