Aptitude Reasoning English GK Computer Knowledge Programming Skill Banking Software Testing

Question

A DynamoDB table has several top-level attributes such as id, employee_id, department_name, salary, performance and etc. The database queries of your application returns all of the item attributes by default but you only want to fetch specific attributes such as the employee_id and salary per request. As the developer, how can you refactor your application to accomplish this requirement?
  • Use expression attribute names
  • Use filter expressions
  • Use condition expressions
  • Use projection expression
Answer- D