Interview Questions

Review this list of 3,984 interview questions and answers verified by hiring managers and candidates.
  • "Generally, these kinds of issues are routed via the customer support teams, their role in such a scenario is to try to reproduce the issue. If the issue is valid they create a JIRA ticket with the exact issue for the development teams / On-Call engineer to fix. In this case, I am going to assume there is no customer support team. The first thing I'll try to do is reproduce the issue using the exact steps that the customer would have used to connect to the fire stick. In case the customer was d"

    Sarthak A. - "Generally, these kinds of issues are routed via the customer support teams, their role in such a scenario is to try to reproduce the issue. If the issue is valid they create a JIRA ticket with the exact issue for the development teams / On-Call engineer to fix. In this case, I am going to assume there is no customer support team. The first thing I'll try to do is reproduce the issue using the exact steps that the customer would have used to connect to the fire stick. In case the customer was d"See full answer

    Behavioral
  • "I would determine if it was in line with out company goals and put together a quick analysis of the market for smart phones to talk about in the morning."

    Dean S. - "I would determine if it was in line with out company goals and put together a quick analysis of the market for smart phones to talk about in the morning."See full answer

    Product Manager
    Product Strategy
  • "SELECT COUNT(DISTINCT o.customerid) AS customers, d.departmentname FROM orders o INNER JOIN departments d ON d.departmentid = o.departmentid WHERE d.departmentname IN ('Electronics','Fashion') AND o.orderdate BETWEEN '2022-01-01' AND '2022-12-31' GROUP BY d.department_name; `"

    Derrick M. - "SELECT COUNT(DISTINCT o.customerid) AS customers, d.departmentname FROM orders o INNER JOIN departments d ON d.departmentid = o.departmentid WHERE d.departmentname IN ('Electronics','Fashion') AND o.orderdate BETWEEN '2022-01-01' AND '2022-12-31' GROUP BY d.department_name; `"See full answer

    Coding
    SQL
  • Adobe logoAsked at Adobe 
    +7

    " from typing import List def traprainwater(height: List[int]) -> int: pass # your code goes here if not height: return 0 l = 0 r = len(height)-1 leftMax = height[l] rightMax = height[r] res = 0 while l < r: if leftMax < rightMax: l += 1 leftMax = max(leftMax,height[l]) res += leftMax - height[l] else: r -= 1 rightMax = max(rightMax,height[r]) res"

    Sagar C. - " from typing import List def traprainwater(height: List[int]) -> int: pass # your code goes here if not height: return 0 l = 0 r = len(height)-1 leftMax = height[l] rightMax = height[r] res = 0 while l < r: if leftMax < rightMax: l += 1 leftMax = max(leftMax,height[l]) res += leftMax - height[l] else: r -= 1 rightMax = max(rightMax,height[r]) res"See full answer

    Software Engineer
    Data Structures & Algorithms
    +4 more
  • Product Manager
    Analytical
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • "Let us define productivity. If there is a change in productivity what will be some of the impacts that can be used to measure if this is true? Finance: Are we meeting the quarterly revenue targets and able to increase our guidance as planned Tech: Are we innovating and introducing new products and services to the market, how does it compare to the historical performance People: Are people taking more days off and how is their average feedback on sentiments Partners/Customers: Who wor"

    Anonymous Koala - "Let us define productivity. If there is a change in productivity what will be some of the impacts that can be used to measure if this is true? Finance: Are we meeting the quarterly revenue targets and able to increase our guidance as planned Tech: Are we innovating and introducing new products and services to the market, how does it compare to the historical performance People: Are people taking more days off and how is their average feedback on sentiments Partners/Customers: Who wor"See full answer

    Product Manager
    Analytical
  • Slack logoAsked at Slack 

    "Generally during the planning phase, I work with various teams to identify milestones and high level target date based on affinity sizing of the work. Based on that, I build a roadmap and if there are unforeseen issues/risks that may impact our target date, I flag it as a risk. For instance, if the teams are working on a project and there's an issue where a team states they need to extend out their target date and that impacts a dependent team, this will surely change the deliverable date for th"

    Esther S. - "Generally during the planning phase, I work with various teams to identify milestones and high level target date based on affinity sizing of the work. Based on that, I build a roadmap and if there are unforeseen issues/risks that may impact our target date, I flag it as a risk. For instance, if the teams are working on a project and there's an issue where a team states they need to extend out their target date and that impacts a dependent team, this will surely change the deliverable date for th"See full answer

    Technical Program Manager
    Program Sense
    +1 more
  • "add two strings `"

    Jonathan michael J. - "add two strings `"See full answer

    Data Structures & Algorithms
    Coding
    +1 more
  • Walmart Labs logoAsked at Walmart Labs 

    "Did the code in Python"

    Divyani .. - "Did the code in Python"See full answer

    Software Engineer
    Coding
    +1 more
  • "Problem statement The water heater can currently be controlled only physically i.e. the user must be present infront of the heater to manage it. Key value proposition The user must be able to control the water heater remotely using an app (preferably via their mobile phone) Target geo: USA, OS: both Android and iOS, Form factor: Mobile Target market Water heaters are used by everyone who lives in an area experiencing temperatures < 20 degree Celsius. The user uses the water heater eve"

    Rahul J. - "Problem statement The water heater can currently be controlled only physically i.e. the user must be present infront of the heater to manage it. Key value proposition The user must be able to control the water heater remotely using an app (preferably via their mobile phone) Target geo: USA, OS: both Android and iOS, Form factor: Mobile Target market Water heaters are used by everyone who lives in an area experiencing temperatures < 20 degree Celsius. The user uses the water heater eve"See full answer

    Product Manager
    Product Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "HashMap supports insert, search, delete and retrieve in O(1). It stores data as key value pairs."

    Ina K. - "HashMap supports insert, search, delete and retrieve in O(1). It stores data as key value pairs."See full answer

    Machine Learning Engineer
    Data Structures & Algorithms
    +1 more
  • Product Manager
    Technical
  • "Solution picked: a half software half hardware remote control"

    Emily T. - "Solution picked: a half software half hardware remote control"See full answer

    Product Manager
    Product Design
  • Google logoAsked at Google 

    "Goal: What product would I build next Who am I? I am Disney's head of technology Focus: Theme parks Geolocation: Pilot in the US and then roll out across the globe Eco-system>>>User>>>Pain points are>>>Solution>>>MVP>>>Launch metrics> Guardrails Eco System Customers Direct Suppliers, vendors to DIS In-Direct suppliers (Hotels, restaurants, etc.) DIS- Service User ( TAM, underserved, Frequency) Customers Families, including Children ( L, L, L) Couples(S,L, M) Si"

    Roopesh N. - "Goal: What product would I build next Who am I? I am Disney's head of technology Focus: Theme parks Geolocation: Pilot in the US and then roll out across the globe Eco-system>>>User>>>Pain points are>>>Solution>>>MVP>>>Launch metrics> Guardrails Eco System Customers Direct Suppliers, vendors to DIS In-Direct suppliers (Hotels, restaurants, etc.) DIS- Service User ( TAM, underserved, Frequency) Customers Families, including Children ( L, L, L) Couples(S,L, M) Si"See full answer

    Product Manager
    Product Design
  • JP Morgan Chase logoAsked at JP Morgan Chase 

    "This is phased approach and would consist below steps Initiation - Identify Business Goals and Drivers, Perform TCO Analysis, Compliance Assessment and then formulating strategy Prepare: Develop Require Skill sets and roles and Technical Cultural Training through CoE, Collaboration with partners and internal stakeholders Assess: Conduct workshops, understand Application Realms and identify the cloud candidates OKRs and App Roadmap Execute: Learn, Design, Implement, Document, Depl"

    Vineet S. - "This is phased approach and would consist below steps Initiation - Identify Business Goals and Drivers, Perform TCO Analysis, Compliance Assessment and then formulating strategy Prepare: Develop Require Skill sets and roles and Technical Cultural Training through CoE, Collaboration with partners and internal stakeholders Assess: Conduct workshops, understand Application Realms and identify the cloud candidates OKRs and App Roadmap Execute: Learn, Design, Implement, Document, Depl"See full answer

    Technical
    Behavioral
  • Product Manager
    Product Strategy
  • Product Manager
    Behavioral
  • "Clarifications: Is it passenger/cargo/defense Answer: Passenger Is it direct or stops included - Direct Last I read London had 80 M passengers annually Per month - 6.7 M Per Day - 220 K Assumption here - London is a hub and it has flights to all continents. Assumptions are the split below Flights to Europe -- 30% Flights to USA -- 20% Flights to Asia -- 30% Flights to Africa -- 10% Flights to Australia -- 10% Dubai is part of Asia - 30% of 220 K is 66K Within Asia - Passeng"

    Ramesh Y. - "Clarifications: Is it passenger/cargo/defense Answer: Passenger Is it direct or stops included - Direct Last I read London had 80 M passengers annually Per month - 6.7 M Per Day - 220 K Assumption here - London is a hub and it has flights to all continents. Assumptions are the split below Flights to Europe -- 30% Flights to USA -- 20% Flights to Asia -- 30% Flights to Africa -- 10% Flights to Australia -- 10% Dubai is part of Asia - 30% of 220 K is 66K Within Asia - Passeng"See full answer

    Product Manager
    Estimation
  • "SELECT p1.player_name AS player1, p2.player_name AS player2, ABS(p1.level - p2.level) AS level_disparity FROM players p1 JOIN players p2 ON p1.playername < p2.playername WHERE ABS(p1.level - p2.level) <= 5 ORDER BY level_disparity ASC;"

    Jayveer S. - "SELECT p1.player_name AS player1, p2.player_name AS player2, ABS(p1.level - p2.level) AS level_disparity FROM players p1 JOIN players p2 ON p1.playername < p2.playername WHERE ABS(p1.level - p2.level) <= 5 ORDER BY level_disparity ASC;"See full answer

    Coding
    SQL
  • Product Manager
    Behavioral
Showing 2541-2560 of 3984