"filter function usually exists in some high level programming that adopt FP paradigm.
It taks a sequence of items and a predicate function, and returns (conceptually) a subset of the items that satisfy the predicate.
Adopt this kind of operation (filter, map, reduce, take, pairwise ...) can help writting
cleaner code, and reduce the usage of mutable part in the program, lower the
possibility of making human mistake.
Take Python for example (although const-ness is not exists in Python),
assu"
Weida H. - "filter function usually exists in some high level programming that adopt FP paradigm.
It taks a sequence of items and a predicate function, and returns (conceptually) a subset of the items that satisfy the predicate.
Adopt this kind of operation (filter, map, reduce, take, pairwise ...) can help writting
cleaner code, and reduce the usage of mutable part in the program, lower the
possibility of making human mistake.
Take Python for example (although const-ness is not exists in Python),
assu"See full answer
"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
"This is the first time im attempting a product design question, kindly forgive all the rookie mistakes i might have done & point them out if anyone reviews this. do let me know my areas of improvement, as a PM enthusiast, I'll always appreciate feedback.
As far as i am aware, Instagram posts allows a user to post their own content, be it a photo, video snippets(rest of which can be viewed by clicking on the watch full video icon), share content of other people the user was associated with, for"
Debajyoti B. - "This is the first time im attempting a product design question, kindly forgive all the rookie mistakes i might have done & point them out if anyone reviews this. do let me know my areas of improvement, as a PM enthusiast, I'll always appreciate feedback.
As far as i am aware, Instagram posts allows a user to post their own content, be it a photo, video snippets(rest of which can be viewed by clicking on the watch full video icon), share content of other people the user was associated with, for"See full answer
"I look at a product’s quality through a combination of user impact, business outcomes, and technical robustness.
1) A good product solves a real user problem effectively and intuitively—usability, performance, and accessibility.
I look at user feedback, behavioral data, and adoption metrics to validate this.
2) A good product aligns with strategic business goals
Growing engagement, generating revenue, or supporting long-term scalability.
3) I assess how maintainable and"
Anonymous Dingo - "I look at a product’s quality through a combination of user impact, business outcomes, and technical robustness.
1) A good product solves a real user problem effectively and intuitively—usability, performance, and accessibility.
I look at user feedback, behavioral data, and adoption metrics to validate this.
2) A good product aligns with strategic business goals
Growing engagement, generating revenue, or supporting long-term scalability.
3) I assess how maintainable and"See full answer
"Disclaimer: Just an Overview.
Let us consider 2 Systems:
System A: Includes the Bank Account numbered 123
System B: Includes the Bus Transit Card Numbered 456.
Our Customer named: Tom
Taking the journey step by step:
Product Design & Workflow:
System B will have an account number linked with it, which will be maintained by the bus operator. This account can be linked with the Bank Details of the user, using the beneficiary adding mechanism.
System A's bank account number will be linked w"
Biplab R. - "Disclaimer: Just an Overview.
Let us consider 2 Systems:
System A: Includes the Bank Account numbered 123
System B: Includes the Bus Transit Card Numbered 456.
Our Customer named: Tom
Taking the journey step by step:
Product Design & Workflow:
System B will have an account number linked with it, which will be maintained by the bus operator. This account can be linked with the Bank Details of the user, using the beneficiary adding mechanism.
System A's bank account number will be linked w"See full answer