AWS DynamoDB اسئلة واجوبة المقابلات
Question: What is the purpose of the 'BatchWriteItem' operation in DynamoDB?Answer: 'BatchWriteItem' writes multiple items to one or more tables using a single request. It is more efficient than making individual 'PutItem' or 'DeleteItem' calls. |
احفظ للمراجعة
احفظ هذا العنصر في الإشارات المرجعية، او حدده كصعب، او ضعه في مجموعة مراجعة.
سجل الدخول لحفظ الإشارات المرجعية والاسئلة الصعبة ومجموعات المراجعة.
هل هذا مفيد؟ نعم لا
الاكثر فائدة حسب تقييم المستخدمين:
- What is DynamoDB?
- Explain the concept of the \'GetItem\' operation in DynamoDB.
- How does DynamoDB handle transactions?