- A
Migrate to a microservices architecture.
Microservices break the app into small, independent services for better scalability and maintainability.
- B
Move the application to a serverless computing platform.
Why wrong: Serverless is a deployment model, not a solution for breaking a monolith into services.
- C
Implement a service-oriented architecture (SOA) with an enterprise service bus.
Why wrong: SOA is similar but often more complex and less granular than microservices for this use case.
- D
Containerize the existing monolithic application.
Why wrong: Containerization alone does not break the monolith into independent services.
Quick Answer
The correct answer is to migrate to a microservices architecture. This approach directly addresses the scalability and maintainability issues of a monolithic application by decomposing it into smaller, independent services that can be developed, deployed, and scaled separately. For the CompTIA ITF+ FC0-U61 exam, this question tests your understanding of architecture patterns versus deployment methods—a common trap is confusing microservices with containerization or serverless, which are tools for running services, not the architectural pattern itself. Remember that microservices focus on breaking the application into loosely coupled, business-aligned components, while SOA often relies on a heavier enterprise service bus. A useful memory tip: think "micro" for small, independent pieces that can each scale on their own, unlike the single, overloaded monolith.
FC0-U61 Software Development Concepts Practice Question
This FC0-U61 practice question tests your understanding of software development concepts. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A small e-commerce company uses a monolithic web application hosted on a single server. During peak shopping hours, the server becomes overloaded, causing slow page loads and occasional timeouts. The development team wants to improve scalability and maintainability. They are considering breaking the application into smaller, independent services that can be developed, deployed, and scaled separately. Which approach should the team adopt?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Migrate to a microservices architecture.
Microservices architecture involves decomposing an application into small, independent services. Option A is correct. Option B is incorrect because a service-oriented architecture (SOA) is similar but often uses an enterprise service bus, which may be less granular. Option C is incorrect because containerization is a deployment method, not an architecture pattern. Option D is incorrect because serverless is a compute model, not an architecture pattern for breaking up a monolith.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Migrate to a microservices architecture.
Why this is correct
Microservices break the app into small, independent services for better scalability and maintainability.
Related concept
Static NAT maps one inside address to one outside address.
- ✗
Move the application to a serverless computing platform.
Why it's wrong here
Serverless is a deployment model, not a solution for breaking a monolith into services.
- ✗
Implement a service-oriented architecture (SOA) with an enterprise service bus.
Why it's wrong here
SOA is similar but often more complex and less granular than microservices for this use case.
- ✗
Containerize the existing monolithic application.
Why it's wrong here
Containerization alone does not break the monolith into independent services.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Trap categories for this question
Similar concept trap
SOA is similar but often more complex and less granular than microservices for this use case.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related FC0-U61 NAT questions on configuration and troubleshooting.
- →
Software Development Concepts — study guide chapter
Learn the concepts, then practise the questions
- →
Software Development Concepts practice questions
Targeted practice on this topic area only
- →
All FC0-U61 questions
512 questions across all exam domains
- →
CompTIA ITF+ FC0-U61 study guide
Full concept coverage aligned to exam objectives
- →
FC0-U61 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related FC0-U61 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
IT Concepts and Terminology practice questions
Practise FC0-U61 questions linked to IT Concepts and Terminology.
Infrastructure practice questions
Practise FC0-U61 questions linked to Infrastructure.
Applications and Software practice questions
Practise FC0-U61 questions linked to Applications and Software.
Software Development Concepts practice questions
Practise FC0-U61 questions linked to Software Development Concepts.
Security practice questions
Practise FC0-U61 questions linked to Security.
Database Fundamentals practice questions
Practise FC0-U61 questions linked to Database Fundamentals.
FC0-U61 fundamentals practice questions
Practise FC0-U61 questions linked to FC0-U61 fundamentals.
FC0-U61 scenario practice questions
Practise FC0-U61 questions linked to FC0-U61 scenario.
FC0-U61 troubleshooting practice questions
Practise FC0-U61 questions linked to FC0-U61 troubleshooting.
Practice this exam
Start a free FC0-U61 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this FC0-U61 question test?
Software Development Concepts — This question tests Software Development Concepts — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: Migrate to a microservices architecture. — Microservices architecture involves decomposing an application into small, independent services. Option A is correct. Option B is incorrect because a service-oriented architecture (SOA) is similar but often uses an enterprise service bus, which may be less granular. Option C is incorrect because containerization is a deployment method, not an architecture pattern. Option D is incorrect because serverless is a compute model, not an architecture pattern for breaking up a monolith.
What should I do if I get this FC0-U61 question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related FC0-U61 NAT questions on configuration and troubleshooting.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More FC0-U61 practice questions
- Which TWO of the following are examples of volatile memory?
- A user reports that their laptop cannot connect to the corporate Wi-Fi. Other devices are working fine. Which TWO troubl…
- Which TWO of the following are commonly considered business productivity software? (Select TWO.)
- Refer to the exhibit. A technician runs ipconfig /all on a user's computer. The user can access the internet but cannot…
- Which TWO of the following are common characteristics of object-oriented programming languages?
- Refer to the exhibit. A database administrator runs the following query: SELECT c.Name, SUM(o.Quantity) AS TotalItems F…
Last reviewed: Jun 6, 2026
This FC0-U61 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the FC0-U61 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.