We offers 70-776 Braindumps. "Perform Big Data Engineering on Microsoft Cloud Services (beta)", also known as 70-776 exam, is a Microsoft Certification. This set of posts, Passing the 70-776 exam with 70-776 Free Practice Questions, will help you answer those questions. The 70-776 Study Guides covers all the knowledge points of the real exam. 100% real 70-776 Exam Questions and revised by experts!

Also have 70-776 free dumps questions for you:

NEW QUESTION 1
DRAG DROP
You have an on-premises Microsoft SQL Server instance named Instance1 that contains a database named DB1.
You have a Data Management Gateway named Gateway1.
You plan to create a linked service in Azure Data Factory for DB1.
You need to connect to DB1 by using standard SQL Server Authentication. You must use a username of User1 and a password of P@$$w0rd89.
How should you complete the JSON code? 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.
70-776 dumps exhibit

    Answer:

    Explanation:
    References:
    https://github.com/uglide/azure-content/blob/master/articles/data-factory/data-factory-move-data-between-onprem-and-cloud.md

    NEW QUESTION 2
    You need to define an input dataset for a Microsoft Azure Data Factory pipeline.
    Which properties should you include when you define the dataset?

    • A. name, type, typeProperties, and availability
    • B. name, typeProperties, structure, and availability
    • C. name, policy, structure, and external
    • D. name, type, policy, and structure

    Answer: A

    Explanation:
    References:
    https://docs.microsoft.com/en-us/azure/data-factory/v1/data-factory-create-datasets

    NEW QUESTION 3
    Note: This question is part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.
    Start of repeated scenario
    You are migrating an existing on-premises data warehouse named LocalDW to Microsoft Azure. You will use an Azure SQL data warehouse named AzureDW for data storage and an Azure Data Factory named AzureDF for extract, transformation, and load (ETL) functions.
    For each table in LocalDW, you create a table in AzureDW.
    On the on-premises network, you have a Data Management Gateway.
    Some source data is stored in Azure Blob storage. Some source data is stored on an on-premises Microsoft SQL Server instance. The instance has a table named Table1.
    After data is processed by using AzureDF, the data must be archived and accessible forever. The archived data must meet a Service Level Agreement (SLA) for availability of 99 percent. If an Azure region fails, the archived data must be available for reading always.
    End of repeated scenario.
    You need to configure Azure Data Factory to connect to the on-premises SQL Server instance. What should you do first?

    • A. Deploy an Azure virtual network gateway.
    • B. Create a dataset in Azure Data Factory.
    • C. From Azure Data Factory, define a data gateway.
    • D. Deploy an Azure local network gateway.

    Answer: C

    Explanation:
    References:
    https://docs.microsoft.com/en-us/azure/data-factory/v1/data-factory-move-data-between-onprem- and-cloud

    NEW QUESTION 4
    You have a fact table named PowerUsage that has 10 billion rows. PowerUsage contains data about customer power usage during the last 12 months. The usage data is collected every minute. PowerUsage contains the columns configured as shown in the following table.
    70-776 dumps exhibit
    LocationNumber has a default value of 1. The MinuteOfMonth column contains the relative minute within each month. The value resets at the beginning of each month.
    A sample of the fact table data is shown in the following table.
    70-776 dumps exhibit
    There is a related table named Customer that joins to the PowerUsage table on the CustomerId column. Sixty percent of the rows in PowerUsage are associated to less than 10 percent of the rows in Customer. Most queries do not require the use of the Customer table. Many queries select on a specific month.
    You need to minimize how long it takes to find the records for a specific month. What should you do?

    • A. Implement partitioning by using the MonthKey colum
    • B. Implement hash distribution by using the CustomerId column.
    • C. Implement partitioning by using the CustomerId colum
    • D. Implement hash distribution by using the MonthKey column.
    • E. Implement partitioning by using the MonthKey colum
    • F. Implement hash distribution by using the MeasurementId column.
    • G. Implement partitioning by using the MinuteOfMonth colum
    • H. Implement hash distribution by using the MeasurementId column.

    Answer: C

    NEW QUESTION 5
    Note: This question is part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.
    Start of repeated scenario
    You are migrating an existing on-premises data warehouse named LocalDW to Microsoft Azure. You will use an Azure SQL data warehouse named AzureDW for data storage and an Azure Data Factory named AzureDF for extract, transformation, and load (ETL) functions.
    For each table in LocalDW, you create a table in AzureDW.
    On the on-premises network, you have a Data Management Gateway.
    Some source data is stored in Azure Blob storage. Some source data is stored on an on-premises Microsoft SQL Server instance. The instance has a table named Table1.
    After data is processed by using AzureDF, the data must be archived and accessible forever. The archived data must meet a Service Level Agreement (SLA) for availability of 99 percent. If an Azure region fails, the archived data must be available for reading always. End of repeated scenario.
    You need to connect AzureDF to the storage account. What should you create?

    • A. a gateway
    • B. a dataset
    • C. a linked service
    • D. a pipeline

    Answer: C

    Explanation:
    References:
    https://docs.microsoft.com/en-us/azure/data-factory/v1/data-factory-azure-blob-connector

    NEW QUESTION 6
    You have a Microsoft Azure SQL data warehouse that contains information about community events. An Azure Data Factory job writes an updated CSV file in Azure Blob storage to Community/{date}/events.csv daily.
    You plan to consume a Twitter feed by using Azure Stream Analytics and to correlate the feed to the community events.
    You plan to use Stream Analytics to retrieve the latest community events data and to correlate the data to the Twitter feed data.
    You need to ensure that when updates to the community events data is written to the CSV files, the Stream Analytics job can access the latest community events data.
    What should you configure?

    • A. an output that uses a blob storage sink and has a path pattern of Community/{date}
    • B. an output that uses an event hub sink and the CSV event serialization format
    • C. an input that uses a reference data source and has a path pattern of Community/{date}/events.csv
    • D. an input that uses a reference data source and has a path pattern of Community/{date}

    Answer: C

    NEW QUESTION 7
    You have a Microsoft Azure Data Lake Analytics service and an Azure Data Lake Store.
    You need to use Python to submit a U-SQL job. Which Python module should you install?

    • A. azure-mgmt-datalake-store
    • B. azure-mgmt- datalake-analytics
    • C. azure-datalake-store
    • D. azure-mgmt-resource

    Answer: B

    Explanation:
    References:
    https://docs.microsoft.com/en-us/azure/data-lake-analytics/data-lake-analytics-manage-use- python-sdk

    NEW QUESTION 8
    DRAG DROP
    You plan to create for an alert for a Microsoft Azure Data Factory pipeline.
    You need to configure the alert to trigger when the total number of failed runs exceeds five within a three-hour period.
    How should you configure the window size and the threshold in the JSON file? 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.
    70-776 dumps exhibit

      Answer:

      Explanation:
      References:
      https://docs.microsoft.com/en-us/azure/data-factory/v1/data-factory-monitor-manage-pipelines?view=powerbiapi-1.1.10

      NEW QUESTION 9
      You are implementing a solution by using Microsoft Azure Data Lake Analytics. You have a dataset that contains data-related to website visits.
      You need to combine overlapping visits into a single entry based on the timestamp of the visits. Which type of U-SQL interface should you use?

      • A. IExtractor
      • B. IReducer
      • C. Aggregate
      • D. IProcessor

      Answer: C

      NEW QUESTION 10
      Note: This question is part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.
      Start of repeated scenario
      You are migrating an existing on-premises data warehouse named LocalDW to Microsoft Azure. You will use an Azure SQL data warehouse named AzureDW for data storage and an Azure Data Factory named AzureDF for extract, transformation, and load (ETL) functions.
      For each table in LocalDW, you create a table in AzureDW.
      On the on-premises network, you have a Data Management Gateway.
      Some source data is stored in Azure Blob storage. Some source data is stored on an on-premises Microsoft SQL Server instance. The instance has a table named Table1.
      After data is processed by using AzureDF, the data must be archived and accessible forever. The archived data must meet a Service Level Agreement (SLA) for availability of 99 percent. If an Azure region fails, the archived data must be available for reading always. The storage solution for the archived data must minimize costs.
      End of repeated scenario.
      You need to configure an activity to move data from blob storage to AzureDW. What should you create?

      • A. a pipeline
      • B. a linked service
      • C. an automation runbook
      • D. a dataset

      Answer: A

      Explanation:
      References:
      https://docs.microsoft.com/en-us/azure/data-factory/v1/data-factory-azure-blob-connector

      NEW QUESTION 11
      DRAG DROP
      You are monitoring a Microsoft Azure SQL data warehouse. You need to get the following information:
      - The top 10 longest running queries
      - The distributed query plan for a specific query
      Which dynamic management view should you use for each piece of information? To answer, drag the appropriate dynamic management views to the correct pieces of information. Each dynamic management view 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.
      70-776 dumps exhibit

        Answer:

        Explanation:
        References:
        https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-manage-monitor

        NEW QUESTION 12
        DRAG DROP
        You are troubleshooting job performance and failure issues for Microsoft Azure Data Lake Analytics jobs.
        You need to perform the following tasks:
        Which tool should you use for each task? To answer, drag the appropriate tools to the correct tasks. Each tool 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.
        70-776 dumps exhibit

          Answer:

          Explanation:
          References:
          https://docs.microsoft.com/en-us/azure/data-lake-analytics/data-lake-analytics-data-lake-tools- view-jobs

          NEW QUESTION 13
          You are developing an application that uses Microsoft Azure Stream Analytics.
          You have data structures that are defined dynamically.
          You want to enable consistency between the logical methods used by stream processing and batch processing.
          You need to ensure that the data can be integrated by using consistent data points. What should you use to process the data?

          • A. a vectorized Microsoft SQL Server Database Engine
          • B. directed acyclic graph (DAG)
          • C. Apache Spark queries that use updateStateByKey operators
          • D. Apache Spark queries that use mapWithState operators

          Answer: D

          NEW QUESTION 14
          DRAG DROP
          You have a Microsoft Azure SQL data warehouse.
          You plan to reference data from Azure Blob storage. The data is stored in the GZIP compressed format. The blob storage requires authentication.
          You create a master key for the data warehouse and a database schema.
          You need to reference the data without importing the data to the data warehouse.
          Which four statements should you execute in sequence? To answer, move the appropriate statements from the list of statements to the answer area and arrange them in the correct order.
          70-776 dumps exhibit

            Answer:

            Explanation: 70-776 dumps exhibit

            NEW QUESTION 15
            HOTSPOT
            You have a Microsoft Azure Data Lake Analytics service.
            You have a tab-delimited file named UserActivity.tsv that contains logs of user sessions. The file does not have a header row.
            You need to create a table and to load the logs to the table. The solution must distribute the data by a column named SessionId.
            How should you complete the U-SQL statement? To answer, select the appropriate options in the answer area.
            NOTE: Each correct selection is worth one point.
            70-776 dumps exhibit

              Answer:

              Explanation:
              References:
              https://msdn.microsoft.com/en-us/library/mt706197.aspx

              NEW QUESTION 16
              HOTSPOT
              You are designing a fact table that has 100 million rows and 1,800 partitions. The partitions are defined based on a column named OrderDayKey. The fact table will contain:
              Data from the last five years
              A clustered columnstore index
              A column named YearMonthKey that stores the year and the month
              Multiple transformations will be performed on the fact table during the loading process. The fact table will be hash distributed on a column named OrderId.
              You plan to load the data to a staging table and to perform transformations on the staging table. You will then load the data from the staging table to the final fact table.
              You need to design a solution to load the data to the fact table. The solution must minimize how long it takes to perform the following tasks:
              Load the staging table.
              Transfer the data from the staging table to the fact table. Remove data that is older than five years.
              Query the data in the fact table
              How should you configure the tables? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
              70-776 dumps exhibit

                Answer:

                Explanation: 70-776 dumps exhibit

                NEW QUESTION 17
                You are using a Microsoft Azure Stream Analytics query language. You are outputting data from an input click stream.
                You need to ensure that when you consecutively receive two rows from the same IP address within one minute, only the first row is outputted.
                Which functions should you use in the WHERE statement?

                • A. Last and HoppingWindow
                • B. Last and SlidingWindow
                • C. LAG and HoppingWindow
                • D. LAG and Duration

                Answer: B

                NEW QUESTION 18
                You have a Microsoft Azure Data Factory that recently ran several activities in parallel. You receive alerts indicating that there are insufficient resources.
                From the Activity Windows list in the Monitoring and Management app, you discover the statuses described in the following table.
                70-776 dumps exhibit
                Which activity cannot complete because of insufficient resources?

                • A. Activity2
                • B. Activity4
                • C. Activity5
                • D. Activity7

                Answer: C

                100% Valid and Newest Version 70-776 Questions & Answers shared by Certleader, Get Full Dumps HERE: https://www.certleader.com/70-776-dumps.html (New 91 Q&As)