Arrange the steps for performing procurement management.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Why this order
Procurement management follows: plan, conduct, select, administer, and close.
56 questions · Basics of IT Infrastructure and IT Project Management · All types, answers revealed
Arrange the steps for performing procurement management.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Why this order
Procurement management follows: plan, conduct, select, administer, and close.
A company is deploying a new VoIP system. Which network infrastructure component is most critical for ensuring voice quality?
QoS ensures voice packets are prioritized over other traffic, reducing latency and jitter.
Why this answer
Voice quality over VoIP is highly sensitive to latency, jitter, and packet loss. Switch QoS settings (e.g., 802.1p/DSCP marking, strict priority queuing) ensure that voice traffic is prioritized over data traffic, preventing delays and dropped packets that degrade call quality. Without proper QoS, even high-bandwidth links will suffer from poor Mean Opinion Scores (MOS).
Exam trap
The trap here is that candidates often confuse bandwidth capacity (throughput, cable speed) with traffic prioritization, assuming that faster cables or higher firewall throughput alone guarantee voice quality, when in fact QoS is the only mechanism that prevents jitter and packet loss for real-time traffic.
How to eliminate wrong answers
Option A is wrong because cable category (e.g., Cat5e vs Cat6) affects maximum data rate and crosstalk but does not directly control traffic prioritization or latency for voice packets; VoIP can run adequately over Cat5e if QoS is configured. Option B is wrong because switch port density refers to the number of ports available, which impacts scalability and connectivity, not the quality of voice transmission on existing links. Option C is wrong because firewall throughput measures the maximum data rate the firewall can process, which is a capacity metric; while insufficient throughput can cause bottlenecks, it does not provide the per-packet prioritization needed to maintain low jitter and latency for real-time voice traffic.
Which THREE of the following are best practices for managing IT infrastructure projects? (Choose three.)
Change control prevents scope creep and manages impacts.
Why this answer
Implementing change control processes (A) is a best practice because IT infrastructure projects often involve complex, interdependent systems where unapproved changes can cause cascading failures, security vulnerabilities, or downtime. Formal change control ensures that all modifications are reviewed, tested, and documented before deployment, maintaining stability and compliance.
Exam trap
Cisco often tests the misconception that minimizing documentation or skipping risk management saves time, but in reality, these shortcuts lead to rework, unplanned outages, and project failure in complex IT infrastructure environments.
A large organization is deploying a new ERP system. The infrastructure team provisions a cluster of virtual machines for the application and a separate database server. During load testing with typical user loads, the database server shows high I/O wait times. The storage administrator confirms that the storage array has sufficient capacity and the disks are healthy. The hypervisor shows no CPU or memory pressure. Which of the following is the most likely cause of the high I/O wait?
RAID 5 requires extra parity calculations on writes, increasing I/O wait; RAID 10 would be more appropriate for write-heavy databases.
Why this answer
RAID 5 uses parity-based striping, which incurs a write penalty (each write requires four I/O operations: read old data, read old parity, write new data, write new parity). For a write-intensive workload like an ERP database, this overhead causes high I/O wait times even when disks are healthy and capacity is sufficient. The correct answer is C because the misconfigured RAID level directly explains the observed symptom.
Exam trap
The trap here is that candidates assume high I/O wait always means a disk hardware failure or capacity issue, but the question explicitly states disks are healthy and capacity is sufficient, steering the answer toward a RAID-level misconfiguration that causes excessive write overhead.
How to eliminate wrong answers
Option A is wrong because network bandwidth saturation would manifest as latency or timeouts between the application and database servers, not as high I/O wait on the database server itself (I/O wait measures disk subsystem delays, not network delays). Option B is wrong because insufficient memory causing paging would show high memory usage and swap activity, but the hypervisor confirms no memory pressure, and paging would also increase CPU usage due to page fault handling, which is not observed. Option D is wrong because CPU overutilization would appear as high CPU usage or run queue length in the hypervisor, but the hypervisor shows no CPU pressure, and high I/O wait specifically indicates the CPU is idle waiting for disk operations to complete.
Match each acronym to its definition in project management.
Drag a concept onto its matching description — or click a concept then click the description.
Statement of Work
Work Breakdown Structure
Request for Proposal
Return on Investment
Key Performance Indicator
Why these pairings
These acronyms are commonly used in project management documentation.
A project manager is deploying a new application server with IP 10.0.1.15. The system administrator reports that the server is reachable from the network switch but not from other devices on the same subnet. Based on the exhibit, what is the most likely cause?
If the server is on a different VLAN than the source device, ARP requests may not reach it. The switch can see the server, but other devices on the same subnet (VLAN) cannot communicate because the VLAN membership mismatches.
Why this answer
The exhibit shows the server's IP address is 10.0.1.15/24, but the switch port is configured for VLAN 20, while the rest of the devices on the same subnet (10.0.1.0/24) are likely in VLAN 10. Since VLANs segment broadcast domains, the server cannot communicate with other devices on the same IP subnet because Layer 2 frames are isolated to VLAN 20. The server is reachable from the switch because the switch itself can forward traffic to any VLAN, but other devices in VLAN 10 cannot reach the server without a Layer 3 router.
Exam trap
The trap here is that candidates assume 'same subnet' implies Layer 2 connectivity, but VLANs override this by isolating broadcast domains, so a missing or misconfigured VLAN assignment prevents direct communication even within the same IP subnet.
How to eliminate wrong answers
Option A is wrong because a missing default gateway would prevent communication with devices on different subnets, not with devices on the same subnet (10.0.1.0/24), which use ARP and direct Layer 2 frames. Option C is wrong because the system administrator explicitly states the server is reachable from the network switch, which would be impossible if the server were powered off. Option D is wrong because a firewall blocking ICMP traffic would only affect ping responses, but the issue is that the server is not reachable from other devices on the same subnet for any protocol, not just ICMP.
A project manager is deploying a new web application to a cloud environment. The application requires high availability and automatic scaling based on traffic. Which IT infrastructure component should the project manager use to meet these requirements?
A load balancer distributes incoming traffic across multiple servers and can be integrated with auto-scaling to handle varying loads.
Why this answer
A load balancer distributes incoming traffic across multiple instances of the web application, enabling high availability by rerouting traffic if an instance fails, and automatic scaling by integrating with cloud auto-scaling groups to add or remove instances based on demand. This directly meets the requirements for both high availability and automatic scaling.
Exam trap
The trap here is that candidates may confuse DNS round-robin with true load balancing, but DNS lacks health checks and cannot automatically reroute traffic away from failed instances, making it unsuitable for high availability and automatic scaling.
How to eliminate wrong answers
Option B is wrong because a firewall is a security component that filters traffic based on rules (e.g., IP addresses, ports) and does not distribute traffic or manage scaling. Option C is wrong because a DNS server translates domain names to IP addresses and can provide basic round-robin load distribution, but it lacks health checks and automatic scaling capabilities required for high availability and dynamic traffic management. Option D is wrong because a VPN concentrator establishes encrypted tunnels for remote access and does not handle traffic distribution or scaling of application instances.
A project manager is selecting a data center for a new application that requires high availability and disaster recovery. Which type of data center arrangement is most appropriate?
Active-active allows multiple sites to handle traffic simultaneously, providing high availability and disaster recovery.
Why this answer
An active-active data center arrangement is most appropriate for high availability and disaster recovery because it distributes application traffic across multiple geographically dispersed data centers, all of which are actively serving requests. If one site fails, traffic is seamlessly redirected to the remaining active sites, ensuring near-zero downtime and no data loss. This configuration supports automatic failover and load balancing, which are critical for meeting stringent recovery time objectives (RTO) and recovery point objectives (RPO).
Exam trap
Cisco often tests the misconception that active-passive is sufficient for high availability, but candidates overlook that active-passive introduces failover latency and potential data loss, whereas active-active provides continuous service with no manual intervention.
How to eliminate wrong answers
Option B (Single site) is wrong because it provides no redundancy; a single point of failure means any outage at that site results in complete application downtime, failing both high availability and disaster recovery requirements. Option C (Active-passive) is wrong because while it offers a standby site, the passive site does not serve traffic until a failover occurs, leading to potential downtime during the switchover and possible data loss if replication is asynchronous. Option D (Colocation) is wrong because colocation only provides physical space, power, and cooling for servers; it does not inherently include active-active or disaster recovery capabilities unless the customer separately implements redundant infrastructure across multiple colocation facilities.
During a server migration project, the team discovers that the new hardware requires a specific firmware version not currently installed. The project schedule is tight. What is the best course of action?
Updating firmware ensures the hardware works as intended, and adjusting the schedule is a normal project management practice.
Why this answer
The correct answer is B because the firmware is a prerequisite for the new hardware to function correctly; proceeding without it risks incompatibility, instability, or hardware failure. Updating the firmware immediately and adjusting the schedule is the only viable path that ensures the migration is technically sound. The project schedule is tight, but the firmware update is a necessary step that cannot be skipped or deferred without jeopardizing the migration's success.
Exam trap
Cisco often tests the misconception that firmware updates can be deferred or that alternative hardware is a quick fix, but the trap here is that firmware is a non-negotiable prerequisite for hardware operation, not a post-migration patch.
How to eliminate wrong answers
Option A is wrong because alternative hardware that supports the current firmware would likely be older or less capable, potentially failing to meet the project's performance or compatibility requirements, and sourcing new hardware introduces additional delays. Option C is wrong because applying firmware post-migration is technically infeasible; the new hardware requires the specific firmware to boot and operate correctly, so attempting to migrate first would result in a non-functional system. Option D is wrong because deferring the entire project is an overreaction; the firmware is available and can be installed, so the project should proceed with a schedule adjustment rather than a full deferral.
A project manager is leading a project to upgrade the storage area network (SAN) for a hospital's electronic health records (EHR) system. The current SAN is reaching capacity and has performance issues during peak hours. The new SAN must support high availability with synchronous replication between two data centers located 10 km apart. The project budget is tight, and the timeline is aggressive. During a risk assessment, the project manager identifies that the fiber optic cable between the data centers is owned by a third-party provider and has a history of outages. The project sponsor is concerned about meeting the go-live date and asks the project manager to recommend a course of action to mitigate the risk of cable outages affecting the SAN replication. Which of the following is the BEST course of action?
A diverse path provides redundancy; if one cable fails, replication continues over the other, maintaining high availability.
Why this answer
Option C is correct because the risk is specifically a single point of failure in the fiber path between data centers. Installing a second, diverse fiber path eliminates this single point of failure, ensuring synchronous replication can continue even if one cable is cut. This directly addresses the sponsor's concern about go-live delays due to cable outages, without changing the replication mode or adding unnecessary hardware.
Exam trap
The trap here is that candidates may confuse high-availability components (like redundant controllers) with network path redundancy, or incorrectly assume that adjusting replication timing or mode can substitute for fixing the underlying physical connectivity risk.
How to eliminate wrong answers
Option A is wrong because redundant SAN controllers protect against controller hardware failure, not against fiber cable outages between data centers; the replication link itself remains a single point of failure. Option B is wrong because increasing the synchronous replication interval does not mitigate cable outages—it only reduces the frequency of replication attempts, but any outage still breaks replication and risks data loss or inconsistency. Option D is wrong because switching to asynchronous replication changes the recovery point objective (RPO) and may not meet the hospital's high-availability requirements for zero data loss; it also does not address the root cause of cable reliability.
An organization is deploying a new storage area network (SAN). Which of the following is a key consideration for ensuring high performance?
Low network latency is essential for high-speed data transfers in a SAN.
Why this answer
Network latency is a key consideration for SAN performance because SANs rely on low-latency, high-speed block-level storage protocols such as Fibre Channel (FC) or iSCSI. High latency can cause significant delays in I/O operations, directly impacting throughput and application responsiveness, especially in environments with synchronous replication or high transaction rates.
Exam trap
The trap here is that candidates often confuse storage capacity with performance, assuming more capacity means faster access, but the exam focuses on latency as the primary performance bottleneck in SAN deployments.
How to eliminate wrong answers
Option B is wrong because cable color is purely cosmetic and has no impact on performance; it is only used for physical identification or organizational purposes. Option C is wrong because storage capacity determines how much data can be stored, not how fast it can be accessed; performance is governed by factors like IOPS, throughput, and latency. Option D is wrong because the number of users does not directly affect SAN performance; while more users can increase demand, performance is determined by the SAN's architecture, bandwidth, and latency characteristics, not simply user count.
A data center upgrade project requires redundancy for critical systems. Which three components should be redundant? (Choose three.)
Redundant power supplies ensure continued operation if one fails.
Why this answer
Power supply redundancy ensures that if one unit fails, the other can sustain the load without downtime. In a data center upgrade, redundant power supplies (often N+1 or 2N configuration) are critical to maintain uptime for servers and network gear. This directly supports high availability for the project's critical systems.
Exam trap
The trap here is that candidates may confuse component-level redundancy (like RAID for disks) with infrastructure-level redundancy (power, UPS, network), leading them to select RAID controller or server chassis instead of the correct triad of power, UPS, and network switch.
A project manager is overseeing a data center migration. The new infrastructure must support high availability and scalability. Which TWO components are essential for achieving these goals?
Correct: Load balancers distribute traffic to multiple servers, improving scalability and providing failover for high availability.
Why this answer
A load balancer distributes incoming traffic across multiple servers, ensuring no single server is overwhelmed. This directly supports scalability by allowing horizontal scaling, and high availability by rerouting traffic if a server fails. Without a load balancer, traffic spikes or server failures would degrade performance or cause downtime.
Exam trap
The trap here is that candidates often confuse RAID 0 with RAID 1 or RAID 5, mistakenly thinking striping provides redundancy, when in fact RAID 0 sacrifices fault tolerance for performance.
A project manager needs to ensure that the IT infrastructure project complies with industry standards for data security. Which document should the project team reference?
A compliance checklist ensures the project meets relevant regulatory and industry standards.
Why this answer
Option D (Regulatory compliance checklist) is correct because it lists required standards. Option A (SLA) defines service levels. Option B (MOU) is between organizations.
Option C (AUP) governs user behavior.
A project to upgrade network switches. Which TWO factors should the project manager consider when selecting switches? (Choose two.)
Power over Ethernet is essential for powering devices like VoIP phones and wireless APs.
Why this answer
PoE (Power over Ethernet) support is critical when upgrading network switches because it allows the switch to deliver electrical power to connected devices—such as IP phones, wireless access points, and security cameras—over the same Ethernet cable used for data. Without PoE, each powered device would require a separate power source, increasing installation complexity and cost. The number of ports directly determines how many devices can be physically connected to the switch, making it a fundamental capacity requirement for any network upgrade.
Exam trap
Cisco often tests the distinction between technical requirements and non-technical attributes, so the trap here is that candidates may mistake warranty period or brand name as critical selection factors, when in reality they are secondary to functional specifications like PoE support and port count.
During a network upgrade project, a technician accidentally disconnects a critical switch, causing an outage. The project manager needs to update the issue log and communicate with stakeholders. Which communication method is most appropriate for notifying senior management of the outage?
A phone call allows immediate and direct communication with senior management.
Why this answer
A network outage is a critical incident requiring immediate escalation. A verbal briefing via phone call (B) is the most appropriate method because it provides real-time, synchronous communication, allowing senior management to ask clarifying questions and make urgent decisions. This aligns with ITIL best practices for major incident management, where speed and clarity are paramount.
Exam trap
The trap here is that candidates often choose email (D) thinking it provides a written record, but the exam emphasizes that for critical outages, the speed and interactivity of a verbal briefing outweigh the documentation benefit, as the issue log can be updated afterward.
How to eliminate wrong answers
Option A is wrong because a status report in the next weekly meeting introduces an unacceptable delay; senior management must be informed immediately, not at a scheduled future time. Option C is wrong because a project dashboard update is a passive, asynchronous method that does not guarantee timely notification or allow for immediate discussion. Option D is wrong because an email notification, while faster than a weekly meeting, is still asynchronous and may not be read promptly; it lacks the urgency and interactive feedback of a direct verbal call.
While upgrading storage, the project team discovers that the SAN switch is saturated. What immediate step should the project manager take?
The PM's first step is to log the issue and evaluate its effect on scope, schedule, and budget.
Why this answer
When a SAN switch is saturated, the immediate priority is to document the risk and assess its impact on the project timeline, budget, and deliverables. Updating the risk register ensures the issue is formally tracked and that mitigation or contingency plans can be developed before taking any technical action. This aligns with the project manager's role in risk management, not direct technical troubleshooting.
Exam trap
The trap here is that candidates assume the project manager must immediately resolve the technical issue, but the PM's role is to manage risks and impacts first, not to implement technical solutions directly.
How to eliminate wrong answers
Option A is wrong because adding more storage does not address the root cause of switch saturation; it would likely increase traffic and worsen the bottleneck. Option B is wrong because increasing bandwidth via link aggregation requires careful planning, compatibility checks, and often a maintenance window; it is a technical solution that should be evaluated after the risk is documented, not an immediate step. Option C is wrong because escalation to the sponsor is premature; the project manager should first assess the impact and determine if escalation is necessary, as sponsors are typically informed of significant risks or changes, not every technical issue.
A project to migrate on-premises email to a cloud-based service is nearing completion. After the final cutover, some users report that emails sent to certain domains are not being delivered. The project team checks the mail servers and finds no errors. The project manager reviews the DNS records and discovers that the MX records were not updated to point to the new service. What should the team do first?
Correcting the MX records ensures email routes to the new service; propagation typically completes within hours.
Why this answer
The root cause is that the MX records in DNS still point to the old on-premises mail server, so sending mail servers cannot route messages to the new cloud service. Updating the MX records to point to the new service and waiting for DNS propagation (typically 1–48 hours depending on TTL) is the correct first step because it restores proper email routing at the DNS level. No server-side errors exist, so the issue is purely a DNS configuration problem.
Exam trap
The trap here is that candidates assume a server-side configuration error (like SMTP relay or forwarding) is needed, but the question explicitly states no server errors exist, so the correct first action is to fix the DNS records rather than applying a workaround or reverting the project.
How to eliminate wrong answers
Option A is wrong because manual email forwarding rules would only redirect mail already arriving at the old server, but since the MX records are incorrect, external senders never reach the old server either—they fail to deliver because they look up the wrong destination. Option B is wrong because setting up an SMTP relay on the old server would still require the MX records to point to that server first; it does not fix the fundamental DNS misconfiguration and would add unnecessary complexity. Option D is wrong because reverting the entire migration is an extreme, costly, and unnecessary step when the issue is a simple DNS record update—there is no indication of a functional problem with the new cloud service itself.
A project manager is evaluating potential IT infrastructure projects. Which two project selection methods consider financial return? (Choose two.)
Cost-benefit analysis compares expected costs and benefits, a financial return method.
Why this answer
Cost-benefit analysis (A) directly compares the total expected costs against the total expected benefits of a project, quantifying the net financial return. Payback period (B) calculates the time required to recoup the initial investment, which is a straightforward measure of financial return. Both methods are explicitly used to evaluate the monetary profitability of IT infrastructure projects.
Exam trap
The trap here is that candidates may confuse 'financial return' with any evaluation method that includes a financial component, but weighted criteria and scoring models are multi-criteria decision tools that do not specifically measure financial return as their primary output.
A project manager is overseeing the implementation of a new customer relationship management (CRM) system. The vendor requires access to the company's internal network to install and configure the software. Which of the following is the BEST practice to ensure security while allowing vendor access?
A VPN creates an encrypted tunnel, and two-factor authentication ensures the vendor's identity is verified, providing secure remote access.
Why this answer
Setting up a VPN connection with two-factor authentication is the best practice because it creates an encrypted tunnel over the internet, ensuring data confidentiality and integrity, while two-factor authentication adds an extra layer of security beyond just a password. This approach allows the vendor to access only the internal network resources necessary for installation and configuration, without exposing the entire network to unauthenticated or unencrypted access.
Exam trap
The trap here is that candidates may think providing a local admin account (Option D) is sufficient for security, overlooking the need for encrypted communication and multi-factor authentication, which are critical for remote vendor access in a production environment.
How to eliminate wrong answers
Option A is wrong because the guest Wi-Fi network is typically isolated from the internal network and does not provide the necessary access to install and configure the CRM system on internal servers; it also lacks the encryption and authentication controls required for secure vendor access. Option C is wrong because allowing RDP directly over the internet exposes the company's internal systems to brute-force attacks, man-in-the-middle attacks, and other remote exploitation, as RDP is not designed to be exposed without a VPN or secure gateway. Option D is wrong because creating a local user account with administrative privileges for the vendor grants excessive permissions and bypasses centralized authentication and auditing, making it difficult to revoke access or track activities, and it does not provide encryption for the connection.
Refer to the exhibit. A project manager is reviewing the security configuration of a project's cloud storage. Which of the following is the MOST significant security risk?
Correct: 'Principal': '*' means any AWS account or anonymous user can access the bucket, posing a severe security risk.
Why this answer
Option C is correct because the policy statement `"Effect": "Allow", "Principal": "*"` grants access to any AWS principal (any authenticated or unauthenticated user) in the world. This is the most significant security risk as it effectively makes the S3 bucket publicly accessible, allowing anyone to read, write, or delete objects without restriction. Even if other settings like encryption are missing, a wide-open principal is a direct and immediate exposure.
Exam trap
The trap here is that candidates often focus on missing encryption or overly permissive actions, but the most critical flaw is the unrestricted principal, which makes the bucket publicly accessible regardless of other settings.
How to eliminate wrong answers
Option A is wrong because while missing encryption is a security concern, it is less critical than allowing any principal; data at rest can still be protected by server-side encryption defaults or client-side encryption, and the lack of encryption does not automatically expose the data to the public. Option B is wrong because allowing all actions (`"Action": "*"`) is dangerous only when combined with a broad principal; if the principal is restricted to a specific IAM role or user, the risk is contained. Option D is wrong because using an outdated policy version (e.g., 2008-10-17 instead of 2012-10-17) may limit available features but does not inherently introduce a security vulnerability; the policy still enforces its defined rules.
A project manager is planning a new data center build. The organization requires high availability and low latency for critical applications. Which infrastructure component should be prioritized to meet these requirements?
Redundant network paths ensure high availability and can reduce latency through load balancing.
Why this answer
Redundant network paths ensure that if one link or switch fails, traffic can immediately fail over to an alternate path, providing high availability. They also reduce latency by enabling load balancing across multiple links, which is critical for real-time applications. This directly addresses the requirement for both high availability and low latency in a data center build.
Exam trap
Cisco often tests the misconception that adding more hardware (like storage or firewalls) directly improves availability and latency, when in fact network path redundancy is the foundational component for both in a data center context.
How to eliminate wrong answers
Option A is wrong because additional storage arrays improve storage capacity and redundancy but do not directly impact network latency or path availability for critical applications. Option B is wrong because additional firewall appliances enhance security but can introduce latency and do not inherently provide redundant network paths for high availability. Option D is wrong because virtualization licenses enable server consolidation and resource pooling but do not address network-level redundancy or low-latency connectivity.
Which TWO of the following are common causes of project delays in IT infrastructure projects? (Choose two.)
Hidden dependencies can cause cascading delays.
Why this answer
Unforeseen dependencies between tasks (B) are a common cause of delays because IT infrastructure projects often involve complex interconnections—for example, a network upgrade may depend on a prior firewall rule change or a storage array reconfiguration. When these hidden dependencies are not mapped in the project schedule, a delay in one task cascades to dependent tasks, pushing the entire timeline. This is especially critical in infrastructure where hardware, software, and configuration tasks are tightly coupled.
Exam trap
Cisco often tests the distinction between positive project events (like successful testing) and actual delay causes, so candidates mistakenly pick 'successful integration testing' because they confuse a good outcome with a project risk.
A project is implementing a new backup solution. The current infrastructure uses tape backups, and the new solution will use cloud storage. During planning, the team identifies that the internet bandwidth is insufficient for initial seed data transfer. What is the best approach to mitigate this risk?
Physical seed transfer is a standard method to avoid bandwidth bottlenecks.
Why this answer
Option C is correct because when internet bandwidth is insufficient for the initial seed data transfer of a cloud backup solution, a physical seed transfer (e.g., shipping a hard drive or tape cartridge to the cloud provider) bypasses the bandwidth bottleneck entirely. This approach is commonly supported by major cloud providers (e.g., AWS Snowball, Azure Data Box) for large initial datasets, as it avoids prolonged transfer times and potential failures over limited connections.
Exam trap
The trap here is that candidates may choose compression or off-peak scheduling as quick fixes, failing to recognize that the initial seed transfer's sheer volume makes physical shipping the only practical mitigation when bandwidth is insufficient.
How to eliminate wrong answers
Option A is wrong because compression alone cannot overcome severe bandwidth limitations for large seed data; the compressed size may still exceed the available throughput, and some backup data (e.g., already compressed media) may not compress significantly. Option B is wrong because scheduling during off-peak hours does not increase the total available bandwidth; it only shifts the transfer to a less congested time, but the insufficient bandwidth cap remains, making the transfer still infeasible within a reasonable timeframe. Option D is wrong because upgrading the internet connection may be costly, time-consuming, and not immediately feasible during the project planning phase; it also does not address the root cause of the initial seed transfer size, which is often terabytes or petabytes, making even a high-bandwidth link impractical for the first transfer.
Match each procurement document to its purpose.
Drag a concept onto its matching description — or click a concept then click the description.
Solicit general information about vendor capabilities
Request detailed proposals for a specific project need
Request pricing for specific goods or services
Request competitive bids for clearly defined work
Formal document to authorize a purchase transaction
Why these pairings
These procurement documents are commonly used in project procurement management.
A project to consolidate multiple physical servers into a private cloud. What is the primary benefit of using server virtualization?
Fewer physical servers mean less power and cooling required.
Why this answer
Server virtualization allows multiple virtual machines to run on a single physical host, significantly reducing the number of physical servers required. This consolidation directly lowers power consumption because fewer physical machines need electricity for operation and cooling. While other benefits exist, reduced power consumption is the primary advantage in a consolidation project.
Exam trap
The trap here is that candidates often confuse 'improved network speed' (Option C) with the efficiency gains from virtual switching, but virtualization actually adds latency and does not increase raw network throughput.
How to eliminate wrong answers
Option A is wrong because server virtualization does not inherently increase physical security; in fact, it can introduce new attack surfaces (e.g., hypervisor escape) and requires additional virtual network security controls. Option B is wrong because virtualization often complicates licensing, as many software vendors require per-virtual-machine or per-core licensing, which can increase costs and administrative overhead. Option C is wrong because virtualization adds a hypervisor layer that introduces overhead and can reduce network throughput compared to bare-metal performance; it does not improve network speed.
A project involves installing new firewalls across multiple sites. The project manager notices the schedule is slipping due to site-specific electrical requirements that were not initially identified. What is the best course of action?
Root cause analysis identifies why the electrical requirements were overlooked, allowing corrective action for future tasks.
Why this answer
The correct answer is C because the schedule is slipping due to unidentified site-specific electrical requirements, which is a root cause of the delay. Performing a root cause analysis (RCA) allows the project manager to understand why these requirements were missed and to prevent recurrence, rather than simply applying a schedule compression technique that does not address the underlying issue. In IT infrastructure projects, electrical requirements are often tied to power specifications for firewalls (e.g., voltage, amperage, or UPS compatibility), and failing to identify them early indicates a gap in requirements gathering.
Exam trap
The trap here is that candidates often confuse schedule compression techniques (crashing or fast-tracking) with problem-solving, but the PMBOK and PK0-005 emphasize that root cause analysis should precede corrective action when the delay stems from an unidentified requirement rather than a resource or sequencing issue.
How to eliminate wrong answers
Option A is wrong because crashing the schedule by adding resources does not resolve the root cause of the unidentified electrical requirements; it may introduce additional risks (e.g., untrained staff or coordination issues) without addressing the site-specific power constraints. Option B is wrong because submitting a change request to extend the schedule treats the symptom (the delay) rather than the cause; while a schedule extension might be needed later, the immediate best practice is to analyze why the requirements were missed to avoid similar issues. Option D is wrong because fast-tracking the remaining tasks (performing activities in parallel) increases risk of rework and does not solve the electrical requirement problem; it could even exacerbate delays if electrical work is a dependency for firewall installation.
A company is migrating from on-premise email to a cloud-based solution. The vendor changes the migration tool mid-project. Which project management document should be updated to track the impact on requirements?
The RTM links requirements to their implementation and is updated when changes affect how requirements are met.
Why this answer
The requirements traceability matrix (RTM) links each requirement to its origin, design, testing, and delivery status. When the vendor changes the migration tool mid-project, the RTM must be updated to reflect how this change impacts each requirement—such as compatibility, data migration rules, or security controls—ensuring all requirements are still met and traceable.
Exam trap
The trap here is that candidates confuse the risk management plan with tracking requirement impacts, but the RTM is the specific artifact for linking and monitoring requirement changes throughout the project lifecycle.
How to eliminate wrong answers
Option A is wrong because the risk management plan documents how risks are identified, analyzed, and responded to, not the tracking of requirement changes; the tool change itself might be a risk, but the impact on specific requirements is tracked in the RTM. Option B is wrong because the project charter is a high-level document that authorizes the project and defines initial scope, objectives, and stakeholders; it is not updated to track detailed requirement impacts during execution. Option D is wrong because the work breakdown structure (WBS) decomposes project deliverables into manageable work packages; it does not map requirements to their verification or track changes to requirements.
Which TWO of the following are key considerations when designing an IT infrastructure for a new data center?
Redundant power ensures continuous operation during outages.
Why this answer
Redundant power supplies and UPS systems are critical for ensuring high availability and fault tolerance in a data center. They protect against power outages, fluctuations, and hardware failures, maintaining uptime for critical IT services. This aligns with industry best practices for Tier II and above data center designs.
Exam trap
The trap here is that candidates may confuse 'redundant power' with simply having a backup generator, but the exam tests the understanding that redundant power supplies and UPS systems are required for seamless failover, not just backup power.
A project manager is planning the deployment of a new web application. The IT team has identified the following requirements: the application must be accessible 24/7, handle traffic spikes, and maintain session persistence. Which TWO infrastructure components should the project manager include in the design to meet these requirements?
Auto-scaling groups automatically add or remove web server instances based on demand, which handles traffic spikes. When combined with a load balancer, they also support session persistence.
Why this answer
An auto-scaling group of web servers (A) ensures the application can handle traffic spikes by automatically adding or removing instances based on demand, supporting 24/7 availability. A load balancer with session affinity (E) distributes traffic across the web servers while maintaining session persistence, ensuring that a user's requests are consistently routed to the same server. Together, these components address all three requirements: high availability, scalability, and session stickiness.
Exam trap
Cisco often tests the distinction between infrastructure components that handle compute scaling versus those that handle content delivery or data persistence; the trap here is that candidates may confuse a CDN's caching capability with the need for dynamic web server scaling and session stickiness, or assume that a single large server is sufficient for high availability.
A project involves upgrading the network core switches to support higher throughput and new routing protocols. The project manager schedules a cutover during a weekend maintenance window. On Friday evening, the team discovers that the new switches do not have the correct software license for the advanced routing protocols required per the architecture. The current old switches are still functional. The project manager must decide the best course of action.
Postponing ensures the switches are properly licensed, avoiding issues; expedited delivery often resolves the delay quickly.
Why this answer
Option B is correct because the new switches lack the required software license for the advanced routing protocols (e.g., BGP, OSPF, or EIGRP) specified in the architecture. Attempting the cutover without the license would violate the design requirements and could lead to routing failures or security gaps. Postponing the cutover and requesting expedited delivery ensures the network upgrade is performed correctly without compromising functionality or stability.
Exam trap
The trap here is that candidates assume a temporary workaround (Option A) or partial cutover (Option C) is acceptable, but Cisco tests the principle that licensing is a hard requirement for protocol functionality, not a performance optimization.
How to eliminate wrong answers
Option A is wrong because using open-source routing software on enterprise switches is not supported by the vendor's operating system (e.g., Cisco IOS or NX-OS) and would void warranties, introduce compatibility issues, and lack necessary performance optimizations. Option C is wrong because proceeding with basic routing (e.g., static routes or RIP) would not support the required advanced protocols, breaking the architecture's throughput and redundancy goals, and adding the license later would require a second disruptive cutover. Option D is wrong because falling back to the old switches and rescheduling for a later date is unnecessarily conservative; the new switches are functional except for the license, and expediting the license allows the cutover to occur within the same maintenance window with minimal delay.
A company is implementing a hybrid cloud solution to meet fluctuating demand. The project budget is fixed, and the timeline is aggressive. Which project management approach is most appropriate to manage scope changes while controlling costs?
Agile provides flexibility to adjust scope through iterations while maintaining budget control.
Why this answer
Option D is correct because Agile allows iterative delivery and flexible scope adjustments within a fixed budget, making it ideal for projects with changing requirements. Option A is wrong because Waterfall is rigid and does not accommodate changes well. Option B is wrong because PRINCE2 is structured but less adaptive to frequent changes.
Option C is wrong because Lean focuses on waste reduction, not scope flexibility.
A project manager is assigned to upgrade the firewall for a company with multiple branch offices. The project charter has been approved, but the budget is tight. Which cost control technique should the project manager use to ensure expenses remain within budget?
EVM provides objective metrics to compare planned vs actual costs.
Why this answer
Earned value management (EVM) is the correct technique because it integrates scope, schedule, and cost data to provide objective performance metrics (e.g., Cost Performance Index, Schedule Performance Index) that allow the project manager to continuously monitor and control expenses against the approved budget. For a firewall upgrade with multiple branch offices, EVM helps detect cost overruns early by comparing planned value (PV), earned value (EV), and actual cost (AC), enabling corrective actions before the tight budget is exceeded.
Exam trap
The trap here is that candidates confuse cost control techniques (used during monitoring and controlling) with cost estimation techniques (used during planning), leading them to select bottom-up estimating or parametric modeling instead of EVM.
How to eliminate wrong answers
Option B (Reserve analysis) is wrong because it is used to determine the amount of contingency or management reserves needed during planning, not to actively track and control ongoing expenses against the budget during execution. Option C (Bottom-up estimating) is wrong because it is a cost estimation technique performed at the work package level during project planning, not a cost control technique used after the project charter is approved to ensure expenses stay within budget. Option D (Parametric modeling) is wrong because it is a quantitative estimating method that uses statistical relationships between historical data and variables (e.g., cost per firewall unit), not a real-time monitoring and control technique for managing expenditures against the approved baseline.
An IT project manager is tasked with deploying a new inventory management system. The project requires installing software on 100 workstations and training users. Which factor is most critical to include in the project schedule?
Hardware compatibility must be verified before installation to avoid rework.
Why this answer
Hardware compatibility testing is the most critical factor because the inventory management system may require specific hardware configurations (e.g., CPU architecture, RAM, storage, or network interface drivers) to function correctly. If workstations are incompatible, the entire deployment could fail, making this dependency a prerequisite that must be scheduled before or in parallel with software installation. Without verifying compatibility, the project risks costly rework or delays.
Exam trap
The trap here is that candidates often mistake user training or documentation as critical path items, but Cisco tests the understanding that technical dependencies—especially hardware compatibility—are the most likely to cause schedule delays if not addressed early.
How to eliminate wrong answers
Option A is wrong because creating user manuals is a documentation task that can be done in parallel with other activities and does not represent a critical dependency for the deployment schedule. Option B is wrong because the duration of user training sessions, while important, is a downstream activity that depends on the system being installed and tested; it is not a critical path dependency. Option D is wrong because procurement lead time for network cables is a minor logistical detail; network cables are standard components with short lead times and do not typically affect the core deployment schedule.
A project team is deploying new servers in a virtualized environment. The project scope includes performance monitoring. Which tool should the team configure to baseline CPU and memory usage?
The hypervisor management console provides detailed metrics on CPU, memory, and disk for each virtual machine.
Why this answer
The hypervisor management console (e.g., vCenter for VMware or Hyper-V Manager) provides built-in performance monitoring and historical data collection for virtualized servers, allowing the team to baseline CPU and memory usage directly from the virtualization layer. This is the correct tool because it captures resource utilization at the hypervisor level, which is essential for establishing performance baselines in a virtualized environment.
Exam trap
The trap here is that candidates often confuse a network analyzer (Option C) with a performance monitoring tool, but network analyzers only inspect packet-level data, not server CPU/memory metrics, which are managed at the hypervisor layer.
How to eliminate wrong answers
Option A is wrong because an SNMP trap receiver is used to receive asynchronous alerts from network devices (e.g., routers, switches) based on predefined thresholds, not to continuously collect and baseline CPU/memory usage of virtual servers. Option B is wrong because a load balancer distributes network traffic across multiple servers to ensure availability and performance, but it does not provide historical baseline data for CPU and memory utilization. Option C is wrong because a network analyzer (e.g., Wireshark) captures and inspects network packets for troubleshooting traffic issues, not for monitoring server CPU or memory usage.
A network engineer configures a switch port as shown. After implementation, the connected server is experiencing intermittent network drops. Which configuration change should the project team recommend to resolve the issue?
Portfast is designed for access ports; on trunk ports it can cause bridging loops and drops.
Why this answer
The intermittent network drops are caused by spanning-tree PortFast being enabled on a trunk port connected to a server. PortFast immediately transitions the port to the forwarding state, bypassing the normal spanning-tree listening and learning states. If a loop is introduced (e.g., via a misconfigured NIC team or a downstream switch), the switch will not detect it in time, leading to a temporary bridging loop and packet loss.
Removing PortFast forces the port to go through the full spanning-tree convergence process, preventing loops and stabilizing the connection.
Exam trap
Cisco often tests the misconception that PortFast is harmless on any port, but the trap here is that PortFast should never be used on trunk ports or ports connected to devices that could participate in bridging, as it bypasses STP loop prevention and causes intermittent drops during topology changes.
How to eliminate wrong answers
Option A is wrong because adding additional VLANs to the allowed list would not resolve intermittent drops caused by spanning-tree instability; it could actually increase the risk of loops if PortFast remains enabled. Option B is wrong because disabling trunk encapsulation (e.g., switching from dot1q to ISL or none) is not a standard fix for intermittent drops; modern Cisco switches use 802.1Q encapsulation by default, and changing it would break VLAN tagging without addressing the root cause. Option D is wrong because changing the interface mode to access would remove the trunking capability, which may be required if the server needs multiple VLANs; moreover, the issue is not about access vs. trunk mode but about spanning-tree PortFast causing premature forwarding.
A project to implement a new storage solution. The team is evaluating iSCSI vs Fibre Channel. Which factor is most important for choosing iSCSI over Fibre Channel?
iSCSI leverages standard Ethernet switches and cables, reducing hardware costs.
Why this answer
iSCSI is generally chosen over Fibre Channel primarily because it leverages existing Ethernet infrastructure, which significantly reduces hardware and operational costs. Fibre Channel requires specialized switches, host bus adapters (HBAs), and cabling, whereas iSCSI can run on standard network interface cards (NICs) and switches, making it a more cost-effective solution for many organizations.
Exam trap
The trap here is that candidates often assume iSCSI is chosen for its performance or distance capabilities, but the exam emphasizes that cost reduction from using existing Ethernet infrastructure is the primary driver for selecting iSCSI over Fibre Channel.
How to eliminate wrong answers
Option A is wrong because Fibre Channel supports longer distances (up to 10 km with single-mode fiber) compared to iSCSI, which is limited by Ethernet distance constraints (typically 100 meters for copper, longer with fiber but still less than native Fibre Channel). Option B is wrong because Fibre Channel typically provides higher performance with lower latency and dedicated bandwidth, while iSCSI introduces TCP/IP overhead and shares bandwidth with other network traffic. Option C is wrong because Fibre Channel offers better security through its isolated fabric and native zoning/LUN masking, whereas iSCSI relies on IPsec or other network-level security that can be more complex to implement and may have vulnerabilities.
Match each project management knowledge area to its description.
Drag a concept onto its matching description — or click a concept then click the description.
Ensuring the project includes all required work
Managing timely completion of the project
Planning, estimating, budgeting, and controlling costs
Ensuring the project meets its intended objectives
Identifying, analyzing, and responding to project risks
Why these pairings
These are five of the ten knowledge areas in the PMBOK Guide.
A cloud engineer created the IAM policy shown. The project requires that only the development team (IP range 10.0.0.0/16) can upload backup files to the S3 bucket 'project-backup'. However, the policy is not working as expected. What is the most likely cause?
IAM policies require a Principal to specify who the policy applies to; without it, the policy has no effect.
Why this answer
The policy is missing a Principal element, which is required for an IAM policy attached to a resource (a bucket policy) to specify who the policy applies to. Without a Principal, the policy is invalid and cannot enforce the intended restriction that only the development team (IP range 10.0.0.0/16) can upload backup files to the S3 bucket 'project-backup'.
Exam trap
The trap here is that candidates often assume the policy is correct except for a minor typo or ARN mistake, overlooking that a bucket policy must include a Principal element to be valid.
How to eliminate wrong answers
Option A is wrong because the Action field 's3:PutObject' is correctly spelled and valid for uploading objects to S3. Option B is wrong because the Resource ARN 'arn:aws:s3:::project-backup/*' is correctly formatted and matches the bucket name. Option C is wrong because the Effect 'Allow' is appropriate for granting upload access; using 'Deny' would block all uploads, which contradicts the requirement to allow uploads from the development team.
A project team is evaluating cloud providers for a SaaS application. The provider must guarantee 99.99% uptime and support data sovereignty requirements. Which service level agreement (SLA) clause is most critical to review?
These clauses specify where data is stored, meeting sovereignty requirements.
Why this answer
The question explicitly requires the provider to support data sovereignty, which mandates that data must be stored and processed within specific geographic boundaries. The SLA clause on data residency and location clauses (Option D) directly addresses this by defining where data centers are located and whether data can be moved across borders. Without this clause, the provider could store data in jurisdictions violating legal or regulatory requirements, making it the most critical clause to review.
Exam trap
Cisco often tests the distinction between security controls (encryption) and legal/regulatory compliance (data residency), leading candidates to mistakenly choose encryption standards when the core requirement is geographic data control.
How to eliminate wrong answers
Option A is wrong because data encryption standards, while important for security, do not address the geographic location of data storage or processing required for data sovereignty. Option B is wrong because financial penalties for downtime relate to uptime guarantees (99.99%), not data sovereignty; they compensate for service outages but do not enforce where data resides. Option C is wrong because incident response and escalation procedures focus on how issues are handled after they occur, not on the proactive requirement to keep data within specific jurisdictions.
Order the steps for creating a project schedule.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Why this order
Schedule development follows: define activities, sequence, estimate resources, estimate durations, then develop the schedule.
A company is deploying a new web server. Which TWO security measures should the project manager include in the project plan? (Choose two.)
Firewall rules restrict unauthorized access to the web server.
Why this answer
Firewall rules are essential for controlling inbound and outbound traffic to the web server, protecting it from unauthorized access and attacks. A TLS certificate enables HTTPS encryption, ensuring data confidentiality and integrity between clients and the server. Both are critical security measures that should be included in the project plan for a new web server deployment.
Exam trap
The trap here is that candidates often confuse high-availability or infrastructure components (UPS, load balancer, RAID) with security measures, but the question specifically asks for security measures, not availability or performance features.
You are the project manager for a mid-sized company that provides an online customer portal. The portal is hosted on a single virtual machine (VM) in the company's on-premises data center with 4 vCPUs, 16 GB RAM, and a 500 GB HDD. The VM runs Windows Server 2019 and hosts both the web server (IIS) and the database (SQL Server Express). Users have been reporting slow performance, especially during peak hours (10 AM - 2 PM). The system administrator notes that CPU usage spikes to 95% during those times, and disk I/O latency averages 50 ms. The company's budget is limited, and they want a cost-effective solution that can be implemented within two weeks. The project sponsor suggests migrating to the cloud, but the IT director is concerned about security and compliance. The company has no existing cloud infrastructure or virtual private network (VPN) to the cloud. You need to propose a solution that improves performance without incurring high costs or long delays. Which of the following is the BEST course of action?
Separating the roles reduces resource contention, and SSDs dramatically improve disk I/O. This can be done quickly with existing hardware and budget, and keeps the environment on-premises for security and compliance.
Why this answer
Option C is correct because separating the web server and database onto two VMs eliminates resource contention between IIS and SQL Server Express, which is the root cause of the CPU and I/O spikes. Replacing the HDD with SSDs reduces disk I/O latency from 50 ms to under 1 ms, directly addressing the performance bottleneck. This solution is cost-effective and can be implemented within two weeks using existing on-premises hardware, without requiring cloud migration or VPN setup.
Exam trap
The trap here is that candidates may choose Option D (compression) thinking it reduces load, but they overlook that compression adds CPU overhead and does not fix the core issue of resource contention between IIS and SQL Server on a single VM.
How to eliminate wrong answers
Option A is wrong because a lift-and-shift migration to the cloud requires setting up a VPN, which typically takes longer than two weeks and incurs significant costs for data transfer and ongoing egress fees, plus the company has no existing cloud infrastructure or VPN. Option B is wrong because adding RAM does not address the 95% CPU usage caused by resource contention between IIS and SQL Server on the same VM, and a faster HDD still has mechanical latency (typically 5-15 ms) that cannot match SSD performance for reducing I/O latency from 50 ms. Option D is wrong because IIS compression and SQL Server data compression reduce data size but do not resolve the fundamental CPU and I/O contention from running both services on a single VM; compression can even increase CPU usage, worsening the existing CPU bottleneck.
A project team is deploying a new application, and the error log shows repeated connection refused errors. The database server is on a separate subnet. What is the most likely cause of this issue?
Firewall blocking the port results in connection refused errors.
Why this answer
The error 'connection refused' indicates that the application's TCP SYN packet to the database server was met with a TCP RST or no response, which typically occurs when a firewall drops or rejects the traffic. Since the database server is on a separate subnet, a network-layer access control list (ACL) or firewall rule is the most common cause of blocking the specific database port (e.g., 3306 for MySQL, 5432 for PostgreSQL, 1433 for SQL Server). This prevents the three-way handshake from completing, resulting in the connection refused error.
Exam trap
The trap here is that candidates often confuse 'connection refused' with 'authentication failure' or 'application logic error', but Cisco tests the understanding that connection refused is a network-layer symptom, not an application-layer one.
How to eliminate wrong answers
Option B is wrong because a missing table would cause a query error (e.g., 'table not found') after a successful connection, not a connection refused error at the transport layer. Option C is wrong because incorrect credentials would result in an authentication failure (e.g., 'Access denied for user') after the TCP connection is established, not a connection refused before the handshake completes. Option D is wrong because insufficient memory on the application server would manifest as out-of-memory errors, slow performance, or application crashes, not as a network-level connection refused error.
A project to implement a new backup solution. Which THREE components are essential for a comprehensive backup strategy? (Choose three.)
A retention policy specifies how long backup data is kept to meet compliance and recovery needs.
Why this answer
A retention policy is essential because it defines how long backup copies are kept, ensuring compliance with legal or operational requirements and enabling recovery to specific points in time. Without a retention policy, backups may be deleted too early (causing data loss) or retained indefinitely (wasting storage). It directly governs the lifecycle of backup data, which is a core component of any comprehensive backup strategy.
Exam trap
Cisco often tests the distinction between 'essential components' (like retention policy, scheduling, and off-site storage) and 'optional enhancements' (like compression and replication), leading candidates to mistakenly include replication as a core requirement when it is actually a separate disaster recovery technique.
During a database migration project, the team encounters an error when trying to connect to the new database server from the application server. The network team confirms that the ports are open and the firewall rules are correct. The database team reports that the database service is running and listening on the expected port. Which of the following is the MOST likely cause of the connectivity issue?
Without a return route to the application server, the database server can receive packets but cannot send responses, resulting in a timeout or connection failure.
Why this answer
The most likely cause is a missing route on the database server's routing table. Even with correct firewall rules and an active database service, the database server may not have a return route to the application server's subnet, causing packets to be dropped. This is a common Layer 3 issue where the destination server can receive traffic but cannot reply because it lacks a route back to the source.
Exam trap
The trap here is that candidates assume connectivity issues are always caused by firewalls or DNS, but CompTIA often tests the concept of asymmetric routing where the return path is missing, even when all outbound paths appear open.
How to eliminate wrong answers
Option A is wrong because a misconfigured DNS server would cause name resolution failures, but the error occurs during a connection attempt, which typically uses an IP address or a hostname that has already been resolved; the network team confirmed ports and firewalls are correct, so DNS is not the immediate issue. Option C is wrong because an incorrect subnet mask on the application server would affect its own ability to determine if the database server is local or remote, but since the application server can send traffic (firewall rules are correct), the subnet mask is not the blocking factor; the problem is on the database server's side. Option D is wrong because an expired SSL certificate would cause a TLS handshake failure after the TCP connection is established, but the error occurs when trying to connect, indicating the TCP three-way handshake is not completing, which points to a routing or reachability issue, not an application-layer certificate problem.
A company is migrating to a new ERP system. The project manager needs to ensure minimal downtime during cutover. Which deployment strategy should be recommended?
Parallel operation runs both systems concurrently, allowing immediate switchback and minimal downtime.
Why this answer
The parallel deployment strategy is recommended because it allows the old and new ERP systems to run concurrently during cutover, enabling users to validate the new system while maintaining operations on the legacy system. This minimizes downtime by providing a fallback option if issues arise, ensuring business continuity during the migration.
Exam trap
The trap here is that candidates often confuse 'phased' with 'parallel,' assuming that rolling out in stages inherently minimizes downtime, but parallel deployment uniquely allows both systems to run simultaneously to eliminate cutover downtime entirely.
How to eliminate wrong answers
Option A is wrong because the big bang strategy involves an immediate, complete switch to the new ERP system, which carries a high risk of extended downtime if critical failures occur during cutover. Option B is wrong because a pilot deployment tests the new system with a limited user group, but it does not address minimal downtime for the entire organization during full cutover. Option D is wrong because phased deployment rolls out the ERP system in stages, which can reduce risk but may still cause intermittent downtime for each phase and does not guarantee minimal overall downtime compared to parallel operation.
A team is implementing a disaster recovery plan that includes replication to a secondary data center. Which metric should the project manager prioritize defining in the DR plan?
RTO sets the maximum acceptable outage duration, directly driving DR solution design.
Why this answer
The Recovery Time Objective (RTO) defines the maximum acceptable downtime after a disaster, directly dictating the speed of failover to the secondary data center. In a replication-based DR plan, the RTO determines whether synchronous or asynchronous replication is used and how quickly systems must be brought online. The project manager must prioritize this metric to align recovery speed with business continuity requirements.
Exam trap
The trap here is confusing RTO (time to restore service) with RPO (acceptable data loss), leading candidates to pick RPO because replication inherently involves data synchronization, but the question specifically asks for the metric to prioritize in the DR plan regarding failover speed.
How to eliminate wrong answers
Option A is wrong because Mean Time Between Failures (MTBF) measures system reliability and uptime, not recovery speed or data loss tolerance in a DR scenario. Option B is wrong because Recovery Point Objective (RPO) defines the maximum acceptable data loss (e.g., last backup time), not the time to restore service; while important, it is secondary to RTO when prioritizing failover speed. Option C is wrong because Mean Time To Repair (MTTR) is a maintenance metric for average repair time after a failure, not a DR-specific target for restoring full operations from a secondary site.
Put the steps for creating a work breakdown structure (WBS) in the correct order.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Why this order
The WBS process starts with identifying major deliverables, decomposing them, assigning codes, verifying completeness, and documenting details.
A project is deploying a new virtualized server environment. The project manager receives a report that resource pooling is inefficient. Which technology can best improve resource utilization across the virtual hosts?
Memory overcommitment allows the hypervisor to allocate more memory to VMs than physically available, improving utilization.
Why this answer
Hypervisor memory overcommitment allows a hypervisor to allocate more virtual machine (VM) memory to VMs than the physical RAM available on the host, relying on the fact that VMs rarely use their full allocated memory simultaneously. This directly improves resource utilization by enabling higher VM density per physical host, which is the core inefficiency in resource pooling. Technologies like VMware ESXi's transparent page sharing or KSM (Kernel Same-page Merging) further optimize this by deduplicating identical memory pages.
Exam trap
The trap here is that candidates confuse load balancing (which distributes network traffic) with resource pooling optimization, failing to recognize that memory overcommitment is the specific hypervisor feature that directly improves utilization of pooled compute resources.
How to eliminate wrong answers
Option A is wrong because VLANs (Virtual Local Area Networks) segment network traffic at Layer 2 and do not affect CPU, memory, or storage utilization across virtual hosts. Option B is wrong because load balancing distributes incoming network traffic across multiple servers to improve availability and response time, but it does not address inefficient memory or CPU resource pooling within a virtualized environment. Option C is wrong because RAID (Redundant Array of Independent Disks) improves storage performance or redundancy at the disk level and has no impact on virtual host resource utilization or memory overcommitment.
Which TWO of the following are key components of IT infrastructure that a project manager should consider when planning a new software deployment? (Choose two.)
SAN provides centralized storage for data, essential for deployment.
Why this answer
A Storage Area Network (SAN) is a dedicated, high-speed network that provides block-level storage access to servers. For a new software deployment, the project manager must ensure that the SAN has sufficient capacity, IOPS, and connectivity to support the application's storage requirements, making it a critical infrastructure component.
Exam trap
The trap here is that candidates confuse project management artifacts (like the project charter or status reports) with actual IT infrastructure components, leading them to select options that are process-related rather than technology-related.
A project to migrate on-premises email to Office 365 is behind schedule. The project sponsor asks the project manager to add more resources to accelerate the timeline. The project manager should first:
Analyzing the critical path shows where compression is possible and if extra resources are beneficial.
Why this answer
Adding resources to a project that is behind schedule can sometimes worsen the delay due to Brooks' Law, especially if the critical path involves tasks that are not parallelizable. The project manager must first analyze the critical path to determine if adding resources will actually reduce the duration of critical tasks, such as mailbox migration batches or DNS cutover steps, or if it will introduce coordination overhead that negates any gains.
Exam trap
The trap here is that candidates assume adding resources always speeds up a project (the 'resource myth'), but Cisco tests the understanding that the critical path must be analyzed first to avoid violating Brooks' Law or hitting infrastructure constraints.
How to eliminate wrong answers
Option A is wrong because immediately adding migration specialists without analyzing the critical path may lead to increased communication overhead and training delays, and if the critical path tasks are sequential (e.g., staged mailbox migrations requiring prior AD sync completion), extra resources cannot accelerate them. Option B is wrong because updating the schedule to reflect a new timeline is a result of a decision, not the first step; the project manager must first evaluate whether resource addition is feasible and effective before changing the schedule. Option D is wrong because reducing scope by deferring non-critical features is a valid response to schedule pressure, but it should be considered only after determining that adding resources will not help; the question asks for the first step, which is to analyze the critical path.
During a server migration project, the team discovers that the new servers have a different CPU architecture than the old ones. The project manager must decide the best course of action. What should the project manager do first?
Assessment allows the team to address compatibility issues before proceeding.
Why this answer
The project manager must first assess the impact of the CPU architecture change on existing applications because different instruction sets (e.g., x86 vs. ARM) can cause binary incompatibility, requiring recompilation or emulation. Proceeding without this analysis risks application failures, data corruption, or performance degradation.
This aligns with the PMBOK risk management process of identifying and analyzing risks before planning a response.
Exam trap
The trap here is that candidates may assume compatibility based on the same operating system or vendor, overlooking the critical dependency on CPU instruction set architecture (ISA) which directly impacts binary executables and system calls.
How to eliminate wrong answers
Option A is wrong because assuming compatibility without testing ignores fundamental CPU instruction set differences (e.g., x86-64 vs. ARM64), which can cause applications to crash or produce incorrect results due to incompatible machine code. Option C is wrong because reverting to the original server architecture may not be feasible or cost-effective, and it avoids addressing the root cause of the migration requirement, such as end-of-life hardware or performance needs.
Option D is wrong because delaying the project for staff retraining is premature; the immediate priority is to understand the technical impact on applications, not to train staff on the new architecture, which may not even be necessary if applications are containerized or run in a compatible runtime environment.
A project involves integrating an on-premises IT infrastructure with a public cloud provider. The project team must ensure secure connectivity. Which of the following should be implemented?
A VPN secures data in transit over the internet by encrypting the connection.
Why this answer
A VPN (Virtual Private Network) is the correct choice because it creates an encrypted tunnel over the public internet between the on-premises infrastructure and the public cloud provider, ensuring secure connectivity. Technologies like IPsec or TLS-based VPNs authenticate both endpoints and encrypt all traffic, preventing eavesdropping and tampering during transit.
Exam trap
The trap here is that candidates often confuse VPN with VLAN, thinking both provide secure segmentation, but VLANs only isolate traffic within a local network and offer no encryption or protection across the internet.
How to eliminate wrong answers
Option A is wrong because DNS (Domain Name System) translates domain names to IP addresses and does not provide encryption or secure connectivity; it is a naming service, not a security mechanism. Option C is wrong because NAT (Network Address Translation) modifies IP addresses in packet headers to allow private IPs to access the internet, but it offers no encryption or authentication for securing traffic between sites. Option D is wrong because a VLAN (Virtual Local Area Network) segments a Layer 2 network into isolated broadcast domains; it operates within a single LAN and does not secure traffic across the public internet or between different geographic locations.
A project manager is working on a project to upgrade the company's email system from an on-premises Exchange server to Microsoft 365. The project has completed the planning phase and is now in execution. During a weekly status meeting, the lead engineer reports that the initial migration batch of 100 users experienced significant delays due to unexpected compatibility issues with custom email add-ins used by the finance department. Additionally, the migration tool failed to synchronize some mailbox items, causing data loss for three users. The project timeline is tight, and the sponsor is concerned about meeting the go-live date in four weeks. There are still 900 users to migrate. The project manager needs to take action. Which of the following is the BEST course of action?
Correct: This approach identifies the root cause, updates documentation, and replans, which is a proper project management response.
Why this answer
Option C is the best course of action because it directly addresses the root cause—the custom email add-ins—by engaging the finance department to assess criticality, then formally updating the risk register and adjusting the schedule. This aligns with the PMBOK risk management process and allows the project to proceed with informed decisions rather than ignoring the issue or overreacting. The technical context is that custom Outlook add-ins often rely on on-premises Exchange Web Services (EWS) or MAPI over HTTP, which may not be fully compatible with Microsoft 365's REST-based APIs, causing migration failures.
Exam trap
The trap here is that candidates may choose Option D (buy a new tool) because it sounds proactive, but the PMBOK framework requires first analyzing the risk and engaging stakeholders before committing additional budget, making Option C the correct process-driven answer.
How to eliminate wrong answers
Option A is wrong because instructing the team to proceed with the same tool ignores the root cause—the tool's inability to handle custom add-ins and its synchronization failures—which will likely cause further delays and data loss for the remaining 900 users. Option B is wrong because immediately recommending a rollback is an overreaction that abandons the project's goal without first analyzing the add-in criticality or exploring mitigation options, and it fails to follow proper risk response planning. Option D is wrong because requesting additional budget for a third-party tool is premature without first understanding the add-in requirements and assessing whether the current tool can be configured or the add-ins can be modified; it also bypasses the risk management process.
A company is implementing a new backup solution for its mixed environment of legacy and modern servers. The backup server is connected to the same network segment as production traffic. During initial testing, some backups fail intermittently, especially during peak hours. The backup logs show timeouts. The project manager is asked to identify the most likely cause and recommend a solution. Which of the following is the best course of action?
Separating backup traffic onto its own VLAN reduces contention with production traffic, resolving timeouts.
Why this answer
The backup server is on the same network segment as production traffic, causing congestion during peak hours. Backup timeouts indicate that the backup traffic is competing with production traffic for bandwidth, leading to packet loss or delays. Isolating backup traffic on a separate VLAN reduces network congestion by logically separating the traffic, ensuring dedicated bandwidth for backups and preventing interference with production operations.
Exam trap
The trap here is that candidates may assume timeouts are caused by software or hardware failures, rather than recognizing the classic network congestion symptom where backup traffic competes with production traffic on the same subnet.
How to eliminate wrong answers
Option A is wrong because upgrading the backup software does not address the root cause of network congestion; timeouts are due to bandwidth contention, not software bugs. Option C is wrong because increasing the backup window does not resolve the underlying network congestion; it merely shifts the backup to a different time, but peak-hour traffic will still cause timeouts if the backup runs during that period. Option D is wrong because replacing legacy servers does not solve the network-level issue of congestion; the timeouts are caused by network traffic, not server hardware limitations.
Ready to test yourself?
Try a timed practice session using only Basics of IT Infrastructure and IT Project Management questions.