Home > Internet Programming > Quizzes > Twitter (Development) Fundamentals Test
Twitter (Development) Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “What are public streams?”
Twitter (Development) Fundamentals Test
Time left 00:00
25 Questions

1. What does REST stand for?
2. When should you get a user's permission for using tweet content?
3. If the 'suppress_response_code' parameter is present - how will all responses be returned?
4. What does Twitter use for character encoding?
5. How can you prevent SQL injection attacks?
6. What are Twitter Cards
7. What is the query parameter for the share tweet url that - if set to true - will prevent twitter from returning tailored content to your users?
8. What is Snowflake?
9. Which parameter controls the types of messages delivered to User and Site Streams client
10. Using asynchronous JavaScript is an advantage in which situation?
11. Twitter API uses signatures for some forms of authenticated requests. Signatures must maintain compatibility with what ?
12. When reconnecting to a streaming endpoint - elevated access clients may include the _______ parameter to attempt to backfill missed messages which occurred during the disconnect period.
13. What types of character-encoding is accepted by the Twitter API?
14. Which parameter is a comma-separated list of longitude - latitude pairs specifying a set of bounding boxes to filter Tweets by?
15. Which API allows allows access to the nouns and verbs of Twitter such as reading timelines - tweeting - and following?
16. Which parameter - when set to the string true - will cause periodic messages to be delivered if the client is in danger of being disconnected?
17. What is a Player Card?
18. Non-space separated languages - such as CJK and Arabic - are supported by the Streaming API
19. What will the follow parameter NOT return
20. Which of these is NOT an example of a Twitter card?
21. What does GET search/tweets return?
22. How can a developer solve the redundant API call problem when fetching Tweets in a timeline?
23. An entity result has the following value for the 'hashtag' property: 'hashtags':[{'indices':[32 - 36] - 'text':'lol'}] What does this value mean?
24. If you want to attach media experiences to Tweets that link to your content - which Twitter Platform tool do you use?
25. Rate limits are what?