Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AWS Lambda and Apache Web Server

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is AWS Lambda primarily used for?

a)

Running virtual machines

b)

Executing code without managing servers

c)

Storing large amounts of data

d)

Managing network security

2.

Which of the following is a trigger for AWS Lambda?

a)

Uploading a file to S3

b)

Sending an email

c)

Creating a new EC2 instance

d)

All of the above

3.

What programming languages are supported by AWS Lambda?

a)

Python, Java, and PHP

b)

Python, Node.js, and Ruby

c)

Python, Java, and Node.js

d)

Python, PHP, and Go

4.

How does AWS Lambda charge users?

a)

Per hour of server usage

b)

Per GB of data stored

c)

Per millisecond of code execution

d)

Per number of functions created

5.

What is the primary purpose of the Apache Web Server?

a)

Running serverless functions

b)

Hosting and serving websites

c)

Storing databases

d)

Managing cloud resources

6.

Which configuration file is used to manage Apache Web Server settings?

a)

httpd.conf

b)

apache.cfg

c)

server.xml

d)

config.ini

7.

What is the default port for the Apache Web Server?

a)

80

b)

443

c)

8080

d)

22

8.

Which of the following is a feature of Apache Web Server?

a)

Automatic scaling

b)

Serverless architecture

c)

Modular architecture with .htaccess files

d)

Pay-as-you-go pricing

9.

How can you restart the Apache Web Server on a Linux system?

a)

systemctl restart apache2

b)

service apache restart

c)

apache restart

d)

restart apache

10.

What is the maximum execution time for an AWS Lambda function?

a)

1 minute

b)

5 minutes

c)

15 minutes

d)

1 hour