161-170 Flashcards

1
Q

A Linux engineer needs to download a ZIP file and wants to set the nice value to -10 for this new process. Which of the following commands will help to accomplish the task?

A. $ nice -v -10 wget https://foo.com/installation.zip
B. $ renice -v -10 wget https://foo.com/installation.zip
C. $ renice -10 wget https://foo.com/installation.zip
D. $ nice -10 wget https://foo.com/installation.zip

A

D. $ nice -10 wget https://foo.com/installation.zip

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following data structures is written in JSON?

A.
name: user1
position: DevOps
floor: 3

B.

<table>
<tbody><tr>
<td>user1</td>
<td>DevOps</td>
<td>3</td>
</tr>
</tbody></table>

C.

<root>
<floor>3</floor>
<name>user1</name>
<postion>DevOps</position>
</root>

D.
{
"name": "user1",
"job": "DevOps",
"floor": 3
}
</postion></root>

A

D.
{
“name”: “user1”,
“job”: “DevOps”,
“floor”: 3
}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following enables administrators to configure and enforce MFA on a Linux system?

A. Kerberos
B. SELinux
C. PAM
D. PKI

A

A. Kerberos

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A database administrator requested the installation of a custom database on one of the servers. Which of the following should the Linux administrator configure so the requested packages can be installed?

A. /etc/yum.conf
B. /etc/ssh/sshd.conf
C. /etc/yum.repos.d/db.repo
D. /etc/resolv.conf

A

C. /etc/yum.repos.d/db.repo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In which of the following filesystems are system logs commonly stored?

A. /var
B. /tmp
C. /etc
D. /opt

A

A. /var

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A systems administrator has been unable to terminate a process. Which of the following should the administrator use to forcibly stop the process?

A. kill -1
B. kill -3
C. kill -15
D. kill -HUP
E. kill -TERM

A

B. kill -3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A systems administrator is compiling a report containing information about processes that are listening on the network ports of a Linux server. Which of the following commands will allow the administrator to obtain the needed information?

A. ss -plnt
B. tcpdump -nL
C. netstat -pn
D. lsof -lt

A

C. netstat -pn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

At what point is the Internal Certificate Authority (ICA) created?

A. During the primary Security Management Server installation process.
B. Upon creation of a certificate.
C. When an administrator decides to create one.
D. When an administrator initially logs into SmartConsole.

A

A. During the primary Security Management Server installation process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Rugged appliances are small appliances with ruggedized hardware and like Quantum Spark appliance they use which operating system?

A. Centos Linux
B. Gaia embedded
C. Gaia
D. Red Hat Enterprise Linux version 5

A

B. Gaia embedded

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Using AD Query, the security gateway connections to the Active Directory Domain Controllers using what protocol?

A. Windows Management Instrumentation (WMI)
B. Hypertext Transfer Protocol Secure (HTTPS)
C. Lightweight Directory Access Protocol (LDAP)
D. Remote Desktop Protocol (RDP)

A

A. Windows Management Instrumentation (WMI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly