🎁 Exclusive Offer! Join our Telegram Channel to get **special discounts** and updates! 🚀

🚀 Struggling with coding interviews? We've got you covered! 💡 Practice real questions, sharpen your skills, and land your dream job! 🎯

Search Questions

Recent Questions

#1

You own a recruiting agency and you are trying to analyze data from the recruiting process.

After doing a data pull, you have a database containing 2 tables - interviews and positions.

The interviews table contains the following columns:
- id: a unique ID for each interview session
- position_id: ID for the position that the interview was for
- candidate_id: ID for the candidate that was

Asked in: INFOTECH


People Bought: 0

Price (in Rs): 81.00

#2

You are helping your professor at the university to generate a report containing three columns: name, grade, and mark. You are given a table of grades and students. Your professor has instructed you to create the report according to the following specifications:

- He doesn't want the names of those students who received a grade lower than 'C'.
- Higher grades in the report should be entered fi

Asked in: INFOTECH


People Bought: 1

Price (in Rs): 51.00

#3

Question: The kingdom has been given terrible news: the King has passed away. While the nation is mourning, the noblemen need to decide who will take the throne next.

The late King had many children, and now it is necessary to determine their order of succession according to their seniority.

The list of the King's children is represented as a table "Successors" with the following attributes:

Asked in: INFOTECH


People Bought: 0

Price (in Rs): 0.00

#4

Your boss wants to identify the successful projects running in your company, so he asked you to prepare a list of all the currently active projects and their average monthly income.

You have stored the information about these projects in a simple database with a single Projects table that has five columns:

- internal_id: the company's internal identifier for the project
- project_name: the

Asked in: INFOTECH


People Bought: 1

Price (in Rs): 0.00

#5

The longest diagonals of a square matrix are defined as follows:
- The first longest diagonal goes from the top-left corner to the bottom-right corner.
- The second longest diagonal goes from the top-right corner to the bottom-left corner.

Given a square matrix, your task is to swap its longest diagonals by exchanging their elements at the corresponding positions.

Example:

matrix = [[1,

Asked in: INFOTECH


People Bought: 0

Price (in Rs): 0.00