Question
How many persons are starting the business between B
and M? Study the following information carefully and answer the below questions. Eight persons- A, B, C, D, M, N, O and P are starting their business on different month- March, April, August and November on different dates either 06 or 17 of the month of the year 2020. All the information is not necessarily in the same order. O has started on April 17. Only one person is starting the business between M and N. P has started two persons before D. M has started the business on even numbered date after O. The number of persons starting between B and C is same as between N and D. A has started the business on either November or April. D has started on an odd numbered date. C does not start on even numbered date.Solution
O has started on April 17. M has started the business on even numbered date after O. Only one person is starting the business between M and N. From the above condition, there are three possibilities.
P has started two persons before D. D has started on an odd numbered date.
C does not start on an even numbered date. A is starting the business on either November or April.
The number of persons starting between B and C is same as between N and D. From the above condition, case1 and case3 get eliminated.
Case2 shows the final arrangement.
Â
To help a retail business increase its conversion rate, a data analyst should start by defining which of the following metrics?
An e-commerce company wants to understand the trend of holiday season sales over the past decade to forecast future sales. Which analysis method should ...
Which visualization is best for showing trends over time?
A data analyst is tasked with evaluating customer feedback from a population of 1,000,000 survey responses. Why is sampling an essential technique in th...
Which regex symbol matches zero or more occurrences of the preceding character?
Which of the following scenarios best exemplifies the use of semi-structured data in an organization?
In a min-heap, what is the complexity of removing the smallest element and restoring the heap property?
When using descriptive statistics, which measure is best for understanding data variability?
Consider the following Python code snippet:
class Employee:
  def __init__(self, name, age):
    self.name = name
<...Which sampling technique is best suited for dividing a population into distinct subgroups and ensuring each subgroup is proportionally represented?