"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
"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
"In Java, GC is the process of automatically identifying and reclaming memory occupied by objects that are no longer reachable.. the process involves the 3 steps
Mark phase -- identify the objects that are still in use. i.e reachable
sweep Phase -- removes the unreachable objects
compact phase -- rearragnes objects to prevent fragmentation
4 types of Garbage collection
Serial GC -- single threaded simple and compacting -- best for small applications
Parrallel GC -- throughput GC"
Sue G. - "In Java, GC is the process of automatically identifying and reclaming memory occupied by objects that are no longer reachable.. the process involves the 3 steps
Mark phase -- identify the objects that are still in use. i.e reachable
sweep Phase -- removes the unreachable objects
compact phase -- rearragnes objects to prevent fragmentation
4 types of Garbage collection
Serial GC -- single threaded simple and compacting -- best for small applications
Parrallel GC -- throughput GC"See full answer
Software Engineer
Concept
🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.
"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
"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
"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