ANONU
BAN USER
- 1of 1 vote
AnswersDesign and implement a interest matching algo, to match people according to their interests in a particular area.
- ANONU in United States
Suggest a score based on their interests. And rank matchings accordingly.| Report Duplicate | Flag | PURGE
Zynga Software Engineer Algorithm System Design - 0of 0 votes
AnswersMulti -level cache system design with different storage in each level.
- ANONU in United States
Read Operation : – Minimum time to read a particular key from cache system. This should be followed by writing the key in all levels above it. Eg. if “key” is found at level ‘i’, add this key to cache present at 1 to i-1 level.
b. Write Operation: – Any write Operation should write in cache of all levels.
You can choose any algorithm for cache management like LRU, MRU.| Report Duplicate | Flag | PURGE
Google Java Developer Coding - 0of 0 votes
AnswersDesign a system like HackerRank/Codechef.
- ANONU in United States| Report Duplicate | Flag | PURGE
Uber Senior Software Development Engineer System Design - 0of 0 votes
AnswersGiven lat long of cabs in a city(lat long keeps changing)
- ANONU in United States
Implement a function getNearby(lat1,long1) which returns all cabs in a circle of radius R from lat1,long1.
Which datastructure will u use?
FollowUp qs: Hows it implemented using a database like MySQl or Postgres.| Report Duplicate | Flag | PURGE
Uber Backend Developer System Design - 0of 0 votes
AnswersDesign a system like github.
- ANONU in India| Report Duplicate | Flag | PURGE
Google Java Developer Software Design - 1of 1 vote
AnswersIn a party there are n different-flavored cakes of volume V1, V2, V3 ... Vn each. Need to divide them into K people present in the party such that
- ANONU in India
- Each member of party gets equal volume of cake (say V, which is the solution we are looking for)
- A given member should get a cake of single flavour only i.e. You cannot distribute parts of different flavored cakes to same member.
- Minimum volume of cake gets wasted after distribution so that means a maximum distribution policy| Report Duplicate | Flag | PURGE
Google SDE1 - 2of 2 votes
Answersint board[8][8] each value in the matrix represents a character. 1-9 number represents all whites and 11-19 represents all blacks.
- ANONU in United States
Given a pawn at (x,y) print all possible moves. Assume whites are index 0 and blacks are at index 7.| Report Duplicate | Flag | PURGE
Amazon SDE1 - 0of 0 votes
AnswersDesign a system similar to how tinyurl.com website works. Scalability, reliability etc. parameters should be stressed upon.
- ANONU in United States| Report Duplicate | Flag | PURGE
Google - 0of 0 votes
AnswersWrite a program which gives a numerator and a denominator, prints the fractional value in a special format. eg. Numerator: 1, Denominator: 3. So Num/Denom = 0.3333333333, but output should be .(3) similarly 0.123123 as .(123) also 0.34232323 as 0.34(23)
- ANONU in -| Report Duplicate | Flag | PURGE
Microsoft - 0of 0 votes
Answersfind out
- ANONU in -
missing no. from a stack if two given stacks have same numbers| Report Duplicate | Flag | PURGE
Microsoft - 0of 0 votes
Answers2)next question is given an
- ANONU in -
array of integers...like 10 12 16 17 24 27 8 6 5 4 2....first from 10 to 27 it is in increasing order... .and then decreasing order
starts....so he asked me to find the position from where decreasing starts....it should be done in O(logn).| Report Duplicate | Flag | PURGE
Microsoft - 0of 0 votes
Answersa linked list contains
- ANONU in -
2 19 _ _ 3 47 _ _ _ 2 20 _ _ ..............and so on
I have to fill those empty nodes with numbers whose sum is equal to the numbers
occurring just before the gaps and the number of gaps is determined by the node
which is at 2 distance before the gaps with the limitation that there would be no
repetition in list only the nodes designating the number of gaps can be repeated
for example 2 20 should be broken in two parts like 19 1
3 47 should be broken in three parts like 42 2 3
and not in 44 1 2 because 1 already occurred in the list due previous partition| Report Duplicate | Flag | PURGE
Microsoft
Repkaylafgioia, Cloud Support Associate at Absolute Softech Ltd
Hi, I am Kayla from Elkins USA. I am working as Project management and I have professional 3-year experience in ...
Repjoycejflora, Android Engineer at ABC TECH SUPPORT
I am excited about cooperation and interesting projects. Last year I work for a person who provides the black magic ...
RepMelodyTHeckler, abc at ABC TECH SUPPORT
Earned praised for my work lecturing about get love back by vashikaran. Spent childhood promoting art posters in Jacksonville, FL ...
Repmelodyakeel, Consultant at Progress
Hello I am Melody. I am working as Human resource clerks, also called human resource assistants. I can maintain employee ...
Repsheenaamajors, System Administrator at Achieve Internet
Teach art classes to a diverse array of students of varying ages and abilities. Strong desire to incorporate a multidimensional ...
Repmarthavmoody, Consultant at Dell
Spent 2002-2010 investing in toy elephants in Pensacola, FL. Earned praised for my work testing the market for squirt guns ...
Repjonej8821, Blockchain Developer at Alliance Global Servies
I am EbonyTuckson .I am a teacher who works in High school. I work during school hours but may also ...
Repharoldknopph, Android test engineer at AMD
I am a publicity writer from Atlanta USA . I create an intended public image for individuals, groups, or organizations. I ...
Basically they wanted me to implement geohash. Any hints how to go abt that?
- ANONU June 13, 2018