An application development team has come to you for advice.They are planning to write and deploy an HTTP(S) API using Go 1.12. The API will have a very unpredictable workload and must remain reliable during peaks in traffic. They want to minimize operational overhead for this application. What approach should you recommend?
Correct Answer: C
Question 27
For this question, refer to the TerramEarth case study. To speed up data retrieval, more vehicles will be upgraded to cellular connections and be able to transmit data to the ETL process. The current FTP process is error-prone and restarts the data transfer from the start of the file when connections fail, which happens often. You want to improve the reliability of the solution and minimize data transfer time on the cellular connections. What should you do?
Correct Answer: D
https://cloud.google.com/storage/docs/locations Topic 4, JencoMart Company Overview JencoMart is a global retailer with over 10,000 stores in 16 countries. The stores carry a range of goods, such as groceries, tires, and jewelry. One of the company's core values is excellent customer service. In addition, they recently introduced an environmental policy to reduce their carbon output by 50% over the next 5 years. Company Background JencoMart started as a general store in 1931, and has grown into one of the world's leading brands known for great value and customer service. Over time, the company transitioned from only physical stores to a stores and online hybrid model, with 25% of sales online. Currently, JencoMart has little presence in Asia, but considers that market key for future growth. Solution Concept JencoMart wants to migrate several critical applications to the cloud but has not completed a technical review to determine their suitability for the cloud and the engineering required for migration. They currently host all of these applications on infrastructure that is at its end of life and is no longer supported. Existing Technical Environment JencoMart hosts all of its applications in 4 data centers: 3 in North American and 1 in Europe, most applications are dual-homed. JencoMart understands the dependencies and resource usage metrics of their on-premises architecture. Application Customer loyalty portal LAMP (Linux, Apache, MySQL and PHP) application served from the two JencoMart-owned U.S. data centers. Database * Oracle Database stores user profiles 20 TB Complex table structure Well maintained, clean data Strong backup strategy * PostgreSQL database stores user credentials Single-homed in US West o No redundancy o Backed up every 12 hours 100% uptime service level agreement (SLA) Authenticates all users Compute * 30 machines in US West Coast, each machine has: o Twin, dual core CPUs o 32GB of RAM Twin 250 GB HDD (RAID 1) * 20 machines in US East Coast, each machine has: o Single dual-core CPU o 24 GB of RAM Twin 250 GB HDD (RAID 1) Storage * Access to shared 100 TB SAN in each location * Tape backup every week Business Requirements * Optimize for capacity during peak periods and value during off-peak periods * Guarantee service availably and support * Reduce on-premises footprint and associated financial and environmental impact. * Move to outsourcing model to avoid large upfront costs associated with infrastructure purchase * Expand services into Asia. Technical Requirements * Assess key application for cloud suitability. * Modify application for the cloud. * Move applications to a new infrastructure. * Leverage managed services wherever feasible * Sunset 20% of capacity in existing data centers * Decrease latency in Asia CEO Statement JencoMart will continue to develop personal relationships with our customers as more people access the web. The future of our retail business is in the global market and the connection between online and in-store experiences. As a large global company, we also have a responsibility to the environment through 'green' initiatives and polices. CTO Statement The challenges of operating data centers prevents focus on key technologies critical to our long-term success. Migrating our data services to a public cloud infrastructure will allow us to focus on big data and machine learning to improve our service customers. CFO Statement Since its founding JencoMart has invested heavily in our data services infrastructure. However, because of changing market trends, we need to outsource our infrastructure to ensure our long-term success. This model will allow us to respond to increasing customer demand during peak and reduce costs.
Question 28
You are running a cluster on Kubernetes Engine (GKE) to serve a web application. Users are reporting that a specific part of the application is not responding anymore. You notice that all pods of your deployment keep restarting after 2 seconds. The application writes logs to standard output. You want to inspect the logs to find the cause of the issue. Which approach can you take?
Correct Answer: D
Question 29
A production database virtual machine on Google Compute Engine has an ext4-formatted persistent disk for data files The database is about to run out of storage space How can you remediate the problem with the least amount of downtime?
Correct Answer: A
On Linux instances, connect to your instance and manually resize your partitions and file systems to use the additional disk space that you added. Extend the file system on the disk or the partition to use the added space. If you grew a partition on your disk, specify the partition. If your disk does not have a partition table, specify only the disk ID. sudo resize2fs /dev/[DISK_ID][PARTITION_NUMBER] where [DISK_ID] is the device name and [PARTITION_NUMBER] is the partition number for the device where you are resizing the file system. References: https://cloud.google.com/compute/docs/disks/add-persistent-disk
Question 30
Your customer is moving their corporate applications to Google Cloud Platform. The security team wants detailed visibility of all resources in the organization. You use Resource Manager to set yourself up as the org admin. What Cloud Identity and Access Management (Cloud IAM) roles should you give to the security team?
Correct Answer: B
A is not correct because Project owner is too broad. The security team does not need to be able to make changes to projects. B is correct because: - Org viewer grants the security team permissions to view the organization's display name. - Project viewer grants the security team permissions to see the resources within projects. C is not correct because Org admin is too broad. The security team does not need to be able to make changes to the organization. D is not correct because Project owner is too broad. The security team does not need to be able to make changes to projects. https://cloud.google.com/resource-manager/docs/access-control-org#using_predefined_roles