Sobes.tech

Product Analyst

If the significance level α is set, with a probability of Type I error equal to 1, what will happen?

233

- Python You have a table 'orders' with order_id, created_dt, user_id, price, discount There is also a reference table 'users' with id, reg_date, city Write Python code to calculate the average check for each city and the average number of orders per user for the first quarter of the current year.

204

Table with 1 column: id --- 1 2 3 4 5 NULL NULL 1) What will the function return in a query like: -- SELECT ... FROM table count(*) = count(1) = count(id) = count("id") = count(NULL) = 2) min(id) = max(id) = sum(id) = avg(id) =

201

A study was conducted that 90% of accidents are committed by sober drivers, and 10% by drunk drivers. Can this mean that sober driving is 9 times more dangerous than drunk driving? Confirm with calculations.

200

How were tasks assigned to you, who decomposed them, and who made decisions? Provide an example of a task.

187

Suppose there are only 100,000 drivers. How then would you calculate and interpret the risk of an accident?

169
/2