Q1. What is the difference between a process and a thread?
A process is a running program with its own virtual address space, code, data, heap, open file descriptors and at least one thread. The operating system isolates processe...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (7 available).
A process is a running program with its own virtual address space, code, data, heap, open file descriptors and at least one thread. The operating system isolates processe...
Use ss, lsof, or fuser depending on what is installed. ```bash sudo ss -ltnp | grep ':8080' sudo lsof -i :8080 sudo fuser -n tcp 8080 ``` - ss -ltnp lists listening TCP s...
A discovery call is a structured conversation to understand whether there is a real problem worth solving, and to qualify the opportunity. I open with context and permiss...
I model a process to create a shared, accurate picture of how work actually flows, not how people think it flows. I start by defining the scope and boundaries, where it b...
The Global Interpreter Lock is a mutex in CPython that allows only one thread to execute Python bytecode at a time. Consequences: - CPU-bound multithreading does not get ...
I escalate when the issue exceeds my authority, requires specialist knowledge, or risks breaching an SLA or damaging the relationship. Good escalation is early and comple...
Accurate CRM data is what makes forecasting and handovers possible, so I treat updating it as part of the work, not as admin. After every call I log the key points within...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.