Question
Calculate the percentage contribution of the South
branch's total revenue to the company's total revenue over the three years (2021-2023). Revenue (in ₹ lakh) of Three Branches (North, South, West) Over Three Years (2021-2023)Solution
Total revenue of South branch from 2021 to 2023 = 95 + 105 + 115 = ₹315 lakh Total revenue of all branches from 2021 to 2023: North = 80 + 90 + 110 = ₹280 lakh South = ₹315 lakh West = 70 + 85 + 95 = ₹250 lakh Grand total = 280 + 315 + 250 = ₹845 lakh Percentage contribution of South branch = (315 / 845) * 100 = 37.28%, approximately 37.3%. Correct Answer: c) 37.3%
What does the "Model" represent in the MVC architecture?
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
Which scheduling policy may result in high waiting times for long-running jobs?
Which data analytics technique is suitable for handling missing data points in a dataset?
Which device operates at the Data Link Layer of the OSI model?
 Which is the first process launched by the LINUX?
Which protocol is used for secure remote shell access and file transfers?
Which sorting algorithm is known for its best-case time complexity of O(n) when the input is already partially sorted?
C++ follows ___.
Which command is used to delete a file in a Unix/Linux system?