Google App Engine Test
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?
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?
How does the cached data expire in the Google App Engine Memcache API?
How many applications are allowed to be created in a single Google App Engine administrator account?
How many scheduled tasks does the App Engine Cron Service allow you to configure for a free applications?
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?
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 en...
The Google App Engine Datastore uses ______________ for every query your application makes.
Under the free default quota, how many total requests can you make for the Datastore read operations for the Google App Engine application?
What is the function of the update_queues action of the Appcfg command?
What personal information do you need to provide to Google in order to receive the Google App Engine authentication code?
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 ___________.
When using Task Queue Configuration what is the default value for bucket_size if no bucket_size is specified for a Queue?
Which of the following actions are not performed by the AppCfg command?
Which of the following are the valid options for the request_logs action of the AppCfg command?
Which of the following command line arguments are not supported by the development server?
Which of the following domains is used by Google App Engine to support secure connections via HTTPS?
Which of the following features of the JDO interface are not supported by Google App Engine?
Which of the following Google App Engine Services is useful for data that does not need the persistence and transactional features of the Datastore?
Which of the following image transformations are supported by Google App Engine Images API?
Which of the following is a correct naming convention for Datastore Statistic kind name?
Which of the following is correct for Google App Engine Datastore entities?
Which of the following is incorrect regarding Google App Engine Queries and Indexes?
Which of the following is incorrect regarding the Google App Engine Datastore?
Which of the following is not a <queue> element when the application intends to use task queue configuration?
Which of the following is not a JDO Query Filters operator?
Which of the following is NOT the limitations of the secure sandbox environment?
Which of the following models is used by Google App Engine Datastore for updating data?
Which of the following options are accepted by all the actions of the Appcfg command?
Which of the following properties is/are supported by each Datastore Statistics entity for an application?
Which of the following runtime environments are not supported by the Google App Engine?
Which of the following Services will be used to configure regularly scheduled tasks that operate at defined times or regular intervals?
Which of the following statements is incorrect with regard to Google App Engine?
Which of the following URL paths are reserved by Google App Engine?
Which of the following URL will you visit to access the console web application on the development web server using the command dev_appserver?
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?
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?
You can upload your Cron job specifications to the App Engine using the _______________ command.