"First, I would like to establish some assumptions about the problem to determine if this is possible. For this scenario, I will assume that “accepted” does not mean a student is enrolled at the university (most students apply to multiple universities and can only attend one university). For simplicity, I will also assume that each student is applies to a single department and that every student is associated with a single department.
Based on this information, I see a scenario that this would"
John F. - "First, I would like to establish some assumptions about the problem to determine if this is possible. For this scenario, I will assume that “accepted” does not mean a student is enrolled at the university (most students apply to multiple universities and can only attend one university). For simplicity, I will also assume that each student is applies to a single department and that every student is associated with a single department.
Based on this information, I see a scenario that this would"See full answer
"Partner with IoT manufacturer new smart product, phone in the center
Bundle google personal security subscription with IoT package
Commercial package security, industrial use case medical device, airplane, ship, vehicle management, maintenance and remote usage
Public sector smart cities"
My N. - "Partner with IoT manufacturer new smart product, phone in the center
Bundle google personal security subscription with IoT package
Commercial package security, industrial use case medical device, airplane, ship, vehicle management, maintenance and remote usage
Public sector smart cities"See full answer
"Problem Statement: The Fibonacci sequence is defined as F(n) = F(n-1) + F(n-2) with F(0) = 1 and F(1) = 1.
The solution is given in the problem statement itself.
If the value of n = 0, return 1.
If the value of n = 1, return 1.
Otherwise, return the sum of data at (n - 1) and (n - 2).
Explanation: The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, typically starting with 0 and 1.
Java Solution:
public static int fib(int n"
Rishi G. - "Problem Statement: The Fibonacci sequence is defined as F(n) = F(n-1) + F(n-2) with F(0) = 1 and F(1) = 1.
The solution is given in the problem statement itself.
If the value of n = 0, return 1.
If the value of n = 1, return 1.
Otherwise, return the sum of data at (n - 1) and (n - 2).
Explanation: The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, typically starting with 0 and 1.
Java Solution:
public static int fib(int n"See full answer
"The supply and demand for Uber Eats may be greatly impacted in the near future by the two macroeconomic factors listed here. Each trend links to large alterations in consumer behavior, labor markets, and cost structures that can cascade across the delivery ecosystem.
Changes in Consumer Spending and Inflation Growing Costs and Fees for Food: Customers may order fewer deliveries or choose less expensive goods if food prices, restaurant running costs, or delivery fees increase as a result of"
Asish B. - "The supply and demand for Uber Eats may be greatly impacted in the near future by the two macroeconomic factors listed here. Each trend links to large alterations in consumer behavior, labor markets, and cost structures that can cascade across the delivery ecosystem.
Changes in Consumer Spending and Inflation Growing Costs and Fees for Food: Customers may order fewer deliveries or choose less expensive goods if food prices, restaurant running costs, or delivery fees increase as a result of"See full answer
"As far as i know, when we type a web address in the browser-
the broswer connects to the DNS server & finds the address of the website we are looking for
after finding it, the browser sends an HTTP request message to the server,with a request to send a copy of the website to the user.
all of this information is sent using TCP/IP protocol across your internet"
Debajyoti B. - "As far as i know, when we type a web address in the browser-
the broswer connects to the DNS server & finds the address of the website we are looking for
after finding it, the browser sends an HTTP request message to the server,with a request to send a copy of the website to the user.
all of this information is sent using TCP/IP protocol across your internet"See full answer
"Let’s say the matrix is m x n (i.e., m rows and n columns).
Start from the top-right corner of the matrix.
Move left if you see a 1.
Move down if you see a 0.
Keep track of the row index where you last saw the leftmost 1 — that row has the most 1s.
public class MaxOnesRow {
public static int rowWithMostOnes(int matrix) {
int rows = matrix.length;
int cols = matrix[0].length;
int maxRowIndex = -1;
int j = cols - 1; /"
Khushbu R. - "Let’s say the matrix is m x n (i.e., m rows and n columns).
Start from the top-right corner of the matrix.
Move left if you see a 1.
Move down if you see a 0.
Keep track of the row index where you last saw the leftmost 1 — that row has the most 1s.
public class MaxOnesRow {
public static int rowWithMostOnes(int matrix) {
int rows = matrix.length;
int cols = matrix[0].length;
int maxRowIndex = -1;
int j = cols - 1; /"See full answer
"Google Assistant is the Voice AI which converts Natural Language to Queries/Instruction , processes it and get the results and again converts it back to Meaningful Results to the User
Currently Google Assistant is Integrated in Multiple End Points.
Phone
Google Home
Chrome Cast
Google Chrome Books
Some of the Use Cases Google Assistant is used is
Making Phone Calls/Texting
Asking General Queries/Searching for Information
Integration with Devices and Turning them O"
Akshai V. - "Google Assistant is the Voice AI which converts Natural Language to Queries/Instruction , processes it and get the results and again converts it back to Meaningful Results to the User
Currently Google Assistant is Integrated in Multiple End Points.
Phone
Google Home
Chrome Cast
Google Chrome Books
Some of the Use Cases Google Assistant is used is
Making Phone Calls/Texting
Asking General Queries/Searching for Information
Integration with Devices and Turning them O"See full answer
"Clarifying questions:
what's the original goal of this feature? what user problem / issues we identified that we are trying to address?
Is there a particular user base or market/regions that we are trying to solve this issue for?
Is the experience going to impact the rider's action? or does it also change the driver experience?
Assume:
the issue we are solving for is focus on the rider's experience - the goal of this feature is to increase the % of matched ride (ie rider/driver matche"
Mark - "Clarifying questions:
what's the original goal of this feature? what user problem / issues we identified that we are trying to address?
Is there a particular user base or market/regions that we are trying to solve this issue for?
Is the experience going to impact the rider's action? or does it also change the driver experience?
Assume:
the issue we are solving for is focus on the rider's experience - the goal of this feature is to increase the % of matched ride (ie rider/driver matche"See full answer
"Assumption about the teleportation machine:
Teleportation is instantaneous like Star Trek
The product does not take too much space maybe 6 ft by 6 ft and 10ft high is good enough
Teleportation works vertically both above ground and underground as well as going 100 meters horizontally
If possible you can combine multiple teleportation machine to repeat teleportation
Users groups
A product like this can be leveraged for almost everyone but I think I want to focus on users who ha"
Niaz - "Assumption about the teleportation machine:
Teleportation is instantaneous like Star Trek
The product does not take too much space maybe 6 ft by 6 ft and 10ft high is good enough
Teleportation works vertically both above ground and underground as well as going 100 meters horizontally
If possible you can combine multiple teleportation machine to repeat teleportation
Users groups
A product like this can be leveraged for almost everyone but I think I want to focus on users who ha"See full answer
"Couple of clarifying questions here before I begin. Is my assumption right that we would like to prioritize requests/features? Do we have any specific constraints to consider before we move ahead. as in resourcing constraints, schedule or budget constraints or should we just factor in as part of our overall approach, if not then General approach for prioritization:
Understand the business objectives and see if the features aligns with the business objectives. The features that have the h"
Amruta P. - "Couple of clarifying questions here before I begin. Is my assumption right that we would like to prioritize requests/features? Do we have any specific constraints to consider before we move ahead. as in resourcing constraints, schedule or budget constraints or should we just factor in as part of our overall approach, if not then General approach for prioritization:
Understand the business objectives and see if the features aligns with the business objectives. The features that have the h"See full answer