Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Prakash Jeganathan on LinkedIn: *******๐ Exciting Opportunity: Golang Internship Available ๐โฆ
*******๐ Exciting Opportunity: Golang Internship Available ๐ **********
We're on the lookout for a passionate Golang intern! If you have the dedication toโฆ
We're on the lookout for a passionate Golang intern! If you have the dedication toโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Siemens Scholarship Program - Siemens IN
https://www.siemens.com/in/en/company/sustainability/corporate-citizenship/siemens-scholarship-program.html
https://www.siemens.com/in/en/company/sustainability/corporate-citizenship/siemens-scholarship-program.html
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
#UrgentHirning for SOC Freshers
send cv on jyotsnaj@futurismtechnologies.com
Job Location: Hinjewadi Phase 1 Pune
Job Description:
-> Graduate from technical background
-> Good communication
-> Basic understanding of Networking
Originally posted by: Jyotsna J.
send cv on jyotsnaj@futurismtechnologies.com
Job Location: Hinjewadi Phase 1 Pune
Job Description:
-> Graduate from technical background
-> Good communication
-> Basic understanding of Networking
Originally posted by: Jyotsna J.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Infrrd is hiring ML intern
For 2024, 2025, 2026 grads
Location: Remote.
https://infrrd.bamboohr.com/careers/137
For 2024, 2025, 2026 grads
Location: Remote.
https://infrrd.bamboohr.com/careers/137
Infrrd
Current Openings
Take a look at the current openings at Infrrd
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company โ APTAGRIM CONSULTING PRIVATE LIMITED
Role โ Deep Learning Engineer Internship
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/details/deep-learning-engineer-internship-in-hyderabad-at-aptagrim-consulting-private-limited1724242188?utm_source=cp_link&referral=web_share
Company โ Arcatron Mobility Private Limited
Role โ Data Analytics Internship
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/details/data-analytics-internship-in-pune-at-arcatron-mobility-private-limited1724236338?utm_source=cp_link&referral=web_share
Role โ Deep Learning Engineer Internship
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/details/deep-learning-engineer-internship-in-hyderabad-at-aptagrim-consulting-private-limited1724242188?utm_source=cp_link&referral=web_share
Company โ Arcatron Mobility Private Limited
Role โ Data Analytics Internship
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/details/data-analytics-internship-in-pune-at-arcatron-mobility-private-limited1724236338?utm_source=cp_link&referral=web_share
Internshala
Deep Learning Engineer Internship at APTAGRIM CONSULTING PRIVATE LIMITED, Hyderabad
We are looking for a talented deep learning engineer intern to join our team at Aptagrim Consulting Private Limited. As an intern, you will have the opportunity to work on cutting-edge projects in the fields of deep learning, computer vision, machine learningโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Uber is hiring University Graduates !
2024 batch passouts eligible
Fill Form for Referral : https://forms.gle/cJGzPcimTDhbFKwj9
2024 batch passouts eligible
Fill Form for Referral : https://forms.gle/cJGzPcimTDhbFKwj9
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: BrowserStack
Role: Software Engineer 1
Batch eligible: 2022 and 2023 grads
Apply: https://browserstack.wd3.myworkdayjobs.com/External/job/India-Remote/Software-Engineer---Off-Campus-2024---1_JR101411
Role: Software Engineer 1
Batch eligible: 2022 and 2023 grads
Apply: https://browserstack.wd3.myworkdayjobs.com/External/job/India-Remote/Software-Engineer---Off-Campus-2024---1_JR101411
#include <iostream>
#include <vector>
#include <map>
#include <set>
using namespace std;
int totaltriplets(vector<int> capacity, int totalcapacity) {
int n = capacity.size();
map<int, vector<int>> m;
for (int i = 0; i < n; i++)
m[capacity[i]].push_back(i);
set<vector<int>> s;
for (int i = 0; i < n - 1; i++) {
int p = capacity[i] * capacity[i + 1];
if (m[totalcapacity / p].empty())
continue;
for (auto j : m[totalcapacity / p]) {
int mi = min(min(i, j), i + 1);
int mx = max(max(i, j), i + 1);
int mid = (i + j + i + 1) - (mi + mx);
if (j != i && j != i + 1)
s.insert({mi, mid, mx});
}
}
return s.size();
}
Distinct Combinationsโ
Apple
#include <vector>
#include <map>
#include <set>
using namespace std;
int totaltriplets(vector<int> capacity, int totalcapacity) {
int n = capacity.size();
map<int, vector<int>> m;
for (int i = 0; i < n; i++)
m[capacity[i]].push_back(i);
set<vector<int>> s;
for (int i = 0; i < n - 1; i++) {
int p = capacity[i] * capacity[i + 1];
if (m[totalcapacity / p].empty())
continue;
for (auto j : m[totalcapacity / p]) {
int mi = min(min(i, j), i + 1);
int mx = max(max(i, j), i + 1);
int mid = (i + j + i + 1) - (mi + mx);
if (j != i && j != i + 1)
s.insert({mi, mid, mx});
}
}
return s.size();
}
Distinct Combinationsโ
Apple
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
def calculate_score(text, prefix, suffix):
max_score = 0
max_pre = 0
result = ""
for i in range(len(text)):
for j in range(i + 1, len(text) + 1):
sub_str = text[i:j]
pre = find_pre_length(sub_str, prefix)
post = find_post_length(sub_str, suffix)
if max_score < (pre + post):
max_score = pre + post
result = sub_str
max_pre = pre
elif max_score == pre + post:
if pre > max_pre:
max_pre = pre
result = sub_str
else:
arr = [result, sub_str]
arr.sort()
if arr[0] == sub_str:
result = sub_str
max_pre = pre
return result
def find_post_length(sub_str, suffix):
max_len = 0
for i in range(len(sub_str)):
length = 0
str_part = sub_str[i:]
k = 0
for j in range(len(suffix)):
if k < len(str_part) and str_part[k] == suffix[j]:
length += 1
k += 1
else:
break
if length > max_len and k == len(str_part):
max_len = length
return max_len
def find_pre_length(sub_str, prefix):
max_len = 0
for i in range(1, len(sub_str) + 1):
length = 0
j = len(prefix) - 1
str_part = sub_str[:i]
k = len(str_part) - 1
while j >= 0 and k >= 0:
if str_part[k] == prefix[j]:
length += 1
k -= 1
j -= 1
else:
break
if length > max_len and k == -1:
max_len = length
return max_len
if __name__ == "__main__":
text = "nothing"
prefix = "bruno"
suffix = "ingenious"
result = calculate_score(text, prefix, suffix)
print(result)
Approximate Matching โ
Apple
๐Anlage Infotech (India) Pvt Ltd is Hiring for "Data Analyst"
Role: Data Analyst
Location - Noida
Experience: 0 - 1 Year
โจFreshers Eligible
Immediate joiner
Interested candidates can share their CV at
Kavita.c@anlage.co.in
Role: Data Analyst
Location - Noida
Experience: 0 - 1 Year
โจFreshers Eligible
Immediate joiner
Interested candidates can share their CV at
Kavita.c@anlage.co.in
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://www.linkedin.com/posts/nainavimal_hiring-hiring-internship-activity-7231912359743660036-Fi7n
Send your Resume to above HR
Send your Resume to above HR