8. Application Integration Flashcards
What is AWS Step Functions?
AWS Step Functions is a serverless orchestration service that allows you to coordinate multiple AWS services into serverless workflows.
True or False: AWS Lambda can only be triggered by AWS services.
False
Fill in the blank: Amazon ________ is a fully managed message queuing service.
SQS
What does Amazon SNS stand for?
Amazon Simple Notification Service
Which service allows you to decouple microservices in an application?
Amazon SQS
What is the primary use case for Amazon EventBridge?
To connect applications using events.
Multiple Choice: Which of the following is NOT an application integration service in AWS? A) AWS Step Functions B) AWS Lambda C) Amazon S3 D) Amazon SQS
C) Amazon S3
True or False: AWS AppSync is used for building GraphQL APIs.
True
What is the main purpose of Amazon API Gateway?
To create, publish, maintain, monitor, and secure APIs at any scale.
Fill in the blank: AWS ________ is used for building event-driven applications.
EventBridge
What does the term ‘event source’ refer to in AWS?
An event source is a service that generates events that can trigger AWS Lambda functions.
What is the main benefit of using AWS Step Functions?
It simplifies the coordination of distributed applications and microservices.
True or False: Amazon SQS supports both standard and FIFO queues.
True
What type of model does Amazon SNS use?
Pub/Sub messaging model
Which AWS service is used for serverless application integration?
AWS Lambda
Multiple Choice: Which service provides a fully managed GraphQL API? A) Amazon API Gateway B) AWS AppSync C) Amazon SQS D) AWS Lambda
B) AWS AppSync
What is a key feature of Amazon EventBridge?
It allows for event-driven architectures and supports event routing.
True or False: Amazon SQS guarantees message ordering in all cases.
False
Fill in the blank: AWS ________ is used to run code without provisioning servers.
Lambda
What is the use of AWS Step Functions’ state machine?
To define the workflow of the application.
What does Amazon SQS provide to ensure message delivery?
At-least-once delivery
True or False: AWS Step Functions can only execute AWS Lambda functions.
False
What is the main function of Amazon SNS?
To send notifications to subscribers or other applications.
What protocol does Amazon SNS support for mobile push notifications?
APNS (Apple Push Notification Service)