Linux Foundation Certified IT Associat - LFCA Exam Practice Test
A symbolic link named latest_log needs to be created in the current directory, pointing to the file
/var/log/app.log. Which of the following commands will accomplish this?
/var/log/app.log. Which of the following commands will accomplish this?
Correct Answer: B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Which option will cause ls to display hidden files and folders?
Correct Answer: D
Vote an answer
Which of the following commands is used to detach a mounted filesystem or storage device?
Correct Answer: C
Vote an answer
After installing the package `postfix', what command would you run in order to ensure that Postfix is started on reboot?
Correct Answer: D
Vote an answer
What is the primary purpose of a continuous integration pipeline?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
After installing the package postfix, which systemctl command ensures that the service starts automatically at system boot?
Correct Answer: A
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
A Linux Administrator is reviewing a technical architecture diagram for a Linux-based web application deployed in a cloud environment. The diagram shows:
- A public subnet with a load balancer.
- Two Linux web servers in a private subnet, behind the load balancer.
- A database server in a separate private subnet, accessible only from
the web servers.
- Security groups applied to restrict traffic:
- Load balancer allows inbound traffic on port 80 and 443.
- Web servers allow inbound traffic only from the load balancer on
port 80.
- Database server allows inbound traffic only from the web servers
on port 3306.
Based on this architecture, which of the following statements is most accurate?
- A public subnet with a load balancer.
- Two Linux web servers in a private subnet, behind the load balancer.
- A database server in a separate private subnet, accessible only from
the web servers.
- Security groups applied to restrict traffic:
- Load balancer allows inbound traffic on port 80 and 443.
- Web servers allow inbound traffic only from the load balancer on
port 80.
- Database server allows inbound traffic only from the web servers
on port 3306.
Based on this architecture, which of the following statements is most accurate?
Correct Answer: D
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
A developer wants to create a new branch named feature-login and switch to it immediately.
Which Git command accomplishes this in a single step?
Which Git command accomplishes this in a single step?
Correct Answer: A
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
A storage array must provide both improved read performance and the ability to survive a single disk failure while minimizing wasted capacity. Which RAID level is most appropriate?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
A team is building a stateless web application. To handle traffic effectively and maintain continuous service, which approach distributes load across multiple independent servers?
Correct Answer: C
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
A system administrator needs to stop all running processes and halt the system while leaving the power on for further diagnostics. Which command accomplishes this?
Correct Answer: B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
Which of the following best describes the primary benefit of using Software-as-a-Service (SaaS) compared to On-Premise, PaaS, and IaaS models?
Correct Answer: B
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).
What open source tool is used to manage instances in the cloud using infrastructure as code?
Correct Answer: B
Vote an answer
Which of the following statements is true about the GPL (GNU General Public License)?
Correct Answer: D
Vote an answer
Explanation: Only visible for PassTestking members. You can sign-up / login (it's free).