EX300(23Q) Exam Questions
19 real EX300(23Q) exam questions with expert-verified answers and explanations. Page 1 of 1.
- Question #1The aspects of cloud security
Configure your systems that should be running in Enforcing.
SELinuxenforcing modemandatory access controlsecurity policy - Question #2The aspects of cloud security
Configure SSH access on your virtual hosts as follows. - Clients within my22ilt.org should NOT have access to ssh on your systems
SSH access controlnetwork restrictionsTCP wrappershosts configuration - Question #3The aspects of cloud security
Configure serverX to forward traffic incoming on port 80/tcp from source network 172.25.X.0/255.255.255.0 to port on 5243/tcp.
port forwardingfirewall rulesiptablestraffic routing - Question #4The principles of cloud computing
Create a command called qstat on both serverX and desktopX. - It should able to execute the following command(ps -eo pid,tid,class,rtprio,ni,pri,psr,pcpu,stat,wchan:14,comm) - The...
command aliassystem administrationprocess monitoringuser permissions - Question #5Configure IPv6 Networking
Configure eth0 with a static ipv6 addresses as follows. - Configure a Static IPv6 address in serverX as fddb:fe2a:ab1e:c0a8:64/64. - Configure a Static IPv6 address in desktopX as...
IPv6 static addressingNetworkManagerpersistent network configprefix length - Question #6Configure Link Aggregation
Configure your serverX and desktopX, which watches for link changes and selects an active port for data transfers. - serverX should have the address as 192.168.X.10/255.255.255.0....
network bondinglink aggregationactive-backup modeNetworkManager teaming - Question #7Configure Email Services
Configure the SMTP mail service on serverX and desktopX which relay the mail only from local system through station.network0.example.com, all outgoing mail have their sender domain...
Postfix null clientSMTP relaymail routingsender domain rewrite - Question #8Configure NFS Server
Configure serverX with the following requirements. - Share the /nfsshare directory within the example.com domain clients only, share must be writable. - Create a directory named as...
NFS exports/etc/exportsdomain-restricted sharefile ownership - Question #9Configure NFS Client
Mount /nfsshare directory on desktopX under /public directory persistently at system boot time. - The user harry able to write files on /secure directory
NFS client mount/etc/fstabpersistent mountwrite permissions - Question #10Configure SMB File Sharing
Share the /sambadir directory via SMB on serverX - Your SMB server must be a member of the TESTGROUP workgroup - The share name must be data - The data share must be available to e...
Samba smb.confSMB workgroupmulti-user shareSamba user authentication - Question #11Configure SMB Client Mount
Mount the samba share /opstack permanently beneath /mnt/smbspace on desktopX as a multiuser mount. The samba share should be mounted with the credentials of frankenstein.
CIFS multiuser mountSamba credentials file/etc/fstabpersistent SMB mount - Question #12Configure Apache HTTP Server
- rename the downloaded file in to index.html. - copy the file into the document root. - Do not make any modification to with the content of the index.html. - Clients within my22il...
Apache httpddocument rootIP-based access controlDirectory directive - Question #13Configure TLS Security for Apache
- configure the website https://serverX.example.com with TLS
Apache TLS/SSLHTTPS virtual hostSSL certificatemod_ssl - Question #14Configure Apache HTTP Server
- Create a directory named as "owndir" under the document root of webserver - rename the file into index.html - The content of the owndir should be visible to everyone browsing fro...
Apache directory listinglocalhost access restrictionOptions IndexesRequire directive - Question #15Configure Dynamic Web Content
- Site should executes webapp.wsgi. - Content of the script should not be modified.
mod_wsgiPython WSGI applicationApache virtual hostdynamic web content - Question #16Bash Scripting and Automation
- Create a script on serverX called /root/random with following details. - When run as /root/random postconf, should bring the output as "postroll" - When run as /root/random postr...
bash scriptingconditional argument handlingstderr outputcase statement - Question #17Configure iSCSI Target
Configure SCSI storage. - Create a new 1GB target on your serverX.example.com. - The block device name should be data block - The server should export an iscsi disk called lqn.2014...
iSCSI targettargetcliLIO block deviceACL initiator restriction - Question #18Configure iSCSI Initiator
ISCSI Initiator - The serverX.example.com provides an iscsi port(3260). - connect the disk with desktopX.example.com and configure filesystem with the following requirements. - Cre...
iSCSI initiatoriscsiadm discoveryXFS filesystempersistent iSCSI mount - Question #19Configure MariaDB Database
Mariadb - The database name should be contacts. It should be access only within the localhost. - Set a password for root user as "Postroll". Other than the root user, the user andr...
MariaDBdatabase user privilegeslocalhost restrictionSQL GRANT