Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
โ๏ธCoredge Off Campus Drive 2023 for Graduate Engineer Trainee | B.E/B.Tech | 4-6 LPA*โ๏ธ
๐จโ๐ป Job Role : Graduate Engineer Trainee
๐Qualification : B.E/B.Tech
๐Batch : Any batch
๐ฐPackage : 4-6 LPA*
https://coredge.io/careers/graduate-engineer-trainee/
๐จโ๐ป Job Role : Graduate Engineer Trainee
๐Qualification : B.E/B.Tech
๐Batch : Any batch
๐ฐPackage : 4-6 LPA*
https://coredge.io/careers/graduate-engineer-trainee/
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Scientific Software Developer
Employment Type: Full-time
Eligibility: Passing years 2021, 2022, and 2023 graduates with B.E./B.Tech or M.E./M.Tech degrees in Computer/IT/Mechanical stream only
Salary: 5 LPA*
Location: Pune (in-office)
Preferred Tech Stack: C, C++
Interview Stages:
Coding Round: Evaluate your problem-solving abilities and coding expertise.
Technical Round 1: Assess your technical proficiency in the preferred tech stack (C, C++).
Technical Round 2: Further delve into your technical knowledge and understanding of scientific principles.
Director Round (Technical & Managerial): Comprehensive evaluation by our director to assess both technical and managerial competencies.
This is an excellent opportunity for fresh graduates to kickstart their careers in a dynamic and innovative work environment. Please provide the information of the students who are interested by filling out the Excel link below. Additionally, ensure that you include their resumes in a separate folder.
https://docs.google.com/spreadsheets/u/0/d/1DusSzmPHuQsIm7L6hAICbQzcniu0vYuAnKYiKeL2cIM/htmlview
Please find attached the Job Descriptions (JD) along with detailed information about our company. The JD outlines the responsibilities, qualifications, and other relevant details for the role.
If there are any specific procedures or protocols to follow in sharing this opportunity with your students, please let us know, and we will be happy to comply.
Thank you for your cooperation, and we look forward to identifying bright talents from your esteemed institution.
drive address -
Centre for Computational Technologies - CCTech
Office 403 | Pushpak Business Hub | Wakad | Pune | 411057 | India
www.cctech.co.in | CCTech โ "Transforming human life by democratization of technology"
if you are eligible share your eligible so share your CV what's app number - 7440804151 mention your full name, off campus drive...
note - share your before CV 11am ( 6/12/23).
Employment Type: Full-time
Eligibility: Passing years 2021, 2022, and 2023 graduates with B.E./B.Tech or M.E./M.Tech degrees in Computer/IT/Mechanical stream only
Salary: 5 LPA*
Location: Pune (in-office)
Preferred Tech Stack: C, C++
Interview Stages:
Coding Round: Evaluate your problem-solving abilities and coding expertise.
Technical Round 1: Assess your technical proficiency in the preferred tech stack (C, C++).
Technical Round 2: Further delve into your technical knowledge and understanding of scientific principles.
Director Round (Technical & Managerial): Comprehensive evaluation by our director to assess both technical and managerial competencies.
This is an excellent opportunity for fresh graduates to kickstart their careers in a dynamic and innovative work environment. Please provide the information of the students who are interested by filling out the Excel link below. Additionally, ensure that you include their resumes in a separate folder.
https://docs.google.com/spreadsheets/u/0/d/1DusSzmPHuQsIm7L6hAICbQzcniu0vYuAnKYiKeL2cIM/htmlview
Please find attached the Job Descriptions (JD) along with detailed information about our company. The JD outlines the responsibilities, qualifications, and other relevant details for the role.
If there are any specific procedures or protocols to follow in sharing this opportunity with your students, please let us know, and we will be happy to comply.
Thank you for your cooperation, and we look forward to identifying bright talents from your esteemed institution.
drive address -
Centre for Computational Technologies - CCTech
Office 403 | Pushpak Business Hub | Wakad | Pune | 411057 | India
www.cctech.co.in | CCTech โ "Transforming human life by democratization of technology"
if you are eligible share your eligible so share your CV what's app number - 7440804151 mention your full name, off campus drive...
note - share your before CV 11am ( 6/12/23).
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Tower Research Capital
Role: ML Engineering Intern
Batch eligible: 2024 passouts
Apply: https://www.tower-research.com/open-positions/?gh_jid=5546199
Role: ML Engineering Intern
Batch eligible: 2024 passouts
Apply: https://www.tower-research.com/open-positions/?gh_jid=5546199
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
If interested, apply from here: https://docs.google.com/forms/d/e/1FAIpQLSfMb2TWkWpim_7OeovJ0ULjGHLXTclP3lWVCHtj8pPugnHDVg/viewform
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Eagleview
Role: Software Engineer 1
Batch eligible: 2022 and 2023 passouts
Apply: https://bit.ly/488e697
Role: Software Engineer 1
Batch eligible: 2022 and 2023 passouts
Apply: https://bit.ly/488e697
#include <iostream>
#include <unordered_map>
#include <string>
#include <algorithm>
using namespace std;
int main() {
int n;
cin >> n;
cin.ignore(); // Consume the newline after the integer input
unordered_map<string, int> hashtagCount;
// Read n events
for (int i = 0; i < n; ++i) {
string line;
getline(cin, line);
size_t hashtagStart = line.find('#');
if (hashtagStart != string::npos) {
size_t delimiterStart = line.find(" || ", hashtagStart);
if (delimiterStart != string::npos) {
string hashtag = line.substr(hashtagStart, delimiterStart - hashtagStart);
// Increment the count of the hashtag
hashtagCount[hashtag]++;
}
}
}
// Finding the most frequent hashtag
string mostFrequentHashtag;
int maxCount = 0;
for (const auto& entry : hashtagCount) {
if (entry.second > maxCount) {
mostFrequentHashtag = entry.first;
maxCount = entry.second;
}
}
cout << mostFrequentHashtag << endl;
return 0;
}
Hashtag
C++โ
Wayfair
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
#include <iostream> #include <unordered_map> #include <string> #include <algorithm> using namespace std; int main() { int n; cin >> n; cin.ignore(); // Consume the newline after the integer input unordered_map<string, int> hashtagCount;โฆ
string solve(vector<string> arr){
int n=arr.size();
map<string,set<string>> mp;
for(auto x:arr){
// AliceBob kisi||
string temp="";
vector<string> v;
for(int i=0;i<x.size();i++){
if(x[i]=='|'){
v.push_back(temp);
i++;
temp="";
}
else{
temp+=x[i];
}
}
v.push_back(temp);
v.pop_back();
if(v.back().size()){
mp[v[0]].insert(v.back());
}
}
int maxi=0;
for(auto x:mp){
maxi=max(maxi,(int)x.second.size());
}
if(maxi==0){
return "None";
}
else{
for(auto x:mp){
if(x.second.size()==maxi){
return x.first;
}
}
}
}
Hashtag code โ
int n=arr.size();
map<string,set<string>> mp;
for(auto x:arr){
// Alice
string temp="";
vector<string> v;
for(int i=0;i<x.size();i++){
if(x[i]=='|'){
v.push_back(temp);
i++;
temp="";
}
else{
temp+=x[i];
}
}
v.push_back(temp);
v.pop_back();
if(v.back().size()){
mp[v[0]].insert(v.back());
}
}
int maxi=0;
for(auto x:mp){
maxi=max(maxi,(int)x.second.size());
}
if(maxi==0){
return "None";
}
else{
for(auto x:mp){
if(x.second.size()==maxi){
return x.first;
}
}
}
}
Hashtag code โ
def mowgliDoors(S):
count = int(S[0] == '0')
for i in range(1, len(S)):
if S[i] != S[i - 1]:
count += 1
return count
test_cases = ['111', '010', '10011']
for test_case in test_cases:
result = mowgliDoors(test_case)
print(result)
Mogali โ
count = int(S[0] == '0')
for i in range(1, len(S)):
if S[i] != S[i - 1]:
count += 1
return count
test_cases = ['111', '010', '10011']
for test_case in test_cases:
result = mowgliDoors(test_case)
print(result)
Mogali โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Akamai Technology
Role: Software Engineer(Remote)
Batch eligible: 2023 passouts only
Apply: https://bit.ly/3NegyCV
Role: Software Engineer(Remote)
Batch eligible: 2023 passouts only
Apply: https://bit.ly/3NegyCV
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Teach with Programming Pathshala in Winters
https://docs.google.com/forms/d/e/1FAIpQLSdzsbtX0YXb7Zd7oAUI4LX8x3ui84QPBlER97PEyxmn3Oa8_g/viewform
https://docs.google.com/forms/d/e/1FAIpQLSdzsbtX0YXb7Zd7oAUI4LX8x3ui84QPBlER97PEyxmn3Oa8_g/viewform
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Deutsche Telecom Digital Labs
Role: Software Engineer
Batch eligible: 2022 and 2023 passouts
Apply: https://docs.google.com/forms/d/e/1FAIpQLSexPRgGm3vdgJdpot8FV96eHh-3rHa-JIwXjuSVNDRQ0Wnoyw/viewform
Role: Software Engineer
Batch eligible: 2022 and 2023 passouts
Apply: https://docs.google.com/forms/d/e/1FAIpQLSexPRgGm3vdgJdpot8FV96eHh-3rHa-JIwXjuSVNDRQ0Wnoyw/viewform
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Loweโs
Role: Software Engineer
Batch eligible: 2022 and 2023 passouts
Apply: https://talent.lowes.com/in/en/job/JR-01578370/Software-Engineer
Role: Software Engineer
Batch eligible: 2022 and 2023 passouts
Apply: https://talent.lowes.com/in/en/job/JR-01578370/Software-Engineer
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Forta is hiring SDE - 1
For 2022/2023 Grads
https://boards.greenhouse.io/fortra/jobs/4303268006?gh_src=61ca785e6us
For 2022/2023 Grads
https://boards.greenhouse.io/fortra/jobs/4303268006?gh_src=61ca785e6us
boards.greenhouse.io
Java Software Engineer - Mid II Level
Armenia
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Volvo
Post Name: Data Analyst Engineer
Salary: up to โน9 LPA *
Experience: Freshers/Experience
Batch: 2024 and before
Job Location: Bangalore
Apply link: https://xjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25079&siteid=5171&PageType=JobDetails&jobid=772269#jobDetails=772269_5171
Post Name: Data Analyst Engineer
Salary: up to โน9 LPA *
Experience: Freshers/Experience
Batch: 2024 and before
Job Location: Bangalore
Apply link: https://xjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25079&siteid=5171&PageType=JobDetails&jobid=772269#jobDetails=772269_5171
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Intel is hiring VLSI interns
For 2023/2024 Grads
https://www.linkedin.com/posts/ganeshmachavarapu_vlsijobs-intel-internshipopportunity-activity-7132751557548281857-JdXa?utm_source=share&utm_medium=member_android
For 2023/2024 Grads
https://www.linkedin.com/posts/ganeshmachavarapu_vlsijobs-intel-internshipopportunity-activity-7132751557548281857-JdXa?utm_source=share&utm_medium=member_android
Linkedin
Intel India NXD is looking for interns for the year 2023-24. | Ganesh Machavarapu
Intel India NXD is looking for interns for the year 2023-24.
Criteria to keep in mind
CGPA: 7+
Passing year 2024
Minimum duration - 6 months
Skill โ VLSI design
BTech/MTech with VLSI background
please mail to ganeshmachavarapu@gmail.com with updatedโฆ
Criteria to keep in mind
CGPA: 7+
Passing year 2024
Minimum duration - 6 months
Skill โ VLSI design
BTech/MTech with VLSI background
please mail to ganeshmachavarapu@gmail.com with updatedโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Job opportunity for 2023 Grads
https://www.linkedin.com/posts/thripura-k_great-opportunity-for-freshers-2023-newt-activity-7130834431212191746-g6cU?utm_source=share&utm_medium=member_android
https://www.linkedin.com/posts/thripura-k_great-opportunity-for-freshers-2023-newt-activity-7130834431212191746-g6cU?utm_source=share&utm_medium=member_android
Linkedin
Thripura Kukkadapu on LinkedIn: Great opportunity for Freshers 2023!
Newt Global is a leading globalโฆ | 29 comments
Newt Global is a leading globalโฆ | 29 comments
Great opportunity for Freshers 2023!
Newt Global is a leading global Information Technology and Consulting company that focuses on Automation, Cloudโฆ | 29 comments on LinkedIn
Newt Global is a leading global Information Technology and Consulting company that focuses on Automation, Cloudโฆ | 29 comments on LinkedIn