WorksheetsAWS Lambda and Apache Web Server
Total questions: 10
Worksheet time: 5mins
What is AWS Lambda primarily used for?
Running virtual machines
Executing code without managing servers
Storing large amounts of data
Managing network security
Which of the following is a trigger for AWS Lambda?
Uploading a file to S3
Sending an email
Creating a new EC2 instance
All of the above
What programming languages are supported by AWS Lambda?
Python, Java, and PHP
Python, Node.js, and Ruby
Python, Java, and Node.js
Python, PHP, and Go
How does AWS Lambda charge users?
Per hour of server usage
Per GB of data stored
Per millisecond of code execution
Per number of functions created
What is the primary purpose of the Apache Web Server?
Running serverless functions
Hosting and serving websites
Storing databases
Managing cloud resources
Which configuration file is used to manage Apache Web Server settings?
httpd.conf
apache.cfg
server.xml
config.ini
What is the default port for the Apache Web Server?
80
443
8080
22
Which of the following is a feature of Apache Web Server?
Automatic scaling
Serverless architecture
Modular architecture with .htaccess files
Pay-as-you-go pricing
How can you restart the Apache Web Server on a Linux system?
systemctl restart apache2
service apache restart
apache restart
restart apache
What is the maximum execution time for an AWS Lambda function?
1 minute
5 minutes
15 minutes
1 hour
