4

Have u ever had a "interview assignment"? If so, how did it go? Just had my first one. Waiting on results. It was using open weather API pulling weather from the (4) states where their offices are located.

Comments
  • 3
    Many.
    They come in varying degrees of difficulty and complexity. The ones that require you to learn and use new tools within a few days really annoy me.
  • 2
    @Root Literally the last one I did.

    So you have no webdev experience at all? Never heard of RESTful APIs? Well here are the specs: Build a restful API that accesses a MySQL database using CRUD ops. You must use Spring Boot, Spring Data, Swagger for documenting, implement rollbacks and write integration tests. Also, use docker to make it easier to test on our end. Got a little less than four days to do it, best of luck!

    I'm already pretty white, but I'm pretty sure I went milk white while reading that email... Worst part was, the specs where pretty vague and I had to take a number of educated guesses as to what they actually wanted...
  • 2
    Throughout the years I had some. Always passed them. I don't mind such assignments as it gives something concrete to talk about. I do hate assignments in which they ask you to solve some mathematical problem. That's just not fair as it assesses your math skills and not your programming skills.
  • 1
    @nanoandrew4 Wow! Mines was no where near that. Geeze.
  • 1
    @Root Yes! This was my first one and I had to learn a new CSS framework. It wasn't hard tho.
  • 0
    @jespersh Do they only give them to select candidates? Or is it a standard procedure?
  • 2
    @DivSyntax My last one...

    I had to build a Rails 5 web application using Angular that allowed users to produce and email custom content (html converted to pdf) to themselves or others. I decided on a MapQuest clone.

    I needed to learn and implement:
    - Google maps and directions apis
    - Angular 2
    - wicked pdf
    - Rails 5's webpacker
    - Rails' Action Mailer (Or Mandrill, but they banned me instantly every time I signed up... no clue why; never got a support response, either.)

    I don't remember how long I had, but it was only days. ☹

    Took the lazy buttface two to three weeks to get back to me. I almost used the project to email him directions from his office to Hell, Michigan.
  • 2
    @DivSyntax I doubt they give them to all the candidates, that would be a nightmare to review. If you did an interview prior to that, you were probably selected to do the test. Then again, if it's not that big a test they might be willing to hand it out to more people...

    Not sure if all companies do this, but then they might schedule another interview to pick through your code (I had to go in front of the architects to defend my project) and that's probably the end of it. Either a thumbs up or you're done there. In my (very limited) experience anyways.
  • 1
    @nanoandrew4 Thanks for the info.
  • 0
    @jespersh So I'm guessing I made a good impression. Well, we'll see how good my code actually messures up. 😥
Add Comment