Question
The ratio of number of balls in bags A & B is 3:4.
Seven Balls are taken from bag B and are dropped in bag A, number of balls are equal in each bag now. Number of balls in each bag now isSolution
                  A            B Number of balls     3      :       4 Let bag A have 3x balls and bag B have 4x balls Now 7 balls are taken out of bag ‘B’ and put in bag ‘A’ (3x+7)/(4x-7) = 1/1 3x+7=4x-7 x = 14 Bag A = 3 × 14 + 7 = 49 Bag B = 4 × 14 – 7 = 49
Which of the following Big Data processing models is based on the concept of continuous data flow processing?
Which test is commonly applied in time series analysis to determine whether a series is stationary?
A retail company wants to optimize its marketing strategy by segmenting customers based on purchasing patterns. Which technique is most suitable for thi...
Which data transformation scales features to a range of 0 to 1?
What is polymorphism in Python?
Which of the following statements about the mean, median, and mode is true when applied to a dataset with a skewed distribution?
In Pandas, which function reads CSV files?
Which of the following best describes a key advantage of containerization over traditional virtual machines?
A disk scheduling system receives requests for the following cylinders: 98, 183, 37, 122, 14, 124, 65, 67. If the current position of the disk head is a...
A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would ...