struct Request {
string id;
string start_time;
string end_time;
};
bool compare(Request a, Request b) {
return a.start_time < b.start_time;
}
int solve(vector<Request> requests) {
sort(requests.begin(), requests.end(), compare);
int max_concurrent = 0;
int current_concurrent = 0;
string current_end_time = "00:00:00";
for (Request request : requests) {
if (request.start_time >= current_end_time) {
current_concurrent--;
} else {
current_concurrent++;
if (current_concurrent > max_concurrent) {
max_concurrent = current_concurrent;
}
}
if (request.end_time > current_end_time) {
current_end_time = request.end_time;
}
}
return max_concurrent;
}
@allcoding1_official
string id;
string start_time;
string end_time;
};
bool compare(Request a, Request b) {
return a.start_time < b.start_time;
}
int solve(vector<Request> requests) {
sort(requests.begin(), requests.end(), compare);
int max_concurrent = 0;
int current_concurrent = 0;
string current_end_time = "00:00:00";
for (Request request : requests) {
if (request.start_time >= current_end_time) {
current_concurrent--;
} else {
current_concurrent++;
if (current_concurrent > max_concurrent) {
max_concurrent = current_concurrent;
}
}
if (request.end_time > current_end_time) {
current_end_time = request.end_time;
}
}
return max_concurrent;
}
@allcoding1_official
Nvidia answer
1)011
2)16
3)64 4)i) 100W
ii)OW iii)20W
iv)0.357
5)8 and 16
6)z=0
7)2:1
8)9
9)0.44
10)200
11)40
12)3.0
13)16
14)750 and 50
15)500
16)60
17)5
18)657
19)250 and 96
20)24
@allcoding1
1)011
2)16
3)64 4)i) 100W
ii)OW iii)20W
iv)0.357
5)8 and 16
6)z=0
7)2:1
8)9
9)0.44
10)200
11)40
12)3.0
13)16
14)750 and 50
15)500
16)60
17)5
18)657
19)250 and 96
20)24
@allcoding1
👍2
Company Name : Freshworks INC
Role : 1. Application Developer
2. Software Developer
Package Freshers: 5LPA
Package Experience (1-2 yrs) : 7.5 LPA
Skills Needed : Java , Python , HTML, CSS, Java Script, SQL and DBMS.
Location: Bangalore and Chennai (currently remote)
Passed out : 2021 - 2025
Round 1 : Coding Assessment Live in Google meet with interviewer (30 mins)
Round 2 : Technical Interview (30 mins)
Round 3 : HR Interview (20 mins)
https://docs.google.com/forms/d/e/1FAIpQLScSh9qPFBce3XvlCUbm4ZpIKuqTcN6IIsdTLPh2WXhAC4XRfQ/viewform?usp=sf_link
Role : 1. Application Developer
2. Software Developer
Package Freshers: 5LPA
Package Experience (1-2 yrs) : 7.5 LPA
Skills Needed : Java , Python , HTML, CSS, Java Script, SQL and DBMS.
Location: Bangalore and Chennai (currently remote)
Passed out : 2021 - 2025
Round 1 : Coding Assessment Live in Google meet with interviewer (30 mins)
Round 2 : Technical Interview (30 mins)
Round 3 : HR Interview (20 mins)
https://docs.google.com/forms/d/e/1FAIpQLScSh9qPFBce3XvlCUbm4ZpIKuqTcN6IIsdTLPh2WXhAC4XRfQ/viewform?usp=sf_link
👍2
Company Name: Upstox
Role: SDE Intern
Batch eligible: 2023 and 2024 passouts
Apply: https://docs.google.com/forms/d/e/1FAIpQLSebiXUKhTEoHvCnZFPDCGPqart5Qt3X48ToLgHBY7caw2CFLA/viewform
Role: SDE Intern
Batch eligible: 2023 and 2024 passouts
Apply: https://docs.google.com/forms/d/e/1FAIpQLSebiXUKhTEoHvCnZFPDCGPqart5Qt3X48ToLgHBY7caw2CFLA/viewform
Genpact Hiring
Role: Business Analyst
Apply Link:
https://genpact.taleo.net/careersection/sgy_external_career_section/jobdetail.ftl?job=BFS033345
Role: Business Analyst
Apply Link:
https://genpact.taleo.net/careersection/sgy_external_career_section/jobdetail.ftl?job=BFS033345
https://app.joinsuperset.com/join/#/signup/student?jp=38d74885-556d-43a9-b493-4dcbd0f4af73
2024 batch eligible only
2024 batch eligible only
👍2
Guys❤
👉 I am doing promotions (real Or fake) I don't know
👉I'm not forcing you. Your decision
👉I am not a responsible to you and money
👉 I need money that why I'm doing promotions try understand
👉 I am doing promotions (real Or fake) I don't know
👉I'm not forcing you. Your decision
👉I am not a responsible to you and money
👉 I need money that why I'm doing promotions try understand
👍4
bool f(int n) {
while (n != 0) {
if ((n & 3) == 3)
return true;
n >>= 1;
}
return false;
}
int solve(int n) {
int count = 0;
for (int i = 0; i <= n; i++) {
if (!f(i))
count++;
}
return count;
}
Telegram:- @allcoding1
while (n != 0) {
if ((n & 3) == 3)
return true;
n >>= 1;
}
return false;
}
int solve(int n) {
int count = 0;
for (int i = 0; i <= n; i++) {
if (!f(i))
count++;
}
return count;
}
Telegram:- @allcoding1
👍1
🎯Revolut Off Campus Drive 2024 | Support Specialist | Work from home | 4-8 LPA
Job Role : Support Specialist
Qualification : Any Graduate
Location : Remote
Salary : 4-8 LPA
Apply Now:-
https://www.revolut.com/en-IN/careers/position/support-specialist-identity-and-verification-analyst-35ee6d79-acf3-4dcc-8544-19d8115f2ed6/
Telegram:- @allcoding1
Job Role : Support Specialist
Qualification : Any Graduate
Location : Remote
Salary : 4-8 LPA
Apply Now:-
https://www.revolut.com/en-IN/careers/position/support-specialist-identity-and-verification-analyst-35ee6d79-acf3-4dcc-8544-19d8115f2ed6/
Telegram:- @allcoding1
👍1
Meesho is hiring SDE
Apply link 👇
https://jobs.lever.co/meesho/b4bfd213-f69f-4dff-a51b-9816c27d4343
Telegram:- @allcoding1
Apply link 👇
https://jobs.lever.co/meesho/b4bfd213-f69f-4dff-a51b-9816c27d4343
Telegram:- @allcoding1