Ho sostenuto un colloquio presso GlobalLogic (Noida)
Colloquio
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
Domande di colloquio [1]
Domanda 1
asked me about inheritance and also more detail about it
Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso GlobalLogic (Gurgaon, Haryana) nel mese di giu 2025
Colloquio
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
Domande di colloquio [1]
Domanda 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.
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso GlobalLogic (Hyderabad) nel mese di giu 2024
Colloquio
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.
Domande di colloquio [1]
Domanda 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.