I was asked a question on trees - kind of like inorder
Software Engineer Ii Interview Questions
3,998 software engineer ii interview questions shared by candidates
1. Tell about yourself. 2.What's the data strcture or algorithms for your latest project? 3..Do you know database? 4. Motivation about joining Uber? 4.What happend if you have confict with your colleage?
Round 1 (Problem Solving): Given two list of strings, find the set of strings from the 2nd list which are a trans-addition of strings from the 1st list. Round 2 (Problem Solving): Given a matrix of size N x M, find the number of paths to go from the bottom left to the bottom right corner of the matrix. You can only move in three directions: diagonally upward right, right, and diagonally downward right. Round 3 (Problem Solving): Given an Android app with a list of APKs and the Android version it supports, partition all the android versions based on the unique set of APKs. Round 4 (Googliness): A cultural fitment with basic behavioural questions based on your work expectations, leadership abilities, etc.
Find the squares in a matrix with only 0s and 1s.
Perguntas no estilo Leetcode-like DSA
If you would like us to know something about you, what would you tell us?
They asked about a key value storage system with several follow ups.
Design a in memory KV store with get/set with commit/rollback as extension.
You are given a spotify like service, where you will have to do the following: 1. create functions to: Add_song(song_name: str) play_song(song_id: int, user_id: int) print_analytics() 2. write a function such that you can return last_three_played songs
Given a Food Delivery Platform, write 3 methods where :- addDriver(driver_id,pay_per_hour) recordDelivery(driver_id,start_time,end_time) fetchTotalCostIncurredForAllDeliveries()
Viewing 2311 - 2320 interview questions