Sollicitatievraag bij Squarespace

Write a basic template engine class

Antwoorden op sollicitatievragen

Anoniem

23 okt 2017

I had the same!

2

Anoniem

23 okt 2017

solve with regex or string manipulation

Anoniem

29 jan 2021

In these sorts of interviews you really need to drill down and understand what the interviewer is looking for. A good way to simulate a real interview experience is to do a mock with one of the SquareSpace Front End Engineer experts on Prepfully, rated super strongly on TrustPilot... prepfully.com/practice-interviews

Anoniem

19 okt 2017

Parse the string in the construction function, use an array to store the segments and use an hashmap(object) to store the mapping of each %abc% to its corresponding index in that array.