← Back to 18. The Linux System

πŸ“ Conflict resolution in Linux system

πŸ“– From Operating System β€’ 18. The Linux System β€’ 8 questions available

Practice MCQs for Conflict resolution in Linux system. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-27

2
Easy Questions
4
Medium Questions
2
Hard Questions

πŸ“ Sample Questions

Q1. Which license must be used for any code that is added directly to the Linux kernel?

πŸ”Ή A. MIT
πŸ”Ή B. GPL
πŸ”Ή C. BSD
πŸ”Ή D. Apache

πŸ’‘ Difficulty: easy | βœ… Correct: B

Q2. How does the ability to load modules at runtime influence overall system flexibility?

πŸ”Ή A. It forces all drivers to be built into the kernel image.
πŸ”Ή B. It limits hardware support to a fixed set.
πŸ”Ή C. It requires a system reboot for every change.
πŸ”Ή D. It enables adding, removing, or updating functionality without stopping the system.

πŸ’‘ Difficulty: medium | βœ… Correct: D

Q3. Two loadable modules export the same symbol, causing a conflict when both are loaded. Which step most effectively resolves the conflict?

πŸ”Ή A. Unload both modules, then reload only the needed one.
πŸ”Ή B. Adjust the module dependency or symbol versioning so the kernel can differentiate the symbols.
πŸ”Ή C. Recompile the kernel with one of the drivers built‑in.
πŸ”Ή D. Rename the conflicting symbols in the source code of one module.

πŸ’‘ Difficulty: hard | βœ… Correct: A

⬆️ View all questions in the quiz below

πŸ”— Related Topics

πŸ“ Linux HistoryπŸ“ The Linux kernelπŸ“ The Linux systemπŸ“ Linux distributionsπŸ“ Linux licensing
πŸš€ Start Quiz πŸ“ Practice Mode