LinkedIn: AWS Lambda | Skill Assessment Quiz Solutions-1 | APDaga

▸ AWS Lambda | LinkedIn Skill Assessment Quiz Solutions-1

LinkedIn: AWS Lambda | Skill Assessment Quiz Solutions-1 | APDaga

Checkout other solutions for AWS Lambda: Solution-1Solution-2


  1. How can you increase the CPU resources for your Lambda?

    • Increase the configured CPU value
    • Increase the configured timeout value
    • Increase the configured memory value
    • Increase the configured concurrency value


  1. How can additional code or content be provided for your Lambda?

    • blocks
    • layers
    • aliases
    • handlers


  1. How can Step Functions call Lambdas?

    • in sequence
    • both of these answers
    • neither of these answers
    • in parallel


  1. Which AWS CLI command invokes a function?

    • aws lambda invoke --function ReturnBucketName outputfile.txt
    • aws lambda execute --function-name ReturnBucketName outputfile.txt
    • aws lambda invoke --function-name ReturnBucketName outputfile.txt
    • aws lambda execute --function ReturnBucketName outputfile.txt


  1. What adds tracing capabilities to a Lambda?

    • AWS Trace
    • CloudStack
    • CloudTrail
    • AWS X-Ray




  1. You need to build a continuous integration/deployment pipeline for a set of Lambdas. What should you do?

    • Create configuration files and deploy them using AWS CodePipeline.
    • Create CloudFormation templates and deploy them using AWS CodeBuild
    • Create configuration file and deploy using AWS CodeBuild
    • Create CloudFormation templates and deploy them using AWS CodePipeline.


  1. What can you use to monitor function invocations?

    • API Gateway
    • S3
    • SAS
    • CLoudTrail


  1. It is AWS best practice to enable Lambda logging by which of these methods.

    • Use S3 metrics and CloudWatch alarms
    • Create custom metrics within your Lambda code.
    • Create custom metrics within your CloudWatch code.
    • Use Lambda metrics and CloudWatch alarms.


  1. What may be provided for environment variables?

    • an SSL certificate
    • a bitmask
    • an AWS KMS key
    • an HTTP protocol


  1. Lambdas allow for running of what other things?

    • binaries.
    • all of these answers
    • executables
    • Shell scripts




  1. In what style must you write Lambda code?

    • MVC
    • virtual
    • stateless
    • protocol


  1. How can a developer provide Lambda code?

    • by uploading a .zip file
    • all of these answers
    • by editing inline
    • from an S3 bucket


  1. You are performance-testing your Lambda to verify that you set the memory size adequately. Where do you verify the execution overhead?

    • CLoudWatch logs
    • DynamoDB logs
    • S3 logs
    • Lambda logs.


  1. What facilitates continuous delivery of Lambdas?

    • CodeStack
    • ElasticStack
    • Mobile Hub
    • CodeDeploy


  1. How are computing resources allocated to Lambdas?

    • proportionally
    • equally
    • periodically
    • daily




  1. You can restrict the scope of a user’s permissions by specifying which two items in an IAM policy?

    • resources and users
    • resources and conditions
    • events and users
    • events and conditions


  1. What does Lambda logging include?

    • logging streams
    • rotating streams
    • logging events
    • advancing log groups


  1. What can AWS Amplify NOT do for a Lambda?

    • create a Lambda
    • be an event source
    • assign an IAM role
    • delete a Lambda


  1. How do you author a Lambda in a programming language that AWS does not support?

    • Create a Lambda function with a custom runtime and reference the function in your Lambda
    • Create a Lambda layer with a custom runtime and reference the layer in your lambda
    • You cannot use Lambda in this situation
    • Create a Lambda function with a custom runtime




  1. What are listed downstream resources based on?

    • the execution policy
    • the Lambda configuration
    • the Lambda nodes
    • the IAM user


CREDITS: (Source)


Click here to see solutions for all HackerRank SQL practice questions.
&
Click here to see solutions for all Machine Learning Coursera Assignments.
&
Click here to see more codes for Raspberry Pi 3 and similar Family.
&
Click here to see more codes for NodeMCU ESP8266 and similar Family.
&
Click here to see more codes for Arduino Mega (ATMega 2560) and similar Family.

Feel free to ask doubts in the comment section. I will try my best to answer it.
If you find this helpful by any mean like, comment and share the post.
This is the simplest way to encourage me to keep doing such work.

Thanks & Regards,
- APDaga DumpBox
Post a Comment (0)
Previous Post Next Post