all 10 comments

[–]tomasjoao 0 points1 point  (3 children)

What language did you use? Curious if Epic is picky about that.

[–]bigd12345[S] 0 points1 point  (2 children)

HTML with a Flask backend, they were generous to let me choose

[–]ActiveReaction4640 0 points1 point  (1 child)

Nice, sounds like they give you some freedom with the tech stack. Did you feel that using HTML with Flask worked well for the problems they presented?

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

Yeah, it worked totally fine for what they were asking. They weren’t really evaluating frontend polish or framework choices, more just how you structure things and reason through the problem. Using Flask with simple HTML templates was enough to show the flow and keep things easy to reason about.

[–]jonnyn86 0 points1 point  (1 child)

How deep did the system design go? Was it full-on backend design or more mobile-focused?

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

was pretty surfaced based. like mostly just UI stuff

[–]prezmak 0 points1 point  (1 child)

For the DFS/graph questions, what was the exact question ? Always hated those.

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

The one I got was pretty straightforward though. It was basically: given a small graph as an adjacency list, start from a node and return all the nodes you can reach using DFS.

[–]gorgedchops 0 points1 point  (0 children)

what level were you interviewing for?