1st round technical round related to project and data structured algorithm question,2nd round also was also technical round related to oops concept .Amazing experience and the interviewer was friendly tried asking some tricky question
Preguntas de entrevista [1]
Pregunta 1
asked me about inheritance and also more detail about it
Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en GlobalLogic (Gurgaon, Haryana) en jun 2025
Entrevista
Virtual Technical Interview – 1 (Tech Round – Coding + Core Concepts)
Mode: Google Meet / MS Teams
Duration: 30–45 minutes
Focus Areas
✔ Your resume & projects
✔ Coding questions
✔ DSA basics
✔ OOP concepts
✔ SQL queries (write queries live)
✔ API basics (for full-stack roles)
✔ Git, Linux basics
Virtual Technical/Managerial Round – 2 (Tech + Scenario + Projects)
Mode: Google Meet / Teams
Duration: 40–60 minutes
Focus Areas
✔ Deeper project discussion
✔ Real-time scenarios
✔ Debugging questions
✔ System understanding
✔ Behavioural + logical questions
✔ Technology adaptation
Virtual HR Round – Final Interview
Mode: Google Meet / Teams
Duration: 15–25 minutes
HR Focus Points
✔ Communication skills
✔ Salary discussion (for experienced)
✔ Confirmation of work shifts, location, WFH/WFO
✔ Company fit & mindset
✔ Behaviour-based questions
Preguntas de entrevista [1]
Pregunta 1
Explain GIL in Python. Does multithreading improve speed?
Implement a custom decorator with parameters.
How do generators improve performance?
Difference: deepcopy vs copy.
Explain descriptor protocol in Python.
Write a context manager without using @contextmanager.
What is memoization? Implement using decorator.
Difference: Django ORM vs raw SQL.
How does Django handle middleware?
Explain Authentication vs Authorization in Django.
iven two tables, get left-exclusive join (only left unmatched rows).
Write a recursive CTE to generate 1 to 100 numbers.
Given an array, find two numbers with the minimum absolute difference.
Me postulé a través de una recomendación de un empleado. El proceso tomó 1 semana. Acudí a una entrevista en GlobalLogic (Hyderabad) en jun 2024
Entrevista
A GlobalLogic analyst interview typically includes multiple rounds, starting with a resume shortlist, followed by an aptitude or skills test, and then one-on-one technical and HR interviews. Candidates should expect a mix of technical questions focusing on data, SQL, and core concepts, as well as behavioral and project-based questions, particularly in later rounds. A presentation and/or a group discussion might also be part of the process, with a personality test and IQ test being less common stages reported by some candidates.
Preguntas de entrevista [1]
Pregunta 1
A filesystem organizes and manages data on storage devices, enabling efficient data access and storage.
Filesystems manage how data is stored and retrieved on devices like hard drives and SSDs.
Common types include NTFS (Windows), ext4 (Linux), and HFS+ (macOS).
Filesystems use structures like inodes and directories to organize files.
They support features like permissions, journaling, and data redundancy.