Python Forum
Very difficult challenge for me
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Very difficult challenge for me
#1
Hi guys. I have this problem to get a new job. there are 3 questions. Two I solved. But there is one ( below) that I have no idea how to do this. Somebody can help me?


Dealing with network issues everyday, latency is our biggest problem. Thus, your challenge is to write a new Geo Distributed LRU (Least Recently Used) cache with time expiration. This library will be used extensively by many of our services so it needs to meet the following criteria:

1 - Simplicity. Integration needs to be dead simple.
2 - Resilient to network failures or crashes.
3 - Near real time replication of data across Geolocation. Writes need to be in real time.
4 - Data consistency across regions
5 - Locality of reference, data should almost always be available from the closest region
6 - Flexible Schema
7 - Cache can expire

Thanks in advance.
Reply


Messages In This Thread
Very difficult challenge for me - by cristfp - Apr-01-2019, 08:26 PM
RE: Very difficult challenge for me - by Yoriz - Apr-01-2019, 08:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PySpark Coding Challenge cpatte7372 4 6,170 Jun-25-2023, 12:56 PM
Last Post: prajwal_0078
  difficult string conversion need help Pir8Radio 3 1,109 Nov-27-2022, 06:15 PM
Last Post: Gribouillis
  string format challenge jfc 2 1,810 Oct-23-2021, 10:30 AM
Last Post: ibreeden
  creating simplex tableau pivot program easy or difficult for a beginner in Python? alex_0 2 2,618 Mar-31-2021, 03:39 AM
Last Post: Larz60+
  How to solve difficult non-linear equations? shreeniket 3 2,422 Apr-23-2020, 01:36 AM
Last Post: shreeniket
  Programming Difficult math in Python Huntern 6 4,836 Oct-17-2019, 06:32 AM
Last Post: Huntern
  Challenge with my string SpencerH 3 2,962 Oct-12-2018, 11:58 AM
Last Post: SpencerH
  Why is basic Twitter Connectivity So Difficult? Not sure what I'm doing wrong. Oliver 0 1,916 Mar-10-2018, 12:38 PM
Last Post: Oliver
  Python installation difficult rajamugavai 2 2,940 Feb-27-2018, 02:18 PM
Last Post: sparkz_alot
  Projected Surface in 2D [Difficult topic] Hans_K 6 3,924 Aug-02-2017, 09:16 AM
Last Post: Hans_K

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020