MCQs > IT & Programming > Google App Engine MCQs > Basic Google App Engine MCQs

Basic Google App Engine MCQ

1. Google App Engine Cron Service allows you to configure regularly scheduled tasks that operate at defined times or regular intervals. Which of the following are correct schedule formats?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

2. Which of the following URL will you visit to access the console web application on the PHP development web server using the command dev_appserver?

Answer

Correct Answer: http://localhost:8080/_ah/admin

Note: This Question is unanswered, help us to find answer for this one

3. When using Task Queue Configuration what is the default value for bucket_size if no bucket_size is specified for a Queue?

Answer

Correct Answer: 5

Note: This Question is unanswered, help us to find answer for this one

4. Which of the following actions are not performed by the AppCfg command?

Answer

Correct Answer: disable_update_check

Note: This Question is unanswered, help us to find answer for this one

5. Which of the following is NOT the limitations of the secure sandbox environment?

Answer

Correct Answer: An application can read and write to the file system only when the files are uploaded with the application code.

Note: This Question is unanswered, help us to find answer for this one

6. 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?

Answer

Correct Answer: 16 kilobytes

Note: This Question is unanswered, help us to find answer for this one

7. What personal information do you need to provide to Google in order to receive the Google App Engine authentication code?

Answer

Correct Answer: Phone number

Note: This Question is unanswered, help us to find answer for this one

8. Which of the following URL paths are reserved by Google App Engine?

Answer

Correct Answer: /profile/
/_ah/

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

9. Which of the following models is used by Google App Engine Datastore for updating data?

Answer

Correct Answer: Optimistic concurrency

Note: This Question is unanswered, help us to find answer for this one

10. You can upload your Cron job specifications to the App Engine using the _______________ command.

Answer

Correct Answer: appcfg update

Note: This Question is unanswered, help us to find answer for this one

11. Which of the following options are accepted by all the actions of the Appcfg command?

Answer

Correct Answer: --email=...
--host=...
--server=...

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

12. 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 ___________.

Answer

Correct Answer: x-www-form-urlencoded

Note: This Question is unanswered, help us to find answer for this one

13. How does the cached data expire in the Google App Engine Memcache API?

Answer

Correct Answer: Both a and b

Note: This Question is unanswered, help us to find answer for this one

14. Which of the following domains is used by Google App Engine to support secure connections via HTTPS?

Answer

Correct Answer: *.appspot.com

Note: This Question is unanswered, help us to find answer for this one

15. Which of the following properties is/are supported by each Datastore Statistics entity for an application?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

16. Which of the following is a correct naming convention for Datastore Statistic kind name?

Answer

Correct Answer: Kind name should begin and end with two underscores

Note: This Question is unanswered, help us to find answer for this one

17. Which of the following is correct for Google App Engine Datastore entities?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

18. How many applications are allowed to be created in a single Google App Engine administrator account?

Answer

Correct Answer: 10

Note: This Question is unanswered, help us to find answer for this one

19. Under the free default quota, how many total requests can you make for the Datastore read operations for the Google App Engine application?

Answer

Correct Answer: 50,000

Note: This Question is unanswered, help us to find answer for this one

20. Which of the following Services will be used to configure regularly scheduled tasks that operate at defined times or regular intervals?

Answer

Correct Answer: App Engine Cron

Note: This Question is unanswered, help us to find answer for this one

21. The Google App Engine Datastore uses ______________ for every query your application makes.

Answer

Correct Answer: Indexes

Note: This Question is unanswered, help us to find answer for this one

22. Which of the following Google App Engine Services is useful for data that does not need the persistence and transactional features of the Datastore?

Answer

Correct Answer: Memcache

Note: This Question is unanswered, help us to find answer for this one

23. Which of the following features of the JDO interface are not supported by Google App Engine?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

24. Which of the following command line arguments are not supported by the development server?

Answer

Correct Answer: form=...

Note: This Question is unanswered, help us to find answer for this one

25. The Datastore maintains Statistics about the data stored for an application, such as how many entities there are of a given kind. Which of the following additional properties are supported by an entity of the kind __Stat_PropertyName_Kind__?

Answer

Correct Answer: Both a and b

Note: This Question is unanswered, help us to find answer for this one

26. Which of the following statements is incorrect with regard to Google App Engine?

Answer

Correct Answer: You cannot design scalable applications using Google App Engine

Note: This Question is unanswered, help us to find answer for this one

27. 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?

Answer

Correct Answer: 5

Note: This Question is unanswered, help us to find answer for this one

28. Which of the following is incorrect regarding Google App Engine Queries and Indexes?

Answer

Correct Answer: A query always returns the result entities with their keys

Note: This Question is unanswered, help us to find answer for this one

29. Which of the following is not a element when the application intends to use task queue configuration?

Answer

Correct Answer: url-pattern

Note: This Question is unanswered, help us to find answer for this one

30. Which of the following URL will you visit to access the console web application on the development web server using the command dev_appserver?

Answer

Correct Answer: Both b and c

Note: This Question is unanswered, help us to find answer for this one

31. How many scheduled tasks does the App Engine Cron Service allow you to configure for a free applications?

Answer

Correct Answer: Up to 20

Note: This Question is unanswered, help us to find answer for this one

32. Which of the following image transformations are supported by Google App Engine Images API?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

33. What is the function of the update_queues action of the Appcfg command?

Answer

Correct Answer: Updates the task queue configuration for the application, based on the queue file

Note: This Question is unanswered, help us to find answer for this one

34. Google App Engine provides a variety of Services that enable you to perform common operations when managing your application. Which of the following Services is not provided by the Google App Engine?

Answer

Correct Answer: Google Maps

Note: This Question is unanswered, help us to find answer for this one

35. Which of the following is not a JDO Query Filters operator?

Answer

Correct Answer: <>

Note: This Question is unanswered, help us to find answer for this one

36. Which of the following runtime environments are not supported by the Google App Engine?

Answer

Correct Answer: Yaml Runtime Environment
.Net Runtime Environment

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

37. Which of the following is incorrect regarding the Google App Engine Datastore?

Answer

Correct Answer: The App Engine Datastore allows Filtering of data based on results of a subquery

Note: This Question is unanswered, help us to find answer for this one

38. Which of the following are the valid options for the request_logs action of the AppCfg command?

Answer

Correct Answer: --num_days=...
--severity=...

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

39. Once you have surpassed the capabilities of SendGrid, what should you use to send email?

Answer

Correct Answer: Inbound Parse API

Note: This Question is unanswered, help us to find answer for this one

40. GAE SDK for Go works fine for:

Answer

Correct Answer: Mac OS X 64-bit

Note: This Question is unanswered, help us to find answer for this one

41. Precompilation is a tool that is enabled by default. What is it used for?

Answer

Correct Answer: Enhancing the performance of your app.

Note: This Question is unanswered, help us to find answer for this one

42. Within Google App Engine, is Java 7 backwards compatible with Java 6?

Answer

Correct Answer: Yes, but only when applicable.

Note: This Question is unanswered, help us to find answer for this one

43. What do you use to send emails with Google App Engine?

Answer

Correct Answer: SendGrid

Note: This Question is unanswered, help us to find answer for this one

44. App Engine supports any Python code that uses the:

Answer

Correct Answer: CGI standard

Note: This Question is unanswered, help us to find answer for this one

45. App Engine supports two types of SSL for custom domains. You can configure your domain to use either or both. Their names are:

Answer

Correct Answer: Server Name Indication (SNI) and Virtual IP (VIP)

Note: This Question is unanswered, help us to find answer for this one

46. How would you use Java and App Engine to write to the filesystem?

Answer

Correct Answer: You cannot write to the filesystem with the exception of resource files.

Note: This Question is unanswered, help us to find answer for this one

47. Why would you wish to write your code in a sandboxed environment?

Answer

Correct Answer: To isolate untested code changes.

Note: This Question is unanswered, help us to find answer for this one

48. List of Available Charts in GAE management Console does NOT include:

Answer

Correct Answer: Disk space usage (MB)

Note: This Question is unanswered, help us to find answer for this one

49. What is one of Go API's Context object's methods of sending log messages to App Engine?

Answer

Correct Answer: Infof

Note: This Question is unanswered, help us to find answer for this one

50. The Task Queue Tool or Resource does not contain subtool or subresource

Answer

Correct Answer: Development Console

Note: This Question is unanswered, help us to find answer for this one

51. After creating (migrating to) Premier account, an application will be available at

Answer

Correct Answer: *.appspot.com

Note: This Question is unanswered, help us to find answer for this one

52. In relation to client organizations, what does the multilatency feature do?

Answer

Correct Answer: Compartmentalizes your data.

Note: This Question is unanswered, help us to find answer for this one

53. In addition to sending email, SendGrid can help you receive email or make sense of the email

Answer

Correct Answer: you’ve already sent

Note: This Question is unanswered, help us to find answer for this one

54. What is the Daily Limit and Maximum Rate for the Channel API Calls if you are not paying for the service?

Answer

Correct Answer: 657,000 calls ; 3,000 calls/minute

Note: This Question is unanswered, help us to find answer for this one

55. What is the correct url to GAE Admin console?

Answer

Correct Answer: https://appengine.google.com/a/your-domain.com

Note: This Question is unanswered, help us to find answer for this one

56. The App Engine SDK does not support Java runtive environment with version below:

Answer

Correct Answer: 7

Note: This Question is unanswered, help us to find answer for this one

57. What do you use to measure the performance of your app once it starts sending email?

Answer

Correct Answer: Event API

Note: This Question is unanswered, help us to find answer for this one

58. What is the free default limit for the Blobstore Stored Data resource?

Answer

Correct Answer: 5 GB

Note: This Question is unanswered, help us to find answer for this one

59. How many roles does GAE provide to get access to the Admin Console?

Answer

Correct Answer: Three: Viewer, Developer, Owner

Note: This Question is unanswered, help us to find answer for this one

60. GAE has set of Tools, select a tool which does not exist in App Development toolset

Answer

Correct Answer: Garbage Collector (for Java only)

Note: This Question is unanswered, help us to find answer for this one

61. Select the customer's daily limit for Read and Write operations in Datastore.

Answer

Correct Answer: 50,000 for each one

Note: This Question is unanswered, help us to find answer for this one

62. To complete Migrating to the High Replication Datastore, you might NOT need to:

Answer

Correct Answer: Make a copy of repository.

Note: This Question is unanswered, help us to find answer for this one

63. 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?

Answer

Correct Answer: 20

Note: This Question is unanswered, help us to find answer for this one

64. What happens to the non-applicable java.lang.System class in App Engine?

Answer

Correct Answer: It is disabled.

Note: This Question is unanswered, help us to find answer for this one

65. Select the item that does not exist in the list of Channel resources.

Answer

Correct Answer: Channel HTTP Requests

Note: This Question is unanswered, help us to find answer for this one

66. For Enabling Push-to-Deploy a developer does not need to:

Answer

Correct Answer: have an SSL certificate

Note: This Question is unanswered, help us to find answer for this one

67. If your application tries to serve a large response through PageSpeed, PageSpeed truncates it at:

Answer

Correct Answer: 32Mb

Note: This Question is unanswered, help us to find answer for this one

68. What happens to the request handler after 60 seconds?

Answer

Correct Answer: The handler is interrupted.

Note: This Question is unanswered, help us to find answer for this one

69. 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

Answer

Correct Answer: <Sms> - receive an SMS

Note: This Question is unanswered, help us to find answer for this one

70. What is the default cost of Frontend class per hour per instance?

Answer

Correct Answer: $0.08

Note: This Question is unanswered, help us to find answer for this one

71. Which item is not an official address/hashtag of the Platform?

Answer

Correct Answer: /r/app_engine on reddit

Note: This Question is unanswered, help us to find answer for this one

72. How many types of instances does GAE offer?

Answer

Correct Answer: Two: Frontend and Backend

Note: This Question is unanswered, help us to find answer for this one

73. When reading blobs in Java, what is necessary?

Answer

Correct Answer: BlobstoreInputStream

Note: This Question is unanswered, help us to find answer for this one

74. What does App Engine use to manage domains?

Answer

Correct Answer: Google Apps

Note: This Question is unanswered, help us to find answer for this one

75. When accessed via SSL, what protocol is automatically used with Go?

Answer

Correct Answer: SPDY

Note: This Question is unanswered, help us to find answer for this one

76. The capacity of the dedicated memcache in GAE is:

Answer

Correct Answer: 1 to 20GB

Note: This Question is unanswered, help us to find answer for this one

77. Select Third-party service or Experimental feature, which does not exist in GAE partner program and in the list of features:

Answer

Correct Answer: Skype(Text/Voice)

Note: This Question is unanswered, help us to find answer for this one

78. User feature of GAE allows application to sign in users with:

Answer

Correct Answer: Google Accounts or OpenID

Note: This Question is unanswered, help us to find answer for this one

79. The Viewer role has access to the admin Console to perform:

Answer

Correct Answer: Request logs

Note: This Question is unanswered, help us to find answer for this one

80. What is the 1 GB price per month for the disk space after exceeding 1 GB?

Answer

Correct Answer: $0.13 per GB per month

Note: This Question is unanswered, help us to find answer for this one

81. GAE supports two classes of the memcache service: shared and dedicated. What is the price of the dedicated memcache service per GB per hour?

Answer

Correct Answer: $0.12

Note: This Question is unanswered, help us to find answer for this one

82. If you wish for your datastore to be read-only, what do you click?

Answer

Correct Answer: “Disable-writes”

Note: This Question is unanswered, help us to find answer for this one

83. GAE has set of Tools, select a tool which does not exist in Datastore toolset

Answer

Correct Answer: Ereporter

Note: This Question is unanswered, help us to find answer for this one

84. What framework are you using when developing in Python?

Answer

Correct Answer: webapp2

Note: This Question is unanswered, help us to find answer for this one

85. When setting up Python Imagine Library, you must declare the library in what file?

Answer

Correct Answer: app.yml

Note: This Question is unanswered, help us to find answer for this one

86. App Engine does not support certificate type:

Answer

Correct Answer: DigiCert Extended Validation Multi-Domain Certificate (EV MD)

Note: This Question is unanswered, help us to find answer for this one

87. Is BigTable distributed outside of Google?

Answer

Correct Answer: It is proprietary.

Note: This Question is unanswered, help us to find answer for this one

88. What is the shortest and longest duration you can set cookie expiration?

Answer

Correct Answer: One day, two weeks.

Note: This Question is unanswered, help us to find answer for this one

89. Which one feature from the given Communication features does not exist in GAE?

Answer

Correct Answer: FTP

Note: This Question is unanswered, help us to find answer for this one

90. What is the safety measure to prevent unintended deletion of apps?

Answer

Correct Answer: Apps must first be disabled.

Note: This Question is unanswered, help us to find answer for this one

91. 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%.

Answer

Correct Answer: Partially correct

Note: This Question is unanswered, help us to find answer for this one

92. Python 2.7 will use multi-threading technology. Why is this important for Google App Engine?

Answer

Correct Answer: It reduces the amount of time for RPCs to complete.

Note: This Question is unanswered, help us to find answer for this one

93. Do you have to use a server to upload your application?

Answer

Correct Answer: No, it is already provided.

Note: This Question is unanswered, help us to find answer for this one

94. What is the right link to the Cloud Console?

Answer

Correct Answer: https://cloud.google.com/console#

Note: This Question is unanswered, help us to find answer for this one

95. What scalable technologies is App Engine based off of?

Answer

Correct Answer: BigTable and GFS

Note: This Question is unanswered, help us to find answer for this one

96. Within Google App Engine, is the global interpreter lock still applicable?

Answer

Correct Answer: Yes.

Note: This Question is unanswered, help us to find answer for this one

97. Does the Python runtime environment include a Python interpreter?

Answer

Correct Answer: Yes

Note: This Question is unanswered, help us to find answer for this one

98. Can you sign into the App Engine Admin Console with your google account?

Answer

Correct Answer: Yes.

Note: This Question is unanswered, help us to find answer for this one

99. What is the default daily limit for emails customers can send using billing service? Not counting Admin Emails (3,000,000 mails per day)

Answer

Correct Answer: Depends on which billing system the application is using.

Note: This Question is unanswered, help us to find answer for this one

100. What is Google App Engine for?

Answer

Correct Answer: Google App Engine is for running web applications on Google's infrastructure.

Note: This Question is unanswered, help us to find answer for this one

101. What is one of the languages you can write apps in?

Answer

Correct Answer: Java

Note: This Question is unanswered, help us to find answer for this one

102. What is the name of the feature that allows applications to be served via both HTTPS and HTTP through the custom domain?

Answer

Correct Answer: SSL for Custom Domains

Note: This Question is unanswered, help us to find answer for this one

103. What two programming languages do App Engine's tools use?

Answer

Correct Answer: Python and Java

Note: This Question is unanswered, help us to find answer for this one

104. When coding the users API with Go, why would a programmer include an opaque value?

Answer

Correct Answer: So the Go App Engine SDK can communicate with App Engine.

Note: This Question is unanswered, help us to find answer for this one

105. 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

Answer

Correct Answer: Correct

Note: This Question is unanswered, help us to find answer for this one

106. What kind of environment would a Go application be tested in?

Answer

Correct Answer: A sandboxed environment.

Note: This Question is unanswered, help us to find answer for this one

107. When programming your app to search for atom data, what will it search for?

Answer

Correct Answer: RSS feeds.

Note: This Question is unanswered, help us to find answer for this one

search
Google App Engine Subjects