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
#2
Please post a minimal code sample (in python code tags) for the specific part your stuck on, explain what you expect to happen and what is actually happening and any errors received in error tags.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PySpark Coding Challenge cpatte7372 4 6,065 Jun-25-2023, 12:56 PM
Last Post: prajwal_0078
  difficult string conversion need help Pir8Radio 3 1,048 Nov-27-2022, 06:15 PM
Last Post: Gribouillis
  string format challenge jfc 2 1,777 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,568 Mar-31-2021, 03:39 AM
Last Post: Larz60+
  How to solve difficult non-linear equations? shreeniket 3 2,380 Apr-23-2020, 01:36 AM
Last Post: shreeniket
  Programming Difficult math in Python Huntern 6 4,752 Oct-17-2019, 06:32 AM
Last Post: Huntern
  Challenge with my string SpencerH 3 2,921 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,882 Mar-10-2018, 12:38 PM
Last Post: Oliver
  Python installation difficult rajamugavai 2 2,876 Feb-27-2018, 02:18 PM
Last Post: sparkz_alot
  Projected Surface in 2D [Difficult topic] Hans_K 6 3,838 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