Regístrate ahora

Iniciar sesión

Contraseña perdida

Perdiste tu contraseña? Por favor, introduzca su dirección de correo electrónico. Recibirá un enlace y se creará una nueva contraseña por correo electrónico.

Añadir mensaje

Debe iniciar sesión para añadir notas .

Añadir pregunta

Debe iniciar sesión para hacer una pregunta.

Iniciar sesión

Regístrate ahora

Bienvenido a Scholarsark.com! Su registro le conceda el acceso a la utilización de más características de esta plataforma. Puede hacer preguntas, hacer contribuciones o proporcionar respuestas, ver los perfiles de otros usuarios y mucho más. Regístrate ahora!

LinkedIn skill assessment answers and questions – AWS Lambda

AWSLambda is a popular service that allows you to run code without provisioning or managing servers. It is also one of the skills that employers look for when hiring cloud computing professionals. If you want to ace the LinkedIn skill assessment for AWS Lambda, you need to prepare well and practice the questions and answers.

En esta publicación de blog, I will share with you some of the questions and answers that I have collected from various sources and verified by myself. These questions and answers will help you test your knowledge and skills on AWS Lambda and boost your confidence for the assessment. Read on to learn more about AWSLambda and how to pass the Evaluación de habilidades en LinkedIn.

Q1. 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

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

  • bloques
  • layers
  • aliases
  • handlers

Tercer trimestre. How can Step Functions call Lambdas?

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

Cuarto trimestre. Which AWS CLI command invokes a function?

  • aws lambda invokefunction ReturnBucketName outputfile.txt
  • aws lambda executefunction-name ReturnBucketName outputfile.txt
  • aws lambda invokefunction-name ReturnBucketName outputfile.txt
  • aws lambda executefunction ReturnBucketName outputfile.txt

Q5. What adds tracing capabilities to a Lambda?

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

Q6. You need to build a continuous integration/deployment pipeline for a set of Lambdas. ¿Qué deberías hacer??

  • 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.

Q7. What can you use to monitor function invocations?

  • Terraformar con AWS
  • T3
  • SAS
  • CloudTrail

Q8. 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.

Q9. What may be provided for environment variables?

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

Q10. Lambdas allow for running of what other things?

  • binaries.
  • todas estas respuestas
  • executables
  • Shell scripts

tecnicos. In what style must you write Lambda code?

  • MVC
  • virtual
  • stateless
  • protocol

Q12. How can a developer provide Lambda code?

  • by uploading a .zip file
  • todas estas respuestas
  • by editing inline
  • from an S3 bucket

P13. 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.

Q14. What facilitates continuous delivery of Lambdas?

  • CodeStack
  • ElasticStack
  • Mobile Hub
  • A través de nuestros exámenes de práctica de AWS y hojas de trucos de AWS

P15. How are computing resources allocated to Lambdas?

  • proportionally
  • equally
  • periodically
  • daily

Q16. 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

P17. What does Lambda logging include?

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

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

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

Q19. 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

P20. What are listed downstream resources based on?

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

P21. Which is an equivalent and valid tag for a pair of Lambdas?

  • department:Ventas,department:Ventas
  • department:Ventas,department:Ventas
  • aws:manifestación;aws:manifestación
  • aws:manifestación;aws:DEMO

P22. Outbound connections from Lambdas must be _.

  • neither of these answers
  • UDP/IP
  • TCP/IP
  • both of these answers

Q23. How are CloudWatch actions configured?

  • automatically
  • ninguna de estas respuestas
  • manually
  • ad hoc

P24. You are testing your stream-based application and the associated Lambda. AWS best practice advises you to test by varying what?

  • stream and record sizes
  • stream and shard sizes
  • batch and record sizes
  • batch and shard sizes

P25. You need to make your Lambda available to services in multiple VPCs. What do you do?

  • Place each subnet in a VPC. Associate all subnets to your Lambda.
  • Place all subnets in a VPC. Associate all subnets to your Lambda.
  • Configure your Lambda to be available to multiple VPCs.
  • Configure all application VPCs to be peered.

Q26. How is the cost associated with Lambda function calculated?

  • number of function calls
  • amount of code run
  • compute time
  • amount of infrastructure used

Q27. What is the fastest way to get started with Lambda?

  • Author a Lambda from scratch.
  • Use a blueprint.
  • Use a .zip deployment package.
  • Use the serverless app repository.

P28. Where is the disk space allocated for Lambda functions?

  • /tmp
  • /default
  • /temp
  • /ds

Q29. How do you stop a running Lambda that is stuck in a recursive loop?

  • Delete the function.
  • Set the function concurrent execution limit to 0 while you update the code.
  • Reset the function.
  • Set the function concurrent execution limit to 100 while you update the code.

Q30. What is AWS best practice for Lambda configuration?

  • Overprovision memory to run your functions faster and reduce your costs. Do not overprovision your function timeout settings.
  • Overprovision memory and your function timeout settings to run your functions faster and reduce your costs.
  • Do not overprovision memory. Overprovision your function timeout settings to run your functions faster and reduce costs.
  • Do not overprovision memory. Do not overprovision your function timeout settings to run your functions faster and reduce costs.

P31. Basic Lambda permissions include permissions for what?

  • removing log groups
  • ninguna de estas respuestas
  • creating log groups
  • updating log groups

Q32. How are environment variables stored?

  • DynamoDB tables
  • key-value pairs
  • S3 buckets
  • ninguna de estas respuestas

para celebrar el éxito y resaltar las áreas de oportunidad. You need to use a Lambda to provide backend logic to your website. Which service do you use to make your Lambda available to your website?

  • T3
  • Terraformar con AWS
  • X-Ray
  • A través de nuestros exámenes de práctica de AWS y hojas de trucos de AWS

P34. You are creating a Lambda to trigger on change to files in an S3 bucket. Where should you put the bucket name?

  • in the Lambda function code
  • in a Lambda environment variable
  • in the Lambda tags
  • in another S3 bucket

entonces solo habrá falla si el defecto ocurre en cada capa y estas están todas alineadas al mismo tiempo. What action is needed before you can test a Lambda?

  • Deploy the Lambda
  • Export the function
  • ninguna de estas respuestas
  • Configure a test event

Q36. What kind of packages can you use with Node.js for Lambdas?

  • Fleece
  • NGP
  • ninguna de estas respuestas
  • Pod

P37. Lambdas are monitored by default using which service?

  • CloudTrail
  • A través de nuestros exámenes de práctica de AWS y hojas de trucos de AWS
  • CloudFormation
  • LogWatch

P38. What can trigger a Lambda function execution?

  • a table definition
  • queue isolation
  • STS Write
  • an SNS topic

P39. You need to set an S3 event trigger on your Lambda to respond when data is added to your bucket from another S3 bucket. Which event type do you configure?

  • POST
  • All object create events
  • PUT
  • COPY

Q40. To make Lambdas more testable, it is AWS best practice to separate which of these?

  • Lambda configuration from logging code
  • Lambda handler from logging code
  • Lambda handler from core logic
  • Lambda configuration from core logic

P41. What is included in an exported Lambda deployment package?

  • YAML definition
  • CloudFormation stack configuration
  • SAML deployment stack
  • Zip file of all related files

P42. When can you change the execution role of a Lambda?

  • only at creation
  • only before deployment
  • Nunca
  • anytime via configuration

Q43. What is the relationship between SAM template and CloudFormation template files?

  • SAM templates have some overlap with CloudFormation templates. Both SAM and CloudFormation templates include resource types that are not in the other type of template.
  • SAM templates are a superset of CloudFormation templates. SAM templates include additional resource types.
  • CloudFormation templates are a superset of SAM templates. CloudFormation templates include additional resource types.
  • SAM templates are a different name for CloudFormation templates. Both template types include the same resource types.

Q44. What service deploys Lambdas regionally?

  • EdgeCloud
  • CloudEdge
  • CloudFront
  • CloudStack

P45. What programming language does AWS Lambda support?

  • costumbre
  • todas estas respuestas
  • Java
  • Rubí

Q46. You need to setup a mechanism to put controls in place to notify you when you have a spike in Lambda concurrency. ¿Qué deberías hacer??

  • Deploy a CloudTrail alarm that notifies you when function metrics exceed your threshold. Create an AWS budget to monitor costs.
  • Deploy a CloudWatch alarm that notifies you when function metrics exceed your threshold. Create an AWS budget to monitor costs.
  • Deploy a CloudWatch alarm that notifies you when function metrics exceed your threshold. Create an AWS CostMonitor to monitor costs.
  • Deploy a CloudTrail alarm that notifies you when function metrics exceed your threshold. Create an AWS CostMonitor to monitor costs.

P47. You want to minimize cold start time for your Lambda. What do you do?

  • Add extra code to check if the transient cache, or the /tmp directory, has the data that you stored.
  • Add extra code to check if the permanent cache, or the /cache directory, has the data that you stored.
  • Do nothing. AWS minimizes cols start time by default.
  • Create a warm-up Lambda that calls your Lambda every minute

[Referencia](https://aws.amazon.com/blogs/compute/new-for-aws-lambda-predictable-start-up-times-with-provisioned-concurrency/

Q48. When is Lambda code stored encrypted?

  • at rest
  • at runtime
  • at deployment
  • non of these answers

Referencia

Q49. When you use a resource-based policy to give a service, resource, or account access to your function, how can you apply the scope of that permission??

  • at the function level
  • at the alias or function level
  • at the version, alias, or function level
  • at the version or function level

Referencia

Q50. Lambda can read events from which other AWS services? (ref-https://docs.aws.amazon.com/lambda/latest/dg/lambda-services.html)

  • Kinesis, T3, and SQS
  • Kinesis, T3, and SNS
  • Kinesis, A través de nuestros exámenes de práctica de AWS y hojas de trucos de AWS, and SNS
  • Kinesis, A través de nuestros exámenes de práctica de AWS y hojas de trucos de AWS, and SQS

para celebrar el éxito y resaltar las áreas de oportunidad

  • Lambda can used for all services mentioned on the question: Kinesis, S3, SNS, SQS, DynamoDB. But as you can see in the reference, Lambda's responsibility and method invocation can be categorized by Lambda polling and Event Driven (synchronous invocation). When you implement an event-driven architecture, you grant the event-generating service permission to invoke your function in the function's resource-based policy. Then you configure that service to generate events that invoke your function. When you implement a Lambda polling architecture, you grant Lambda permission to access the other service in the function's execution role. Lambda reads data from the other service, creates an event, and invokes your function. According to this analytics, Kinesis-DynamoDB-SQS use same method invocation, Lambda polling.

P51. Via what can a Lambda be called?

  • todas estas respuestas
  • a DynamoDB trigger
  • an API Gateway
  • an S3 bucket event

para celebrar el éxito y resaltar las áreas de oportunidad (source google)

  • With DynamoDB Streams, you can trigger a Lambda function to perform additional work each time a DynamoDB table is updated. Lambda reads records from the stream and invokes your function synchronously with an event that contains stream records.
  • These events are considered synchronous events. Simply put, it means that when somebody is calling an API Gateway, it will trigger your Lambda function. It's a synchronous event because your Lambda function has to respond to the client directly at the end of its invocation.
  • You can use Lambda to process event notifications from Amazon Simple Storage Service. Amazon S3 can send an event to a Lambda function when an object is created or deleted.

52. which is use case of lambda ?

  • Image processing
  • Aplicación web
  • ambos
  • Neither 1st and 2nd

Q53. Events are AWS resources that trigger the Lambda function. What data type is the SAM file Events property?

  • Entero
  • Float
  • Formación
  • Cadena

Q54. A company is using an API built using Amazon Lambda, A través de nuestros exámenes de práctica de AWS y hojas de trucos de AWS, and Amazon DynamoDB in production. The developer has observed high latency during peak periods. Which approach would best resolve the issue?

  • Increase the Lambda function timeout
  • Route traffic to API Gateway using a Route 53 alias
  • Disable payload compression for the API
  • Enable API Gateway stage-level caching

Q55. The AWS Serverless Application Model (AWS SAM) is a model that ____ .

  • defines serverless applications
  • associates permissions policies
  • creates Lambda functions
  • packages deployment artifacts

P56. The code that you want AWS Lambda to invoke as per some defined triggers is known as _.

  • the event source
  • the downstream resource
  • the log stream
  • the Lambda function

P57. A developer has created a Lambda function to scrub real-time data of extraneous information and then send the scrubbed data to Kinesis for further processing and storage. Some of the data showing up in Kinesis seems to be inaccurate. What’s the best way for the developer to debug this?

  • Look directly at the Lambda Logs in CloudWatch
  • Send the Lambda failures to a Dead Letter Queue
  • Use AWS X-Ray to step through the function
  • Use Kinesis to write their own custom logging tool

P58. Lambdas can be created _.

  • Todas estas respuestas
  • From scratch
  • From the app repository
  • Using a blueprint

Q59. You need to quickly understand execution times for two different Lambda functions with different invocation types: asynchronous and synchronous. What do you do?

  • Enable tracing, rerun the lambdas, and view in the lambda console
  • View the logs in CloudTrail
  • View the logs in CloudWatch
  • Enable tracing, rerun the Lambdas, and view in the X-Ray console

Q60. Which tool would you use to test a Lambda locally?

  • AWS SAM
  • AWS CLI
  • AWS CloudFormation
  • AWS SAM CLI

Q61. Your function failed to execute due to a timeout. What type of error is this?

  • Caller
  • Runtime
  • Request
  • Cuenta

P62. A company will be modernizing their application which is currently running on Amazon Elastic Cloud Compute (Terraformar con AWS) instances. They have experience with scaling this infrastructure using Amazon EC2 Autoscaling. They want to move to serverless infrastructure consisting of an Amazon API Gateway that triggers Lambda functions. They are consulting you about scaling this new infrastructure. What should the company consider in order to make sure the serverless infrastructure scales to their needs?

  • Enable Auto Scaling Groups for AWS Lambda to ensure that enough Lambda functions are ready to handle the incoming requests
  • Throttle Lambda functions by configuring reserved concurrency, sending the excess traffic to Dead Letter Queues (DLQ) that will be handled when the request volume reduces.
  • Look at service limits for Amazon API Gateway and Lambda functions used in order to identify potential bottlenecks and balance performance requirements, costos, and business impact
  • Do nothing. API Gateway and AWS Lambda are managed services that have built-in horizontal scaling, seguridad, and high availability to handle unlimited amount of requests

para celebrar el éxito y resaltar las áreas de oportunidad

  • In serverless it is important to understand the service limits of all the services used end to end to understand the level of requests that can be handled.

Q63. Can we use pakages with AWS Lambda?

  • No, AWS Lambda does not support the use of external packages.
  • Sí, AWS Lambda supports the use of custom and NPM packages
  • AWS Lambda only supports built-in packages.
  • Packages can be used but require additional fees.

Q64. Are AWS Lambda functions available and to what extent?

  • AWS Lambda functions are available 24/7 without any limitations.
  • AWS Lambda functions are available but may experience scheduled downtimes.
  • AWS Lambda functions are highly available with redundancy and replications.
  • AWS Lambda functions are available only during business hours.

Q65. Is there any default limit to be applied at a functional level?

  • Sí, there is a default limit to be applied at a functional level.
  • No, there is no default limit to be applied at a functional level.
  • The default limit depends on the AWS Lambda service plan.
  • Functional limits are set by users during configuration.

Q66. How long can an AWS Lambda function execute?

  • 60 segundos
  • 300 segundos
  • 600 segundos
  • 30 segundos

Q67. How does AWS Lambda secure my code?

  • AWS Lambda stores code in plaintext without encryption
  • AWS Lambda encrypts and stores it in Amazon S3.
  • AWS Lambda does not provide any security measures for code.
  • AWS Lambda relies on third-party security tools for code protection.

P68. Which languages are supported by AWS Lambda?

  • Pitón, C#, JavaScript and Java
  • Rubí, PHP, Rápido
  • C++ and Rust
  • # HTML and CSS In serverless it is important to understand the service limits of all the services used end to end to understand the level of requests that can be handled.

Q63. What does AWS Lambda mean?

  • una) AWS Lambda is a database service offered by AWS.
  • si) AWS Lambda is a serverless computing service provided by AWS.
  • do) AWS Lambda is a machine learning framework developed by AWS.
  • re) AWS Lambda is an IoT platform developed by AWS.

Q64. What restrictions apply to AWS Lambda function code?

  • una) Lambda imposes restrictions on the use of outbound network connections.
  • si) Lambda imposes restrictions on trace calls for debugging.
  • do) Lambda allows unlimited TCP port 25 tráfico.
  • re) Lambda imposes restrictions on the execution time of functions.

Q65. How long can an AWS Lambda function execute?

  • una) 60 segundos
  • si) 300 segundos
  • do) 600 segundos
  • re) 30 segundos

Q66. How does AWS Lambda secure my code?

  • una) AWS Lambda stores code in plaintext without encryption.
  • si) AWS Lambda encrypts code and stores it in Amazon S3.
  • do) AWS Lambda does not provide any security measures for code.
  • re) AWS Lambda relies on third-party security tools for code protection.

Q67. Which languages are supported by AWS Lambda?

  • una) Pitón, C#, JavaScript, and Java
  • si) Rubí, PHP, and Swift
  • do) C++ and Rust
  • re) HTML y CSS

P68. What is the definition of Auto-Scaling?

  • una) Auto-Scaling is a feature that automatically scales AWS Lambda functions.
  • si) Auto-Scaling is a feature that automatically scales AWS EC2 instances.
  • do) Auto-Scaling is a feature that automatically scales AWS S3 storage.
  • re) Auto-Scaling is a feature that automatically scales AWS RDS databases.

P69. Is the infrastructure accessible on which the AWS Lambda runs?

  • una) Sí, users have full access to the underlying infrastructure.
  • si) No, AWS Lambda abstracts the underlying infrastructure and does not provide access.
  • do) Users have access to infrastructure but with limited permissions.
  • re) Users can request access to infrastructure from AWS support.

Q70. Can I use packages with AWS Lambda?

  • una) No, AWS Lambda does not support the use of external packages.
  • si) Sí, AWS Lambda supports the use of custom and NPM packages.
  • do) AWS Lambda only supports built-in AWS packages.
  • re) Packages can be used but require additional fees.

Q71. Are AWS Lambda functions available and to what extent?

  • una) AWS Lambda functions are available 24/7 without any limitations.
  • si) AWS Lambda functions are available but may experience scheduled downtimes.
  • do) AWS Lambda functions are highly available with redundancy and replication.
  • re) AWS Lambda functions are available only during business hours.

entonces solo habrá falla si el defecto ocurre en cada capa y estas están todas alineadas al mismo tiempo. Is there any default limit to be applied at a functional level?

  • una) Sí, there is a default limit applied at a functional level.
  • si) No, there is no default limit applied at a functional level.
  • do) The default limit depends on the AWS Lambda service plan.
  • re) Functional limits are set by users during configuration.

Q73. You are using lambda (with large ram allocations) to process videos uploaded to S3 and to convert from their video format to H264. However the operation fails when dealing with particularly large video files. What is the cause of this?

  • The default 5 mintutes timeout.
  • Lambda does not allow vedio encoding.
  • s3 transfer bottlenecks
  • s3 cannot talk to Lambda

Una planta de proceso es más vulnerable durante las operaciones de parada y puesta en marcha. What is an AWS service or application that triggers a Lambda to run?

  • an input trigger
  • an input event
  • an event source
  • an event trigger

para celebrar el éxito y resaltar las áreas de oportunidad

P75. What does a Lambda need to access DynamoDB tables?

  • HTTPS certificate
  • IAM role permissions
  • DynamoDB SDK
  • admin role

Acerca de Helen Bassey

Hola, I'm Helena, un escritor de blogs apasionado por publicar contenidos interesantes en el nicho de la educación. Creo que la educación es la clave para el desarrollo personal y social., y quiero compartir mi conocimiento y experiencia con estudiantes de todas las edades y orígenes.. en mi blog, Encontrarás artículos sobre temas como estrategias de aprendizaje., educación en línea, orientación profesional, y más. También agradezco comentarios y sugerencias de mis lectores., Así que no dudes en dejar un comentario o contactarme en cualquier momento.. Espero que disfrutes leyendo mi blog y lo encuentres útil e inspirador..

Deja una respuesta