Skip to content

hidalz/paas-coding-interview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

paas-coding-interview

Study case

This study case could be long and not achieved at the end of the interview. What we expect is to have enough material to evaluate the candidate skills even if the case is not completed

  • Fork this project
  • Write a simple CLI in Go / Python
    • It should implement a workflow in sync command with the following steps:
      • Get a parameter with application_name
      • Activate Datadog downtime
      • Trigger ArgoCD app sync (The application is ready to be deployed, just need to trigger the sync)
      • Remove Datadog downtime
  • Create a pull request to share your work with us

You must:

  • Mock all real calls to Datadog/ArgoCD and write functions/methods which only retrieve hard coded struct base on service documentation
  • Handle idempotency (what happen if the CLI fail in the middle of the run)

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%