"I couldn't follow the solution offered here, but my solution seemed to pass 6/6 tests. Any feedback is welcome, thank you!
def encrypt(word):
en_word = ""
for i in range(len(word)):
if i == 0:
en_word += chr(ord(word[0])+1)
else:
num = ord(word[i]) + ord(en_word[i-1])
while num > 122:
num -= 26
en_word += chr(num)
return en_word
def decrypt(word):
de_word = ""
for i in range(len(word)):
if i == 0:
de_word += chr(ord(word[i]"
Anonymous Armadillo - "I couldn't follow the solution offered here, but my solution seemed to pass 6/6 tests. Any feedback is welcome, thank you!
def encrypt(word):
en_word = ""
for i in range(len(word)):
if i == 0:
en_word += chr(ord(word[0])+1)
else:
num = ord(word[i]) + ord(en_word[i-1])
while num > 122:
num -= 26
en_word += chr(num)
return en_word
def decrypt(word):
de_word = ""
for i in range(len(word)):
if i == 0:
de_word += chr(ord(word[i]"See full answer
"As a product manager, my focus is to bring the what and why of the product and deliver the product in the promised timeline. With that said, I typically work closely with my engineering and onboard them during the planning sessions to have a say on the design and feasibility. I try to keep an idea where PMs are not the only responsible folks for ideation and engineering is free to pitch in their two cents. In addition, I typically try to do daily/weekly standup check-ins with my Developers and D"
Vibhor R. - "As a product manager, my focus is to bring the what and why of the product and deliver the product in the promised timeline. With that said, I typically work closely with my engineering and onboard them during the planning sessions to have a say on the design and feasibility. I try to keep an idea where PMs are not the only responsible folks for ideation and engineering is free to pitch in their two cents. In addition, I typically try to do daily/weekly standup check-ins with my Developers and D"See full answer
Behavioral
🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.
"depending on project phase, apply various methodologies.
scrum for app dev, waterfall for data migration, Testing (TDD for dev, FUT FiT for manual, UAT) , OCM has it own methodology ."
Sayee M. - "depending on project phase, apply various methodologies.
scrum for app dev, waterfall for data migration, Testing (TDD for dev, FUT FiT for manual, UAT) , OCM has it own methodology ."See full answer
"You are planning to start a grocery store. How many manual checkout and automated checkout aisles would you have?
Clarify:
Is this in an urban or a rural city ? For instance is this for NY, where population is 8m
Densely populated?
Not a franchise of walmart.or. A big brand Which means no restrictions?
Approach
This will definitely depend on my budget but also the target segment . For instance, for an older population, self checkout may not be very popular. Hence, I will be making some sweepi"
Piya B. - "You are planning to start a grocery store. How many manual checkout and automated checkout aisles would you have?
Clarify:
Is this in an urban or a rural city ? For instance is this for NY, where population is 8m
Densely populated?
Not a franchise of walmart.or. A big brand Which means no restrictions?
Approach
This will definitely depend on my budget but also the target segment . For instance, for an older population, self checkout may not be very popular. Hence, I will be making some sweepi"See full answer
"It was a Finetech product to help people remove credit card limited balance issue.
The product is design especially for business man who usually use they credit card to make purchase or big transaction.
Problem
Credit card have a limit amont of money they can support. it is very difficult to handle situation where people want to make a transaction that goes beyond their supported credit card balance. Having many credit card is not easy to manage and go to trip with a huge amont of money i"
Adegnika O. - "It was a Finetech product to help people remove credit card limited balance issue.
The product is design especially for business man who usually use they credit card to make purchase or big transaction.
Problem
Credit card have a limit amont of money they can support. it is very difficult to handle situation where people want to make a transaction that goes beyond their supported credit card balance. Having many credit card is not easy to manage and go to trip with a huge amont of money i"See full answer
"The moment we realise that it's become somewhat unachievable or it's leading on a negative outcome and direction, following the below steps we took. P.S ( I worked for Amazon for 3 years on PMO)
These below will be my Initial plan
Quick sync up on hurdles and current project and why it seems this way discussion with my team
gathering all the data points (pain points) to note down and break them into smaller parts for further resolution
Review and retrospect the ongoing project, why it"
Manisha J. - "The moment we realise that it's become somewhat unachievable or it's leading on a negative outcome and direction, following the below steps we took. P.S ( I worked for Amazon for 3 years on PMO)
These below will be my Initial plan
Quick sync up on hurdles and current project and why it seems this way discussion with my team
gathering all the data points (pain points) to note down and break them into smaller parts for further resolution
Review and retrospect the ongoing project, why it"See full answer
"Think about 3 types of users -
1) User who only uses Google photos and no other Google product. What is the value that Google gets out of such user?
2) User who uses all the google products including photos but does not spend a penny on google photos (think of storage fee, buying photo albums etc.). How do photos increase the value provided by that user in conjunction with other Google products?
3) Use who spends money on Google photos.
The value provided by the first user is through their pho"
Joohi M. - "Think about 3 types of users -
1) User who only uses Google photos and no other Google product. What is the value that Google gets out of such user?
2) User who uses all the google products including photos but does not spend a penny on google photos (think of storage fee, buying photo albums etc.). How do photos increase the value provided by that user in conjunction with other Google products?
3) Use who spends money on Google photos.
The value provided by the first user is through their pho"See full answer
"This is a Diagnosis problem. We've gone over diagnosis problems in the past, but most are centered around usage. Even though this is about retention - do not be alarmed. We can still follow the TROPIC method to create a plan to thoroughly diagnose the issue:
Ask clarifying questions
List potential high level reasons
Gather Context (TROPIC)Time
Region
Other features / products (internal)
Platform
Industry / Competition
Cannibalization
**Establish a theory of proba"
Exponent - "This is a Diagnosis problem. We've gone over diagnosis problems in the past, but most are centered around usage. Even though this is about retention - do not be alarmed. We can still follow the TROPIC method to create a plan to thoroughly diagnose the issue:
Ask clarifying questions
List potential high level reasons
Gather Context (TROPIC)Time
Region
Other features / products (internal)
Platform
Industry / Competition
Cannibalization
**Establish a theory of proba"See full answer