Tower Research Capital Interview Experience for Experienced SDE - 1,
Dec 2020
This was the qualification round which comprised of several MCQs and 3 coding questions.
It was held on Hackerearth from 3:00 PM to 4:00 PM.
Use of any other IDE was prohibited.
Write a query that prints a list of employee names (i.e.: the name attribute) for employees in Employee having a salary greater than $2000 per month who have been employees for less than months. Sort your result by ascending employee_id.
Given a Problem Statement and a Code we need to find the bug in the code and correct the given code.