Q331. What is the difference between gross margin and net margin?
Gross margin is revenue minus cost of goods sold, divided by revenue. It measures how much is left after the direct costs of delivering what you sell, such as materials, ...
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 (2,728 available).
Gross margin is revenue minus cost of goods sold, divided by revenue. It measures how much is left after the direct costs of delivering what you sell, such as materials, ...
ROI is the incremental profit attributable to a campaign divided by its cost. The hard part is the word incremental. I start by agreeing on the metric that represents val...
One deal I expected to win was a mid-market account where the demo went perfectly and the champion was enthusiastic. I lost it to a competitor who was cheaper, but the re...
Black-box testing treats the system as an opaque component and derives tests from requirements and the interface, without looking at the code. Testers exercise inputs and...
After parsing, semantic analysis checks that the program is meaningful, not merely grammatically valid. It enforces rules the grammar cannot express. Typical jobs: - Buil...
ACID describes the guarantees of a transaction, a unit of work that either completes fully or not at all. - Atomicity: all statements commit or all roll back. Implemented...
An IP address is split into a network part and a host part by the subnet mask, which can be written as a CIDR prefix. `/24` means the first 24 bits are the network, leavi...
A deadlock is a set of threads each waiting for a resource held by another, so none can proceed. Four Coffman conditions must all hold: mutual exclusion, hold and wait, n...
Polymorphism lets one interface be used by many implementations, so callers depend on a contract rather than a concrete type. Subtype or runtime polymorphism: a base refe...
DAU is daily active users, the number of unique users who perform a meaningful action in a day. MAU is the same over a month. The action must be defined consistently: a l...
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.