š§āš» SDE-2 Frontend Interview Experience ā Arrise / Pragmatic Play (25+ LPA) - 4 YOE
Summary
I interviewed for an SDE-2 Frontend role at Arrise / Pragmatic Play. The technical round focused on JavaScript fundamentals (hoisting, setTimeout in loops, string manipulation) and CSS layout concepts...
Interview Experience
Round 1 (Technical): Focused mainly on JavaScript fundamentals, DOM behavior, and CSS layout concepts. Below are some of the key questions I faced: āļø JavaScript Questions: Hoisting ``` console.log(foo()); // Works function foo() { return "Hello!"; } console.log(bar()); // TypeError var bar = fu...


