What would you recommend to the ACME project team to deliver this project?

You are the architect at ACME, a large a large global retailer of festival and holiday accessories.
ACME wants to launch a new shopping portal for the holiday shopping session, allowing two
months from project inception to going live. The portal must contain in-house and third-party stock
to attack customers.
Fast response times are also critical so users remain engaged and sticky to the portal.
What would you recommend to the ACME project team to deliver this project?

You are the architect at ACME, a large a large global retailer of festival and holiday accessories.
ACME wants to launch a new shopping portal for the holiday shopping session, allowing two
months from project inception to going live. The portal must contain in-house and third-party stock
to attack customers.
Fast response times are also critical so users remain engaged and sticky to the portal.
What would you recommend to the ACME project team to deliver this project?

A.
Access all third party content using JSONP to dynamically load it from the browser.

B.
Access as much content with bulk-loading as possible; use JSONP to access the remainder.

C.
Access all content regardless of source using the HTML 5 XML parsing capabilities of the
browser

D.
Access all third party content using JSON to dynamically load it from the browser.

Explanation:



Leave a Reply 6

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


DonkeyNuts

DonkeyNuts

Im not sure how you get stock to attack customers, thats a bit out of the scope of the architect exam

DonkeyNuts

DonkeyNuts

Answer is B

Ashishkumar

Ashishkumar

A. OK option.
B. same as A. but saves waiting time if a lot of contents is loaded before hand. It is a requirement “Fast response times are also critical”. As it is online shop, the available stocks information is important, so information about stocks can be bulk-loading and information about availability can be loaded live with JSONP.