Pergunta de entrevista da empresa Squarespace

Write a basic template engine class

Respostas da entrevista

Sigiloso

23 de out. de 2017

I had the same!

2

Sigiloso

23 de out. de 2017

solve with regex or string manipulation

Sigiloso

29 de jan. de 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

Sigiloso

19 de out. de 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.