DRAG DROP -You have an Apache HBase cluster in Azure HDInsight. The cluster has a table named sales that contains a column family named customerfamily.You need to add a new column family named customeraddr to the sales table.How should you complete the command? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.NOTE: Each correct selection is worth one point.Select and Place:
You have an Azure HDInsight cluster.You need a build a solution to ingest real-time streaming data into a nonrelational distributed database.What should you use to build the solution?
You have an Apache Hive table that contains one billion rows.You plan to use queries that will filter the data by using the WHERE clause. The values of the columns will be known only while the data loads into a Hive table.You need to decrease the query runtime.What should you configure?
You plan to copy data from Azure Blob storage to an Azure SQL database by using Azure Data Factory.Which file formats can you use?
You have an Apache Spark cluster in Azure HDInsight.You plan to join a large table and a lookup table.You need to minimize data transfers during the join operation.What should you do?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.You are building a security tracking solution in Apache Kafka to parse security logs. The security logs record an entry each time a user attempts to access an application. Each log entry contains the IP address used to make the attempt and the country from which the attempt originated.You need to receive notifications when an IP address from outside of the United States is used to access the application.Solution: Create two new brokers. Create a file import process to send messages. Run the producer.Does this meet the goal?