Squarespace interview question

Write a basic template engine class

Interview Answers

Anonymous

23 Oct 2017

I had the same!

2

Anonymous

23 Oct 2017

solve with regex or string manipulation

Anonymous

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

Anonymous

19 Oct 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.