Windows Firewall allows or blocks network traffic according to configured security rules.
Incorrect! Try again.
10Which Windows command displays the computer's current IP configuration?
Windows networking basics: IP configuration, DNS, DHCP, NetBIOS, and SMB protocol
Easy
A.ipconfig
B.netstat
C.whoami
D.tasklist
Correct Answer: ipconfig
Explanation:
The ipconfig command displays IP addresses, subnet masks, gateways, and related network settings.
Incorrect! Try again.
11What is the main function of DNS?
Windows networking basics: IP configuration, DNS, DHCP, NetBIOS, and SMB protocol
Easy
A.Detect malware in files
B.Assign permissions to folders
C.Start services automatically
D.Resolve names to IP addresses
Correct Answer: Resolve names to IP addresses
Explanation:
DNS translates human-readable host names into IP addresses used by network devices.
Incorrect! Try again.
12Which network service automatically assigns IP configuration to client devices?
Windows networking basics: IP configuration, DNS, DHCP, NetBIOS, and SMB protocol
Easy
A.DNS
B.NetBIOS
C.DHCP
D.SMB
Correct Answer: DHCP
Explanation:
DHCP automatically provides clients with IP addresses and other network configuration values.
Incorrect! Try again.
13Which protocol is commonly used by Windows for network file and printer sharing?
Windows networking basics: IP configuration, DNS, DHCP, NetBIOS, and SMB protocol
Easy
A.SMB
B.RDP
C.DHCP
D.DNS
Correct Answer: SMB
Explanation:
Server Message Block (SMB) supports shared access to files, folders, and printers over a network.
Incorrect! Try again.
14What is a shared folder?
Shared resources management
Easy
A.A folder blocked by the firewall
B.A folder available over a network
C.A folder containing event logs
D.A folder used only by Windows
Correct Answer: A folder available over a network
Explanation:
A shared folder allows authorized users to access its contents from other computers on the network.
Incorrect! Try again.
15Which Windows technology provides a graphical session on a remote computer?
Remote access tools (RDP, PsExec)
Easy
A.SMB
B.DNS
C.DHCP
D.RDP
Correct Answer: RDP
Explanation:
Remote Desktop Protocol (RDP) lets an authorized user interact with a remote Windows desktop.
Incorrect! Try again.
16What is PsExec commonly used to do?
Remote access tools (RDP, PsExec)
Easy
A.Resolve remote host names
B.Scan remote files for malware
C.Run commands on remote systems
D.Assign remote IP addresses
Correct Answer: Run commands on remote systems
Explanation:
PsExec is an administrative utility that can execute processes on authorized remote Windows systems.
Incorrect! Try again.
17Which Windows tool is used to view and manage system services?
Windows administrative tools (MMC, Services.msc, Group Policy Editor)
Easy
A.Event Viewer
B.File Explorer
C.Services.msc
D.Task Manager
Correct Answer: Services.msc
Explanation:
Services.msc opens the Services console, where administrators can start, stop, and configure services.
Incorrect! Try again.
18Which Windows utility is used to examine application, security, and system logs?
Introduction to Windows Event Logs for incident analysis
Easy
A.Resource Monitor
B.Control Panel
C.Disk Cleanup
D.Event Viewer
Correct Answer: Event Viewer
Explanation:
Event Viewer displays Windows logs that can help identify errors, logon activity, and security events.
Incorrect! Try again.
19What can a basic logon audit policy record?
Basic audit policies
Easy
A.Current screen resolution
B.Installed printer models
C.Successful and failed logons
D.Available disk partitions
Correct Answer: Successful and failed logons
Explanation:
Logon auditing records authentication successes and failures for security monitoring and investigation.
Incorrect! Try again.
20Which native Windows command displays the processes currently running on the system?
Basic enumeration and reconnaissance using native tools (whoami, netstat, ipconfig, tasklist)
Easy
A.tasklist
B.netstat
C.whoami
D.ipconfig
Correct Answer: tasklist
Explanation:
The tasklist command lists currently running processes and basic information about them.
Incorrect! Try again.
21A technician needs to let a user install approved desktop applications and change system-wide settings without granting unrestricted control over the computer. Which local group is the most appropriate starting point?
User accounts and group management
Medium
A.Administrators
B.Users
C.Remote Desktop Users
D.Performance Monitor Users
Correct Answer: Administrators
Explanation:
System-wide software installation and configuration generally require administrative rights. Membership should be temporary or otherwise tightly controlled to follow least privilege.
Incorrect! Try again.
22An administrator wants to disable a former employee's local account while preserving its profile and group memberships for an investigation. Which command best meets this requirement?
User accounts and group management
Medium
A.net user analyst /delete
B.net user analyst /times:none
C.net user analyst /passwordchg:no
D.net user analyst /active:no
Correct Answer: net user analyst /active:no
Explanation:
The /active:no option prevents sign-in without deleting the account or its associated configuration.
Incorrect! Try again.
23A company wants domain users to sign in without sending reusable passwords across the network and to use tickets for access to services. Which authentication protocol best matches this requirement?
Authentication methods
Medium
A.Kerberos
B.NTLM
C.PAP
D.CHAP
Correct Answer: Kerberos
Explanation:
Kerberos uses time-limited tickets to authenticate domain users and provide access to network services without repeatedly transmitting credentials.
Incorrect! Try again.
24A laptop uses Windows Hello facial recognition. Where is the credential normally validated when the user signs in?
Authentication methods
Medium
A.Through an anonymous SMB session
B.Against a public DNS server
C.Against the user's email password
D.Using device-bound authentication data
Correct Answer: Using device-bound authentication data
Explanation:
Windows Hello uses biometric or PIN data to unlock credentials protected by the device, commonly with TPM support, rather than sending the biometric data as a password.
Incorrect! Try again.
25A user has NTFS Read permission through one group and NTFS Modify permission through another group. No deny entries apply. What is the user's effective NTFS permission?
Permissions and access control (ACLs, NTFS permissions)
Medium
A.No access
B.Modify
C.Read only
D.Full Control
Correct Answer: Modify
Explanation:
Allowed NTFS permissions from multiple group memberships are cumulative. Modify includes Read, so the effective permission is Modify.
Incorrect! Try again.
26A folder grants a user Modify, but an inherited ACL entry explicitly denies that user Write. What is the expected effective result?
Permissions and access control (ACLs, NTFS permissions)
Medium
A.The user can write because Modify is broader
B.The user receives Full Control through inheritance
C.The user cannot write because the deny applies
D.The user loses all read and execute permissions
Correct Answer: The user cannot write because the deny applies
Explanation:
An applicable explicit deny entry overrides an allow for the same permission. Other permissions, such as Read, are not automatically removed.
Incorrect! Try again.
27An unsigned application attempts to make a system-wide change while a standard user is signed in. What does User Account Control normally do?
Built-in security tools (Windows Defender, UAC, Firewall)
Medium
A.Converts the account to an administrator
B.Creates an outbound firewall rule
C.Disables Windows Defender temporarily
D.Prompts for administrator credentials
Correct Answer: Prompts for administrator credentials
Explanation:
A standard user must provide valid administrator credentials at the UAC prompt before an elevated operation can proceed.
Incorrect! Try again.
28A server must accept inbound HTTPS traffic while continuing to block unsolicited traffic on other ports. Which Windows Firewall change is most appropriate?
Built-in security tools (Windows Defender, UAC, Firewall)
Medium
A.Allow all traffic from every application
B.Allow inbound TCP port 443
C.Disable the active firewall profile
D.Allow outbound TCP port 443
Correct Answer: Allow inbound TCP port 443
Explanation:
HTTPS servers normally listen on TCP port 443, so a narrowly scoped inbound allow rule provides the required access.
Incorrect! Try again.
29A workstation receives the address 169.254.18.40 after startup and cannot reach other subnets. Which failure is the most likely cause?
Windows networking basics: IP configuration, DNS, DHCP, NetBIOS, and SMB protocol
Medium
A.The SMB service stopped responding
B.The NetBIOS cache became full
C.The DNS suffix was rejected
D.The DHCP server was unreachable
Correct Answer: The DHCP server was unreachable
Explanation:
An address in 169.254.0.0/16 is typically an APIPA address assigned when Windows cannot obtain a lease from DHCP.
Incorrect! Try again.
30A user can connect to a server by IP address but not by its hostname. Which component should be investigated first?
Windows networking basics: IP configuration, DNS, DHCP, NetBIOS, and SMB protocol
Medium
A.DNS name resolution
B.DHCP lease duration
C.Default gateway metric
D.SMB file permissions
Correct Answer: DNS name resolution
Explanation:
Successful access by IP shows basic connectivity is working. Failure only by hostname most directly indicates a name-resolution problem.
Incorrect! Try again.
31A user accesses \\fileserver\reports from File Explorer. Which protocol primarily provides this Windows file-sharing connection?
Windows networking basics: IP configuration, DNS, DHCP, NetBIOS, and SMB protocol
Medium
A.SMB
B.DHCP
C.RDP
D.ICMP
Correct Answer: SMB
Explanation:
Server Message Block (SMB) provides Windows network file and printer sharing through UNC paths such as \\server\share.
Incorrect! Try again.
32A network share grants a group Read, while the folder's NTFS ACL grants the same group Modify. What can group members normally do when accessing the folder through the share?
Shared resources management
Medium
A.Modify files but not delete them
B.Receive Full Control automatically
C.Read files but not modify them
D.Access files only from the server console
Correct Answer: Read files but not modify them
Explanation:
Network access is limited by both share and NTFS permissions. The more restrictive effective permission in this case is the share's Read permission.
Incorrect! Try again.
33An administrator needs an interactive graphical session on a remote Windows server. Which tool is designed for this purpose?
Remote access tools (RDP, PsExec)
Medium
A.PsExec
B.Registry Editor
C.Remote Desktop Connection
D.Task Scheduler
Correct Answer: Remote Desktop Connection
Explanation:
Remote Desktop Connection uses RDP to provide an interactive graphical desktop session on a remote Windows system.
Incorrect! Try again.
34An administrator runs psexec \\PC12 ipconfig /all. What is the intended result?
PsExec executes the specified command on the remote system. Here, ipconfig /all reports PC12's network configuration.
Incorrect! Try again.
35An administrator must configure one console that displays Event Viewer, Services, and Local Users and Groups. Which tool supports this arrangement?
Windows administrative tools (MMC, Services.msc, Group Policy Editor)
Medium
A.Windows Registry Editor
B.System Configuration
C.Windows Terminal
D.Microsoft Management Console
Correct Answer: Microsoft Management Console
Explanation:
Microsoft Management Console (MMC) can combine multiple administrative snap-ins into a custom console.
Incorrect! Try again.
36A service must start automatically after other automatic services have initialized. Which startup type should be selected in Services.msc?
Windows administrative tools (MMC, Services.msc, Group Policy Editor)
Medium
A.Manual
B.Automatic (Delayed Start)
C.Automatic
D.Disabled
Correct Answer: Automatic (Delayed Start)
Explanation:
Automatic (Delayed Start) starts the service automatically after the initial group of automatic services, reducing startup contention.
Incorrect! Try again.
37During a suspected password-guessing attack, an analyst wants to identify repeated failed Windows sign-in attempts. Which Security log event ID is most relevant?
Introduction to Windows Event Logs for incident analysis
Medium
A.7045
B.4625
C.4624
D.4688
Correct Answer: 4625
Explanation:
Security event ID 4625 records a failed account logon. Event 4624 records a successful logon.
Incorrect! Try again.
38A security team wants failed sign-in attempts to appear in the Security event log. Which audit setting should be enabled?
Basic audit policies
Medium
A.Audit Policy Change success
B.Audit Process Creation failure
C.Audit Logon failure
D.Audit Object Access success
Correct Answer: Audit Logon failure
Explanation:
Enabling failure auditing for logon events records unsuccessful sign-in attempts for later review.
Incorrect! Try again.
39A maintenance script must run every night even when no user is signed in. Which Task Scheduler configuration is most appropriate?
Scheduled tasks
Medium
A.Place the script in the user's Documents folder
B.Run only when the user is logged on
C.Start only after an interactive RDP session
D.Run whether the user is logged on or not
Correct Answer: Run whether the user is logged on or not
Explanation:
This setting allows the scheduled task to execute in the background without requiring an interactive user session.
Incorrect! Try again.
40A suspicious program launches whenever a particular user signs in, but no scheduled task or service is responsible. Which location should an analyst inspect first?
Startup items
Medium
A.The user's Run registry key
B.The Windows Firewall rule store
C.The computer's DHCP lease table
D.The system's DNS resolver cache
Correct Answer: The user's Run registry key
Explanation:
Entries under a user's Run registry key commonly start programs automatically when that user signs in.
Incorrect! Try again.
41A local user account named Analyst is deleted and recreated with the same name. Files whose ACLs granted access only to the original account now display an unresolved SID, and the recreated account cannot open them. What best explains this behavior?
User accounts and group management
Hard
A.Windows authorizes the account by its password hash, which changed during recreation
B.Windows authorizes the account by its profile path, which was removed with the account
C.Windows authorizes the account by its display name, which has not yet replicated
D.Windows authorizes the account by its SID, which changed when the account was recreated
Correct Answer: Windows authorizes the account by its SID, which changed when the account was recreated
Explanation:
ACL entries reference security identifiers, not account names. Recreating an identically named account generates a new SID, so permissions must be reassigned or ownership used to recover access.
Incorrect! Try again.
42A domain user accesses an SMB server by entering \\10.20.30.40\Data. Authentication falls back to NTLM, although Kerberos works when the server's hostname is used. Which change most directly restores Kerberos authentication?
Authentication methods
Hard
A.Enable NetBIOS name resolution and connect using the server's short IP address
B.Flush the client ARP cache before reconnecting to the server's IP address
C.Disable SMB signing so the server can accept an IP-based Kerberos ticket
D.Connect using a DNS hostname that maps to a valid CIFS service principal name
Correct Answer: Connect using a DNS hostname that maps to a valid CIFS service principal name
Explanation:
Kerberos requires a service principal name matching the requested service identity. An IP address normally does not match the server's registered CIFS/hostname SPN, causing NTLM fallback.
Incorrect! Try again.
43An administrator is the owner of an NTFS folder but has no Allow ACE granting access to it. No policy explicitly denies changing permissions. Which recovery action is normally available because of ownership?
Permissions and access control (ACLs, NTFS permissions)
Hard
A.Bypass the folder's SACL and suppress all future audit events
B.Modify the folder's DACL and grant an account the required permissions
C.Read every file in the folder without changing any existing permissions
D.Decrypt every EFS-protected file without possessing a recovery certificate
Correct Answer: Modify the folder's DACL and grant an account the required permissions
Explanation:
The owner can normally change an object's discretionary ACL, allowing access to be granted. Ownership does not automatically provide file access, bypass auditing, or decrypt EFS data.
Incorrect! Try again.
44A folder with restrictive NTFS permissions is moved from C:\Restricted to C:\Public on the same NTFS volume. The destination normally grants broader inherited access. What happens to the moved folder's permissions by default?
Permissions and access control (ACLs, NTFS permissions)
Hard
A.It loses its DACL and becomes accessible only to the local Administrators group
B.It inherits only the destination permissions because every move acts as a copy
C.It combines source and destination Allow ACEs while discarding all Deny ACEs
D.It retains its existing security descriptor because the move stays on one volume
Correct Answer: It retains its existing security descriptor because the move stays on one volume
Explanation:
A move within the same NTFS volume normally preserves the object's security descriptor. A copy, or a move to another volume, creates a new object that normally inherits from its destination.
Incorrect! Try again.
45A user in the local Administrators group opens a normal, non-elevated PowerShell window under UAC Admin Approval Mode. Why can administrative commands still fail with access denied?
Built-in security tools (Windows Defender, UAC, Firewall)
Hard
A.The process uses anonymous credentials until Windows Defender validates each command
B.The process temporarily removes the user from the Administrators group until sign-out
C.The process receives administrative rights only after the Firewall service authorizes it
D.The process uses the user's filtered token until elevation creates a high-integrity process
Correct Answer: The process uses the user's filtered token until elevation creates a high-integrity process
Explanation:
UAC commonly gives an administrator an unelevated process with a filtered token. Consent or credential approval starts an elevated process using the administrative token.
Incorrect! Try again.
46Windows Firewall has an enabled inbound Allow rule for TCP port 445 and an enabled inbound Block rule that also matches the same connection. Both apply to the active profile. What is the expected result?
Built-in security tools (Windows Defender, UAC, Firewall)
Hard
A.The connection is blocked only when Windows Defender detects malicious SMB traffic
B.The connection is blocked because an explicit matching Block rule takes precedence
C.The connection is allowed because port-specific Allow rules always take precedence
D.The connection is allowed because inbound rules are evaluated in creation order
Correct Answer: The connection is blocked because an explicit matching Block rule takes precedence
Explanation:
For conflicting applicable Windows Firewall rules, an explicit Block rule takes precedence over an Allow rule. Rule creation order does not determine the result.
Incorrect! Try again.
47A DHCP-configured workstation shows IPv4 address 169.254.84.12, mask 255.255.0.0, and no default gateway. Other computers on the LAN have valid leases. Which diagnosis is most consistent with this configuration?
Windows networking basics: IP configuration, DNS, DHCP, NetBIOS, and SMB protocol
Hard
A.The default gateway assigned a private address after detecting an IP address conflict
B.The workstation assigned itself an APIPA address after failing to obtain a DHCP lease
C.The DNS server assigned an emergency address because name resolution was unavailable
D.The DHCP server assigned a link-local reservation without providing router information
Correct Answer: The workstation assigned itself an APIPA address after failing to obtain a DHCP lease
Explanation:
Windows uses an APIPA address in 169.254.0.0/16 when DHCP negotiation fails. APIPA supports limited local-link communication and normally provides no default gateway.
Incorrect! Try again.
48On a workstation, ping fileserver resolves to 10.0.0.25, while nslookup fileserver returns 10.0.0.50 from the configured DNS server. Connectivity to both addresses is available. Which local condition best explains the discrepancy?
Windows networking basics: IP configuration, DNS, DHCP, NetBIOS, and SMB protocol
Hard
A.A firewall rule rewrites DNS responses from 10.0.0.50 to 10.0.0.25
B.An ARP entry maps fileserver to 10.0.0.25 before DNS resolution occurs
C.A hosts-file entry maps fileserver to 10.0.0.25 for the Windows resolver
D.A DHCP lease maps fileserver to 10.0.0.25 for all name-resolution tools
Correct Answer: A hosts-file entry maps fileserver to 10.0.0.25 for the Windows resolver
Explanation:
Normal Windows name resolution can consult the hosts file, whereas nslookup directly queries DNS. A local hosts entry can therefore produce different results.
Incorrect! Try again.
49A modern Windows client can reach a file server by IP address. TCP 445 is allowed, but UDP 137, UDP 138, and TCP 139 are blocked. DNS resolves the server correctly. Which outcome is most likely?
Windows networking basics: IP configuration, DNS, DHCP, NetBIOS, and SMB protocol
Hard
A.SMB works only after NetBIOS registers the server over UDP 137
B.SMB fails because DHCP must distribute a NetBIOS node type first
C.SMB fails because every file-sharing session requires TCP 139
D.SMB can operate directly over TCP 445 without NetBIOS transport
Correct Answer: SMB can operate directly over TCP 445 without NetBIOS transport
Explanation:
Modern SMB supports direct hosting over TCP 445. NetBIOS-related ports are mainly needed for legacy naming and SMB-over-NetBIOS scenarios.
Incorrect! Try again.
50A user accesses \\Server\Reports over SMB. The share permission grants Change, while the NTFS ACL grants only Read & execute. What effective access does the user receive through the share?
Shared resources management
Hard
A.No access, because mismatched share and NTFS permission levels cancel each other
B.Read and execute, because both share and NTFS permissions must permit an operation
C.Change, because share permissions override NTFS permissions for remote connections
D.Full control, because the user authenticated successfully to the SMB server
Correct Answer: Read and execute, because both share and NTFS permissions must permit an operation
Explanation:
Remote SMB access is constrained by both the share permissions and the NTFS ACL. The effective result is the most restrictive combination for each requested operation.
Incorrect! Try again.
51An administrator must execute a command remotely. TCP 3389 is blocked, but TCP 445 is open; ADMIN$ is accessible, and the administrator can create services on the target. Which tool and mechanism fit these conditions?
Remote access tools (RDP, PsExec)
Hard
A.RDP, by tunneling the graphical session through the target's SMB named pipes
B.PsExec, by opening an interactive desktop through the Remote Desktop Services listener
C.PsExec, by copying a service component over SMB and using the Service Control Manager
D.RDP, by installing a temporary service through ADMIN$ and TCP 445
Correct Answer: PsExec, by copying a service component over SMB and using the Service Control Manager
Explanation:
PsExec commonly uses SMB access to an administrative share and remote service-management capabilities. RDP normally requires the Remote Desktop Services listener, commonly on TCP 3389.
Incorrect! Try again.
52A service configured with startup type Automatic repeatedly crashes after launch. An administrator changes it to Automatic (Delayed Start), but it still remains stopped after crashing. Which Services configuration directly addresses this behavior?
Windows administrative tools (MMC, Services.msc, Group Policy Editor)
Hard
A.Configure Log On to use the Local System account after each applicable failure
B.Configure the service description to identify it as a critical background process
C.Configure Recovery actions to restart the service after each applicable failure
D.Configure Dependencies to start the service after all networking components
Correct Answer: Configure Recovery actions to restart the service after each applicable failure
Explanation:
Delayed start changes initial startup timing, not crash handling. The service's Recovery settings define actions such as restarting the service after failures.
Incorrect! Try again.
53A domain has a GPO linked at the domain level and another linked to the workstation's OU. Both configure the same setting, neither link is enforced, and inheritance is not blocked. Which setting normally wins?
Windows administrative tools (MMC, Services.msc, Group Policy Editor)
Hard
A.The domain-linked GPO setting, because domain policies always override OU policies
B.The local policy setting, because it is evaluated after all domain-based policies
C.The OU-linked GPO setting, because it is processed after the domain-linked setting
D.The setting from whichever GPO was created most recently in Group Policy Management
Correct Answer: The OU-linked GPO setting, because it is processed after the domain-linked setting
Explanation:
Group Policy normally follows Local, Site, Domain, then OU processing. With no enforcement or blocking complications, a later applicable OU setting overrides a conflicting domain setting.
Incorrect! Try again.
54During an incident, Security log event 4624 records Logon Type 3, followed by events showing access to an SMB share. What does Logon Type 3 indicate?
Introduction to Windows Event Logs for incident analysis
Hard
A.A remote interactive logon created by a standard RDP user session
B.A cached interactive logon completed while a domain controller was unavailable
C.An interactive console logon performed directly at the Windows workstation
D.A network logon, such as authentication for access to an SMB resource
Correct Answer: A network logon, such as authentication for access to an SMB resource
Explanation:
Logon Type 3 is a network logon and commonly appears for SMB access. Console logons are typically Type 2, while standard RDP sessions are typically Type 10.
Incorrect! Try again.
55Security event 4688 events are present, but their process command-line fields are empty. Process creation auditing is already enabled. Which additional configuration is required to record command-line arguments?
Introduction to Windows Event Logs for incident analysis
Hard
A.Enable Audit Logon so command arguments are attached to each user token
B.Enable Windows Firewall logging for successful inbound and outbound connections
C.Enable the policy that includes command-line data in process creation events
D.Enable SMB object auditing on the executable's parent directory and file
Correct Answer: Enable the policy that includes command-line data in process creation events
Explanation:
Process creation auditing generates event 4688, but command-line capture requires the separate policy for including command-line information in process creation events.
Incorrect! Try again.
56An administrator enables the Audit File System subcategory for both success and failure, but access to D:\Sensitive\plan.docx produces no file-access audit events. What is the most likely missing configuration?
Basic audit policies
Hard
A.A DACL denying the relevant access types on the file or an inherited parent
B.A share permission enabling audit propagation from SMB to the Security log
C.A Windows Firewall rule logging the process that opened the local file
D.A SACL auditing the relevant access types on the file or an inherited parent
Correct Answer: A SACL auditing the relevant access types on the file or an inherited parent
Explanation:
The audit policy enables the event category, while the object's SACL selects which principals and access types are audited. Both are needed for file-system access events.
Incorrect! Try again.
57A scheduled task configured to run whether or not its user is logged on successfully launches an application, but no window appears on that user's desktop. Task history reports success. What best explains this result?
Scheduled tasks
Hard
A.The task is converted into a Windows service whenever its action starts an application
B.The task runs inside the UAC consent desktop until the user approves its visible window
C.The task runs without a security token and therefore cannot create any visible windows
D.The task runs in a non-interactive session that cannot display UI on the user's desktop
Correct Answer: The task runs in a non-interactive session that cannot display UI on the user's desktop
Explanation:
Tasks configured to run without an interactive logon can execute in a background session. Their processes may succeed, but their UI is not presented on the logged-on user's desktop.
Incorrect! Try again.
58An administrator creates an entry under HKLM\Software\Microsoft\Windows\CurrentVersion\Run. A standard user then signs in. Under which security context does the startup program normally execute?
Startup items
Hard
A.The Local System context, because the registry entry is stored under HKLM
B.The Winlogon process context, with unrestricted access to the secure desktop
C.The signed-in user's context, subject to that user's token and UAC state
D.The administrator's context, because an administrator created the registry value
Correct Answer: The signed-in user's context, subject to that user's token and UAC state
Explanation:
An HKLM Run entry applies at sign-in for multiple users, but its program normally runs as the user who signs in. Storing the entry under HKLM does not make it run as SYSTEM.
Incorrect! Try again.
59During local investigation, netstat -ano shows an established connection owned by PID 4120. Which native command most directly identifies the process image associated with that PID?
Basic enumeration and reconnaissance using native tools (whoami, netstat, ipconfig, tasklist)
Hard
A.ipconfig /displaydns 4120
B.whoami /groups "PID eq 4120"
C.tasklist /FI "PID eq 4120"
D.netstat -e "PID eq 4120"
Correct Answer: tasklist /FI "PID eq 4120"
Explanation:
netstat -ano associates network endpoints with PIDs. tasklist can filter on that PID to identify the corresponding process image.
Incorrect! Try again.
60A user has just been added to a privileged group, but an already-running command prompt does not show the group as enabled in whoami /groups. The directory change is confirmed. What is the most likely corrective action?
Basic enumeration and reconnaissance using native tools (whoami, netstat, ipconfig, tasklist)
Hard
A.Run netstat -ano so Windows associates the group SID with the process
B.Restart the DNS Client service so the group name resolves to its SID
C.Sign out and sign back in so Windows creates a new logon token
D.Run ipconfig /renew so DHCP updates the command prompt's group list
Correct Answer: Sign out and sign back in so Windows creates a new logon token
Explanation:
Group memberships are captured in access tokens at logon. Existing processes retain their current tokens, so a new logon session is normally required to reflect the membership change.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →