Skip to main content

Technical Interview Questions

Review this list of 387 Technical interview questions and answers verified by hiring managers and candidates.
  • "This is due to sticky sessions. The load balancer is not correctly configured with sticky session option. It is likely the servers were storing session data on the server themselves (in-memory), and thus when user makes a request, the load balancer routes this to a different server than the one they started with, that second server may not recognise the user's session. This could prompt the user to log in again. One way to resolve this, is to use a centralised session storage, something like"

    T I. - "This is due to sticky sessions. The load balancer is not correctly configured with sticky session option. It is likely the servers were storing session data on the server themselves (in-memory), and thus when user makes a request, the load balancer routes this to a different server than the one they started with, that second server may not recognise the user's session. This could prompt the user to log in again. One way to resolve this, is to use a centralised session storage, something like"See full answer

    Solutions Architect
    Technical
  • Technical
    System Design
  • "i said there is hashed, clustered, non-clustered"

    Erjan G. - "i said there is hashed, clustered, non-clustered"See full answer

    Data Engineer
    Technical
  • Databricks logoAsked at Databricks 

    "Explain how you implemented your telemetry and observability in previous projects."

    Divya K. - "Explain how you implemented your telemetry and observability in previous projects."See full answer

    Technical Program Manager
    Technical
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • "Testing"

    Bit P. - "Testing"See full answer

    Technical
    Behavioral
  • Youtube logoAsked at Youtube 

    "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"

    Exponent - "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"See full answer

    Product Manager
    Technical
  • Apple logoAsked at Apple 
    Security Engineer
    Technical
    +1 more
  • Google logoAsked at Google 

    "Ensure immediate safety: The first priority is to secure the vehicle and its occupants by stopping the engine, activating hazard lights, and unlocking doors. Assess the situation: The car evaluates the extent of damage, determines its location, and checks on the status of passengers. Call for help: Based on the assessment, the car calls emergency services if necessary and notifies the manufacturer. Collect and store accident data: This is crucial for later analysis and potential legal pu"

    Surbhi G. - "Ensure immediate safety: The first priority is to secure the vehicle and its occupants by stopping the engine, activating hazard lights, and unlocking doors. Assess the situation: The car evaluates the extent of damage, determines its location, and checks on the status of passengers. Call for help: Based on the assessment, the car calls emergency services if necessary and notifies the manufacturer. Collect and store accident data: This is crucial for later analysis and potential legal pu"See full answer

    Technical
    Product Design
  • Amazon logoAsked at Amazon 

    "That I had not been a PM for a formal ML product. But good models need sound data and my five years of sql writing and ensuring that DWHs and marts had the data they needed for reporting would be very relevant"

    Tony C. - "That I had not been a PM for a formal ML product. But good models need sound data and my five years of sql writing and ensuring that DWHs and marts had the data they needed for reporting would be very relevant"See full answer

    Product Manager
    Technical
    +1 more
  • "In developing a marketing strategy, I begin with comprehensive market research to identify consumer trends, competition, and potential gaps. This includes using tools like Google Analytics to gather insights on customer preferences and behaviors. I then define clear goals for the campaign, such as brand awareness, lead generation, or customer acquisition, and set KPIs to measure success. For instance, during my time at Bahwan International with the Nissan brand, I analyzed customer segments and"

    Basant P. - "In developing a marketing strategy, I begin with comprehensive market research to identify consumer trends, competition, and potential gaps. This includes using tools like Google Analytics to gather insights on customer preferences and behaviors. I then define clear goals for the campaign, such as brand awareness, lead generation, or customer acquisition, and set KPIs to measure success. For instance, during my time at Bahwan International with the Nissan brand, I analyzed customer segments and"See full answer

    Marketing Manager
    Technical
    +1 more
  • LinkedIn logoAsked at LinkedIn 

    "Basic Approach As BST inorder traversal will result in a sequence of increasing order. Store that order in a vector and get the k-1 index to get the Kth smallest element, similarly access the N-K+1 th element will be the Kth largest element Time Complexity: O(n) Space Complexity O(n) Space Optimized Approach For Kth smallest , start inorder traversal, and keep a counter, decrement the counter when you access the node element. When the counter turns 0 that elementwill be the Kth smal"

    Saurabh S. - "Basic Approach As BST inorder traversal will result in a sequence of increasing order. Store that order in a vector and get the k-1 index to get the Kth smallest element, similarly access the N-K+1 th element will be the Kth largest element Time Complexity: O(n) Space Complexity O(n) Space Optimized Approach For Kth smallest , start inorder traversal, and keep a counter, decrement the counter when you access the node element. When the counter turns 0 that elementwill be the Kth smal"See full answer

    Technical
    Data Structures & Algorithms
    +1 more
  • Google logoAsked at Google 
    Product Designer
    Technical
  • +3

    "Yes"

    Taneesha G. - "Yes"See full answer

    Technical
    Behavioral
  • Amazon logoAsked at Amazon 

    "CIDR (Classless Inter-Domain Routing) -- also known as supernetting -- is a method of assigning Internet Protocol (IP) addresses that improves the efficiency of address distribution and replaces the previous system based on Class A, Class B and Class C networks."

    Ali H. - "CIDR (Classless Inter-Domain Routing) -- also known as supernetting -- is a method of assigning Internet Protocol (IP) addresses that improves the efficiency of address distribution and replaces the previous system based on Class A, Class B and Class C networks."See full answer

    Solutions Architect
    Technical
  • Google logoAsked at Google 

    "Binary search is the technique to search an element in a sorted array in O(log(N)) time. It is also used in problems wherever we find monotonically increasing or decreasing patterns."

    Shivam S. - "Binary search is the technique to search an element in a sorted array in O(log(N)) time. It is also used in problems wherever we find monotonically increasing or decreasing patterns."See full answer

    Frontend Engineer
    Technical
  • Better.com logoAsked at Better.com 

    "Imagine there's a new toy you've always wanted, but it's not quite perfect. Maybe it's missing a feature you'd love, or it's a bit too complex to use. That's where a product manager, or PM, comes in! Think of a PM like the captain of a shipbuilding this amazing toy. They work with different teams, like the designers who make it look cool, the engineers who build it, and the marketers who tell everyone about it. They listen to people like you, who use the toy, to understand what they like and wha"

    Deepak M. - "Imagine there's a new toy you've always wanted, but it's not quite perfect. Maybe it's missing a feature you'd love, or it's a bit too complex to use. That's where a product manager, or PM, comes in! Think of a PM like the captain of a shipbuilding this amazing toy. They work with different teams, like the designers who make it look cool, the engineers who build it, and the marketers who tell everyone about it. They listen to people like you, who use the toy, to understand what they like and wha"See full answer

    Technical
    Behavioral
  • Google logoAsked at Google 

    "I was able to come up a solution but I ran out of time."

    Ashenafi B. - "I was able to come up a solution but I ran out of time."See full answer

    Software Engineer
    Technical
Showing 221-240 of 387