Medium Comprehensive income | Solve |
ProCoder Inc. reported the following information on Dec 31st. If we ignore income tax, what should ProCoder report as comprehensive income as of Dec 31?
|
Medium Land Sale | Solve |
Here’s the balance sheet for SinkedIn Ltd as of December 31, 2022:
SinkedIn Ltd acquires a smaller company for $100,000 cash. The acquisition adds $60,000 in goodwill and increases the long-term investments by $40,000.
Here’s the new balance sheet created after these changes:
Which of the following rows are erroneous rows in the balance sheet after the acquisition?
|
Medium Sell off long-term investment | Solve |
Review the following balance Sheet for Company Sinclair as of December 31, 2023 (in thousands of dollars)
Suppose that Company Sinclair has a tax rate of 30%. What will be the company's new equity balance if the company sells all its long-term investments at their book value, pays off all its short-term debt, and distributes the remaining cash as a dividend to shareholders?
|
Medium MATCH INDEX LOOKUP | Solve |
Some friends live in adjacent apartments in a building in Central Perk, New York. We want to write a function to search the apartment number by name. Which of the following functions should we use?
|
Medium Organization data | Solve |
We have two Excel files with organization data. One file has Organization ID and Organization Name fields, whereas the second file has Organization ID, Organization Name and Country fields. We wrote a query to retrieve the data from both files. Here’s a sample of the data retrieved:
We want to ensure Organization ID field is unique. Which of the following is the ideal solution that ensures Organization ID field is unique while retaining Country data?
A: Select the Organization ID and Country columns, and then click Keep Duplicates.
B: Select the Organization ID and Country columns, and then click Remove Duplicates.
C: Use Group BY function to group the rows by Organization ID. Specify output columns for Organization Name and Country using MAX operation.
D: Select Organization ID column and then click Remove Duplicates. Then specify output columns for Country using MAX operation.
|
Medium Student scores | Solve |
Here’s a sample Excel data source:
Here’s the expected data format:
Which of the following is the correct way to transform the data from the query editor to achieve the result?
A: Columns to Select: Student Only
B: Columns to Select: Student and Student ID
C: Columns to Select: Primary and Secondary
D: Command to Use: Pivot Column
E: Command to Use: Reverse Rows
F: Command to Use: Unpivot Columns
|
Medium VLOOKUP blood donor | Solve |
We are looking to find the contact number of the only blood donor with blood group O-. Which function should we use to look up the correct contact number? Here's the documentation for VLOOKUP: =VLOOKUP(lookup value, range containing the lookup value, the column number in the range containing the return value, Approximate match (TRUE) or Exact match (FALSE)).
A: =VLOOKUP("O-", A1:E10, 3, TRUE)
B: =VLOOKUP("O-", A1:E10, 3, FALSE)
C: =VLOOKUP("O-", D1:D10, 4)
D: =VLOOKUP("O-", D1:D10, 3)
E: =VLOOKUP("O-", A1:E10, 4, TRUE)
F: =VLOOKUP("O-", A1:E10, 4, FALSE)
G: =VLOOKUP("Kane", A1:E10, 4)
|
Medium Earnings Per Share | Solve |
Consider the following financial data for 3 companies (in millions) for the year 2022:
Which company has the highest Earnings Per Share (EPS) if each company has 50 million outstanding shares?
|
Medium Net cash receipt on issued bonds | Solve |
Gajni Inc. issued 2000 $100 9% bonds on May 1 (year 1). These bonds are issued at 103 plus accrued interest. The bonds are dated Jan 1 (year 1) and mature on Jan 1 (year 5). Interest needs to be paid twice a year (Jan 1 and July 1). The cost of issuing the bonds, $5000 was paid by Gajni Inc. to the investment bank. What would be the net cash receipt realized by Gajni Inc. from the issuance of these bonds?
|
Medium Return on Capital Employed | Solve |
Consider the following financial data for five companies for the year 2022:
Which company has the highest Return on Capital Employed (ROCE)?
|
Easy Hedge risk using derivates | Solve |
Phenomenal Pte. Ltd., a Singapore based company secured a new client in Germany for their SaaS business, and is expecting to receive a payment of EUR 1.3 million after 6 weeks. They want to be certain of the amount they receive and plan on using the derivates market to hedge the risk. What action would you recommend?
|
Medium Claims for a new drug Xylanex | Solve |
A pharmaceutical company claims that their new drug, Xylanex, is highly effective in treating a specific medical condition. They provide statistical data from a clinical trial to support their claim. However, a group of scientists has raised concerns about the validity of the study design and potential bias in the data collection process. They argue that the results may be inflated and not truly representative of the drug's effectiveness.
Which of the following assumptions is necessary to support the pharmaceutical company's claim?
A: The clinical trial participants were randomly selected and representative of the target population.
B: The scientists raising concerns have a conflict of interest and are biased against the pharmaceutical company.
C: The statistical analysis of the clinical trial data was conducted by independent experts.
D: The medical condition being treated by Xylanex is widespread and affects a large number of individuals.
E: The pharmaceutical company has a proven track record of developing effective drugs for similar medical conditions.
|
Medium Emma's cafe business | Solve |
Emma's cafe has been operating successfully for the last 6 years. Profits have been growing every year, with this year (2020) being their best year so far. As a thank you, Emma treated her staff to a meal at a Michelin star restaurant.
Below are 3 statements about Emma, her staff and her cafe. Can you help us decide whether the 3 statements are "True", "Probably True", "Insufficient Data to Say True or False", "Probably False", or "False".
1. Emma's staff members are happy.
2. Emma's cafe did well in 2016.
3. Emma is rich.
A: True
B: False
C: Probably True
D: Probably False
E: Insufficient Data
|
Medium Ivory's new startup | Solve |
Statement: Ivory started a new startup. We know for a fact that almost all startups fail within the first 2 years.
Conclusion: Ivory's startup will fail.
Does the conclusion follow from the statement?
|