Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
ZS is hiring for tech roles through ZS tech challenge - 2025 grads
https://app.joinsuperset.com/join/#/company/c0ca2554-565e-4d4d-b244-0cdfddda0bbc/competitions/a1e875ca-c51e-4049-970c-5046df2afd9a
https://app.joinsuperset.com/join/#/company/c0ca2554-565e-4d4d-b244-0cdfddda0bbc/competitions/a1e875ca-c51e-4049-970c-5046df2afd9a
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Cyber Security Internship Opportunity
Location: IIT Kanpur
Position Type: Virtual
Duration: 1 Month
Skills Knowledge: Cybersecurity + Python + GenAI
Learnings:
1. Research on Cybersecurity Threats and Trends
2. Building Projects on Cybersecurity and AI
3. Learning basics to advanced skills in Python
Kindly submit the form: https://lnkd.in/gaCcGTVM
NOTE: Few Interns will be selected at IIT Kanpur for full-time internship with Cyber3ra
Location: IIT Kanpur
Position Type: Virtual
Duration: 1 Month
Skills Knowledge: Cybersecurity + Python + GenAI
Learnings:
1. Research on Cybersecurity Threats and Trends
2. Building Projects on Cybersecurity and AI
3. Learning basics to advanced skills in Python
Kindly submit the form: https://lnkd.in/gaCcGTVM
NOTE: Few Interns will be selected at IIT Kanpur for full-time internship with Cyber3ra
lnkd.in
LinkedIn
This link will take you to a page thatโs not on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
MAQ Hiring Software Engineer
https://forms.office.com/pages/responsepage.aspx?id=0o3Z5JmR5UK6i9o-dj7eLq0Di02SxiRKvrcmuY04xrFUQTlQM0tZNEpaQktGT09OUjJZOEhHSzNaNC4u
https://forms.office.com/pages/responsepage.aspx?id=0o3Z5JmR5UK6i9o-dj7eLq0Di02SxiRKvrcmuY04xrFUQTlQM0tZNEpaQktGT09OUjJZOEhHSzNaNC4u
Office
Please fill out this form
def maximize_profit(prices):
if len(prices) < 2:
return "Not Possible"
min_price = prices[0]
max_profit = 0
for price in prices[1:]:
max_profit = max(max_profit, price - min_price)
min_price = min(min_price, price)
if max_profit > 0:
return "Possible\n{}".format(max_profit)
else:
return "Not Possible"
n = int(input())
prices = list(map(int, input().split()))
print(maximize_profit(prices))
Maximize Profit โ
if len(prices) < 2:
return "Not Possible"
min_price = prices[0]
max_profit = 0
for price in prices[1:]:
max_profit = max(max_profit, price - min_price)
min_price = min(min_price, price)
if max_profit > 0:
return "Possible\n{}".format(max_profit)
else:
return "Not Possible"
n = int(input())
prices = list(map(int, input().split()))
print(maximize_profit(prices))
Maximize Profit โ
# include <bits/stdc++.h>
using namespace std;
#define ll long long
signed main(){
ll n; cin>>n;
vector<ll>a(n);
for(ll i=0;i<n;i++) cin>>a[i];
ll x=0;
for(ll i=0;i<n;i++) x^=a[i];
ll ans=LONG_MAX;
for(ll i=0;i<n;i++) ans=min(ans,x^a[i]);
cout<<ans<<endl;
return 0;
}
Minimum Xor โ
using namespace std;
#define ll long long
signed main(){
ll n; cin>>n;
vector<ll>a(n);
for(ll i=0;i<n;i++) cin>>a[i];
ll x=0;
for(ll i=0;i<n;i++) x^=a[i];
ll ans=LONG_MAX;
for(ll i=0;i<n;i++) ans=min(ans,x^a[i]);
cout<<ans<<endl;
return 0;
}
Minimum Xor โ
int minimumMagic(int n, int m, vector<int> &p, vector<int> &mp) {
vector<int> v(n);
int sum_ = 0;
for (int i = 0; i < n; ++i) {
v[i] = p[i] - mp[i];
sum_ += p[i];
}
sort(v.begin(), v.end(), greater<int>());
if (sum_ <= m) {
return 0;
}
for (int i = 0; i < n; ++i) {
sum_ -= v[i];
if (sum_ <= m) {
return i + 1;
}
}
return 0;
}
Hiring Drive โ
vector<int> v(n);
int sum_ = 0;
for (int i = 0; i < n; ++i) {
v[i] = p[i] - mp[i];
sum_ += p[i];
}
sort(v.begin(), v.end(), greater<int>());
if (sum_ <= m) {
return 0;
}
for (int i = 0; i < n; ++i) {
sum_ -= v[i];
if (sum_ <= m) {
return i + 1;
}
}
return 0;
}
Hiring Drive โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Position: HR Fresher
Location: Phase 8B, Mohali, Punjab
Interview: Face-to-face only
Requirements: Training or internship in HR.
How to Apply: Send CV to sanjot@brucode.com or call/WhatsApp 7009008101.
Location: Phase 8B, Mohali, Punjab
Interview: Face-to-face only
Requirements: Training or internship in HR.
How to Apply: Send CV to sanjot@brucode.com or call/WhatsApp 7009008101.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company โ Unified Mentor Private Limited
Role โ data analyst intern
Exp. โ Fresher
Apply Here โ https://www.linkedin.com/jobs/view/3907324906
Company โ Acencore Technologies
Role โ AI & ML Internship
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/details/work-from-home-ai-ml-internship-at-acencore-technologies1713779302?utm_source=cp_link&referral=web_share
Company โ INI8 Labs Private Limited
Role โ Data Engineering Internship
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/details/data-engineering-internship-in-bangalore-at-ini8-labs-private-limited1713853327?utm_source=cp_link&referral=web_share
Role โ data analyst intern
Exp. โ Fresher
Apply Here โ https://www.linkedin.com/jobs/view/3907324906
Company โ Acencore Technologies
Role โ AI & ML Internship
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/details/work-from-home-ai-ml-internship-at-acencore-technologies1713779302?utm_source=cp_link&referral=web_share
Company โ INI8 Labs Private Limited
Role โ Data Engineering Internship
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/details/data-engineering-internship-in-bangalore-at-ini8-labs-private-limited1713853327?utm_source=cp_link&referral=web_share
Internshala
AI & ML Work From Home Internship at Acencore Technologies
Selected intern's day-to-day responsibilities include:
1. Assist in Data Preparation: Support data preprocessing tasks using Python, NumPy, and Pandas, including cleaning, transformation, and feature engineering.
2. NLP Support: Assist in NLP tasksโฆ
1. Assist in Data Preparation: Support data preprocessing tasks using Python, NumPy, and Pandas, including cleaning, transformation, and feature engineering.
2. NLP Support: Assist in NLP tasksโฆ
#include <bits/stdc++.h>
using namespace std;
int findMinimumLengthSubarray(vector<int> arr, int k) {
int n = arr.size();
unordered_map<int, int> freq;
int distinct = 0;
int minLength = INT_MAX;
int left = 0;
for (int right = 0; right < n; ++right) {
if (freq[arr[right]] == 0) {
distinct++;
}
freq[arr[right]]++;
while (distinct >= k) {
minLength = min(minLength, right - left + 1);
freq[arr[left]]--;
if (freq[arr[left]] == 0) {
distinct--;
}
left++;
}
}
return minLength == INT_MAX ? -1 : minLength;
}
Minimum Sub Array โ
using namespace std;
int findMinimumLengthSubarray(vector<int> arr, int k) {
int n = arr.size();
unordered_map<int, int> freq;
int distinct = 0;
int minLength = INT_MAX;
int left = 0;
for (int right = 0; right < n; ++right) {
if (freq[arr[right]] == 0) {
distinct++;
}
freq[arr[right]]++;
while (distinct >= k) {
minLength = min(minLength, right - left + 1);
freq[arr[left]]--;
if (freq[arr[left]] == 0) {
distinct--;
}
left++;
}
}
return minLength == INT_MAX ? -1 : minLength;
}
Minimum Sub Array โ
int
IBMโ
Password string
minimalFilps(string bits)
{
int n = bits.length();
int flipsFromLeft[n];
int flipsFromRight[n];
int flips = 0;
for (
int i = 0; i < n; i++) {
if (bits[i] == '0')
flips++;
flipsFromLeft[i] = flips;
}
flips = 0;
for (
int i = n - 1; i >= 0; i--) {
if (bits[i] == '1')
flips++;
flipsFromRight[i] = flips;
}
int minFlips = INT_MAX;
for (
int i = 1; i < n; i++) {
if (flipsFromLeft[i - 1] + flipsFromRight[i] < minFlips)
minFlips = flipsFromLeft[i - 1] + flipsFromRight[i];
}
return minFlips;
}
IBMโ
Password string
vector<string> areAlmostEquivalent(const vector<string>& s, const vector<string>& t) {
vector<string> result;
for (int i = 0; i < s.size(); ++i) {
vector<int> s_count(26, 0);
vector<int> t_count(26, 0);
for (char c : s[i]) {
s_count[c - 'a']++;
}
for (char c : t[i]) {
t_count[c - 'a']++;
}
bool valid = true;
for (int j = 0; j < 26; ++j) {
if (abs(s_count[j] - t_count[j]) > 3) {
valid = false;
break;
}
}
if (valid) {
result.push_back("YES");
} else {
result.push_back("NO");
}
}
return result;
}
IBMโ
vector<string> result;
for (int i = 0; i < s.size(); ++i) {
vector<int> s_count(26, 0);
vector<int> t_count(26, 0);
for (char c : s[i]) {
s_count[c - 'a']++;
}
for (char c : t[i]) {
t_count[c - 'a']++;
}
bool valid = true;
for (int j = 0; j < 26; ++j) {
if (abs(s_count[j] - t_count[j]) > 3) {
valid = false;
break;
}
}
if (valid) {
result.push_back("YES");
} else {
result.push_back("NO");
}
}
return result;
}
IBMโ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Klenty is hiring for Junior Fullstack Engineer (MERN)
Expected Salary: 5-10 LPA
Apply here:
https://linkedin.com/jobs/view/3907344195/
Expected Salary: 5-10 LPA
Apply here:
https://linkedin.com/jobs/view/3907344195/
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Backend Engineer - API at Argyle
Batch: 2024
Pay : $110k + Stock
Know More: https://boards.greenhouse.io/argyle/jobs/4118289004
Batch: 2024
Pay : $110k + Stock
Know More: https://boards.greenhouse.io/argyle/jobs/4118289004
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Weekday is hiring for SDE 1 (Frontend)
Salary: 14-20 LPA
Apply here:
https://linkedin.com/jobs/view/3908439353/
Salary: 14-20 LPA
Apply here:
https://linkedin.com/jobs/view/3908439353/
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Bahwan Cybertek | Mobile Developer | 2024, 2025 Grads | Expected Salary: 12-15 LPA
https://apply.workable.com/bahwan-cybertek-group/j/A83F554937/
https://apply.workable.com/bahwan-cybertek-group/j/A83F554937/
Workable
Fresher - Mobile development - Bahwan Cybertek Group
Dedication to innovative, sophisticated designs and collaborative problem-solvingExperience in planning and developing websites across multiple products and organizationsExtensive knowledge of web applications, programming languages, and web services โ...