AWS CLF-C02 Practice Set 1 Flashcards
Prepasre for AWS CLF-C02 Exam (64 cards)
Private Network in AWS
VPC - Virtual Private Cloud , Private IP range Network inside AWS
Compute Services in AWS
EC2 Instance- Elastic Compute Cloud
Local Disk in AWS
EBS - Elastic Block Storage , its like SSD & Hardisk in Physical System
Traditional Database in AWS
RDS -Relational Database Service—here you have different database service engines like , MySQL, PostgreSQL, Oracle , SQL Server
NoSQL database in AWS
DynamoDB - it is used to handle this large volume of data properly.
Example are personal information, geographic location data, user generated content, social graphs and machine logging data are some of the examples where data is increasing rapidly.
Cache for Database
ElastiCache Service
To Store Graph Database in AWS
Neptune Database
Load Balancer in AWS
ELB - Elastic Load Balancer—this load balancer distributes the traffic across the EC2 instances
DNS Service in AWS
Route53 Service
External Storage service in AWS
Amazon S3 , it provides unlimited storage which cand accessed directly from internet, it is also called S3 Bucket
Serverless Computing in AWS
AWS Lamda
Suitable for Event Driven Applications , you can trigger the code to execute when event occured ,
uses case is to convert media for end device compatibility, converting video files for mobile & resolution
CDN is provided by which service of AWS
cloudFront service
What is cloudFront
It is a service offered by AWS Edge Network for CDN
Edge Network
It is an Highspeed network to distribute content worldwide with low latency and highdata transfer speeds .Edgenetwork is used by cloucdFront service for CDN
Which Service routes Network Traffic of Edge Network
PoP - Point of Presence , intermediate location between AWS regions to rout traffic of CDN
Storage that is directly accessed over internet
Amazon S3
What is managed load balancer in AWS
ELB
Elastic Load Balancer is an load balancing service in AWS
What type of storage is required for EC2
EBS
Elastic Block Storage
What is content moderation
Process of checking content uploaded by user , like audio,video,text and images is appropriate or not.
It is a process of reviewing and managing user generated content online platform using machine learning
What is ETL?
Extract - Transfer - Load
It is a process used in data warehousing to combine data from multiple sources into one
What is Click Stream Analysis
Capturing your activity on website online apps, like where you click on website what you are giving on apps what you are liking etc
What is the use of serverless computing?
Server less computing in cloud is suitable for evet driven applications
If an app media is hosted in USA, and a user is accessing this media from Asia, so what is the solution to make this media closer to user for low latency
Use CDN service of cloud
What is the strategy to reduce load on relational database
Use database cache , database cache is created in man memory