You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Schlotged , thanks for your PR submission! Your implementation has been evaluated and our team will reach out to you regarding the next steps. Below you can find the detailed feedback on your solution.
Challenge 1: Signal Processing API - Evaluation
Functional Requirements and User Stories
As a user, I want to be able to store a raw data series.
As a user, I want to be able to retrieve metrics about the time series.
As a user, I want to be able to delete a time series I've sent to the server.
As a user, I want to be able to retrieve the number of time series I've stored in the server.
As a user, I want to be able to retrieve a full time series I've stored.
Technical Requirements
Use Python
Use a REST-API framework (ex.: FastAPI)
The latency between client and the server side must be below 350ms in all requests
Use a database to store the time series data
Ensure correct business logic and behavior with automated unit tests (ex.: pytest)
Bonus
Deploy your application to a cloud provider and provide the API URL.
Implement a functionality that gives me a future prediction of the time series data.
Add load balancer to the application.
Add load tests to the application.
Evaluation Criteria
Anyone should be able to follow the instructions and run the application.
/alembic.ini and /alembic/env.py are empty files committed to the repo — dead artifacts since the project uses Tortoise's generate_schemas=True instead of Alembic migrations.
README is written in Portuguese while the challenge spec is in English
Back-end code successfully integrated with persistent storage.
Stories were implemented according to the functional requirements.
Problem-solving skills and ability to handle ambiguity.
Good decisions: repository pattern, schema validation with Pydantic, edge case handling (404, 422, empty data, duplicate conflict handling), linear regression as a prediction approach.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.