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
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Stripe
Role: Software Engineer
Batch eligible: 2023 and 2024 grads
https://stripe.com/jobs/listing/software-engineer-new-grad/6172694
Role: Software Engineer
Batch eligible: 2023 and 2024 grads
https://stripe.com/jobs/listing/software-engineer-new-grad/6172694
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Cisco Referral (summer internship)
Role: Software Engineer โ Network/Embedded/Application Development (Intern) - India UHR
Eligibility: candidates graduating in 2026
Deadline : 25 Aug 2024, 11 : 11 AM
Apply Here : https://forms.gle/jsxv2HmYYxsjmep69
Role: Software Engineer โ Network/Embedded/Application Development (Intern) - India UHR
Eligibility: candidates graduating in 2026
Deadline : 25 Aug 2024, 11 : 11 AM
Apply Here : https://forms.gle/jsxv2HmYYxsjmep69
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Spinney is hiring for Business Analyst
Skills : Excel , SQL , Python
Send resume : praful.jain@spinny.com
Skills : Excel , SQL , Python
Send resume : praful.jain@spinny.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Freecharge is hiring Full Time Software Engineer Intern
Send resume : mansi.jaggi@freecharge.com
Send resume : mansi.jaggi@freecharge.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
PESU Venture Labs (PVL) is hiring Flutter Developer
CTC : 6 - 12 LPA
Location : Bangalore
Apply Here : https://forms.gle/zZaRkxuMYF7GE7pN9
CTC : 6 - 12 LPA
Location : Bangalore
Apply Here : https://forms.gle/zZaRkxuMYF7GE7pN9
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Amplelogic is hiring Interns, come on freshers don't miss this wonderful opportunity, share your CVS to thejaswini.c@amplelogic.com
Position : Devops interns (B tech fresher who got trained in devops only can apply)
Location : Hyderabad(onsite)
Note : based on the performance the internship will be converted to full time employment.
Position : Devops interns (B tech fresher who got trained in devops only can apply)
Location : Hyderabad(onsite)
Note : based on the performance the internship will be converted to full time employment.
๐2
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Capgemini is hiring for Fresher Data Engineer role
2024/2023/2022 passouts eligible
Apply now : https://careers.capgemini.com/job/Bangalore-Data-Engineer-0-to-2-years-Bengaluru/1111499501/?feedId=388633&utm_source=CareerSite&tcsource=apply
2024/2023/2022 passouts eligible
Apply now : https://careers.capgemini.com/job/Bangalore-Data-Engineer-0-to-2-years-Bengaluru/1111499501/?feedId=388633&utm_source=CareerSite&tcsource=apply
๐2
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
AXL Hiring !!
Role - Associate Software Engineer
https://careers.axa.com/global/en/job/AXGRGLOBAL13004705D20240620MYHRTALEOENEXTERNALENGLOBAL
Role - Associate Software Engineer
https://careers.axa.com/global/en/job/AXGRGLOBAL13004705D20240620MYHRTALEOENEXTERNALENGLOBAL