- Hello 2015:
- http://codeforces.com/blog/entry/15473
- http://codeforces.com/gym/100571
- http://codeforces.com/gym/100570
- Editorial: http://codeforces.com/blog/entry/15722
- Segment Trees:
Implementing business transactions that span multiple services is not straightforward. Distributed transactions are best avoided because of the CAP theorem. Moreover, many modern (NoSQL) databases don’t support them. The best solution is to use the Saga Pattern.
[...]
Questions are not from any actual exam!!! | |
Q: Create a job that calculates pi to 2000 decimal points using the container with the image named perl | |
and the following commands issued to the container: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"] | |
Once the job has completed, check the logs to and export the result to pi-result.txt. | |
Solution: |
Picking the right architecture = Picking the right battles + Managing trade-offs