TAS debugging quiz/review

TAS debugging quiz/review

Professional Development

13 Qs

quiz-placeholder

Similar activities

Trắc nghiệm kiểu xâu

Trắc nghiệm kiểu xâu

Professional Development

16 Qs

FSW:CH07.T01 -  Design Pattern

FSW:CH07.T01 - Design Pattern

University - Professional Development

9 Qs

General sap

General sap

Professional Development

11 Qs

Day 1 PHP

Day 1 PHP

Professional Development

15 Qs

JavaScript Input

JavaScript Input

Professional Development

12 Qs

Windows Server Active Directory

Windows Server Active Directory

University - Professional Development

18 Qs

EIT237-bases de php7-3

EIT237-bases de php7-3

Professional Development

12 Qs

Flutter Intermediate

Flutter Intermediate

KG - Professional Development

10 Qs

TAS debugging quiz/review

TAS debugging quiz/review

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Alex Ewings

Used 3+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What command would we use to see route info ?

→ bosh a

→  cf a 

or

→  cf routes

→ bosh routes

→ cf path

Answer explanation

→  cf a 

or

→  cf routes

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How would you curl a route with verbosity when theres certificate trust issues 

(whats the correct command)

→ curl test-app.com -k

→ curl test-app.com -kv

→ curl test-app.com -r

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What command would you use to see your deployments

→ cf deployments

→ tas deployments

→ bosh deployments

→ cf deps

Answer explanation

→ bosh deployments

or

→ bosh deps

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How would we see what vm’s are running ?

(whats the appropriate command)


→ bosh vm

→ cf vms

→ bosh vms

→ cfdot vms

Answer explanation

→ ​​bosh vms

or if you want to see the vm's running on a particular deployment, run the following

→ ​​bosh vms -d <deployment name>

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How would you see what processes (or all of the software) thats running on  vm instances  


→ bosh software

→ bosh is --ps 

→ bosh --ps 

→ bosh is --p

Answer explanation

→ bosh is --ps 

you could also use

→ bosh instances --ps

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would we hop onto the cloud controller vm (what would be the correct ssh command)

→ bosh -d <deployment guid> ssh /2965b4d4-3644-46c0-bd4c-13ffd557c5c7 

→ bosh ssh cloud_controller/2965b4d4-3644-46c0-bd4c-13ffd557c5c7 

→ bosh -d <deployment guid> ssh cloud_controller/2965b4d4-3644-46c0-bd4c-13ffd557c5c7 


7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

what should we immediately do “out of muscle memory” in order  for us to run commands or to get any work done after we’ve ssh’d onto a vm 


Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?