You advise them to:

You are providing AWS consulting services for a company developing a new mobile
application that will be leveraging Amazon SNS Mobile Push for push notifications. In order
to send direct notification messages to individual devices each device registration identifier
or token needs to be registered with SNS; however the developers are not sure of the best
way to do this. You advise them to:

You are providing AWS consulting services for a company developing a new mobile
application that will be leveraging Amazon SNS Mobile Push for push notifications. In order
to send direct notification messages to individual devices each device registration identifier
or token needs to be registered with SNS; however the developers are not sure of the best
way to do this. You advise them to:

A.
Call the CreatePlatformEndPoint API function to register multiple device tokens.

B.
Bulk upload the device tokens contained in a CSV file via the AWS Management
Console.

C.
Let the push notification service (e.g. Amazon Device Messaging) handle the registration.

D.
Implement a token vending service to handle the registration.



Leave a Reply 13

Your email address will not be published. Required fields are marked *


imran

imran

I think answer should be A

seenagape

seenagape

Correct answer is C

Kelvin Wong

Kelvin Wong

Answer can either be A or B. Except for B the CSV file cannot be larger than 2 MB, if its above, then should use A.

The question is unclear about the number of users, but assuming that one don’t know the size of the users, A should be a safer answer.

d0tkevin

d0tkevin

Answer: A. Call the CreatePlatformEndPoint API function to register multiple device tokens

“Upload several tokens using the CreatePlatformEndpoint API”

Note: “Migrate existing tokens from a CSV file to AWS using the AWS Management Console”. CSV is not a valid solution due to the question stating a ‘new mobile app’. Since the app is new, the tokens do not exist yet. Thus, they cannot be migrated via CSV.

http://docs.aws.amazon.com/sns/latest/dg/mobile-push-send-devicetoken.html

Raj

Raj

A

below are few optionts to register tokens

Manually add a single token to AWS using the AWS Management Console
Migrate existing tokens from a CSV file to AWS using the AWS Management Console
Upload several tokens using the CreatePlatformEndpoint API
Register tokens from devices that will install your apps in the future