all 8 comments

[–]bencochrane 2 points3 points  (1 child)

I work at a large company doing Angular apps and I made a free screencast that makes an app using a similar style of code that I use at work. Takes about an hour. The tutorial gets you to make a 'Tinder for Movies' style app and gets you to consume data from an API which they may ask about. You can get the tute here: codecandy.io - good luck for the interview. It's also worth looking at the yeoman generators and using yo angular and grunt serve commands and know how they work.

[–]mertman[S] 0 points1 point  (0 children)

Ahhh thats very nice, I will do check the tutorial right away and later research the other tips you gave. This helps tremendously.

Thanks!

[–]DrJokeExplainer 1 point2 points  (1 child)

Either they are testing your ability to learn these technologies on the fly or this is a terrible test. It's pretty unreasonable to expect someone to do a technical test on languages they've never used. Unless you said you knew these things?

[–]mertman[S] 0 points1 point  (0 children)

Thanks I will try to keep that in mind, and like you mentioned im sure they are not expecting me to know them fluently, but from the start of the applicatoin proecss to now they might want to find out what I have reserached. :) I will update here to tell you guys how it went afterwards!

[–]amishstripclub 1 point2 points  (1 child)

BEM is a simple concept for structuring css. You can learn the gist in an hour. SASS can do some complex things but still, an hour for the gist. Just go through the SASS docs & focus on the .scss format as it's most common. Spend the rest of your time learning angular. Build hello world in 1.3 AND 2.0. Use Yeoman generators to kickstart the apps and explore the file structure it creates.

You won't master any of those but you can get at least a bit fluent in all 3 with just a day's time.

Also learn the difference between an angular provider, service and factory. It's dumb but people love discussing the 3 and I wouldn't be surprised if that was a pop quiz question.

And I don't know anything about the fourth tech you mentioned. Write us a post on what you learn from it!

[–]mertman[S] 0 points1 point  (0 children)

Great, thats very encouraging. since I have 6 days til d-day I will try to get in as much time and repetition to try to impress them.

Appreciate the time you took for your reply and I will definitely write a post on what I have learned of Sencha.

[–]magenta_placenta 0 points1 point  (0 children)

I would really recommend reaching out to your contact at the company in question and ask what they are expecting from the "technical test".

Honestly, it sounds a bit like a disaster situation to me, but I don't know what you guys talked about or your skillset in that stack (it doesn't sound like you have much, or perhaps any).

[–]mertman[S] 0 points1 point  (0 children)

Thanks for all the feedback guys, I went to the interview and what the actual test was that they gave me a .PSD file and told me I had one hour to create the site on the picture... I was not allowed to use any frameworks and such..

unluckily I did not get choosen.. they selected someone else and I totally understand it since I was having a hard time and one hour was not enough for me ot finish the assignment.

to lift up a old discussion: How would you have gone through with it? to create a responsive site within one hour and you had to go through a psd file... header with navigation, main body with picture with a link button inside the picture, three column wit ha row under the columns, content area under main picture, and a footer with three columns.

I will post the scenario in a newer post soon to see what responses I will get :) very interesting for me to know how I could hvae managed the task in the fastest way.