Pre-Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A systems administrator wants to update and apply changes in an existing file in a remote Git repository. Which of the following is the last Git command the administrator should execute to complete this process?

A.

git commit -m " Updated with new information "

B.

git checkout -b update-feature

C.

git pull origin main

D.

git push origin update-feature

A systems administrator is restoring data from a backup. While analyzing the file format, the administrator sees the following output:

data: 7-zip archive data, version 0.4

Which of the following commands should the administrator use to help extract the data?

A.

7za e data

B.

tar x --lzip --format=v7 data

C.

unzip -np 7 data

D.

zcat -S 7 data

A Linux user needs to authenticate to a Windows Active Directory domain. Which of the following configuration files contains the domain configuration details?

A.

sssd.conf

B.

krb5.conf

C.

pam.conf

D.

smb.conf

Which of the following commands should an administrator run to check for errors during startup?

A.

modinfo

B.

dmesg

C.

dracut

D.

lshw

A systems administrator manages multiple Linux servers and needs to set up a reliable and secure way to handle the complexity of managing event records on the OS and application levels. Which of the following should the administrator do?

A.

Create an automated process to retrieve logs from the server by demand.

B.

Implement a centralized log aggregation solution.

C.

Configure daily automatic backups of logs to remote storage.

D.

Deploy log rotation procedures to manage the records.

A Linux administrator updates the DNS record for the company using:

cat /etc/bind/db.abc.com

The revised partial zone file is as follows:

ns1 IN A 192.168.40.251

ns2 IN A 192.168.40.252

www IN A 192.168.30.30

When the administrator attempts to resolve www.abc.com to its IP address, the domain name still points to its old IP mapping:

nslookup www.abc.com

Server: 192.168.40.251

Address: 192.168.40.251#53

Non-authoritative answer:

Name: www.abc.com

Address: 199.168.20.81

Which of the following should the administrator execute to retrieve the updated IP mapping?

A.

systemd-resolve query www.abc.com

B.

systemd-resolve status

C.

service nslcd reload

D.

resolvectl flush-caches

You are a systems administrator and have created an uncompressed backup of the

application directory. Several hours later, you must restore the application from backup.

INSTRUCTIONS

Within each tab, click on an object to form the appropriate command used to create the

backup and restore the application.

Command objects may only be used once, and not all will be used. Click the arrow to

remove any unwanted objects from your command.

If at any time you would like to bring back the initial state of the simulation, please click

the Reset All button.

Which of the following passwords is the most complex?

A.

H3sa1dt01d

B.

he$@ID$heTold

C.

H3s@1dSh3t0|d

D.

HeSaidShetold

A technician wants to temporarily use a Linux virtual machine as a router for the network segment 10.10.204.0/24. Which of the following commands should the technician issue? (Select three).

A.

echo " 1 " > /proc/sys/net/ipv4/ip_forward

B.

iptables -A FORWARD -j ACCEPT

C.

iptables -A PREROUTING -j ACCEPT

D.

iptables -t nat -s 10.10.204.0/24 -p tcp -A PREROUTING -j MASQUERADE

E.

echo " 0 " > /proc/sys/net/ipv4/ip_forward

F.

echo " 1 " > /proc/net/tcp

G.

iptables -t nat -s 10.10.204.0/24 -A POSTROUTING -j MASQUERADE

Which of the following describes what Ansible is used for in the context of IT infrastructure?

A.

Database management

B.

Configuration management

C.

Process management

D.

Asset management