Sunny S

Sunny S

MSDS6403 Module 5 Quiz

1. Most organizations that use Hadoop also use a set of other related products that interact and complement each other to produce an entire ______ of applications and tools. Ecosystem 2. You want to use inequalities such as greater than, and…

MSDS 6403 Module 6 Quiz

1. When building a distributed application, you suggest the use of ADO.NET because of the use of DataSets. How does the use of DataSets in ADO.NET facilitate the development of distributed applications? Having a local copy reduces the data transference.…

MSDS- 6402 Module 4 Quiz

1.  In a distributed database management system (DDBMS), database fragment E1 is located at Site 1, database fragment E2 is located at site 2, and database fragment E3 is located at site 3. Which statement would most accurately explain the…

MSDS 6403 Module 3 Quiz

1. Database recovery restores the database from current state to previous state which is triggered by a critical error caused by ___________ or ____________. A. hardware error, software error 2. The database in the grocery has T1 transaction that is…

MSM6353 Week-3 Session 3 – Python Lab 2

1)The long and the wide As part of a data scientist job interview, you need to answer some technical questions. One of the challenges is to show the differences between long and wide data formats. In this exercise, you will…

MSM6353 Week-3 Session 3 – Python Lab 1

1)Inspecting a DataFrame When you get a new DataFrame to work with, the first thing you need to do is explore it and see what it contains. There are several useful methods and attributes for this. homelessness is a DataFrame containing…

MSMB6353 Week-4 Phyton Lab -1

1)What column to merge on? Chicago provides a list of taxicab owners and vehicles licensed to operate within the city, for public safety. Your goal is to merge two tables together. One table is called taxi_owners, with info about the taxi…

MSM6353 Week-4 Phyton Lab -2

1)What does time.time() measure? What does the time.time() function exactly measure? 2)Measuring time I In the lecture slides, you saw how the time.time() function can be loaded and used to assess the time required to perform a basic mathematical operation. Now, you will use…