Interview Zomato iOS Interview Experience and Question Round 1 - Profile Screening Zomato HR contacted me via LinkedIn. After expressing my interest in the position HR set up a quick phone call. In this call, HR told me about the Zomato Z products and it's existence. HR told me about different kinds of Z product (Zomato Product)...
Interview Grab iOS Interview Experience and Question Round 1 - Profile Selection My profile selection was very unique experience for me. Grab Head of Engineering message me on LinkedIn about his experience and about the massive impact, results through innovation and collaboration, continuous learning and growth in the company. Then he told me about Steve (and ex-Google...
Interview GoJek Address Book Problem Assignment for iOS iOS Contact App build for Gojek iOS Developer interview process. Disclaimer This solution is for reference purpose. Please, do not copy-paste it. Companies are smart enough to catch if you are cheating. If your solution got rejected due to this we're not responsible for it. GO-JEK iOS Problem Statement In...
Interview GoJek iOS Interview Experience and Question Round 1 - Profile Selection Go-Jek HR contacted me via LinkedIn. After expressing my interest in the position HR set up a quick phone call. In this call, HR told me about the Go-Jek products and it's existence. Also, HR asked me about my experience and some basic details about...
Interview 20 General Technical Interview Questions for Experienced Developers What is the most challenging task you've ever done? What is your favorite project you've ever done? What are some things you like about the developer tools you use? Who inspires you in the your developer community (iOS, Android, Frontend ect...)? Do you have any side projects? What kind? What...
Interview OYO Web Developer Interview Experience and Question Round 1 - Profile Selection (Online) Write a polyfill for bind function. Given an expression string exp, write a program to examine whether the pairs and the orders of {,},(,),[,] are correct in exp. Example 1: Input: exp = [()]{}{[()()]()} Output: Balanced Example 2: Input: exp = [(]) Output: Not Balanced What is the output...
Interview 58 JavaScript Interview Questions for Frontend Developer JavaScript Questions Explain event delegation. Explain how this works in JavaScript. Can you give an example of one of the ways that working with this has changed in ES6? Explain how prototypal inheritance works. What’s the difference between a variable that is: null, undefined or undeclared? How would you...
Interview HTML and CSS Interview Question for Frontend Developer HTML Interview Questions What does a doctype do? How do you serve a page with content in multiple languages? What kind of things must you be wary of when design or developing for multilingual sites? What are data- attributes good for? Consider HTML5 as an open web platform. What are...
Interview GoJek Parking Lot Assignment using Python 1. Problem Statment Design a Parking lot which can hold n Cars. Every car been issued a ticket for a slot and the slot been assigned based on the nearest to the entry. The system should also return some queries such as: Registration numbers of all cars of a particular...