Professional-Data-Engineer Exam Question 6

When running a pipeline that has a BigQuery source, on your local machine, you continue to get permission denied errors. What could be the reason for that?
  • Professional-Data-Engineer Exam Question 7

    Suppose you have a table that includes a nested column called "city" inside a column called "person", but when you try to submit the following query in BigQuery, it gives you an error.
    SELECT person FROM `project1.example.table1` WHERE city = "London"
    How would you correct the error?
  • Professional-Data-Engineer Exam Question 8

    Which of these operations can you perform from the BigQuery Web UI?
  • Professional-Data-Engineer Exam Question 9

    You are a retailer that wants to integrate your online sales capabilities with different in-home assistants, such as Google Home. You need to interpret customer voice commands and issue an order to the backend systems.
    Which solutions should you choose?
  • Professional-Data-Engineer Exam Question 10

    You work for a large fast food restaurant chain with over 400,000 employees. You store employee information in Google BigQuery in a Users table consisting of a FirstName field and a LastName field. A member of IT is building an application and asks you to modify the schema and data in BigQuery so the application can query a FullName field consisting of the value of the FirstName field concatenated with a space, followed by the value of the LastName field for each employee. How can you make that data available while minimizing cost?