Courseiva

CCNA Technology Essentials Questions

26 questions · Technology Essentials · All types, answers revealed

1
MCQmedium

You need to identify unauthorized modifications to system binaries on a Red Hat Enterprise Linux server. Which tool is best suited for this integrity verification?

A.firewalld
B.systemctl status
C.yum check-update
D.AIDE
AnswerD

AIDE creates a database of file hashes and compares them to detect changes.

Why this answer

AIDE (Advanced Intrusion Detection Environment) is a file integrity checker that monitors system files against a baseline hash database.

2
MCQeasy

What is the function of the 'netstat' command in a Windows environment?

A.To update the system time.
B.To flush the DNS cache.
C.To view active network connections.
D.To change the IP address.
AnswerC

Netstat is the standard command for listing current network state.

Why this answer

Netstat displays active TCP connections, listening ports, and routing tables, which is critical for network troubleshooting.

3
MCQeasy

You are tasked with securing a database connection. Which technology is best for ensuring data in transit is encrypted?

A.Hashing
B.VPN
C.AES-256
D.TLS
AnswerD

TLS ensures encrypted, authenticated communication between the client and the database server.

Why this answer

TLS (Transport Layer Security) is the industry standard for encrypting data in transit between clients and databases.

4
MCQeasy

You are investigating a network segment using a protocol analyzer. You see traffic with the RST flag set. What does this typically signify?

A.A request for retransmission.
B.An immediate termination of a connection.
C.A request for a new connection.
D.A data acknowledgment.
AnswerB

RST is used to abruptly close a connection, often when a connection is refused or reset.

Why this answer

The RST (Reset) flag in TCP is used to immediately close a connection, often due to an error or an attempt to terminate a rejected session.

5
MCQeasy

Which protocol is most appropriate for secure remote management of network infrastructure devices?

A.SNMPv1
B.Telnet
C.SSH
D.HTTP
AnswerC

SSH provides strong encryption for remote administrative sessions.

Why this answer

SSH (Secure Shell) provides encrypted remote access, whereas Telnet, HTTP, and SNMPv1 are insecure.

6
Multi-Selecteasy

Which TWO of the following are essential components of a secure network design for a segmented corporate network?

Select 2 answers
A.Shared administrative credentials
B.Virtual Local Area Networks (VLANs)
C.Hubs to connect all devices
D.Firewalls between segments
E.Disabling all internal logging
AnswersB, D

VLANs divide the network into logical segments.

Why this answer

VLANs provide logical isolation, and Firewalls provide traffic control between those segments.

7
Multi-Selecthard

Which TWO of the following are common indicators of a compromised system found during host-based log analysis?

Select 2 answers
A.Stable CPU usage patterns
B.Unexpected outbound connections to high-numbered ports
C.Standard system update logs
D.Creation of new accounts with administrative rights
E.Successful logins from standard user accounts
AnswersB, D

This often signals C2 activity.

Why this answer

Unexpected outbound connections and the creation of new administrative accounts are classic signs of a breach.

8
MCQmedium

You are hardening a virtual machine's security. Which action is the most effective way to prevent VM escape attacks?

A.Run the VM as a local administrator.
B.Keep hypervisor and guest tools updated.
C.Disable the disk.
D.Remove the network adapter.
AnswerB

Most escape attacks exploit known vulnerabilities in these components.

Why this answer

Keeping the hypervisor and guest tools updated is the primary defense against vulnerabilities that allow a VM to compromise the host.

9
MCQeasy

You have identified a rogue DHCP server on your network. Which switch feature should be implemented to prevent this in the future?

A.VLAN Tagging
B.Dynamic ARP Inspection
C.DHCP Snooping
D.Port Security
AnswerC

DHCP Snooping allows administrators to specify trusted ports that are authorized to provide DHCP responses.

Why this answer

DHCP Snooping is the standard feature used to validate DHCP messages and prevent rogue server injection.

10
Multi-Selectmedium

Which TWO of the following are primary security controls for securing virtual machines in a production environment?

Select 2 answers
A.Hypervisor patching
B.Providing full physical access to the VM
C.Using only physical cabling
D.Guest OS patch management
E.Disabling VM encryption
AnswersA, D

The hypervisor is the foundation; it must be secure against escape vulnerabilities.

Why this answer

Hypervisor hardening and regular patching are essential to prevent VM escape and local exploits.

11
MCQeasy

When analyzing a virtual machine's security, you note it is using a 'Bridged' network adapter. What is the primary security implication of this configuration?

A.The VM is isolated from the physical network.
B.The VM can only communicate with the host.
C.The VM uses the host's IP address.
D.The VM acts as a direct node on the physical network.
AnswerD

Bridged mode bypasses host-level NAT, making the VM visible to other hosts on the LAN.

Why this answer

Bridged networking gives the VM its own IP on the physical network, exposing it directly to network-based attacks like the host machine.

12
MCQhard

You are troubleshooting a Windows Server service that refuses to start due to a permission issue. Which tool allows you to audit the effective permissions of the service account against the executable file?

A.Task Manager - Details tab
B.Local Security Policy (secpol.msc)
C.Advanced Security Settings - Effective Access
D.Event Viewer - System Log
AnswerC

This tool computes the final permissions for an account based on group memberships and explicit ACLs.

Why this answer

The 'Effective Access' tab in Windows Advanced Security Settings is the standard method for auditing actual permissions for a specific security principal.

13
Multi-Selecteasy

Which THREE of the following are standard best practices for securing cloud infrastructure?

Select 3 answers
A.Enable comprehensive audit logging
B.Enable Multi-Factor Authentication (MFA)
C.Share account passwords between team members
D.Implement Principle of Least Privilege
E.Use only public IP addresses
AnswersA, B, D

Logging provides the necessary visibility for forensic analysis.

Why this answer

Least privilege, MFA, and audit logging are fundamental cloud security pillars.

14
MCQmedium

You are auditing a web application server. You discover it is running with high privileges. What is the standard security practice to mitigate this risk?

A.Run as a non-privileged service account.
B.Use a local administrator account.
C.Increase logging levels.
D.Disable the firewall.
AnswerA

This limits the impact if the application is compromised.

Why this answer

Applications should always run with the minimum necessary permissions, usually as a dedicated service account with restricted access.

15
Multi-Selectmedium

Which THREE of the following are common steps in performing a security audit of a Linux system?

Select 3 answers
A.Verify user account permissions
B.Delete all system logs
C.Examine open network ports
D.Disable all disk encryption
E.Review active processes
AnswersA, C, E

Checking for over-privileged accounts helps prevent lateral movement.

Why this answer

Checking running processes, user account permissions, and listening ports are key to finding unauthorized activity.

16
MCQhard

You are hardening a web server. Which directive in an Apache configuration file helps prevent Clickjacking attacks?

A.X-Frame-Options: SAMEORIGIN
B.Strict-Transport-Security
C.Content-Security-Policy: default-src 'self'
D.X-XSS-Protection: 1
AnswerA

This directive ensures the page can only be displayed in frames on the same site.

Why this answer

The 'X-Frame-Options' header prevents the site from being embedded in iframes, which is the primary vector for clickjacking.

17
MCQhard

A user reports they cannot access a shared drive. You find the 'Effective Access' is 'Deny'. What is the most likely cause?

A.The server is offline.
B.An explicit Deny entry is present.
C.The drive is full.
D.They are not in the correct group.
AnswerB

Explicit Deny entries in Windows ACLs take precedence over Allow permissions.

Why this answer

In Windows, an explicit 'Deny' permission always overrides any 'Allow' permissions granted through other groups.

18
MCQmedium

In a cloud environment, you are configuring a Security Group for an EC2 instance. To allow only incoming web traffic over HTTPS from a specific subnet, which configuration is most secure?

A.Protocol: TCP, Port: 443, Source: 10.0.1.0/24
B.Protocol: UDP, Port: 443, Source: 10.0.1.0/24
C.Protocol: TCP, Port: 80, Source: 10.0.1.0/24
D.Protocol: All Traffic, Port: All, Source: 0.0.0.0/0
AnswerA

This restricts traffic to the necessary port and limits access to the specific subnet.

Why this answer

The principle of least privilege dictates specifying the exact port and source CIDR block rather than using broad '0.0.0.0/0' entries.

19
MCQmedium

An analyst needs to verify the hash of a downloaded binary to ensure it has not been tampered with. Which command is used on Windows PowerShell?

A.Get-FileHash
B.Hash-File
C.Verify-Binary
D.Check-Sum
AnswerA

This cmdlet supports SHA256 and other algorithms to verify file integrity.

Why this answer

Get-FileHash is the native PowerShell cmdlet for calculating file integrity hashes like SHA256.

20
Multi-Selecthard

Which THREE of the following represent critical areas to inspect when a web application has been suspected of an injection attack?

Select 3 answers
A.Application and database logs
B.Input validation routines
C.Screen resolution settings
D.Database query construction
E.Network cable integrity
AnswersA, B, D

Logs capture the malicious input payloads used in the attack.

Why this answer

Input sanitization, database query logic, and logs are the primary areas to investigate during an injection incident.

21
MCQhard

You are monitoring an AWS environment. A specific IAM role has suddenly started performing anomalous API calls. Which service should you review to see the history of these calls?

A.AWS Config
B.AWS Trusted Advisor
C.AWS X-Ray
D.AWS CloudTrail
AnswerD

CloudTrail provides a comprehensive history of API calls made by users, roles, and services.

Why this answer

AWS CloudTrail records all API activity within an AWS account, including the identity and source of the request.

22
MCQhard

In the context of the principle of least privilege, why should you avoid using a root or administrator account for daily system administration?

A.To improve performance.
B.To hide administrative activity.
C.To comply with hardware requirements.
D.To prevent accidental system-wide changes.
AnswerD

Least privilege limits the damage potential of errors and malware.

Why this answer

Using a high-privilege account for daily tasks increases the risk that an accidental error or a compromised process will have full system control.

23
MCQhard

During a forensic investigation, you find an entry in the Windows Registry under 'Run' keys. How can you determine if this entry is malicious?

A.Verify the digital signature of the referenced executable.
B.Delete the registry key.
C.Reboot the server.
D.Rename the file to .txt.
AnswerA

Legitimate services are almost always digitally signed by a trusted publisher.

Why this answer

Checking the 'Image Path' and verifying the digital signature of the file are necessary to confirm if a startup entry is legitimate.

24
MCQeasy

Which of the following best describes the function of a 'container runtime' in a virtualization environment?

A.It encrypts network traffic between nodes.
B.It virtualizes the hardware layer.
C.It executes containerized applications.
D.It provides a web GUI for managing clusters.
AnswerC

Runtime components like containerd or runc are responsible for launching and managing container processes.

Why this answer

The container runtime is responsible for executing containers and managing image layers and namespaces.

25
MCQmedium

When reviewing cloud storage buckets, you find one is configured with 'public read access'. What is the risk?

A.SQL injection.
B.Service denial.
C.Increased latency.
D.Unauthorized data exfiltration.
AnswerD

Anyone on the internet can read and download the bucket's content.

Why this answer

Public read access allows anyone on the internet to list and download the contents of the bucket, leading to data exposure.

26
MCQmedium

A Windows server shows high disk I/O. Which tool can identify which specific process is performing the most write operations?

A.System Configuration (msconfig)
B.Event Viewer
C.Resource Monitor
D.Task Manager
AnswerC

Resource Monitor provides a detailed breakdown of disk I/O per process.

Why this answer

Resource Monitor is the standard Windows utility for granular monitoring of per-process disk, CPU, and memory activity.

Ready to test yourself?

Try a timed practice session using only Technology Essentials questions.