Time up !!
Data Science Test
1 / 10
1. Machine Learning problems are primarily of 2 types which are ...
2 / 10
2. In PowerBI one can use following to manage the data ?
3 / 10
3.
x= "KLAYMATRIX"print([::-1])
What is the output of above code ?
4 / 10
4. Which chart would you use for correlation ?
5 / 10
5. Confusion Matrix is used for in machine learning models to ...
6 / 10
6. Which of the following would you use to check the performance of a classification machine learning model in python ?
7 / 10
7. What is the image above ?
8 / 10
8. Which of these is not an excel file type ?
9 / 10
9. While building a machine learning model we split the data into ?
10 / 10
10. What is this chart type ?
Your score is
Please rate this quiz
Excel Test
1 / 9
1. Which function can be used to look up a value in a table and return a corresponding value from a specified column?
2 / 9
2. What does the function =LEN(A1) do in Excel?
3 / 9
3. Which function would you use to find the average of a range of cells in Excel?
4 / 9
4. What shortcut key combination is used to copy the selected cells in Excel?
5 / 9
5. Which feature in Excel allows you to filter and summarize data from a large dataset?
6 / 9
6. Which feature allows you to quickly fill a range of cells with a series of values based on the content of other cells?
7 / 9
7. Which feature in Excel allows you to filter and summarize data from a large dataset?
8 / 9
8. Which of the following is NOT a valid chart type in Excel?
9 / 9
9. How do you start a formula in Excel?
Data Visualization
Try this quiz !
1 / 5
1. Which visual would you use to display trends over time in Power BI?
2 / 5
2. What is this chart type ?
3 / 5
3. Which of the following handles outliers in the best way ?
4 / 5
4. Which type of chart is best suited for showing parts of a whole in Power BI?
5 / 5
5. Which chart would you use for correlation ?
Machine Learning Test
1. Which of the following would you use to minimize the impact of outlier ?
2. Which of the following handles outliers in the best way ?
3. Confusion Matrix is used for in machine learning models to ...
4. KNN is used for which kind of machine learning problems ?
5. Which of the following would you use to check the performance of a classification machine learning model in python ?
6. While building a machine learning model we split the data into ?
7. What is the purpose of feature scaling in machine learning?
8. Which of the following evaluation metrics is appropriate for a binary classification problem?
9. Which of the following is not a supervised learning algorithm?
10. While building a machine learning model we split the data into ?
PowerBI Test
1. Which of the following is a data visualization feature in Power BI?
2. What is the purpose of the "Dataflow" feature in Power BI?
3. Which of the following is a valid DAX function?
4. How do you publish a Power BI report to the Power BI Service?
5. How can you apply a theme to a Power BI report?
6. How do you create a calculated measure in Power BI?
7. Which of the following is a cloud-based business analytics service?
8. How can you add a new data source to an existing Power BI report?
9. What is the purpose of the "Page Navigation" feature in Power BI?
10. What is the purpose of the "Hierarchy" feature in Power BI?
Python Test
1. What is the output of print("Hello, World!".split(',')) in Python?
2. What is the output of print(10 % 3) in Python?
3. How do you add an element to a set in Python?
4. How do you check the length of a string in Python?
5. How do you create a virtual environment in Python?
6. What is the output of print(5 > 3 and 2 < 4) in Python?
7. Which method is used to convert a string to lowercase in Python?
8. What is the output of print(2 + 2 == 4) in Python?
9. How do you remove duplicates from a list in Python?
10. How do you create a new list with elements of an existing list in uppercase in Python?