""Good investor" depends on what our business objective is, identifying success metrics for it and then dividing customers into segments by these success metrics.
Business objective: We want our customers to retain on the product longer, engage regularly so that we meet our revenue goals as a company. Do you agree?
I'm assuming we want to define an "investor" and not a "trader" because their behaviors are very different. I'm defining investor as someone who buys securities and holds it anywhere"
M N. - ""Good investor" depends on what our business objective is, identifying success metrics for it and then dividing customers into segments by these success metrics.
Business objective: We want our customers to retain on the product longer, engage regularly so that we meet our revenue goals as a company. Do you agree?
I'm assuming we want to define an "investor" and not a "trader" because their behaviors are very different. I'm defining investor as someone who buys securities and holds it anywhere"See full answer
Analytical
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"Assuming that trades will have information like
trade_type buy or sell
trade_price
with these tuples, one can iterate over each trade while maintaining a stack which maintains all the open buy trades.
If we encounter a sell trade then we pop one element make it a buy/sell pair and calculate the profit/loss for that pair. Moreover, keep adding pair-wise profit/loss to calculate overall profit as we continue iterating over trades.
At the end print pairs and their profit/loss along with"
Parth S. - "Assuming that trades will have information like
trade_type buy or sell
trade_price
with these tuples, one can iterate over each trade while maintaining a stack which maintains all the open buy trades.
If we encounter a sell trade then we pop one element make it a buy/sell pair and calculate the profit/loss for that pair. Moreover, keep adding pair-wise profit/loss to calculate overall profit as we continue iterating over trades.
At the end print pairs and their profit/loss along with"See full answer
"How would you improve Robinhood?
Robinhood.
I started to use Robinhood when I first got a job after grad school. I started using it as a tool to do no fees investment. Recently this year, I began to use their high-yield saving account to make money on my non-investment funds.
Robinhood's mission is to democratize finance for all. To make investing accessible, friendly, and understandable to newcomers and experts alike.
How would I improve it?
Robinhood makes money from a few different channel"
Matan S. - "How would you improve Robinhood?
Robinhood.
I started to use Robinhood when I first got a job after grad school. I started using it as a tool to do no fees investment. Recently this year, I began to use their high-yield saving account to make money on my non-investment funds.
Robinhood's mission is to democratize finance for all. To make investing accessible, friendly, and understandable to newcomers and experts alike.
How would I improve it?
Robinhood makes money from a few different channel"See full answer
"@Jacob, your videos are really good and helpful.
I want to know about the tool, you use for explaining the design in the videos."
anush - "@Jacob, your videos are really good and helpful.
I want to know about the tool, you use for explaining the design in the videos."See full answer
"Fintechs are providing ready solutions for various financial operations of banks with customer-centric UI which are easy to integrate with various platforms and cost-effective."
Vinay P. - "Fintechs are providing ready solutions for various financial operations of banks with customer-centric UI which are easy to integrate with various platforms and cost-effective."See full answer
"I was the PM of a beta product which started to be utilized by a range of users. Although I maintained and communicated a road map that outlined upcoming features at a high level, it wasn't very clear to the users whether certain features were going to be improved, certain low level features were going to be added, or whether these were on our radar at all. We don't have a large team to support call desk or a marketing team. I was having multiple, one of conversations with different users and c"
rocketscientist - "I was the PM of a beta product which started to be utilized by a range of users. Although I maintained and communicated a road map that outlined upcoming features at a high level, it wasn't very clear to the users whether certain features were going to be improved, certain low level features were going to be added, or whether these were on our radar at all. We don't have a large team to support call desk or a marketing team. I was having multiple, one of conversations with different users and c"See full answer
"goal of whatsapp: to connect people at no cost associated to it, over internet, with complete privacy and 100% encryption
clarify
improve means?
increase # of users
increase revenues?
increase # of countries its used in ?
increase features ?
who are the customer personas of whatsapp:
students
working professionals
families
individuals
SMEs
current features of whatsapp :
communication: video/audio calls, messages
document sh"
Janakiram P. - "goal of whatsapp: to connect people at no cost associated to it, over internet, with complete privacy and 100% encryption
clarify
improve means?
increase # of users
increase revenues?
increase # of countries its used in ?
increase features ?
who are the customer personas of whatsapp:
students
working professionals
families
individuals
SMEs
current features of whatsapp :
communication: video/audio calls, messages
document sh"See full answer
"Designing for a sporadically available internet connection requires a carefully thought-out approach to provide a valuable user experience.
Firstly, the browser must have an offline mode. Offline mode entails storing vital application data, including website data and user state, locally when internet access is available. This can be achieved through modern web technologies like localStorage, IndexedDB, and Service Workers to cache online content.
Secondly, consider a data synchronization"
Surbhi G. - "Designing for a sporadically available internet connection requires a carefully thought-out approach to provide a valuable user experience.
Firstly, the browser must have an offline mode. Offline mode entails storing vital application data, including website data and user state, locally when internet access is available. This can be achieved through modern web technologies like localStorage, IndexedDB, and Service Workers to cache online content.
Secondly, consider a data synchronization"See full answer