Architect Study Guide review chapter 1 Flashcards

1
Q

You have been tasked with interviewing line-of-business owners about their needs for a new cloud application.

Which of the following do you expect to find?

  • A A comprehensive list of defined business and technical requirements
  • B That their business requirements do not have a one-to-one correlation with technical requirements
  • C Business and technical requirements in conflict
  • D Clear consensus on all requirements
A

B. The correct answer is B. Business requirements are high-level, business-oriented requirements that are rarely satisfied by meeting a single technical requirement. Option A is incorrect because business sponsors rarely have sufficient understanding of technical requirements in order to provide a comprehensive list. Option C is incorrect, because business requirements constrain technical options but should not be in conflict. Option D is incorrect because there is rarely a clear consensus on all requirements. Part of an architect’s job is to help stakeholders reach a consensus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You have been asked by stakeholders to suggest ways to reduce operational expenses as part of a cloud migration project. Which of the following would you recommend?

A Managed services, preemptible machines, access controls

B Managed services, preemptible machines, autoscaling

C NoSQL databases, preemptible machines, autoscaling

D NoSQL databases, preemptible machines, access controls

A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which Google service is for batch and stream processing?

A

Cloud Dataflow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which google service is good for analysis, preparation for machine learning?

A

Cloud Dataprep

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which google managed service is googles managed hadoop and spark service?

A

Cloud Dataproc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

There are 5 types of network loadbalancers in GCP, what are they?

A
  1. Network TCP/UDP
  2. Internal TCP/UDP
  3. HTTP(S)
  4. SSL Proxy
  5. TCP Proxy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Name useful features of the Internal TCP/UDP load balancer

A
  • Its a regional load balancer
  • It is not proxied
  • Good for Compute engine backends with private up address.
  • Instances support TCP or UDP but not both
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Name useful features of the Network TCP/UDP load balancer?

A
  1. It is non proxied
  2. Only sends to servers within a region that its configured.
  3. All traffic from the same connection are routed to the same instance.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name the three global load balancers?

A
  1. HTTP(S)
  2. SSL Proxy
  3. TCP Proxy

All require premium tier network services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Give more info on HTTPS load balancers?

A
  1. Routes to target group based on capacity and health via an http proxy and url map
  2. HTTPS requires ssl certificates on each of the backend instances.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are features of the SSL Proxy load balancer?

A
  1. Terminates ssl traffic as the load balancer
  2. Will deliver traffic to the closest region that has capacity.
  3. Offloads ssl encryption/decryption for the backend instances
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why would you use TCP proxy load balancing?

A
  1. Lets you use a single IP address for all users and will route traffic to the closest instance.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What speed does partner interconnect offer?

A

Between 50Mbps and 10 Gps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What speed does Cloud VPN offer?

A

Cloud VPN provides up to 3 Gbps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What speed does cloud Interconnect offer?

A

10 or 100 Gbps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What protocol is used at layer 7

  • IPSec
  • TLS
  • ALTS
  • ARP
A

ALTS at layer 7, IPSec and TLS are used but not at layer 7 the application layer