Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.99 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.99 KB

SOLIDWORKS 2018 Summer Comp-Sci Internships

So... you've come to our booth at the career fair and scanned the qr code which led you here. This is a code repository with GitHub (if you're new to git or github, read the getting started guide).

Please fork this repo and create a branch for yourself. Solve one (or more!) of the problems below in the Choose your own adventure section. When you're done, create a pull request for us. Write clearly, write correctly. State any assumptions you make. We look forward to chatting over your code!

If you have any questions along the way, feel free to create an Issue on this repository and tag me and I'll answer it asap.

Choose Your Own Adventure

CYOA

The following are fairly simple programming exercises. You can choose whatever you like to solve and solve it in whichever language you like. You can submit two answers, one that just gets the job done and the second one that is a more complete experience. Think about the interaction you might need or the output it generates, how could you display it? Is a command line experience sufficient? Should you make a webpage? A native app? The first solution should take just a few minutes, the second one depends on how you decide to go.

  • Check if a String is a palindrome or not
  • Split a string into parts based off a given character
  • Find the 5th character of a string that has length > 5
  • Reverse a string
  • Print out a JSON object that has two attributes
  • Write code to crash your program

Additional Questions

This section is more fluffy. We're curious about your response to these. Feel free to create a new markdown file and submit it as part of your answer.

  • I say "Agile", you think...
  • I say "DevOps", you think...
  • I say "C++", you think...
  • I say "Internship", you think...