
AI is analyzing your overall score…
Identifying your key strengths…
Evaluating your skill match against the job requirements…
Assessing your cultural and operational fit
PostsAppWithReact
February 26, 2021 – February 26, 2021
PostsAppWithReact — GitHub repository
View ProjectvelocityLimits
February 13, 2021 – February 17, 2021
In finance, it's common for accounts to have so-called "velocity limits". In this task, you'll write a program that accepts or declines attempts to load funds into customers' accounts in real-time. Each attempt to load funds will come as a single-line JSON payload, structured as follows: ```json { "id": "1234", "customer_id": "1234", "load_amount": "$123.45", "time": "2018-01-01T00:00:00Z" } ``` Each customer is subject to three limits: - A maximum of $5,000 can be loaded per day - A maximum of $20,000 can be loaded per week - A maximum of 3 loads can be performed per day, regardless of amount As such, a user attempting to load $3,000 twice in one day would be declined on the second attempt, as would a user attempting to load $400 four times in a day. For each load attempt, you should return a JSON response indicating whether the fund load was accepted based on the user's activity, with the structure: ```json { "id": "1234", "customer_id": "1234", "accepted": true } ``` You can assume
View Projectvelocity-Limits
February 13, 2021 – February 13, 2021
In finance, it's common for accounts to have so-called "velocity limits". In this task, you'll write a program that accepts or declines attempts to load funds into customers' accounts in real-time.our business logic from the rest of your code.
View ProjectServerNodeJS
January 28, 2021 – February 10, 2021
NodeJS Express MongoDB Joi JWT BcryptJS Cors and More
View Projectdynamic-app
November 29, 2018 – January 13, 2019
Dynamic Forms Builder are reusable and make building large-scale applications easier (Easy Peasy)
View ProjectCultural Fit Analysis
The candidate's projects are primarily personal and demonstrate a proactive approach to learning and building. The diversity of projects, including a financial velocity limits application, suggests an interest in varied problem domains. However, the lack of team-based projects or contributions makes it difficult to assess collaboration and cultural alignment in a professional setting. The target role is Frontend Developer, and the projects align well with this focus, showing a clear interest in frontend technologies.
Soft Skills & Operational Fit
Insufficient data to assess soft skills and operational fit. Psychometric test score is 0, providing no insights.