
ci_20230921
Quiz by Michael Kirchner
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Meltdown and spectre were ...
There is worldwide regulation that cloud service providers are not allowed to use the data that customers upload in any way. As an example, they are not allowed to train their own machine learning models with data that customers provided originally.Â
You are operating a workload on AWS and have a batch process that runs once per week. This process roughly takes 30 minutes to complete. It is not CPU-intensive, but reads some files from S3 and updates RDS database records based on that. The process should not be interrupted to avoid data consistency problems. What would be a suitable compute solution?
The Azure offering in the area of serverless functions is called
Select a property of serverless functions that is NOT correct
You run a workload that is backed by AWS Lambda functions. After a Lambda function calculated a result, you want that this result is cached to speed up the response time in case the very same request comes in again. You want that all instances of the Lambda function that run in the backend benefit from the cache. What is a suitable caching solution for this?
In stream processing, the data volume processed is unknown and potentially infinite.
A stream processing solution basically acts as a queue for data records that data producers have sent into a stream. If a stream consumer application has read an item from the stream, it is removed and not visible any more for other stream consumers.Â
If a stream consumer application always moves forward by an entire window size, so that the analyzed time periods do not overlap, this approach is called a [...]
In stream processing, the term "shard" refers to: