HOTSPOT You have the following script. CREATE TABLE UserVisits (username string, url string, time date) STORED AS TEXTFILE LOCATION "wasb:///Logs"; CREATE TABLE UserVisitsOrc (username string, url string, time date) STORED AS ORC; INSERT INTO TABLE UserVisitsOrc SELECT * FROM UserVisits…

HOTSPOT Your company has 2,000 servers. You plan to aggregate all of the log files from the servers in a central repository that uses Microsoft Azure HDInsight. Each log file contains approximately one million records. All of the files use…

DRAG DROP Overview: Relecloud is a social media company that processes hundreds of millions of social media posts per day and sells advertisements to several hundred companies. Relecloud has a Microsoft SQL Server database named DB1 that stores information about…

HOTSPOT You are designing a solution based on the lambda architecture. The solution has the following layers: Batch Speed Serving You are planning the data ingestion process and the query execution. For each of the following statements, select Yes if…