"I have this approach of:
30% seniors, to help the semi senior to grow.
30% to 35% semi seniors, to help the jr to grow.
37% to 40% jr or software engineers.
With this approach and can foster a culture of grow but also be prepared to rotation of the team.
And if you have to add more people, the onboarding is more simple."
Cristian A. - "I have this approach of:
30% seniors, to help the semi senior to grow.
30% to 35% semi seniors, to help the jr to grow.
37% to 40% jr or software engineers.
With this approach and can foster a culture of grow but also be prepared to rotation of the team.
And if you have to add more people, the onboarding is more simple."See full answer
"Clarifications
Only travellers to be considered? Or should we consider work staff, people who come to receive and see off people when they are traveling? → In essence who is considered to the count? → Assumption, only travellers. If not then you have to consider, staff (ATC, Security, Airlines ground staff, Customs, shop employees, airport staff etc.) making the estimate very difficult, But If I had to guess I would say 5% of total travellers across all the staffing categories.
Estimate"
S H. - "Clarifications
Only travellers to be considered? Or should we consider work staff, people who come to receive and see off people when they are traveling? → In essence who is considered to the count? → Assumption, only travellers. If not then you have to consider, staff (ATC, Security, Airlines ground staff, Customs, shop employees, airport staff etc.) making the estimate very difficult, But If I had to guess I would say 5% of total travellers across all the staffing categories.
Estimate"See full answer
"Install was sudden or gradual.
Let’s we are seeing it from last month.
It it happening in any particular country or location?
Let’s say india only.
Have we seen any bad PR issues from our competitors?
Let’s say no.
Have we launched any new song from any famous singer in the last month?
Let’s say no.
Only installs are increased or free to premium conversion is also increased.
Let’s say yes we have seen increase in free to premium conversion also.
Have we launched any new market campaign with extr"
Rudra pratap S. - "Install was sudden or gradual.
Let’s we are seeing it from last month.
It it happening in any particular country or location?
Let’s say india only.
Have we seen any bad PR issues from our competitors?
Let’s say no.
Have we launched any new song from any famous singer in the last month?
Let’s say no.
Only installs are increased or free to premium conversion is also increased.
Let’s say yes we have seen increase in free to premium conversion also.
Have we launched any new market campaign with extr"See full answer
Product Manager
Analytical
+1 more
🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.
"Are we also considaring the office buildings or only houses? Both
So we know the NYC land area is 1254 sqkm
1 square kilometer = 247.105 acres that means 1254 sqkm will be = 309870 acr ( rounding)
So this is total space, in this say living area is 80% that means 80% * 309870 = 247896 acrs
In this 60% residential which will be 148738 acrs residential area and rest is 99158 acres are business blocks
Menas (148738/247) =602 sq km =602178 sq mtr residential and 401449 sq mtr for busine"
Indranil G. - "Are we also considaring the office buildings or only houses? Both
So we know the NYC land area is 1254 sqkm
1 square kilometer = 247.105 acres that means 1254 sqkm will be = 309870 acr ( rounding)
So this is total space, in this say living area is 80% that means 80% * 309870 = 247896 acrs
In this 60% residential which will be 148738 acrs residential area and rest is 99158 acres are business blocks
Menas (148738/247) =602 sq km =602178 sq mtr residential and 401449 sq mtr for busine"See full answer
"public class CircularBuffer {
private T[] buffer;
private int head;
private int tail;
private int size;
private final int capacity;
public CircularBuffer(int capacity) {
this.capacity = capacity;
this.buffer = (T[]) new Object[capacity];
this.head = 0;
this.tail = 0;
this.size = 0;
}
public void enqueue(T item) {
if (isFull()) {
throw new IllegalStateException("Buffer is full");
}
buf"
Vidhyadhar V. - "public class CircularBuffer {
private T[] buffer;
private int head;
private int tail;
private int size;
private final int capacity;
public CircularBuffer(int capacity) {
this.capacity = capacity;
this.buffer = (T[]) new Object[capacity];
this.head = 0;
this.tail = 0;
this.size = 0;
}
public void enqueue(T item) {
if (isFull()) {
throw new IllegalStateException("Buffer is full");
}
buf"See full answer
"Binary Search on the array and after than compare the numbers at low and the high pointers whichever is closest is the answer. Because after the binary search low will be pointing to a number which is immediate greater than x and high will be pointing to a number which is immediate lesser than x.
int low = 0;
int high = n-1;
while(low <= high){
int mid = (low + high) / 2;
if(x == arr[mid]) return mid; //if x is already present then it will be the closest
else if(x < arr[mid]) high"
Shashwat K. - "Binary Search on the array and after than compare the numbers at low and the high pointers whichever is closest is the answer. Because after the binary search low will be pointing to a number which is immediate greater than x and high will be pointing to a number which is immediate lesser than x.
int low = 0;
int high = n-1;
while(low <= high){
int mid = (low + high) / 2;
if(x == arr[mid]) return mid; //if x is already present then it will be the closest
else if(x < arr[mid]) high"See full answer
"I would determine if it was in line with out company goals and put together a quick analysis of the market for smart phones to talk about in the morning."
Dean S. - "I would determine if it was in line with out company goals and put together a quick analysis of the market for smart phones to talk about in the morning."See full answer
"The VR/AR industry is poised to explode and a wearable tech has steadily entered the mainstream. As a CEO of a healthtech startup, I would build a product that serves both industries - the 'middleware' between the plethora of smart watches / fitness trackers and the increasing number of VR/AR workout applications. This product would make it easy for apps to record key health metrics for their users without integrating with the countless wearable tech brands on the market."
Jason C. - "The VR/AR industry is poised to explode and a wearable tech has steadily entered the mainstream. As a CEO of a healthtech startup, I would build a product that serves both industries - the 'middleware' between the plethora of smart watches / fitness trackers and the increasing number of VR/AR workout applications. This product would make it easy for apps to record key health metrics for their users without integrating with the countless wearable tech brands on the market."See full answer
"Clarification: Would data insights be presented in the form of a dashboard and KPIs (Key Performance Indicators)? (Assume yes)
Hypothesis: Data insights relating to the health of an organization are presented in terms of KPIs (Key Performance Indicators) and via a dashboard.
Approach:
· Profile Target Users
· Users’ Pain Points and Features to make data insights successful
· Metrics
· Other considerations
Target Users: Since we are talking about the health of an organizati"
Agnes D. - "Clarification: Would data insights be presented in the form of a dashboard and KPIs (Key Performance Indicators)? (Assume yes)
Hypothesis: Data insights relating to the health of an organization are presented in terms of KPIs (Key Performance Indicators) and via a dashboard.
Approach:
· Profile Target Users
· Users’ Pain Points and Features to make data insights successful
· Metrics
· Other considerations
Target Users: Since we are talking about the health of an organizati"See full answer