Linux Fundamentals Week 2 Practice Quiz Answers

n this article i am gone to share coursera course: Linux Fundamentals by LearnQuest | Linux Fundamentals Week 2 Practice Quiz Answers with you..

Enroll Link: Linux Fundamentals

Linux Fundamentals Week 2 Practice Quiz Answers


 

Servers vs Desktops Practice Quiz Answer

Question 1)
Which of the following would be a server process?

  • A Shared Memory Server
  • Spreadsheet software
  • Presentation Software
  • Wordprocessing software

Question 2)
Which would be the name of a server deamon?

  • mysqld
  • mysql
  • postgres
  • apache

Question 3)
What is the goal of a server?

  • Share resources among clients
  • Display programs to users

 

Web Servers Practice quiz Answer

Question 1)
Which Linux web server we discussed is the lightest weight of the three?

  • Lighttpd
  • nginX
  • Apache

Question 2)
Which web server was the first web server software to serve more than 100 million websites?

  • Apache
  • Lighttpd
  • nginX

Question 3)
Which was the most populat web server as of April 2021?

  • nginX
  • Lighttpd
  • Apache

 

Database Servers Practice Quiz Answer

Question 1)
Which of the following is a NoSQL database?

  • MySQL
  • PostgreSQL
  • MongoDB

Question 2)
Which database type is document oriented?

  • NoSQL
  • Relational

Question 3)
Which database type does CRUD?

  • NoSQL
  • Relational
  • Both Types

Managing Services Practice Quiz Answer

Question 1)
What is the goal of systemd?

  • Its main aim is to unify service configuration and behavior across Linux distributions
  • Improve performance of the Linux System

Question 2)
What command shows you the process used as PID 1?

  • which init
  • systemctl

Question 3)
All Linux distros use SystemD as PID 1?

  • False
  • True

 

 

Leave a Comment