"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
"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
"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
"
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
"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
"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
"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
"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
"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
"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
"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