Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vihar
Last active December 2, 2018 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vihar/0aabf662245c98ab2f7e983426fdb56b to your computer and use it in GitHub Desktop.
Save vihar/0aabf662245c98ab2f7e983426fdb56b to your computer and use it in GitHub Desktop.

Caravel.AI Intern Interview 2018

  • Write a code snippet about how this works in JavaScript and explain it. Your code should be restricted to 5 or 6 lines.

  • Write about how synchronisation works in Java in two sentences with a code snippet.

  • Write how you can build a website in 5 steps, your steps should include the name of the step(a creative one), little description(should be restricted to 3 sentences) and also code snippet. Your entire code snippet website code should not be more than 30 lines of code.

  • What is JSON? Explain in detail, and write a small snippet in Python to generate a JSON type object for given string and explain the process.

json_string = """
{
    "student": {
        "name": "Feymann",
        "age": "66",
        "books": [
            {
                "physics": "physics book",
                "chemistry": "chemistry book"
            }
        ]
    }
}
"""

Submission

Submit the entire solutions in a single markdown file and push it on github in a new repository on or before 5th December 10PM. Make sure you use proper markdown syntax for hilighting keywords and writing code. Extra credits will be given for presentation as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment