All tc passed this code
Request Parser โ
def getResponses(valid_auth_tokens, requests):
# Write your code here
res = []
for request in requests:
rt,url = request
params = url.split('?')[1].split('&')
au = None
csr = None
for elon in params:
key,value = elon.split('=')
if key=='token':
au = value
elif key =='csrf':
csr = value
if au not in valid_auth_tokens:
res.append("INVALID")
elif rt=='POST' and (csr is None or not csr.isalnum() or len(csr)<8):
res.append("INVALID")
else:
rss = "VALID"
for elon in params:
key,value = elon.split('=')
if key!='token' and key!='csrf':
rss+=f",{key},{value}"
res.append(rss)
return res
Request Parser โ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐2
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Techjet is Hiring Data Engineer Internship
Batch: 2024, 2025
Expected Stipend: 30K per month
๐Apply here-
https://www.instahyre.com/job-289451-data-engineer-internship-at-techjet-work-from-home/
๐Orangewood is Hiring SDE Intern
Batch: 2024, 2025
Batch: Expected Stipend 20k - 25K per month
๐Apply here-
https://orangewood.keka.com/careers/jobdetails/39183
Batch: 2024, 2025
Expected Stipend: 30K per month
๐Apply here-
https://www.instahyre.com/job-289451-data-engineer-internship-at-techjet-work-from-home/
๐Orangewood is Hiring SDE Intern
Batch: 2024, 2025
Batch: Expected Stipend 20k - 25K per month
๐Apply here-
https://orangewood.keka.com/careers/jobdetails/39183
Instahyre
Data Engineer (Internship) job at Techjet - Instahyre
Techjet is looking for a Data Engineer (Internship) in Work From Home with 0-0 years of experience in Big Data / DWH / ETL, Kafka, AWS, Terraform, Data Streaming, CI - CD, etc. Apply today and get your dream job at Techjet!
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐BCG is hiring Junior Data Analyst
Experience: freshers
๐Apply here:
https://careers.bcg.com/job/BCG1US10063926EXTERNALENUS/Junior-Data-Analyst-X-Delivery
Experience: freshers
๐Apply here:
https://careers.bcg.com/job/BCG1US10063926EXTERNALENUS/Junior-Data-Analyst-X-Delivery
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Groww is Hiring for SDE (Databases) Intern
Batch: 2024, 2025
Apply here-
https://www.linkedin.com/jobs/view/3879712088/
๐Unacademy is Hiring for Prompt Engineer Intern
Batch: 2024, 2025
Apply here-
https://www.linkedin.com/jobs/view/3885103611/
Batch: 2024, 2025
Apply here-
https://www.linkedin.com/jobs/view/3879712088/
๐Unacademy is Hiring for Prompt Engineer Intern
Batch: 2024, 2025
Apply here-
https://www.linkedin.com/jobs/view/3885103611/
Linkedin
Groww hiring SDE Intern (Databases) in Greater Bengaluru Area | LinkedIn
Posted 6:20:11 AM. About GrowwWe are a passionate group of people focused on making financial services accessible toโฆSee this and similar jobs on LinkedIn.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐EY is hiring for Associate Software Engineer
Expected Salary: 4-8 LPA
๐Apply here:
https://eyglobal.yello.co/jobs/8IHXFasbjHXJfZj5LjWIOg?job_board_id=c1riT--B2O-KySgYWsZO1Q&src=JB-10820
Expected Salary: 4-8 LPA
๐Apply here:
https://eyglobal.yello.co/jobs/8IHXFasbjHXJfZj5LjWIOg?job_board_id=c1riT--B2O-KySgYWsZO1Q&src=JB-10820
๐1
#include <iostream>
#include <vector>
#include <string>
using namespace std;
int count_vowels(string str) {
int count = 0;
string vowels = "aeiou";
for (char ch : str) {
if (vowels.find(tolower(ch)) != string::npos) {
count++;
}
}
return count;
}
vector<string> determine_winner(vector<string> strings) {
vector<string> winners;
for (string str : strings) {
if (count_vowels(str) == 0) {
winners.push_back("Chris");
} else {
winners.push_back("Alex");
}
}
return winners;
}.
System and Strings
JPMC โ
#include <vector>
#include <string>
using namespace std;
int count_vowels(string str) {
int count = 0;
string vowels = "aeiou";
for (char ch : str) {
if (vowels.find(tolower(ch)) != string::npos) {
count++;
}
}
return count;
}
vector<string> determine_winner(vector<string> strings) {
vector<string> winners;
for (string str : strings) {
if (count_vowels(str) == 0) {
winners.push_back("Chris");
} else {
winners.push_back("Alex");
}
}
return winners;
}.
System and Strings
JPMC โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Crux is hiring for a Fresher entry level Data Analyst! (Fresh grads can also apply)
Min experience: 0 years
Apply:-https://www.ycombinator.com/companies/crux/jobs/6woKQya-data-analyst?
Min experience: 0 years
Apply:-https://www.ycombinator.com/companies/crux/jobs/6woKQya-data-analyst?
Y Combinator
Data Analyst at Crux
What exactly will you be working on?
1. Customer Solutioning & Onboarding
Assisting the sales team in conducting demos for prospects on their dataset. This involves:
- Coordinating with prospects to understand the nuances of their data schema
- Connectingโฆ
1. Customer Solutioning & Onboarding
Assisting the sales team in conducting demos for prospects on their dataset. This involves:
- Coordinating with prospects to understand the nuances of their data schema
- Connectingโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
IKEA is hiring Data Analyst!
Qualifications: Bachelorโs/ Master's Degree
Salary: 8 LPA (Expected)
Experience: Freshers/ Experienced
Location: Bengaluru, India
๐Apply Now: https://ikea.avature.net/en_BW/External/JobDetail?id=227458%3Fsource%3DLinkedIn&source=LinkedIn
All the best ๐๐
Qualifications: Bachelorโs/ Master's Degree
Salary: 8 LPA (Expected)
Experience: Freshers/ Experienced
Location: Bengaluru, India
๐Apply Now: https://ikea.avature.net/en_BW/External/JobDetail?id=227458%3Fsource%3DLinkedIn&source=LinkedIn
All the best ๐๐
ikea.avature.net
External Careers Global NEW
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: BarRaiser
๐ Job Title: Backend Intern
โ๐ป YOE: 2023 and 2024
โก๏ธ Apply: https://www.linkedin.com/jobs/view/internship-backend-at-barraiser-3876417663/
Please do share in your college grps and in case you are applying please react on this post:) ๐โค๏ธ
๐ Job Title: Backend Intern
โ๐ป YOE: 2023 and 2024
โก๏ธ Apply: https://www.linkedin.com/jobs/view/internship-backend-at-barraiser-3876417663/
Please do share in your college grps and in case you are applying please react on this post:) ๐โค๏ธ
int minimumKeypresses(string s) {
unordered_map<char, int> counts;
for (char ch : s) {
counts[ch]++;
}
vector<int> frequencies;
for (const auto& kvp : counts) {
frequencies.push_back(kvp.second);
}
sort(frequencies.begin(), frequencies.end(), greater<int>());
vector<int> remain {9, 9, 9};
int i = 0, total = 0;
for (int count : frequencies) {
total += count * (i + 1);
remain[i]--;
if (remain[i] == 0) {
i++;
}
}
return total;
}
Amazon โ
unordered_map<char, int> counts;
for (char ch : s) {
counts[ch]++;
}
vector<int> frequencies;
for (const auto& kvp : counts) {
frequencies.push_back(kvp.second);
}
sort(frequencies.begin(), frequencies.end(), greater<int>());
vector<int> remain {9, 9, 9};
int i = 0, total = 0;
for (int count : frequencies) {
total += count * (i + 1);
remain[i]--;
if (remain[i] == 0) {
i++;
}
}
return total;
}
Amazon โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
โ๏ธQAD Off Campus Drive 2024 โ Hiring Graduate Trainee | INR 3-5 LPA*โ๏ธ
๐จโ๐ปJob Role : Graduate Trainee
๐Qualification : B.E/B.Tech/B.Sc IT, M.Sc, BCA, MCA
๐Job Location : Mumbai
๐ฐPackage : 3-5 LPA*
โญ๏ธ Apply Fast :
https://jobs.smartrecruiters.com/QADInc/743999977892485-graduate-trainee?trid=fb080058-72ee-4329-bb95-33c0b2df7dc4
๐จโ๐ปJob Role : Graduate Trainee
๐Qualification : B.E/B.Tech/B.Sc IT, M.Sc, BCA, MCA
๐Job Location : Mumbai
๐ฐPackage : 3-5 LPA*
โญ๏ธ Apply Fast :
https://jobs.smartrecruiters.com/QADInc/743999977892485-graduate-trainee?trid=fb080058-72ee-4329-bb95-33c0b2df7dc4
Smartrecruiters
QAD, Inc. Graduate Trainee | SmartRecruiters
The Engineering Graduate Trainee will be under close supervision, performing professional software engineering functions outlined below. Non-complex design and programming functions are performed independently. Prepares technical documentation and performsโฆ
Inverted Triangle โ
Best Partition โ