Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 512 discussion

A media company has a 30-T8 repository of digital news videos. These videos are stored on tape in an on-premises tape library and referenced by a Media Asset Management (MAM) system. The company wants to enrich the metadata for these videos in an automated fashion and put them into a searchable catalog by using a MAM feature. The company must be able to search based on information in the video, such as objects, scenery items, or people’s faces. A catalog is available that contains faces of people who have appeared in the videos that include an image of each person. The company would like to migrate these videos to AWS.

The company has a high-speed AWS Direct Connect connection with AWS and would like to move the MAM solution video content directly from its current file system.

How can these requirements be met by using the LEAST amount of ongoing management overhead and causing MINIMAL disruption to the existing system?

  • A. Set up an AWS Storage Gateway, file gateway appliance on-premises. Use the MAM solution to extract the videos from the current archive and push them into the file gateway. Use the catalog of faces to build a collection in Amazon Rekognition. Build an AWS Lambda function that invokes the Rekognition Javascript SDK to have Rekognition pull the video from the Amazon S3 files backing the file gateway, retrieve the required metadata, and push the metadata into the MAM solution.
  • B. Set up an AWS Storage Gateway, tape gateway appliance on-premises. Use the MAM solution to extract the videos from the current archive and push them into the tape gateway. Use the catalog of faces to build a collection in Amazon Rekognition. Build an AWS Lambda function that invokes the Rekognition Javascript SDK to have Amazon Rekognition process the video in the tape gateway, retrieve the required metadata, and push the metadata into the MAM solution.
  • C. Configure a video ingestion stream by using Amazon Kinesis Video Streams. Use the catalog of faces to build a collection in Amazon Rekognition. Stream the videos from the MAM solution into Kinesis Video Streams. Configure Amazon Rekognition to process the streamed videos. Then, use a stream consumer to retrieve the required metadata, and push the metadata into the MAM solution. Configure the stream to store the videos in Amazon S3.
  • D. Set up an Amazon EC2 instance that runs the OpenCV libraries. Copy the videos, images, and face catalog from the on-premises library into an Amazon EBS volume mounted on this EC2 instance. Process the videos to retrieve the required metadata, and push the metadata into the MAM solution, while also copying the video files to an Amazon S3 bucket.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Hizumi
Highly Voted 4 months, 1 week ago
Selected Answer: B
Answer is B - Use Tape Gateway, then Lambda and Rekognition can be used to process and index the data for the MAM system. https://aws.amazon.com/storagegateway/vtl/ https://aws.amazon.com/blogs/aws/file-interface-to-aws-storage-gateway/
upvoted 5 times
...
mifune
Highly Voted 4 months, 2 weeks ago
Selected Answer: B
B - Tape Gateway
upvoted 5 times
...
AloraCloud
Most Recent 1 week, 5 days ago
You can use Tape Gateway to archive data you need to preserve at another offsite location for disaster recovery or regulatory compliance needs. Tape Gateway enables you to replace magnetic tape libraries and physical tapes with AWS Cloud storage for long-term storage retention needs.
upvoted 1 times
...
Danm86
2 weeks, 6 days ago
I believe A should be the write answer of using file gateway, since there is processing of data required before storing. and Tape Gateway cannot be directly used, it involves complexity
upvoted 2 times
...
JoeTromundo
1 month ago
Selected Answer: A
AWS Rekognition is capable of processing both images and videos from the following sources: Amazon S3, directly passed images, Kinesis Video Streams. Although option C mentions Kinesis Video Streams, it would be an overkill for a scenario where videos are not being streamed in real time, and it introduces unnecessary complexity. So the solution using the LEAST amount of ongoing management overhead and causing MINIMAL disruption to the existing system is A.
upvoted 2 times
...
mkgiz
1 month, 2 weeks ago
Selected Answer: A
Use the MAM solution to extract the videos from the current archive
upvoted 2 times
...
felon124
2 months, 3 weeks ago
Selected Answer: A
It is not possible to directly invoke Amazon Rekognition to process videos that are stored on an AWS Storage Gateway (whether it's a file gateway or tape gateway). Amazon Rekognition processes videos that are stored in Amazon S3.
upvoted 2 times
...
asquared16
2 months, 3 weeks ago
Selected Answer: A
Yes the videos were stored on tape on premise, but the solution requires active processing later on, this can't be done on Tape GW; won't make sense.
upvoted 2 times
asquared16
2 months, 3 weeks ago
Okay, it's B. You cannot directly migrate videos from a tape library to an AWS Storage Gateway file gateway appliance.
upvoted 2 times
...
...
c22ddd8
3 months, 1 week ago
Selected Answer: A
https://aws.amazon.com/blogs/aws/file-interface-to-aws-storage-gateway/
upvoted 1 times
...
[Removed]
3 months, 3 weeks ago
Selected Answer: A
Use the MAM solution to extract the videos from the current archive and push them into
upvoted 3 times
...
toma
3 months, 3 weeks ago
Answer is B: "These videos are stored on tape in an on-premises tape library...."
upvoted 2 times
...
Russs99
4 months, 1 week ago
Selected Answer: A
ape Gateway is designed for offline data transfer, not ideal for actively accessed videos.
upvoted 2 times
...
kupo777
4 months, 2 weeks ago
A A tape gateway appliance is required. AWS Storage Gateway also requires S3 or other storage.
upvoted 2 times
wbedair
4 months, 2 weeks ago
so you mean B ???
upvoted 1 times
kupo777
4 months, 2 weeks ago
A - Amazon Rekognition and Tape Gateway cannot communicate directly; S3 is required.
upvoted 2 times
Hizumi
4 months, 1 week ago
Storage Gateway stores the tape library in S3.
upvoted 2 times
...
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...