#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 โ
Nearest friends House โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐จLatest Job Openings๐จ
Company โ Pearson
Role โ Data Engineer - Intern
Exp. โ Fresher
Apply Here โ https://www.linkedin.com/jobs/view/3884561204
Company โ Sustainable Living Lab (SL2)
Role โ AI/ML Curriculum Development Intern
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/detail/work-from-home-ai-ml-curriculum-development-internship-at-sustainable-living-lab-sl21712557023?utm_source=cp_link&referral=web_share
Company โ Learning Paths (The Bag)
Role โ Data Analytics Intern
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/details/data-analytics-internship-in-bangalore-at-learning-paths-the-bag1712400481?utm_source=cp_link&referral=web_share
Company โ Jash Data Sciences
Role โ Data Scientist
Exp. โ 0-5 yrs
Apply Here โ https://www.linkedin.com/jobs/view/3877095659
Company โ Pearson
Role โ Data Engineer - Intern
Exp. โ Fresher
Apply Here โ https://www.linkedin.com/jobs/view/3884561204
Company โ Sustainable Living Lab (SL2)
Role โ AI/ML Curriculum Development Intern
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/detail/work-from-home-ai-ml-curriculum-development-internship-at-sustainable-living-lab-sl21712557023?utm_source=cp_link&referral=web_share
Company โ Learning Paths (The Bag)
Role โ Data Analytics Intern
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/details/data-analytics-internship-in-bangalore-at-learning-paths-the-bag1712400481?utm_source=cp_link&referral=web_share
Company โ Jash Data Sciences
Role โ Data Scientist
Exp. โ 0-5 yrs
Apply Here โ https://www.linkedin.com/jobs/view/3877095659
Internshala
AI/ML Curriculum Development Work From Home Internship at Sustainable Living Lab (SL2)
Selected intern's day-to-day responsibilities include:
1. Crafting and refining curriculum content that spans artificial intelligence, machine learning, data science, IoT, and Python programming, catering to a diverse global youth audience
2. Developingโฆ
1. Crafting and refining curriculum content that spans artificial intelligence, machine learning, data science, IoT, and Python programming, catering to a diverse global youth audience
2. Developingโฆ
๐2
Generated Numbersโ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Wipro is fueling growth to its practice and scouting energetic MBA Finance Freshers who have zeal to contribute to the vision of the firm. Please send us your confirmation and resume if in case you are interested for the role.
Please find below the details :
Experience Required - Fresher - 6 Months
Education - MBA Finance / Risk Management /
Level - Management Trainee
Location - Gurugram
Joining - Immediate
Shifts - UK Shifts / US shifts
Interested candidates can share their CV at Jatin.sharma5@wipro.com
Please find below the details :
Experience Required - Fresher - 6 Months
Education - MBA Finance / Risk Management /
Level - Management Trainee
Location - Gurugram
Joining - Immediate
Shifts - UK Shifts / US shifts
Interested candidates can share their CV at Jatin.sharma5@wipro.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Looking to hire MTech Communciation/Signal Processing 2023 pass out candidates to join our Modem System Test team in Hyderabad.
If interested please share your resume to aayushar@qti.qualcomm.com
If interested please share your resume to aayushar@qti.qualcomm.com