Skip to content

Instantly share code, notes, and snippets.

@ubiquitousthey
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ubiquitousthey/55766936f2194a1dee53 to your computer and use it in GitHub Desktop.
Save ubiquitousthey/55766936f2194a1dee53 to your computer and use it in GitHub Desktop.
Integrity DevOps Interview Tasks

Mod Rewrite Problems

  1. There is a bug in a javascript file that is that is incorrectly routing links to /MySite/Page1 to /MySite/test/Page1
  2. Use mod_rewrite to send mobile users to a mobile site

Edting Configuration Files

  1. Take the file located at the URL below and convert it to yaml and XML and an INI file (You may create your own schema for xml and ini as long as it is valid
  2. https://s3.integrityops.net.s3.amazonaws.com/config.json?AWSAccessKeyId=AKIAIIVV32RH467E7TDQ&Expires=1414175299&Signature=o8NyGMMkIsZR59MAP1hosrJ4yvM%3D

AWS + Linux

  1. Sign up for the AWS Free Teir
  2. Launch an Ubuntu 14.04 instance
  3. Setup an instance running Wordpress
  4. with the database running on RDS
  5. Find and install a JSON rest API for Wordpress

BASH

  1. Create a bash script to read the files in the following tar file https://s3.integrityops.net.s3.amazonaws.com/devops_bash.tar.gz?AWSAccessKeyId=AKIAIIVV32RH467E7TDQ&Expires=1414175273&Signature=Lj75kCqACmAofZZD2gy0J%2Fib8XU%3D
  2. and, post each file to the Wordpress JSON API with the following
  3. A slug that replaces spaces in the title with underscores
  4. An excerpt that is the excerpt length.
  5. Only post files that were created on even days
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment