Q91. Explain IAM roles and service accounts in GCP.
GCP IAM binds principals to roles on resources. A service account is a special identity for workloads rather than humans. - Principals: users, groups, service accounts, d...
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).
GCP IAM binds principals to roles on resources. A service account is a special identity for workloads rather than humans. - Principals: users, groups, service accounts, d...
Microsoft Entra ID, formerly Azure AD, is a cloud identity provider using modern protocols such as OAuth 2.0, OpenID Connect, and SAML. On-premises Active Directory Domai...
Both control traffic in a VPC, but at different layers. - Security groups are stateful and attached to ENIs or instances. Return traffic is automatically allowed. Rules a...
Cache-aside (lazy loading): the application checks the cache first. On a miss it reads the database, then writes the value into the cache and returns it. The application ...
Session-based authentication stores session state on the server and gives the client an opaque session identifier in a cookie. It is easy to revoke (delete the session), ...
A topic is a named stream of records. It is split into partitions, which are the unit of ordering, parallelism and replication. Records within a partition are strictly or...
An API gateway is the single entry point for clients, sitting in front of backend services. It typically handles: - Request routing to the correct service. - Authenticati...
- Query: a read operation. Queries can run in parallel and must be side-effect free. - Mutation: a write operation that changes server state. Top-level mutation fields ru...
401 Unauthorized means the request lacks valid authentication credentials. The client should authenticate and retry, and the response should include a `WWW-Authenticate` ...
Webpack bundles everything up front: it builds the whole dependency graph, then serves from memory, so cold starts grow with project size. It is extremely configurable th...
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.