Question:* When programming your app to search for atom data, what will it search for?
Answer: • RSS feeds.
Question:* Which item is not an official address/hashtag of the Platform?
Answer: • /r/app_engine on reddit
Question:* What is the safety measure to prevent unintended deletion of apps?
Answer: • Apps must first be disabled.
Question:* If you want to develop your app using Java, what is necessary before starting?
Answer: • App Engine Java software development kit
Question:* Do you have to use a server to upload your application?
Answer: • No, it is already provided.
Question:* Can you sign into the App Engine Admin Console with your google account?
Answer: • Yes.
Question:* When coding the users API with Go, why would a programmer include an opaque value?
Answer: • So the Go App Engine SDK can communicate with App Engine.
Question:* What two programming languages do App Engine's tools use?
Answer: • Python and Java
Question:* What is the name of the feature that allows applications to be served via both HTTPS and HTTP through the custom domain?
Answer: • SSL for Custom Domains
Question:* When Java programming for App Engine, what a preferred development kit?
Answer: • Eclipse
Question:* Why does Python in App Engine use the native JSON library?
Answer: • It is much faster than simplejson.
Question:* What is one of the languages you can write apps in?
Answer: • Java
Question:* What is Google App Engine for?
Answer: • Google App Engine is for running web applications on Google's infrastructure.
Question:* What does AppStats do?
Answer: • It measures your app's performance.
Question:* 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: • Depends on which billing system the application is using.
Question:* What is the current preferred version of Python for App Engine?
Answer: • Python 2.7
Question:* 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: • Partially correct
Question:* GAE contains several runtime environments including: Java, Python, ____, and ____
Answer: • PHP, Go
Question:* Does the Python runtime environment include a Python interpreter?
Answer: • Yes
Question:* 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
Question:* Within Google App Engine, is the global interpreter lock still applicable?
Answer: • Yes.
Question:* Python 2.7 will use multi-threading technology. Why is this important for Google App Engine?
Answer: • It reduces the amount of time for RPCs to complete.
Question:* What does App Engine scheduler do?
Answer: • It routs incoming requests to be served by your app's instances.
Question:* What scalable technologies is App Engine based off of?
Answer: • BigTable and GFS
Question:* Is BigTable distributed outside of Google?
Answer: • It is proprietary.
Question:* Which one feature from the given Communication features does not exist in GAE?
Answer: • FTP
Question:* What is the right link to the Cloud Console?
Answer: • https://cloud.google.com/console#
Question:* What kind of environment would a Go application be tested in?
Answer: • A sandboxed environment.
Question:* User feature of GAE allows application to sign in users with:
Answer: • Google Accounts or OpenID
Question:* Why does App Engine include a sandbox?
Answer: • So apps run in a secure environment.
Question:* GAE has set of Tools, select a tool which does not exist in Datastore toolset
Answer: • Ereporter
Question:* What is the 1 GB price per month for the disk space after exceeding 1 GB?
Answer: • $0.13 per GB per month
Question:* The capacity of the dedicated memcache in GAE is:
Answer: • 1 to 20GB
Question:* If you wish for your datastore to be read-only, what do you click?
Answer: • “Disable-writes”
Question:* What is the shortest and longest duration you can set cookie expiration?
Answer: • One day, two weeks.
Question:* The Viewer role has access to the admin Console to perform:
Answer: • Request logs
Question:* What framework are you using when developing in Python?
Answer: • webapp2
Question:* When setting up Python Imagine Library, you must declare the library in what file?
Answer: • app.yml
Question:* What does App Engine use to manage domains?
Answer: • Google Apps
Question:* Google Cloud SQL features:
Answer: • A fully-managed web service that allows you to create, configure, and use relational databases that live in Google's cloud.
Question:* What is the preferred Datastore when programming with Python 2.7?
Answer: • High Replication Datastore
Question:* 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: • 20
Question:* For Enabling Push-to-Deploy a developer does not need to:
Answer: • have an SSL certificate
Question:* What happens to the request handler after 60 seconds?
Answer: • The handler is interrupted.
Question:* 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: • $0.12
Question:* To complete Migrating to the High Replication Datastore, you might NOT need to:
Answer: • Make a copy of repository.
Question:* What happens to the non-applicable java.lang.System class in App Engine?
Answer: • It is disabled.
Question:* How many types of instances does GAE offer?
Answer: • Two: Frontend and Backend
Question:* What is the default cost of Frontend class per hour per instance?
Answer: • $0.08
Question:* What is one of Go API's Context object's methods of sending log messages to App Engine?
Answer: • Infof
Question:* When accessed via SSL, what protocol is automatically used with Go?
Answer: • SPDY
Question:* There is no such APIs in GAE such as
Answer: • Mail Service
Question:* In addition to sending email, SendGrid can help you receive email or make sense of the email
Answer: • you’ve already sent
Question:* What do you use to send emails with Google App Engine?
Answer: • SendGrid
Question:* Select the item that does not exist in the list of Channel resources.
Answer: • Channel HTTP Requests
Question:* 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: • <Sms> - receive an SMS
Question:* Select the customer's daily limit for Read and Write operations in Datastore.
Answer: • 50,000 for each one
Question:* If your application tries to serve a large response through PageSpeed, PageSpeed truncates it at:
Answer: • 32Mb
Question:* GAE SDK for Go works fine for:
Answer: • Mac OS X 64-bit
Question:* Select Third-party service or Experimental feature, which does not exist in GAE partner program and in the list of features:
Answer: • Skype(Text/Voice)
Question:* List of Available Charts in GAE management Console does NOT include:
Answer: • Disk space usage (MB)
Question:* What is the free default limit for the Blobstore Stored Data resource?
Answer: • 5 GB
Question:* App Engine does not support certificate type:
Answer: • DigiCert Extended Validation Multi-Domain Certificate (EV MD)
Question:* How many roles does GAE provide to get access to the Admin Console?
Answer: • Three: Viewer, Developer, Owner
Question:* What do you use to measure the performance of your app once it starts sending email?
Answer: • Event API
Question:* App Engine supports two types of SSL for custom domains. You can configure your domain to use either or both. Their names are:
Answer: • Server Name Indication (SNI) and Virtual IP (VIP)
Question:* Once you have surpassed the capabilities of SendGrid, what should you use to send email?
Answer: • Inbound Parse API
Question:* In relation to client organizations, what does the multilatency feature do?
Answer: • Compartmentalizes your data.
Question:* The Task Queue Tool or Resource does not contain subtool or subresource
Answer: • Development Console
Question:* What is the Daily Limit and Maximum Rate for the Channel API Calls if you are not paying for the service?
Answer: • 657,000 calls ; 3,000 calls/minute
Question:* What is the correct url to GAE Admin console?
Answer: • https://appengine.google.com/a/your-domain.com
Question:* How would you use Java and App Engine to write to the filesystem?
Answer: • You cannot write to the filesystem with the exception of resource files.
Question:* Why would you wish to write your code in a sandboxed environment?
Answer: • To isolate untested code changes.
Question:* The App Engine SDK does not support Java runtive environment with version below:
Answer: • 7
Question:* Within Google App Engine, is Java 7 backwards compatible with Java 6?
Answer: • Yes, but only when applicable.
Question:* App Engine supports any Python code that uses the:
Answer: • CGI standard
Question:* Precompilation is a tool that is enabled by default. What is it used for?
Answer: • Enhancing the performance of your app.
Question:* After creating (migrating to) Premier account, an application will be available at
Answer: • *.appspot.com
Question:* When reading blobs in Java, what is necessary?
Answer: • BlobstoreInputStream
Question:* GAE has set of Tools, select a tool which does not exist in App Development toolset
Answer: • Garbage Collector (for Java only)
No comments:
Post a Comment