OfferLoop

Questions Explorer

Browse the full interview questions list before login

Search by topic, filter by subject and difficulty, and open question details with guest access. Sign in for AI review, mastery tracking, and personalized prep.

AI Mock Interviews
Voice Practice
Mastery Tracking
Personalized Prep
Flashcards
Quizzes
Code Challenges

Published Questions

2,058

Practice Modes

Technical, behavioral, system design, and HR.

Guest Access

Search, filter, and open details before signing in.

Showing preview questions

technical
basic
React > Fundamentals

What is React and why is it used?

Model Answer Preview

Explain component-based UI, declarative rendering, reusable components, virtual DOM, ecosystem. Include a deep React explanation with definition, internal flow, project use case, edge cases, and common mistakes.

Open question detail
technical
intermediate
React > Hooks

What is the difference between useState and useRef? When would you use useRef instead of useState?

Model Answer Preview

useState triggers render; useRef stores mutable value/DOM ref without render. Explain the concept, why it matters, one practical example, and one common pitfall.

Open question detail
technical
basic
React > Fundamentals

What is React?

Model Answer Preview

Define the concept, explain why it is used, show a small practical example, mention production considerations, and connect it to React Fundamentals.

Open question detail
technical
intermediate
AWS > API Gateway

How does API Gateway integrate with Lambda or backend services?

Model Answer Preview

Explain the step-by-step approach, key implementation details, trade-offs, failure cases, and a production-ready example for API Gateway.

Open question detail
technical
intermediate
JavaScript > Fundamentals

What core JavaScript topics do you expect in a Globant Web UI technical interview?

Model Answer Preview

Closures, hoisting, prototypes, async, DOM, ES6, and coding basics. Include a deep JavaScript explanation with definition, internal flow, project use case, edge cases, common mistakes, and likely follow-up questions around JavaScript Fundamentals....

Open question detail
technical
intermediate
JavaScript > Closures

What is closure in JavaScript?

Model Answer Preview

A closure is a function that keeps access to variables from its outer lexical scope even after the outer function has finished.

Open question detail
technical
basic
JavaScript > Variables, Hoisting & TDZ

What is the difference between var, let, and const in JavaScript?

Model Answer Preview

Explain scope, hoisting, redeclaration, reassignment, and TDZ. Include a deep JavaScript explanation with definition, internal flow, project use case, edge cases, common mistakes, and likely follow-up questions around Variables, Hoisting & TDZ....

Open question detail
technical
basic
React > Fundamentals

What is React.js and what are its core features?

Model Answer Preview

Define the concept, explain why it is used, show a small practical example, mention production considerations, and connect it to React Fundamentals.

Open question detail
technical
basic
React > Accessibility

What is aria-label and when should you use it?

Model Answer Preview

ARIA attributes, screen readers, accessible names, when visible label is absent. Give a clear definition, simple example, and interview-ready summary.

Open question detail
technical
advanced
JavaScript > Coding & Output Questions

Implement JSON.stringify behavior for nested objects, arrays, booleans, numbers, strings, and null.

Model Answer Preview

Handle recursive serialization, escaping strings, arrays, unsupported values. Include a deep JavaScript explanation with definition, internal flow, project use case, edge cases, common mistakes, and likely follow-up questions around Coding & Output Questions....

Open question detail