Which three approaches can you take?
Your company is in a highly regulated industry. One of your requirements is to ensure individual users have access only to the minimum amount of information required to do their jobs. You want to enforce this requirement with Google BigQuery. Which three approaches can you take? (Choose three.)A . Disable...
What should they do?
Topic 2, Flowlogistic Case Study Company Overview Flowlogistic is a leading logistics and supply chain provider. They help businesses throughout the world manage their resources and transport them to their final destination. The company has grown rapidly, expanding their offerings to include rail, truck, aircraft, and oceanic shipping. Company Background...
The Dataflow SDKs have been recently transitioned into which Apache service?
The Dataflow SDKs have been recently transitioned into which Apache service?A . Apache SparkB . Apache HadoopC . Apache KafkaD . Apache BeamView AnswerAnswer: D Explanation: Dataflow SDKs are being transitioned to Apache Beam, as per the latest Google directive Reference: https://cloud.google.com/dataflow/docs/
Which of the following statements about the Wide & Deep Learning model are true? (Select 2 answers.)
Which of the following statements about the Wide & Deep Learning model are true? (Select 2 answers.)A . The wide model is used for memorization, while the deep model is used for generalization.B . A good use for the wide and deep model is a recommender system.C . The wide...
To give a user read permission for only the first three columns of a table, which access control method would you use?
To give a user read permission for only the first three columns of a table, which access control method would you use?A . Primitive roleB . Predefined roleC . Authorized viewD . It's not possible to give access to only the first three columns of a table.View AnswerAnswer: C Explanation:...
What method can you employ to address this?
Topic 1, Main Questions Set A Your company built a TensorFlow neural-network model with a large number of neurons and layers. The model fits well for the training data. However, when tested against new data, it performs poorly. What method can you employ to address this?A . ThreadingB . SerializationC...
How would you query specific partitions in a BigQuery table?
How would you query specific partitions in a BigQuery table?A . Use the DAY column in the WHERE clauseB . Use the EXTRACT(DAY) clauseC . Use the __PARTITIONTIME pseudo-column in the WHERE clauseD . Use DATE BETWEEN in the WHERE clauseView AnswerAnswer: C Explanation: Partitioned tables include a pseudo column...
How should you design the frontend to respond to a database failure?
Your weather app queries a database every 15 minutes to get the current temperature. The frontend is powered by Google App Engine and server millions of users. How should you design the frontend to respond to a database failure?A . Issue a command to restart the database servers.B . Retry...
Which three databases meet your requirements?
You are choosing a NoSQL database to handle telemetry data submitted from millions of Internet-of-Things (IoT) devices. The volume of data is growing at 100 TB per year, and each data entry has about 100 attributes. The data processing pipeline does not require atomicity, consistency, isolation, and durability (ACID). However,...
Which of these operations can you perform from the BigQuery Web UI?
Which of these operations can you perform from the BigQuery Web UI?A . Upload a file in SQL format.B . Load data with nested and repeated fields.C . Upload a 20 MB file.D . Upload multiple files using a wildcard.View AnswerAnswer: B Explanation: You can load data with nested and...