"Clarification questions
What is the purpose of connecting the DB?
Do we expect high-volumes of traffic to hit the DB
Do we have scalability or reliability concerns?
Format
Code -> DB
Code -> Cache -> DB
API -> Cache -> DB - APIs are built for a purpose and have a specified protocol (GET, POST, DELETE) to speak to the DB. APIs can also use a contract to retrieve information from a DB much faster than code.
Load balanced APIs -> Cache -> DB
**Aut"
Aaron W. - "Clarification questions
What is the purpose of connecting the DB?
Do we expect high-volumes of traffic to hit the DB
Do we have scalability or reliability concerns?
Format
Code -> DB
Code -> Cache -> DB
API -> Cache -> DB - APIs are built for a purpose and have a specified protocol (GET, POST, DELETE) to speak to the DB. APIs can also use a contract to retrieve information from a DB much faster than code.
Load balanced APIs -> Cache -> DB
**Aut"See full answer
"Potential ad creators:
Brands
Drivers
Travel services.
Goal: To create a revenue stream. Acquire new users? To potentially develop new products? For now, lets focus on generating revenue as the goal.
Potential ad products:
Ads from brands you can watch while you are riding. Most riders dont look at the app while riding but we can provide them incentives like 5% off next ride if they watch ads the whole ride and pay it via ad revenue.
Drivers can pay Lyft to be matched more w"
M N. - "Potential ad creators:
Brands
Drivers
Travel services.
Goal: To create a revenue stream. Acquire new users? To potentially develop new products? For now, lets focus on generating revenue as the goal.
Potential ad products:
Ads from brands you can watch while you are riding. Most riders dont look at the app while riding but we can provide them incentives like 5% off next ride if they watch ads the whole ride and pay it via ad revenue.
Drivers can pay Lyft to be matched more w"See full answer
"virtual function is a member function declared with virtual keyword in a base class. It enables derived classes to redefine this function with their own specific implementations."
Sonia M. - "virtual function is a member function declared with virtual keyword in a base class. It enables derived classes to redefine this function with their own specific implementations."See full answer
"An Object Oriented programming deals with data and members.
An Object Oriented Programming consumes more memory.
An OOPS Consist of bottom-up approach.
An OOPS is more secure Than POP.
POP.
An POP deals with Functions.
An POP is less secure compare to OOPS.
An POP contains less memory.
An POP doesnt contain acess Modifiers."
Arun G. - "An Object Oriented programming deals with data and members.
An Object Oriented Programming consumes more memory.
An OOPS Consist of bottom-up approach.
An OOPS is more secure Than POP.
POP.
An POP deals with Functions.
An POP is less secure compare to OOPS.
An POP contains less memory.
An POP doesnt contain acess Modifiers."See full answer
Software Engineer
Concept
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"BERT - bidirectional encoder representations from transformer.
For example:- it takes an entire sentence as input at once and understands the meaning of the words in that sentence and calculate the relations of words with each other irrespective of their positions from the original word to understand the meaning of the word using neighboring words. BERT model is a pre trained transformer model which can be fine-tuned for our purposes. It is used for tasks such sentimental analysis, question answ"
Bhavya V. - "BERT - bidirectional encoder representations from transformer.
For example:- it takes an entire sentence as input at once and understands the meaning of the words in that sentence and calculate the relations of words with each other irrespective of their positions from the original word to understand the meaning of the word using neighboring words. BERT model is a pre trained transformer model which can be fine-tuned for our purposes. It is used for tasks such sentimental analysis, question answ"See full answer
"Function that is passed as an argument or parameter to another function and it gets executed when the function that it is passed to gets executed"
Susmita S. - "Function that is passed as an argument or parameter to another function and it gets executed when the function that it is passed to gets executed"See full answer
"Clarification
Am I the PM for overall Xbox or certain part of the Xbox team?
Interview (I): let's assume you own the overall Xbox product
Are there particular user segments that the MSFT Gaming division is trying to focus on as their strategy?
I: nothing in particular, why don't you tell me where we should focus?
What are some challenges that Xbox have been facing? (ie revenue from xbox hardware purchase? xbox live subscription purchase? engagement?)
I: nothing in pa"
Mark - "Clarification
Am I the PM for overall Xbox or certain part of the Xbox team?
Interview (I): let's assume you own the overall Xbox product
Are there particular user segments that the MSFT Gaming division is trying to focus on as their strategy?
I: nothing in particular, why don't you tell me where we should focus?
What are some challenges that Xbox have been facing? (ie revenue from xbox hardware purchase? xbox live subscription purchase? engagement?)
I: nothing in pa"See full answer
"A typical computer vision pipeline consists of several key stages that process and analyze visual data to extract meaningful information. Here’s a general outline of the steps involved:
Image Acquisition:Capturing images or videos using cameras or other imaging devices.
Preprocessing steps such as resizing, cropping, and converting color spaces.
Image Preprocessing:Noise reduction (e.g., using filters like Gaussian blur).
Image normalization to standardize pixel values.
Contrast e"
Shibin P. - "A typical computer vision pipeline consists of several key stages that process and analyze visual data to extract meaningful information. Here’s a general outline of the steps involved:
Image Acquisition:Capturing images or videos using cameras or other imaging devices.
Preprocessing steps such as resizing, cropping, and converting color spaces.
Image Preprocessing:Noise reduction (e.g., using filters like Gaussian blur).
Image normalization to standardize pixel values.
Contrast e"See full answer
"TCP and UDP are ways in which data is transferred over the internet. TCP needs to have a connection between the two hosts in order for data to be transferred, while UDP begin the transfer without waiting for a connection between the two hosts.
This makes UDP faster, but not as reliable as TCP because there is a chance the data transfer wont happen in UDP due to the uncertainty of the connection.
TCP is used where reliable data transfer is crucial e.g file transfers, email, web browsing
and UDP"
Musonda C. - "TCP and UDP are ways in which data is transferred over the internet. TCP needs to have a connection between the two hosts in order for data to be transferred, while UDP begin the transfer without waiting for a connection between the two hosts.
This makes UDP faster, but not as reliable as TCP because there is a chance the data transfer wont happen in UDP due to the uncertainty of the connection.
TCP is used where reliable data transfer is crucial e.g file transfers, email, web browsing
and UDP"See full answer
"inheritance means its acquire all properties from parent class to child class.composition means its acquire some properties as our request is called composition"
Niteesh V. - "inheritance means its acquire all properties from parent class to child class.composition means its acquire some properties as our request is called composition"See full answer