logo
← 返回面试题库

<p>You are creating a DynamoDB table to store all movies that have been released since 1938. Your application will allow users to search by movie title and see the details of that film. Given the sample below showing the movie data that you will be importing, what is the best set of keys to apply to this table?</p><pre><code class="language-json">{ &quot;title&quot;: &quot;The Avengers&quot;, &quot;year&quot;: 2012, &quot;cast&quot;: [&quot;Mark Ruffalo&quot;, &quot;Robert Downey, Jr.&quot;], &quot;genres&quot;: [&quot;Action&quot;]}</code></pre>

中等aws

想查看完整答案?

登录匠人学院学习中心,获取 STAR 格式回答和详细技术解析

前往学习中心查看答案