0% found this document useful (0 votes)
794 views15 pages

RT11 2

To minimize the impact of outages for a service running on two Azure VMs, two actions can be taken: 1) Add the VMs to an availability set 2) Add a load balancer Another IT administrator created an Azure VM scale set with 5 VMs. When CPU reaches 75% capacity, additional VMs should be deployed. To ensure this, the auto scale option should be enabled. To maximize storage performance for log files from software auditing Azure administrative actions, blob storage using append blobs should be deployed.

Uploaded by

Rishav Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
794 views15 pages

RT11 2

To minimize the impact of outages for a service running on two Azure VMs, two actions can be taken: 1) Add the VMs to an availability set 2) Add a load balancer Another IT administrator created an Azure VM scale set with 5 VMs. When CPU reaches 75% capacity, additional VMs should be deployed. To ensure this, the auto scale option should be enabled. To maximize storage performance for log files from software auditing Azure administrative actions, blob storage using append blobs should be deployed.

Uploaded by

Rishav Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

You host a service with two Azure virtual machines.

you discover that occasional outages cause


your service to fail. what two actions can you do to minimise the impact of outages?

Add a load balancer

put the virtual machines in an availability set

put the virtual machines in a scale set

add a network gateway

add third instance of VM

Another it administrator creates an Azure virtual machine scale set with 5 VMs. Later, you notice
that the VMs are running at Max capacity with CPU being fully consumed. However, additional
VMs are not deploying in the scale set. You need to ensure that additional VMs are deployed
when the CPU is 75% consumed. What should you do? Select one

Enable the auto scale option

increase the instance count

add the scale set automation script to the library

deploy the scale set automation script

Your company provides cloud software to audit administrative access In Microsoft Azure
resources. The software logs all administrative actions (including all clicks and text input) to log
files. The software is about to be released from the beta and the company is concerned about
storage performance. You need to deploy a storage solution for the log files to maximise
performance. What should you do? select one

deploy Azure files using SMB 3.0

deploy Azure table storage

deploy Azure queue storage

deploy blob storage using block blobs

deploy blob storage using append blobs

A user has created an ELB with auto scaling. Which of the below mentioned offerings from ELB
helps the user to stop sending new requests traffic from the load balancer to the EC2 instance
when the instance is being deregistered while continuing in-fight requests?

ELB sticky session

ELB connection draining

ELB deregistration check

ELB auto registration of


Your company requires all data to be encrypted with 256-bit AES encryption. What should you do?

Enable storage service encryption

enable customer managed keys

enable shared access signatures

you do not need to do anything

What are the three types of variables?

Comparison, logical and assignment

Static, dynamic and preference

user created, automatic and preference

arithmetic, automatic and preference

Which one of the following is a variable in powershell?

$Number1

&Number1

@Number1

!Number1

A user is trying to setup a recurring auto scaling process. The user has setup one process to scale
up everyday at 8 AM and scale down at 7 PM. the user is trying to set up another recurring process
which scales up on the 1st of every month at 8 Am and scales down the same day at 7 pm. what
will auto scaling do in this scenario?

Auto scaling will execute both processes but will add just one instance on the 1st

autoscaling will add two instances on the 1st of the month

Auto scaling will schedule both the processes but execute only one process randomly

auto scaling will throw an error since there is a conflict in the schedule of two separate auto scaling
processes

The Init in the FOR loop will work during iteration?

True

False
You have a disk library configured with 2 mount paths directed to separate physical disks. The
mount path use UNC paths for access. Both disks are quickly filling up. you purchase a single larger
capacity disk to replace both of the current disks. You want to make all the data from the old disk
to the new disk what must be taken into consideration before moving the data to the new disk?
Choose the best answer

data from multiple paths cannot be combined to a single mount path

data paths cannot be changed for disk library mount paths

you must de-configure the library or reconfigure it again with the new mount path

data paths cannot be changed from UNC to local and vice-versa

You are researching Microsoft Azure for your company the company is considering deploying
windows based vms in Azure. however, before moving forward, the management team has asked
you to research the cost associated with azure vms. You need to document the configuration
options that are likely to save the company money on their Azure vm's. which option should you
document?

Use HDD instead of SSD for VM storage

use unmanaged premium storage instead of managed standard storage

bring your own windows custom images

use different Azure regions

use the least powerful vms that meet your requirements

Place all vms in the same resource group

bring your own windows license for each VM

How to get all the aliases in Powershell?

Get-aliases

Find-alias

Get-alias

Add-alias

A user has launched an EC2 instance from an instance store backed AMI. the infrastructure team
wants to create an AMI from the running instance. Which of the following below mentioned steps
will not be performed while creating the AMI?

define the AMI launch permissions

upload the bundled volume

register the am AMI

bundle the volume


Your client is planning to set up infrastructure on aws for the Christmas sales. The client is
planning to use auto scaling based on the schedule for proactive scaling. What specific suggestion
would you offer to the client?

It is not possible to schedule the autoscaling group in advance

the scaling only can be set up 7 days in advance

in aws management console you can schedule autoscaling group to any future date. But if you use
CLI you can schedule auto scaling group only up to 30 days in advance

it is not advisable to use scheduled scaling

What is the input statement in PowerShell?

Get-userinput

Read-input

Get-input

Read-host

Which looping statement runs at least once

while loop

do_while loop

How to declare the parameter $Value as required parameter?

[Parameter (Required =$True)]

[Required] $Value

[Mandatory] $Value

[Parameter (Mandatory =$True)] $Value

A user has configured cloudwatch monitoring on an EBS baked EC2 instance. Which of the below
mentioned metrics will always show a 0 value?

Diskreadbytes

Networkin

Networkout
CPU Utilization

Else and Elseif are optional blocks?

True

False

Ansible works in ______way?

Sequential access with ssh

Parallel way with ssh

Sequential access with client software reply

Parallel way with client software reply

Which command will open a dialog box asking for username and password?

Input-Userpassword

Get-credentials

Get-Userpassword

Write-Username

Playbooks syntax can check by _____

a) -check
b) -syntax-validate
c) -syntax-check
d) -dry-

How to get the version of windows powershell?

a) getversion
b) get-version
c) $psversiontable
d) view-version
You need to provide a contingent staff employee temporary read-only access to the contents of an
Azure storage account container named media. It is important that you grant access while
adhering to the security principle of least-privilege. What should you do? Select one.

a) Set the public access level container.


b) Generate a shared access signature (SAS) token for the container.
c) Share the container entity tag (Etag) with the contingent staff member.
d) Configure a cross-origin resource (CORS) rule for the storage account

How to handle a Non-Terminating Error?

a) TRY_CATCH
b) ErrorAction

Every powershell command is in ____ structure?

a) Alpha-beta
b) Noun-verb
c) Verb-noun
d) betGamma

A user is trying to understand the ACL and policy for an S3 bucket. Which of the below mentioned
policy permissions is equivalent to the WRITE ACL Permission on a bucket?

a) S3:GetObjectAcl
b) S3:GetObjectVersion
c) S3:ListBucketVersions
d) S3:DeleteObject

Which variable stores the Global profile in powershell?

a) $profile
b) $profile.CurrentUserCurrentHost
c) $profile.AllUsersAllHosts
d) $profile.CurrentUserAllHosts
What is way to mention sudo privilege in Ansible?

a) -u root
b) -u <sudo user>
c) -sudo
d) -become

A user has launched an EC2 instance from an instance store backed AMI. The infrastructure team
wants to create an AMI from the running instance. Which of the below mentioned steps will not
be performed while creating the AMI?

a) Define the AMI launch permissions


b) Upload the bundled volume
c) Register the AMI
d) Bundle the volume

Which one of the following is a Comparison Operator?

a) -and
b) -in
c) -or
d) -xor

Your company provides cloud software to audit administrative access in Microsoft Azure
resources. The software logs all administrative actions (including all clicks and text input) to log
files. The software is about to be released from beta and the company is concerned about storage
performance. You need to deploy a storage solution for the log files to maximize performance.
What should you do? Select one.

A) Deploy Azure files SMB 3.0


B) Deploy Azure table storage
C) Deploy Azure Queues storage
D) Deploy blob storage using block blobs
E) Deploy blob storage using append blobs

A user has created an ELB auto scaling. Which of the below mentioned offerings from ELB helps
the user to stop sending new requests traffic from the load balancer to the EC2 instance when the
instance is eing deregistered while continuing in-flight requests?

a) ELB sticky session


b) ELB deregistration check
c) ELB connection draining
d) ELB auto registration off
A user has launched an EC2 instance from an instance store backed AMI. The infrastructure team
wants to create an AMI from the running instance. Which of the below mentioned steps will not
be performed while creating the AMI?

a) Define the AMI launch permissions


b) Upload the bundled volume
c) Register the AMI
d) Bundle the volume

Which command will help in getting only selected properties of a command?

a) Format-table
b) Write-property
c) Select-property
d) Format-property

Else and ELSEif are optional blocks

a) Ture
b) False

Which looping statement runs atleast once.

a) While loop
b) Do_while loop

How do declare the parameter $Value as required parameter?

a) [Parameter (Required = $True)]


b) [Required] $Value
c) [Mandatory] $Value
d) [Parameter (Mandatory = $True)] $
You have just implemented a new tape library in your environment. You want to test the
performance of the library. Which tool could you use to perform an end to end performance
benchmark for the library? Choose the best answer

a) Predict.exe
b) Testport.exe
c) Gxadmin.exe
d) tapeToolGUI.exe

What is the command to see all the list of commands in the powershell?

a) getcommand
b) get-cmd
c) get-command
d) getcmd

Which one of the following is an Assignment Operator?

a) =/
b) =-
c) =+
d) +=

How to list modules in ansible?

a) Ansible modules -list


b) Ansible-doc
c) Ansible-doc -l
d) Ansible -list-modules -all

Which of the following module is there to install-uninstall package?

a) Yum
b) Apt
c) Install
d) Command
e) A and B

Which of the following is a logical operator?

a) -not
b) -eq
c) -contains
d) -match
You have a large virtual environment with 120 virtual servers. You want to ensure you get the best
possible performance from the storage virtual server agent. What configuration should you
consider to meet the goal? Choose the best answer

a) Distributes the virtual machine between multiple subclients and stagger schedule
b) Use multiple VXA proxy servers
c) Install iDataAgents in all virtual machines
d) Both A and B
e) A, B and C are correct

8.How to reset, revert, and return to previous states in Git?

Ans: $ git reset 9ef9173 (using an absolute commit SHA1 value 9ef9173)

$ git reset current~2 (using a relative value -2 before the "current" tag)

git reset --hard <commit sha1 | reference>.

$ git revert HEAD

1Q. You are trying to generate a report from a remote commcell console connection but can not
what might be cause of this problem?

a. Reports can only be generated using internet explorer


b. Remote consoles can not generate reports
c. IIS must be installed and configured
d. None of the above

2Q. which directory get created if we run “# git init” at any location?

a. .git
b. .git/config
c. .config/git
d. .gitconfig

3Q. containers internally are ____ based

a. Cant say
b. Linux
c. Windows
d. Dockers playing unit
5Q. you are asked to design a storage solution for ABC Corporation. There are 3 main sites and
several satellite offices. Each main site requires complete administrative control of their backup
environment. Each main office location combined with their respective satellite offices have over
1100 clients that they wish to protect. How many commcells might you design into the ABC
Corporation solution?

A. Two commcells in the two most separated sales with multiple media agent located as
necessary at each of the three locations
B. Storage can not scale to this environment
C. One commcell in one location with multiple media agents as necessary at each of the other
locations
D. Three commcells, once commcell in each main location with multiple media agents located
as necessary at each satellite location

6Q. what is wrong with following Ad-Hoc command?

# ansible all -m command -a “hostname”.

a. All should not be there


b. -a is missing
c. All correct
d. A and B both

8Q. you have just implemented a new tape library in your environment. You want to test the
performance of the library. Which tool could you use to perform an end to end performance
benchmark for the library? Choose the best answer

a. Predict.exe
b. Testport.exe
c. Gxadmin.exe
d. TapeToolGUI.exe

9Q. true are false: The simpana virtual agent must be installed locally on a VMWare server

a. True
b. False

Q10. Which of the following should be verified to prior interactive installations in a commcell?

a. Host name resolution for reverse lookup zones


b. Host name resolution for both forward and reverse lookup zones
c. Host name resolution for forward lookup zones
d. Proper WINS entries for all window servers

Q11. Ansible works in ______ way

a. Sequential access with ssh


b. Parallel way with ssh
c. Sequential way with client software reply
d. Parallel way with client software reply

Q12. In Devops CI/CD what is continuous delivery?


a. SourceCode – Build – Test – Deploy without any human interaction
b. SourceCode - Build – Test – Deploy with human interaction of confirmation on every step
c. SourceCode – Build – Test – ready to Deploy on a single click
d. None of the above

Q13. Which infra is good for middleware hosting App in respect of cost?

a. Bare metal
b. Cloud Vms
c. Virtual OS
d. Containers

Q14. Docker is only Opensource tool or is it Opensource along with Enterprise?

a. Docker is only for opensource release


b. Docker is Opensource also one Enterprise support is there
c. Choose most correct on from above

Q15. Can we pass variables in playbook?

a. Yes
b. B. no

Q16. To protech the commserve SQL database you must be install and configure the window file
system and SQL server iDataAgents

a. True
b. False

Q17. How to limit playbook to run on only one system?

a. -limit
b. -<ip or hostname>
c. Boty A and B
d. None of the above

Q18. Which of the following statement is true regarding network bandwidth Throttling?

a. Bandwidth Throttling can be used to limit data transfer to prevent saturation low bandwidth
links
b. the throttle settling should only be configured in SAN environments
c. Total bandwidth is determined by the bandwidth settling multiplied by the number of
network agents
d. Both A and C
e. All of the above

Q19. Which of the following module is there to install-uninstall package?

a. Yum
b. Apt
c. Install
d. Command
e. A and B

Q3. You are performing nightly backups of a file server and notice a trend of decreased backup
performance over a past several weeks. You check historical data and notice although the volume of
data has marginally increased, the time it takes to back up data has increased significantly, what
corrective action can taken to improve the backup performance? Choose the best answer.

a. Split the data on to file servers


b. Defragment the file servers disk storage
c. Select the media agent option to use unbuffered I/O
d. Incease the number of data readers to the maximum (missed content)

Q20. Docker can run without host OS. True or False

a. True
b. False

Q18. Which of the following module is there to install-uninstall package?

a. Yum
b. Apt
c. Install
d. Command
e. A and B

Q16. Which of the following is not network configuration protocol or method?

a. NETCONF
b. YANG
c. RESTCONF
d. CLI Access

Q15. Playbooks syntax can check by ______

a. -check
b. -syntax-validate
c. Syntax-check
d. -dry-run

Q14. You are trying a report from a remote commcell console connection but can not what might be
cause of this problem?

a. Reports can only be generated using internet explorer


b. Remote consoles can not generate reports
c. IIS must be installed and configured
d. None of the above

Q13. Setting up data interface pairs using IP addresses can aid in trouble shooting a Host name
resolution problem between which commcell components?

a. Commserve server and client


b. Media Agent and Library
c. Client and MediaAgent
d. Any of the above

Q11. Containers internally are ____ based

a. Cant say
b. Linux
c. Windows
d. Docker’s playing unit

Q10. Ansible works in ____ way

a. Sequential access with ssh


b. Parallel way with ssh
c. Sequential way wit client software reply
d. Parallel way with client software reply

Q9. Which directory get created if we run “#git init” at any location?

a. .git
b. .git/config
c. .config/git
d. .gitconfig

Q8. Can we pass variables in playbook?

a. Yes
b. No

Q7. You are installing a media agent at a remote office location. You have a DNS server in the main
office but due to WAN connectivity, the remote office system you are installing the media agent on
does not use DNS name resolution. What should you do to ensure proper installation of the new
media agent? Choose the best answer

a. Add a persistant route in the route table of the media agent server (missed content)
b. Configure the hosts file with the correct entries of the commserver (missed content)
c. Install a WINS server in the remote location
d. Use the IP address for the commserve server during the (missed content)
e. Either A or B
f. Either B or D

Q6. True or false: The simpana virtual server agent must be installed locally on a VMWare server

a. True
b. False

Q5. Which infra is good for middleware hosting App in respect of cost?

a. Bare metal
b. Cloud Vms
c. Virtual OS
d. Containers

Q4. Containers are useful for whom?

a. Developers
b. Devops
c. Middleware admins
d. All of them
e. For developers and middleware admins

Q3. How to limit playbook to run on only one system?

a. -limit
b. -<ip or hostname>
c. Both A and B
d. None of the above

Q1. what is the limitation of ansible?

a. Baremetal (missed content)


b. Cross platform (missed content)
c. Cloud machine (missed content)
d. None of the above

You might also like