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: A poor Hashcode() function will result in frequent collision in HashMap which eventually increase time for adding an object into Hash Map
6. 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
7. 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
8. 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
9. 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
10. 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)