TAS Quiz - Review of terminology

TAS Quiz - Review of terminology

Professional Development

9 Qs

quiz-placeholder

Similar activities

Games

Games

KG - Professional Development

9 Qs

IT ENGLISH: Research Project Topics - ITIL

IT ENGLISH: Research Project Topics - ITIL

Professional Development

10 Qs

Pipelines Quizz

Pipelines Quizz

Professional Development

6 Qs

Day1_Kantar_Azure_DevOps

Day1_Kantar_Azure_DevOps

Professional Development

10 Qs

Cloud Computing #8

Cloud Computing #8

Professional Development

6 Qs

Day3_Kantar_Azure_DevOps

Day3_Kantar_Azure_DevOps

Professional Development

10 Qs

Kuis Training Kemitraan dengan Bareskrim POLRI

Kuis Training Kemitraan dengan Bareskrim POLRI

Professional Development

5 Qs

Gaming 2023

Gaming 2023

1st Grade - Professional Development

12 Qs

TAS Quiz - Review of terminology

TAS Quiz - Review of terminology

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Alex Ewings

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The artifact storage system of TAS.

(Droplets and buildpacks are stored here)


Diego Cell

Blobstore

Diego Database

Garden

Answer explanation

Blobstore

Is the artifact storage system of TAS. Can either be internally hosted through a WebDAV virtual machine or offloaded to an external S3 storage system.


2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A container management system responsible for scheduling and executing Droplets.

The “central brains” of TAS

NATS 

GoRouters

Diego

UAA

Answer explanation

Diego - is the Application runtime “engine” of TAS. Its the container management system responsible for scheduling and executing Droplets.

Note: The generic term “Diego” is usually used to reference all the subsystems within Diego: Diego Cells, Brains, RunC, Garden, etc.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The component of Diego responsible for creating the isolation environment to execute containers within a Diego Cell

UAA

Stemcell

NATS

Garden

Answer explanation

Garden

Diego Brains place Droplets on Diego Cells, and use Garden to execute the container itself.


4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The load balancers of TAS. Reverse proxies that ferry external traffic into various TAS components and running applications

NATS

Cloud Controller

GoRouters

UAA

Answer explanation

GoRouters

are The load balancers of TAS. They create a route table by listening to NATS for route announcements. 


5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A virtual machine within TAS with the sole responsibility of running app containers.

Diego

Diego Cell

Diego Brains

Diego Database

Answer explanation

Diego Cell

Is a virtual machine within TAS with the sole responsibility of running app containers. Handles both the execution of an app as well as the network overlay for container-to-container communication.


6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

what command below correctly targets the system space 

cf target -o system

cf target system space

cf target -o system -s system

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. 1. AppsMan is the ui for _____

  1. 2. OpsMan is the ui for _____


  1. 1. Bosh

  2. 2. TAS

  1. 1. kubernetes

  2. 2. Bosh

  1. 1. TAS

  2. 2. Bosh

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. 1. OpsMan is for _____

  1. 2. AppsMan is for _____

  1. 1. customers

  2. 2. developers

  1. 1. developers

  2. 2. platform ops

  1. 1. platform ops

  2. 2. developers

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

where can you edit the number of diego cells?

kubernetes

OpsManager

AppsManager