Question
P is 25% less efficient than Q. In what ratio should
their wages be shared?Solution
Let the efficiency of Q be 100 Efficiency of P = 100 Ă— (75/100) = 75 Ratio of efficiency of P and Q = 75: 100 = 3:4
A data structure allows insertion and deletion only from one end. Which of the following best describes its use case in real-world scenarios?
In the context of network security protocols, which of the following is responsible for securing web traffic by encrypting data between a client and a s...
Which of the following Big Data processing models is based on the concept of continuous data flow processing?
Which of the following query will return the third-highest salary from an Employee table in SQL?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
  int x = 10, y = 20, *p1 = &x, *p2 = &y;...
What factor primarily determines the minimum sample size needed for a survey ?
Which cloud computing service model provides users with complete control over hardware resources like servers, storage, and networks?
Which of the following forecasting methods is most suitable for data with a linear trend but no seasonality?
Which SQL query would return the top three departments with the highest total salaries from an employees table with columns department , salary , and em...
In data analysis, why is sampling often preferred over analyzing an entire population?