Linux Professional Institute LPIC-1 (101-500) Simulator #2
Simulator Summary
0 of 50 Questions completed
Questions:
Information
You have already completed the simulator before. Hence you can not start it again.
Simulator is loading…
You must sign in or sign up to start the simulator.
You must first complete the following:
Results
Results
0 of 50 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
-
Unfortunately, your results in the simulator were not up to the desired standards. 😔
However, take advantage of your unlimited access and continue to practice.
Remember, persistence and dedication will lead to mastery. 😎 -
Congratulations! 🎉
You have successfully passed the simulator and are now one step closer to achieving your certification.
We hope you will consider joining us again in your future certification journey.Wishing you the best of luck with the upcoming exam. Keep up the great work! 💪
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 50
1. Question
You are working on a Linux system and suspect that certain kernel modules are being loaded, possibly slowing down the boot process. Which command can provide you a list of all currently loaded modules?
CorrectIncorrect -
Question 2 of 50
2. Question
You want to determine how many instances of a particular module, named “eth_module”, are currently being used. Which command can provide this information?
CorrectIncorrect -
Question 3 of 50
3. Question
You’re a system administrator tasked with determining the type and vendor of the Ethernet card on a new Linux server without physically opening the machine. Which command can provide this information?
CorrectIncorrect -
Question 4 of 50
4. Question
You have just installed a new graphics card in your Linux workstation and need to know its kernel driver’s name to ensure the correct driver is loaded. Which command will provide the kernel driver’s name associated with the graphics card?
CorrectIncorrect -
Question 5 of 50
5. Question
While working as a systems administrator, you’re asked to determine if a USB 3.0 device is connected to a server without physically checking the server’s ports. Which command would be the most effective to check for USB 3.0 devices?
CorrectIncorrect -
Question 6 of 50
6. Question
A colleague mentions that a particular USB device is not working as expected on a Linux workstation. To gather more information about this device, you decide to check its vendor and product IDs. Which command would provide this specific information?
CorrectIncorrect -
Question 7 of 50
7. Question
Your company’s Linux server is experiencing boot issues related to the graphics driver. To diagnose the problem without the interference of the graphical environment, you decide to boot into a multi-user target without a graphical interface. Which of the following kernel boot parameters should you use?
CorrectIncorrect -
Question 8 of 50
8. Question
Your Linux workstation fails to boot properly due to a recently installed faulty device driver. During the boot process, you want to temporarily disable the loading of this driver to successfully boot the system. Which boot parameter should you use?
CorrectIncorrect -
Question 9 of 50
9. Question
As a Linux administrator, you are tasked with troubleshooting a server that doesn’t complete the boot process. You need to identify at which stage of the boot sequence the issue occurs. What is the correct order of the boot sequence from the moment the machine is powered on?
CorrectIncorrect -
Question 10 of 50
10. Question
You’re examining a Linux machine that fails to boot. After power-on, you see the manufacturer’s logo, but the system never progresses to the OS selection screen. Given this information, which component of the boot process is most likely not functioning correctly?
CorrectIncorrect -
Question 11 of 50
11. Question
After a recent OS upgrade on a server, you notice that some of the legacy init scripts aren’t starting services as expected. You suspect the system might have transitioned from SysVinit to systemd. Which command can you use to check the status of a service in systemd?
CorrectIncorrect -
Question 12 of 50
12. Question
A colleague asks you about the differences between SysVinit and systemd. Which of the following statements accurately represents a difference between the two?
CorrectIncorrect -
Question 13 of 50
13. Question
You’ve been asked to troubleshoot a server that was originally configured using Upstart as its init system. You want to view a list of all jobs and their current states. Which command should you use?
CorrectIncorrect -
Question 14 of 50
14. Question
A colleague from another department is migrating an old system from Upstart to systemd. They ask you how to identify which version of Upstart is currently installed. Which command will provide this information?
CorrectIncorrect -
Question 15 of 50
15. Question
You’ve just booted a Linux system using systemd as its init system. You need to verify if all services started successfully during the boot process. Which command would provide you with the most detailed information regarding the boot process?
CorrectIncorrect -
Question 16 of 50
16. Question
After booting up a new Linux server, you want to specifically check for any warnings or errors that might have occurred during the boot process. Which command would directly filter out these messages from the boot logs?
CorrectIncorrect -
Question 17 of 50
17. Question
You’ve just installed a new piece of hardware on your Linux server. To ensure the kernel detected it during the boot process, you want to check kernel messages related to hardware initialization. Which command will give you the latest kernel messages related to hardware detection?
CorrectIncorrect -
Question 18 of 50
18. Question
After booting up your Linux machine, you notice a performance issue and suspect it’s related to a disk drive. To investigate, you want to retrieve all kernel messages related to disk drives. Which command would be the most effective?
CorrectIncorrect -
Question 19 of 50
19. Question
A Linux administrator notices some anomalies on a server and suspects they might have occurred after the last reboot. Which command can be used with journalctl to view system logs starting from the last boot?
CorrectIncorrect -
Question 20 of 50
20. Question
An administrator wants to view all log messages from the sshd service from the systemd journal. Which journalctl command would be the most appropriate to retrieve these specific logs?
CorrectIncorrect -
Question 21 of 50
21. Question
In a Linux-based shared computing environment at a university, administrators decide to provide each student with their directory to store personal files, assignments, and settings. Which of the following filesystems should be adequately sized and dedicated for this purpose?
CorrectIncorrect -
Question 22 of 50
22. Question
Alex is setting up a new Linux server for his organization, where each employee will have remote access. Alex wants to make sure that if a user’s personal files are compromised, it does not affect the system’s primary functions. To achieve this, which directory should be on a separate partition or disk?
CorrectIncorrect -
Question 23 of 50
23. Question
Sophia is in the process of installing a new Linux system and wants to ensure that she can recover from booting issues easily. To facilitate this, which filesystem should be kept small and placed on a separate partition for storing boot-related files?
CorrectIncorrect -
Question 24 of 50
24. Question
Martin notices that his Linux machine fails to boot properly and displays a bootloader error. To troubleshoot and possibly fix the issue, which filesystem should he primarily focus on?
CorrectIncorrect -
Question 25 of 50
25. Question
Michael is installing Linux on a UEFI-based system. He realizes that to boot the system in UEFI mode, he needs a specific partition. What is the purpose of the EFI System Partition (ESP)?
CorrectIncorrect -
Question 26 of 50
26. Question
Rebecca is partitioning her new system’s hard drive, intending to install Linux in UEFI mode. She knows that she has to create an EFI System Partition (ESP). Which filesystem should she use for the ESP?
CorrectIncorrect -
Question 27 of 50
27. Question
Sarah is setting up a new Linux server that will host a database application. Considering performance implications, she’s deciding on how much swap space to allocate. What general rule of thumb is often suggested regarding the size of the swap space in relation to RAM?
CorrectIncorrect -
Question 28 of 50
28. Question
Robert, a system administrator, notices that one of the Linux servers is frequently running out of RAM and heavily utilizing swap space. Which of the following consequences of heavy swap usage is Robert most concerned about?
CorrectIncorrect -
Question 29 of 50
29. Question
You are designing a hard disk layout for a new Linux server. You want to ensure that if the /var directory fills up, it won’t affect the root filesystem. What would be the best design choice regarding mount points?
CorrectIncorrect -
Question 30 of 50
30. Question
You are setting up a workstation for graphic design tasks, which will handle large files. You decide to create a separate partition for the users’ home directories to store these files. Which mount point should you choose for this partition?
CorrectIncorrect -
Question 31 of 50
31. Question
During a Linux installation, you need to create a partition that will be used exclusively for paging out of physical memory. Which type of partition should you create?
CorrectIncorrect -
Question 32 of 50
32. Question
You’re setting up a dual-boot system with Linux and another operating system. You want to share files between the two OSes using a common partition. Which filesystem type would be most universally accessible?
CorrectIncorrect -
Question 33 of 50
33. Question
Jane, a system administrator, notices that the environment variable DB_USER is set to an incorrect value. She needs to ensure that this variable is completely removed from her session. Which command should she use?
CorrectIncorrect -
Question 34 of 50
34. Question
Richard, a junior system administrator, wants to determine if the ls command on his system is a built-in shell command, an alias, or an external program. Which command should he use?
CorrectIncorrect -
Question 35 of 50
35. Question
Emily is writing a script and wants to make sure she’s using the system’s default grep binary, not a local or aliased version. Which command can she use to find the path of the executable that would be run if she types the grep command?
CorrectIncorrect -
Question 36 of 50
36. Question
Thomas is trying to learn how to use the tar command. He knows that man command can be used to access the manual pages of Linux commands. How should he use the man command to view the manual page for tar command?
CorrectIncorrect -
Question 37 of 50
37. Question
Lisa wants to display the current version of her Linux kernel. She knows that the uname command can help her with this. Which of the following options should she use with the uname command to achieve her goal?
CorrectIncorrect -
Question 38 of 50
38. Question
Thomas is working on a Linux server and wants to recall the last 5 commands he executed on the terminal. Which of the following commands should he use to achieve this?
CorrectIncorrect -
Question 39 of 50
39. Question
Jessica is a system administrator and wants to check the commands her colleague, John, executed during his last SSH session. John uses the default Bash shell. Where should she look to find the command history of John’s previous session?
CorrectIncorrect -
Question 40 of 50
40. Question
Simon wants to echo the string $USER is logged in. without expanding the variable $USER. Which of the following commands should he use?
CorrectIncorrect -
Question 41 of 50
41. Question
Katherine has a file named employees.txt which contains a list of employee names. She wants to count the total number of employees. Which command would correctly give her the number of lines, and thus, the number of employees?
CorrectIncorrect -
Question 42 of 50
42. Question
Max has multiple compressed files with a .bz2 extension in a directory. He wants to search for the word “Report” within these files without decompressing them. Which command should he use?
CorrectIncorrect -
Question 43 of 50
43. Question
After a sudden power outage, Lee wants to ensure the integrity of his ext4 filesystem on /dev/sda2. Which command should he run to check and repair any potential filesystem issues?
CorrectIncorrect -
Question 44 of 50
44. Question
Jane, a system administrator, received an alert that one of the servers might be running low on available inodes. Which command can Jane use to check the inode usage for all mounted filesystems?
CorrectIncorrect -
Question 45 of 50
45. Question
While conducting a routine check, Liam found that there was an unexpected system reboot due to a power outage. He now wants to check and potentially repair any filesystem inconsistencies on his ext4 root filesystem. Which command should he use for this?
CorrectIncorrect -
Question 46 of 50
46. Question
Zoe, a system administrator, needs to find the total disk usage of a specific directory /data and its subdirectories. However, she only wants to see the grand total and not the individual disk usage of every subdirectory. Which command should she use?
CorrectIncorrect -
Question 47 of 50
47. Question
Karen, a Linux system administrator, wants to quickly view the amount of free disk space on her system, but she prefers the results in a more human-readable format. Which command will achieve this?
CorrectIncorrect -
Question 48 of 50
48. Question
Alice noticed that her computer had a sudden power loss. Upon booting, she wants to check and possibly repair the integrity of her /dev/sda2 filesystem without any manual intervention. Which command should she use?
CorrectIncorrect -
Question 49 of 50
49. Question
After a power outage, Emily wants to check her ext4 formatted /dev/sdb1 partition for errors. Before starting the check, she wishes to know how many passes e2fsck will perform during its operation. How many passes does e2fsck use to check and repair ext2, ext3, and ext4 filesystems?
CorrectIncorrect -
Question 50 of 50
50. Question
Jennifer is about to create an ext3 filesystem on a device but she wants to make sure the filesystem can be resized to a larger size in the future without much hassle. Which option in the mke2fs command ensures the filesystem is ready for easy resizing?
CorrectIncorrect