Lets say you have two strings: 'the' and 'The cop has a nice little hat.' Write a function that will check each character from first string and count the same in the second string. Return the total count. For example, character 't' occurred 3 times (case sensitive), character 'h' occurred 3 times and character 'e' occurred 3 times in the second string. Total count = 9.
Senior Front End Engineer Interview Questions
687 senior front end engineer interview questions shared by candidates
write a Java program to print the 1st 25 Fibonacci numbers
5. Parent and child both div has click handler - on click of child - parent's click handler should be executed, not of child
Give us feedback about the interview.
How did I measure the effectiveness of my activities in the previous Platform team?
Was given a choice to complete 1 of 3 tasks, on my own time. The one i picked used a publicly available API to get a list of businesses , of certain types, given a location (such as city or zip code etc) ad provide an appropriate UI. We’re interested in your skills at using APIs, data sets, and services to build useful and functional user experiences. For these puzzles, you could do most of the code server-side (for example, a Java, Node.js, or Python back-end generating HTML), or client-side (all browser, or even Mobile iOS or Android). Puzzle #1: Restaurant Search Create a web interface that helps you find a local restaurant based on cuisine type and location using either the Yelp API or Yahoo’s YQL API for local search. You can add any specific features you think are useful, but it should Allow searching by location Allow selection type of food (e.g. Pizza, Italian, Tapas, etc.) Allow sorting by rating or distance Format the results as a list however you prefer. We are more interested in the content and usability of the interface than in polished visuals. For example, what are good ways to enter the location? What cuisine types should be used? Can users modify their sort criteria.
What is your experience with React and Redux?
I was given a take home task where I was given a design and some sample data. I was given freedom with how I wanted to complete this exercise and I found the code review to be probing but also quite relaxed.
Here are the requirements, 1. It should allow users to create a new Google Meet meeting and quickly share the meeting link with others. 2. It should allow users to choose which email to create meetings if they have multiple Google Accounts signed in. 3. Cache the selected email for further meetings. 4. Make it easy to create and share new meeting links only using Keyboard shortcuts.
What is your background?
Viewing 21 - 30 interview questions