Code Monkey home page Code Monkey logo

enablement-interview's Introduction

enablement-interview

Repo to facilitate the presentation and technical exercise for the Enablement Engineer position

HashiCorp Enablement Engineer Technical Exercise


Assignment 1 - Slide Presentation

  1. Fork this repo

  2. Create a new branch to work on.

  3. Choose a topic below or create your own:

    • Vault: Best Practices for Namespaces - when to configure root authentication or child namespaces
    • Vault: How to Manage Child Namespaces and Permissions
    • Vault: Dynamic Credentials with AWS Provider
    • Packer and Terraform Integration
    • Consul: Service Catalog - what problem does it solve and how is it used?
    • Consul: Service Mesh - what problem does it solve? How is service mesh related to service catalog related?
    • Nomad: Important considerations to make when adapting an application for orchestration
    • Nomad: Difference between scalability and elasticity?

Bonus points for a presentation that covers two HashiCorp products working together.

  1. We have provided an index.html, and 3 markdown files (title.md, slide1.md, slide2.md.) These contain some examples of markdown for classes, images, presenter notes, etc. Create a presentation with 3-7 slides for the topic you chose above. Please make you have at least one example of:

    • Presenter notes
    • Images
    • Code blocks
  2. Commit your updates to the branch you created in Step 2

Assignment 2 - Script

Create a bash script setup.sh that:

  • Sets an environment variable with your github username in /root/.bash_profile
  • Writes the following code to a file called config.hcl
cluster_addr  = "https://<HOSTNAME>:8201"
api_addr      = "https://<HOSTNAME>:8200"
disable_mlock = true
  • Replaces <HOSTNAME> value vault-server.hashicorp.com in config.hcl

Additional Information

Markdown

The presentation is using remarkjs and the story template for display. Story's framework provides predefined layouts for a simple modular way to create custom presentations.

Here are slide classes to choose from for different layouts: layouts

You can review this index.md for more markdown examples that are available for use.

Local Presenting

You should be able to present the slides by spinning up a local webserver. There are several options, a few are listed below.

Live Server in VSCode
Download the plugin It is a supported VSC plugin so you can run it in VSC directly.

LiveReload

pip3 install livereload or brew install livereload

Run livereload . in the repository directory. Navigate to the URL provided in the output

Ex:

~/enablement-interview: livereload .
[I 230221 20:52:57 server:335] Serving on http://127.0.0.1:35729

Simple HTTP Server
From the command line, navigate to the repository directory and run

python3 -m http.server 9000

Navigate to localhost:9000

Shortcut Keys

The following Chrome commands may come in handy:

  • SHIFT + C to make a copy of the window
  • SHIFT + P to bring up the 'presenter' view if you would like to have notes

enablement-interview's People

Contributors

sshastri avatar zolrath avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.