Skip to content

Instantly share code, notes, and snippets.

View tannishk's full-sized avatar

Tannishk Sharma tannishk

View GitHub Profile
@tannishk
tannishk / interviewitems.MD
Created February 15, 2016 14:42 — forked from amaxwell01/interviewitems.MD
My answers to over 100 Google interview questions

##Google Interview Questions: Product Marketing Manager

  • Why do you want to join Google? -- Because I want to create tools for others to learn, for free. I didn't have a lot of money when growing up so I didn't get access to the same books, computers and resources that others had which caused money, I want to help ensure that others can learn on the same playing field regardless of their families wealth status or location.
  • What do you know about Google’s product and technology? -- A lot actually, I am a beta tester for numerous products, I use most of the Google tools such as: Search, Gmaill, Drive, Reader, Calendar, G+, YouTube, Web Master Tools, Keyword tools, Analytics etc.
  • If you are Product Manager for Google’s Adwords, how do you plan to market this?
  • What would you say during an AdWords or AdSense product seminar?
  • Who are Google’s competitors, and how does Google compete with them? -- Google competes on numerous fields: --- Search: Baidu, Bing, Duck Duck Go
@tannishk
tannishk / editor.js
Last active August 29, 2015 14:27
editorerror
$(document).ready(function () {
PopcornEditor.listen(PopcornEditor.events.loaded, function () {
$.get($('#editor').data('url'), {
slug: $('#editor').data('slug')
})
.done(function (response) {
if(response.data) {
PopcornEditor.loadInfo(response.data);
} else {
PopcornEditor.loadInfo(PopcornEditor.createTemplate(response.metadata));
@tannishk
tannishk / editor.js
Created August 11, 2015 17:57
Conflict error
Using index info to reconstruct a base tree...
M airmozilla/popcorn/static/popcorn/js/editor.js
Falling back to patching base and 3-way merge...
Auto-merging airmozilla/popcorn/static/popcorn/js/editor.js
CONFLICT (content): Merge conflict in airmozilla/popcorn/static/popcorn/js/editor.js
Failed to merge in the changes.
Patch failed at 0002 bug 1181198
The copy of the patch that failed is found in:
/Users/tannishk/Documents/airmozilla/.git/rebase-apply/patch