Ques 1: What will the output of the following program be?

l=[1,2,3,4]
print(l*2)
[1, 2, 3, 4, 1, 2, 3, 4]

Ques 2: Supppose you want to plot a single variable to find out whether that variable is normally distributed or not. Which of th follwong plots would best serve this purpose

  • Scatter Plot
  • Box Plot
    Histogram
  • Barplot

Ques 3: You are an analyst working for netflix and trying to figure out the kind of factors that affect the rating of current crop of 25 netflix movies and you prepared the following correlation matrix. Now answer the following.. Which of the following attributes inversely affect the viwer rating?

  • Gross Earning
  • Movie Length
    Both a and b
  • Budget Only

Ques 4: Consider the following table and answer the ques.. Given below is the data of schul boys and girls of an Indian state reported the number of times they play games, i.e whether they play everyday,never, once a month, or once a week. What is the percentage of boys among the students who plays atleast once a month?

  • 97%
  • 3%
    50%
  • 32%