Correct Answer: 1Map beautifully designed from the ground up (and the sky down) 2Integration of Facebook with iOS 3shared photo streams 4Passbook - boarding passes, loyalty cards, retail coupons, cinema tickets and more all in one place 5Facetime - on mobile network as wifi 6changed Phone app - *remind me later, *reply with message 7Mail - redesigned more streamline interface 8Camera with panorama
Correct Answer: IOS 4 and above supports multi-tasking and allows apps to remain in the background until they are launched again or until they are terminated
5. Name the framework that is used to construct application?s user interface for iOS.
Correct Answer: The UIKit framework is used to develop application?s user interface for iOS UIKit framework provides event handling, drawing model, windows, views, and controls specifically designed for a touch screen interface
6. Who calls the main function of app during the app launch cycle?
Correct Answer: During app launching, the system creates a main thread for the app and calls the app?s main function on that main thread The Xcode project's default main function hands over control to the UIKit framework, which takes care of initializing the app before it is run
7. What are the three cost factors involves in cloud data center?
Correct Answer: Cloud data center doesn?t require experts to operate it, but it requires skilled people to see the maintenance, maintain the workloads and to keep the track of the traffic The labor cost is 6% of the total cost to operate the cloud data center Power distribution and cooling of the datacenter cost 20% of the total cost Computing cost is at the end and is the highest as it is where lots of resources and installation has to be done It costs the maximum left percentage
8. What are some open source cloud computing platform databases?
Correct Answer: Cloud computing platform has various databases that are in support The open source databases that are developed to support it is as follows: - MongoDB: is an open source database system which is schema free and document oriented database It is written in C++ and provides tables and high storage space - CouchDB: is an open source database system based on Apache server and used to store the data efficiently - LucidDB: is the database made in Java/C++ for data warehousing It provides features and functionalities to maintain data warehouse
9. What is the business benefits involved in cloud architecture?
Correct Answer: 1 Zero infrastructure investment : Cloud architecture provide user to build large scale system with full hardware, machines, routers, backup and other components So, it reduces the startup cost of the business 2 Just-in-time Infrastructure : It is very important to scale the infrastructure as the demand rises This can be done by taking cloud architecture and developing the application in the cloud with dynamic capacity management 3 More efficient resource utilization : Cloud architecture provides users to use their hardware and resource more efficiently and utilize it in a better way This can be done only by applications request and relinquish resources only when it is needed (on-demand)
10. What are the different phases involves in cloud architecture?
Correct Answer: There are four phases that basically gets involved in the cloud architecture: 1 Launch phase: it launches the basic services and makes the system ready for communication and for application building 2 Monitor phase: it monitors the services that is being launched and then manages them so that on demand the user will be able to get what he wants 3 Shutdown phase: it shutdown the services that are not required first and after all the services gets shutdown, and then it closes the system services 4 Cleanup phase: it clean up the left out processes and services that is being either broken or didn?t get shutdown correctly