...
Full Bio
Use Machine Learning To Teach Robots to Navigate by CMU & Facebook Artificial Intelligence Research Team
181 days ago
Top 10 Artificial Intelligence & Data Science Master's Courses for 2020
182 days ago
Is Data Science Dead? Long Live Business Science
210 days ago
New Way to write code is about to Change: Join the Revolution
211 days ago
Google Go Language Future, Programming Language Programmer Will Get Best Paid Jobs
532 days ago
Top 10 Best Countries for Software Engineers to Work & High in-Demand Programming Languages
710073 views
Highest Paying Programming Language, Skills: Here Are The Top Earners
667365 views
Which Programming Languages in Demand & Earn The Highest Salaries?
472353 views
Top 5 Programming Languages Mostly Used By Facebook Programmers To Developed All Product
431553 views
World's Most Popular 5 Hardest Programming Language
364968 views
Twitter Data Science Interview Questions-Acing the AI Interview
- Tips for using the Twitter APIs: Twitter Data Developers Blog
- All Twitter Dev Libraries (Including Python): Twitter Developer Utilities
- Twitter Data Case Studies: Use Cases to inform business decisions
- Given a 2-column file with user codes and counts, retrieve the top-k users based on a score that is a function of the number of times they appear on the file and these counts.
- Given a list of all followers in format: 123, 345;234, 678;345, 123;...where the first column contains the Id of the follower, and the second one is the Id of who's followed, find all mutual follows(pair 123, 345 in the example above). Do the same in the case, when this list does not fit into the memory.
- Design a system to find top 10 twitter hashtags in the most recent 1 min, 10 min, 1 hr...
- Given Twitter user data, how would you measure engagement?
- How can you illustrate a tree-based system with a SQL query?
- How to combine two datasets?
- What features would you use to build recommendation algorithm for users?
- What would you change in Twitter App?
- How would you test if the proposed change is effective or not? (related to previous question)
- Find the median of a large dataset.
- If you got the job at Twitter and got access to all of its data what kind of data analysis would you like to perform?