Backend internal interview (Rust)
Go to file
2024-10-17 16:08:06 +01:00
src chore: remove content debug 2024-10-17 16:08:06 +01:00
.gitignore Init repo with original content 2024-10-17 15:05:05 +01:00
Cargo.toml Init repo with original content 2024-10-17 15:05:05 +01:00
CHANGES.md chore: fix CHANGES.md 2024-10-17 16:00:02 +01:00
Home-Task_exercise_interview_Rust.pdf Init repo with original content 2024-10-17 15:05:05 +01:00
input.txt Init repo with original content 2024-10-17 15:05:05 +01:00
LICENSE Initial commit 2024-10-17 13:59:21 +00:00
output_expected.txt Init repo with original content 2024-10-17 15:05:05 +01:00
README.md chore: fix README.md 2024-10-17 15:58:49 +01:00

Backend internal interview (rust) - improved

Note

It is able to process multiple metrics in parallel.
A full refactoring done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc).

See main changes

A Refactor metric-consumer task

Home Task exercise description

There are several branches developed as proposal:

  • [Basic fixed one]((/NewRelic/be-technical-interview-rust/src/branch/basic-fixed)

    A basic code review, fixed with minor and essential changes to work as expected.
    Tests are included for verification.

  • Improve one

  • Multiple input one