Correlation one data engineering boot camp 笔试题,一共12题要在45分钟里面做完,大部分是选择题,有两道填空题。最近还有Merck 的Datathon,有兴趣的可以留言组队参加。
. 1point3acres
题目格式有点乱还请多多包涵。
you are developing a conceptual schema for a database with the following variables:
studentID: A unique ID assigned to a student
FName: The first name of a student
Lname: The last name of a student
Email: the email address a student
Major: A student's major. Χ
which of the above variables are candidate keys for the database? select from following. 1. Fname, Email 2. StudentID, Major 3. FName, LName 4. Email, StudentID 5.LName, Email
The following are two data tables for a company, Employees and Department, the employee table contains the followi and on which products at the store, you have data on each customer: age, gender, amount spent, and category of products bought.
. 1point 3acres
which of the following methods for dealing with erroneous and missing values would be least likely to harm the original dataset's integrity? 1. interpolating the missing values 2. interpolating the erroneous values 3. setting the missing values to 0 4. setting the erroneous values to 0
. 1point3acres
|