1. When programming your app to search for atom data, what will it search for?
2. What kind of environment would a Go application be tested in?
3. Users API allow users to grant a third party or application limited permission to access your app on his or her behalf without sharing credentials using the OAuth protocol
4. If you want to develop your app using Java, what is necessary before starting?
5. When coding the users API with Go, why would a programmer include an opaque value?
6. What two programming languages do App Engine's tools use?
7. What is the name of the feature that allows applications to be served via both HTTPS and HTTP through the custom domain?
8. What is one of the languages you can write apps in?
9. What is Google App Engine for?
10. What is the default daily limit for emails customers can send using billing service? Not counting Admin Emails (3,000,000 mails per day)
11. Can you sign into the App Engine Admin Console with your google account?
12. When Java programming for App Engine, what a preferred development kit?
13. Does the Python runtime environment include a Python interpreter?
14. Within Google App Engine, is the global interpreter lock still applicable?
15. Why does Python in App Engine use the native JSON library?
16. What does AppStats do?
17. What does App Engine scheduler do?
18. GAE contains several runtime environments including: Java, Python, ____, and ____
19. What is the current preferred version of Python for App Engine?
20. What scalable technologies is App Engine based off of?
21. What is the right link to the Cloud Console?
22. Do you have to use a server to upload your application?
23. Google Cloud SQL features:
24. Python 2.7 will use multi-threading technology. Why is this important for Google App Engine?
25. True or false? Generally available (GA) features have many sections. For instance section "Data storage, retrieval, and search" covers both PHP and Python environments for 100%.
26. What is the safety measure to prevent unintended deletion of apps?
27. Which one feature from the given Communication features does not exist in GAE?
28. What is the shortest and longest duration you can set cookie expiration?
29. Is BigTable distributed outside of Google?
30. App Engine does not support certificate type:
31. When setting up Python Imagine Library, you must declare the library in what file?
32. What framework are you using when developing in Python?
33. GAE has set of Tools, select a tool which does not exist in Datastore toolset
34. If you wish for your datastore to be read-only, what do you click?
35. Why does App Engine include a sandbox?
36. GAE supports two classes of the memcache service: shared and dedicated. What is the price of the dedicated memcache service per GB per hour?
37. What is the 1 GB price per month for the disk space after exceeding 1 GB?
38. The Viewer role has access to the admin Console to perform:
39. User feature of GAE allows application to sign in users with:
40. Select Third-party service or Experimental feature, which does not exist in GAE partner program and in the list of features:
41. The capacity of the dedicated memcache in GAE is:
42. When accessed via SSL, what protocol is automatically used with Go?
43. What does App Engine use to manage domains?
44. When reading blobs in Java, what is necessary?
45. How many types of instances does GAE offer?
46. What is the preferred Datastore when programming with Python 2.7?
47. Which item is not an official address/hashtag of the Platform?
48. There is no such APIs in GAE such as
49. What is the default cost of Frontend class per hour per instance?
50. In order to perform SMS and Voice Integration With Twilio last one must know how to read TwiML instructions. Select inappropriate instruction or right instruction with wrong description
51. What happens to the request handler after 60 seconds?
52. If your application tries to serve a large response through PageSpeed, PageSpeed truncates it at:
53. For Enabling Push-to-Deploy a developer does not need to:
54. Select the item that does not exist in the list of Channel resources.
55. What happens to the non-applicable java.lang.System class in App Engine?
56. Lets review some limits and quotas of SSL for a Custom Domain section: The limit of Mappings per certificate is 20. What is the limit of Certificates per account?
57. To complete Migrating to the High Replication Datastore, you might NOT need to:
58. Select the customer's daily limit for Read and Write operations in Datastore.
59. GAE has set of Tools, select a tool which does not exist in App Development toolset
60. How many roles does GAE provide to get access to the Admin Console?
61. What is the free default limit for the Blobstore Stored Data resource?
62. What do you use to measure the performance of your app once it starts sending email?
63. The App Engine SDK does not support Java runtive environment with version below:
64. What is the correct url to GAE Admin console?
65. What is the Daily Limit and Maximum Rate for the Channel API Calls if you are not paying for the service?
66. In addition to sending email, SendGrid can help you receive email or make sense of the email
67. In relation to client organizations, what does the multilatency feature do?
68. After creating (migrating to) Premier account, an application will be available at
69. The Task Queue Tool or Resource does not contain subtool or subresource
70. What is one of Go API's Context object's methods of sending log messages to App Engine?
71. List of Available Charts in GAE management Console does NOT include:
72. Why would you wish to write your code in a sandboxed environment?
73. How would you use Java and App Engine to write to the filesystem?
74. App Engine supports two types of SSL for custom domains. You can configure your domain to use either or both. Their names are:
75. App Engine supports any Python code that uses the:
76. What do you use to send emails with Google App Engine?
77. Within Google App Engine, is Java 7 backwards compatible with Java 6?
78. Precompilation is a tool that is enabled by default. What is it used for?
79. GAE SDK for Go works fine for:
80. Once you have surpassed the capabilities of SendGrid, what should you use to send email?
81. Which is the valid options for the request_logs action of the AppCfg command?
82. Which is incorrect regarding the Google App Engine Datastore?
83. Which runtime environments are not supported by the Google App Engine?
84. Which is not a JDO Query Filters operator?
85. Google App Engine provides a variety of Services that enable you to perform common operations when managing your application. Which Services is not provided by the Google App Engine?
86. What is the function of the update_queues action of the Appcfg command?
87. Which image transformations are supported by Google App Engine Images API?
88. How many scheduled tasks does the App Engine Cron Service allow you to configure for a free applications?
89. Which URL will you visit to access the console web application on the development web server using the command dev_appserver?
90. Which is not a element when the application intends to use task queue configuration?
91. Which is incorrect regarding Google App Engine Queries and Indexes?
92. Suppose you retrieves the log data for an application, running on the App Engine by using severity as the option. What value will be retrieve for WARNING log message?
93. Which statement is incorrect with regard to Google App Engine?
94. The Datastore maintains Statistics about the data stored for an application, such as how many entities there are of a given kind. Which additional properties are supported by an entity of the kind __Stat_PropertyName_Kind__?
95. Which command line arguments are not supported by the development server?
96. Which features of the JDO interface are not supported by Google App Engine?
97. Which Google App Engine Services is useful for data that does not need the persistence and transactional features of the Datastore?
98. The Google App Engine Datastore uses ______________ for every query your application makes.
99. Which Services will be used to configure regularly scheduled tasks that operate at defined times or regular intervals?
100. Under the free default quota, how many total requests can you make for the Datastore read operations for the Google App Engine application?
101. How many applications are allowed to be created in a single Google App Engine administrator account?
102. Which is correct for Google App Engine Datastore entities?
103. Which is a correct naming convention for Datastore Statistic kind name?
104. Which properties is/are supported by each Datastore Statistics entity for an application?
105. Which domain is used by Google App Engine to support secure connections via HTTPS?
106. How does the cached data expire in the Google App Engine Memcache API?
107. When sending an HTTP POST using the Google App Engine URL Fetch API, if a Content-Type header is not set explicitly, the header is set to ___________.
108. Which option is accepted by all the actions of the Appcfg command?
109. You can upload your Cron job specifications to the App Engine using the _______________ command.
110. Which model is used by Google App Engine Datastore for updating data?
111. Which URL paths are reserved by Google App Engine?
112. What personal information do you need to provide to Google in order to receive the Google App Engine authentication code?
113. While using the Google App Engine Mail Service API, what is the maximum allowed size of a message in case an administrator is a recipient?
114. Which is NOT the limitations of the secure sandbox environment?
115. Which action is not performed by the AppCfg command?
116. When using Task Queue Configuration what is the default value for bucket_size if no bucket_size is specified for a Queue?
117. Which URL will you visit to access the console web application on the PHP development web server using the command dev_appserver?
118. Google App Engine Cron Service allows you to configure regularly scheduled tasks that operate at defined times or regular intervals. Which is correct schedule formats?