0% found this document useful (0 votes)
60 views14 pages

TMCQ

Uploaded by

jainhassan4848
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)
60 views14 pages

TMCQ

Uploaded by

jainhassan4848
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/ 14

1. 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

2. 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

3. 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

4. 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


5. 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

6.What are the three types of variables?

Comparison, logical and assignment

Static, dynamic and preference

user created, automatic and preference

arithmetic, automatic and preference

7. Which one of the following is a variable in powershell?

$Number1

&Number1

@Number1

!Number1

8. A user is trying to setup a recurring auto scaling process. The user has setup one process to scale

up every day 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

9. The Init in the FOR loop will work during iteration?

True

False

10. 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

11. 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

12. How to get all the aliases in Powershell?

Get-aliases

Find-alias

Get-alias

Add-alias

13. 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

14. 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

15. What is the input statement in PowerShell?

Get-userinput

Read-input

Get-input

Read-host

16. Which looping statement runs at least once

while loop

do_while loop

17. How to declare the parameter $Value as required parameter?

[Parameter (Required =$True)]

[Required] $Value

[Mandatory] $Value

[Parameter (Mandatory =$True)] $Value

18. 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
19. Else and Elseif are optional blocks?

True

False

20. Ansible works in ______way?

Sequential access with ssh

Parallel way with ssh

Sequential access with client software reply

Parallel way with client software reply

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

Input-Userpassword

Get-credentials

Get-Userpassword

Write-Username

22. Playbooks syntax can check by _____

a) -check

b) -syntax-validate

c) -syntax-check

d) -dry-

23. How to get the version of windows powershell?

a) getversion

b) get-version

c) $psversiontable

d) view-version

24. 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

25. How to handle a Non-Terminating Error?

a) TRY_CATCH

b) ErrorAction

26. Every powershell command is in ____ structure?

a) Alpha-beta

b) Noun-verb

c) Verb-noun

d) betGamma

27. 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

28. Which variable stores the Global profile in powershell?

a) $profile

b) $profile.CurrentUserCurrentHost

c) $profile.AllUsersAllHosts

d) $profile.CurrentUserAllHosts

29. What is way to mention sudo privilege in Ansible?

a) -u root

b) -u <sudo user>

c) -sudo

d) -become

30. Which one of the following is a Comparison Operator?


a) -and

b) -in

c) -or

d) -xor

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

a) Format-table

b) Write-property

c) Select-property

d) Format-property

32. 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

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

a) getcommand

b) get-cmd

c) get-command

d) getcmd

34. Which one of the following is an Assignment Operator?

a) =/

b) =-

c) =+

d) +=

35. How to list modules in ansible?

a) Ansible modules -list


b) Ansible-doc

c) Ansible-doc -l

d) Ansible -list-modules -all

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

a) Yum

b) Apt

c) Install

d) Command

e) A and B

37. Which of the following is a logical operator?

a) -not

b) -eq

c) -contains

d) -match

38. 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

39. 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


40. 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

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

a. .git

b. .git/config

c. .config/git

d. .gitconfig

42. containers internally are ____ based

a. Cant say

b. Linux

c. Windows

d. Dockers playing unit

43. 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


44. 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

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

a. True

b. False

46. 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

47. 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

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

a. Bare metal

b. Cloud Vms

c. Virtual OS

d. Containers

49. 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


50. Can we pass variables in playbook?

a. Yes

b. no

51. To protech the commserve SQL database you must be install and configure the window file

system and SQL server iDataAgents

a. True

b. False

52. 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

53. 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

54. 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 be 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. Increase the number of data readers to the maximum (missed content)


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

a. True

b. False

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

a. NETCONF

b. YANG

c. RESTCONF

d. CLI Access

57. 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

58. 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

59. Containers are useful for whom?

a. Developers

b. Devops

c. Middleware admins

d. All of them
e. For developers and middleware admins

60. 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

61. A user is launching an instance, he is prompted to add 'Tags' to the instance. Which of the following
option is not true about the 'tags'?

A. Each tag will have a key and value


B. The user can apply tags to the EBS Volume
C. The maximum value of the tag key length is 64 unicode characters
D. AWS tags are used to find the cost distribution of various resources

62. A user has created a VPC with CIDR 20.0.0.0/24. The user has created a public subnet with CIDR
20.0.0.0/25 and a private subnet with CIDR 20.0.0.128/25. The user has launched one instance each in the
private and public subnets. Which of the below mentioned options cannot be the correct IP address (private
IP. assigned to an instance in the public or private subnet?

A. 20.0.0.255

B. 20.0.0.132

C. 20.0.0.122

D. 20.0.0.55

63. A user has launched an EBS backed EC2 instance. The user has rebooted the instance. Which of the
below mentioned statements is not true with respect to the reboot action?

A. The private and public address remains the same


B. The Elastic IP remains associated with the instance
C. The volume is preserved
D. The instance runs on a new host computer

64. A user has created a queue named "myqueue" in US-East region with AWS SQS. The user's AWS account
ID is 123456123456. If the user wants to perform some action on this queue, which of the below Queue URL
should he use?

A. https://sqs.us-east-1.amazonaws.com/123456123456/myqueue
B. http://sqs.amazonaws.com/123456123456/myqueue
C. http://sqs.123456123456.us-east-1.amazonaws.com/myqueue
D. http://123456123456.sqs. us-east-1.amazonaws.com/myqueue
65. A user is planning to use AWS services for his web application. If the user is trying to set up his own
billing management system for AWS, how can he configure it?

A. Set up programmatic billing access. Download and parse the bill as per the requirement

66. A user has launched multiple EC2 instances for the purpose of development and testing in the same
region. The user wants to find the separate cost for the production and development instances. How can the
user find the cost distribution?

A. The user should download the activity report of the EC2 services as it has the instance ID wise data
B. It is not possible to get the AWS cost usage data of single region instances separately
C. The user should use Cost Distribution Metadata and AWS detailed billing
D. The user should use Cost Allocation Tags and AWS billing reports

76. Default inventory is the only way to provide list of hosts. true or false

True

78. When a client is configured to use automatic updates; all updates, service packs, and hotfixes
are automatically installed on the client.

a. True

b. False

You might also like