Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
We are looking for HR interns for our Corporate Office.
Location : Jaipur, Rajasthan
Qualification : MBA -HR 2023- 2024 (Freshers Only)
Interested candidates can share their resumes on shivani.kamthan@genus.in.
Location : Jaipur, Rajasthan
Qualification : MBA -HR 2023- 2024 (Freshers Only)
Interested candidates can share their resumes on shivani.kamthan@genus.in.
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
vector<int> lis[100001];
int vis[100001];
void initialize(int n)
{
for (int i = 0; i <= n; i++)
{
lis[i].clear();
vis[i] = 0;
}
}
set<int> found;
void dfs(int node)
{
found.insert(node);
vis[node] = 1;
for (int child : lis[node])
{
if (vis[child] == 0)
{
dfs(child);
}
}
}
vector<int> timeOfInfection(int n, int m, vector<int> initially_infected, vector<vector<int>> update)
{
vector<int> status(n, 0);
vector<int> ans(n, -1);
for (int i = 0; i < m; i++)
{
status[initially_infected[i]] = 1;
ans[initially_infected[i]]=0;
}
for (int i = 0; i < update.size(); i++)
{
int type = update[i][0];
if (type == 0)
{
int a = update[i][1];
int b = update[i][2];
if (status[a] == 0 && status[b] == 0)
{
lis[a].push_back(b);
lis[b].push_back(a);
}
else if (status[a] == 1 && status[b] == 1)
{
lis[a].push_back(b);
lis[b].push_back(a);
}
else if (status[a] == 1)
{
found.clear();
dfs(b);
for (auto x : found)
{
ans[x] = i + 1;
status[x] = 1;
}
}
else
{
found.clear();
dfs(a);
for (auto x : found)
{
ans[x] = i + 1;
status[x] = 1;
}
}
}
}
for (int i = 0; i < update.size(); i++)
{
int type = update[i][0];
if(type==1)
{
int a=update[i][1];
if(i+1<ans[a])
{
ans[a]=-1;
}
}
}
return ans;
}
Virus infection โ
int vis[100001];
void initialize(int n)
{
for (int i = 0; i <= n; i++)
{
lis[i].clear();
vis[i] = 0;
}
}
set<int> found;
void dfs(int node)
{
found.insert(node);
vis[node] = 1;
for (int child : lis[node])
{
if (vis[child] == 0)
{
dfs(child);
}
}
}
vector<int> timeOfInfection(int n, int m, vector<int> initially_infected, vector<vector<int>> update)
{
vector<int> status(n, 0);
vector<int> ans(n, -1);
for (int i = 0; i < m; i++)
{
status[initially_infected[i]] = 1;
ans[initially_infected[i]]=0;
}
for (int i = 0; i < update.size(); i++)
{
int type = update[i][0];
if (type == 0)
{
int a = update[i][1];
int b = update[i][2];
if (status[a] == 0 && status[b] == 0)
{
lis[a].push_back(b);
lis[b].push_back(a);
}
else if (status[a] == 1 && status[b] == 1)
{
lis[a].push_back(b);
lis[b].push_back(a);
}
else if (status[a] == 1)
{
found.clear();
dfs(b);
for (auto x : found)
{
ans[x] = i + 1;
status[x] = 1;
}
}
else
{
found.clear();
dfs(a);
for (auto x : found)
{
ans[x] = i + 1;
status[x] = 1;
}
}
}
}
for (int i = 0; i < update.size(); i++)
{
int type = update[i][0];
if(type==1)
{
int a=update[i][1];
if(i+1<ans[a])
{
ans[a]=-1;
}
}
}
return ans;
}
Virus infection โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Latest Job Opening Update
Company โ Prodigal SoftTech India Private Limited
Role โ Data Analytics Intern
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/detail/data-analytics-internship-in-bangalore-at-prodigal-softtech-india-private-limited1709017623?utm_source=cp_link&referral=web_share
Company โ Specrom Analytics
Role โ Data Science Intern
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/detail/part-time-data-science-internship-in-multiple-locations-at-specrom-analytics1709008815?utm_source=cp_link&referral=web_share
Company โ iDataLytics
Role โ Data science intern
Exp. โ 0-5 yrs
Apply Here โ https://www.simplyhired.co.in/job/a9BuN4ejA13LLJJDd24FStNxJxZaexsDdniAo6i4o4JDT-9w4-lMvQ
Company โ Prodigal SoftTech India Private Limited
Role โ Data Analytics Intern
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/detail/data-analytics-internship-in-bangalore-at-prodigal-softtech-india-private-limited1709017623?utm_source=cp_link&referral=web_share
Company โ Specrom Analytics
Role โ Data Science Intern
Exp. โ Fresher
Apply Here โ https://internshala.com/internship/detail/part-time-data-science-internship-in-multiple-locations-at-specrom-analytics1709008815?utm_source=cp_link&referral=web_share
Company โ iDataLytics
Role โ Data science intern
Exp. โ 0-5 yrs
Apply Here โ https://www.simplyhired.co.in/job/a9BuN4ejA13LLJJDd24FStNxJxZaexsDdniAo6i4o4JDT-9w4-lMvQ
Internshala
Data Analytics Internship at Prodigal SoftTech India Private Limited
Join our dynamic team for a visual revamp project, enhancing our analytics deliverables through meticulous logic validation, integration of advanced charts/filters, and aesthetic upgrades. Over two months, work closely with our analytics team in Bangaloreโฆ
โค1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name : Google
Role : Silicon Engineer Internship
Batch : 2025 passout females ( WISH Programme)
Link :
https://wish.talentsprint.com/?utm_source=lnkd_post&utm_medium=linkedin&utm_campaign=google-wish-lnkd_post_image-arsh_wish_influencer&utm_content=lnkd_post_image
Role : Silicon Engineer Internship
Batch : 2025 passout females ( WISH Programme)
Link :
https://wish.talentsprint.com/?utm_source=lnkd_post&utm_medium=linkedin&utm_campaign=google-wish-lnkd_post_image-arsh_wish_influencer&utm_content=lnkd_post_image
Talentsprint
Women in Silicon Hardware (WISH) Program
WISH is a fully funded immersive program offered by TalentSprint and supported by Google. Designed to train and nurture potential third-year women engineering students, empowering them to be part of the Semicon revolution.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Concentrix is Hiring !!
Role: Intern- Software Engineering Internship
Batch: 2024, 2025
๐ Apply here:
https://jobs.concentrix.com/global/en/job/CONCGLOBALR1472761EXTERNALENGLOBAL/Intern-Software-Engineering-Internship-INDIA
Role: Intern- Software Engineering Internship
Batch: 2024, 2025
๐ Apply here:
https://jobs.concentrix.com/global/en/job/CONCGLOBALR1472761EXTERNALENGLOBAL/Intern-Software-Engineering-Internship-INDIA
Finding maximum distinct items
IBMโ
IBMโ
๐1
Wiley edge โ
#include <iostream>
#include <vector>
#include <algorithm>
#include <numeric>
#include <climits>
using namespace std;
int countMinimumOperations(string password) {
int v = 0, c = 0;
vector<int> cost(26, 26), choices;
for (char ch = 'a'; ch <= 'z'; ch++) {
for (char vowel : "aeiou") {
cost[ch - 'a'] = min(cost[ch - 'a'], abs(ch - vowel));
}
}
for (char ch : password) {
if (cost[ch - 'a'] == 0) {
v++;
} else {
c++;
choices.push_back(cost[ch - 'a']);
}
}
if (v > c) {
return (v - c) / 2;
}
sort(choices.begin(), choices.end());
return accumulate(choices.begin(), choices.begin() + (c - v) / 2, 0);
}
IBMโ
#include <vector>
#include <algorithm>
#include <numeric>
#include <climits>
using namespace std;
int countMinimumOperations(string password) {
int v = 0, c = 0;
vector<int> cost(26, 26), choices;
for (char ch = 'a'; ch <= 'z'; ch++) {
for (char vowel : "aeiou") {
cost[ch - 'a'] = min(cost[ch - 'a'], abs(ch - vowel));
}
}
for (char ch : password) {
if (cost[ch - 'a'] == 0) {
v++;
} else {
c++;
choices.push_back(cost[ch - 'a']);
}
}
if (v > c) {
return (v - c) / 2;
}
sort(choices.begin(), choices.end());
return accumulate(choices.begin(), choices.begin() + (c - v) / 2, 0);
}
IBMโ
โค1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐OLA is hiring for Software Developer Intern
Stipend: โน 30k - โน 50k
Apply here: https://docs.google.com/forms/d/e/1FAIpQLSfuOSPDwkjNlXkpo4zA9_GACQxwr3lMae2YFFu6L0-6irBF4Q/viewform
Stipend: โน 30k - โน 50k
Apply here: https://docs.google.com/forms/d/e/1FAIpQLSfuOSPDwkjNlXkpo4zA9_GACQxwr3lMae2YFFu6L0-6irBF4Q/viewform
Reaching permutation โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
DE Shaw and Group is hiring for Associate Roles.
Eligibility : 2024 pass-outs
Links :
โข AssociateโFront Office Tech: https://lnkd.in/gF2Ypict
โข AssociateโFinancial Research: https://lnkd.in/gAEkK5nS
โข AssociateโD. E. Shaw Renewable Investments: https://lnkd.in/gDUY_eye
โข AssociateโD. E. Shaw Research (Operations and Recruitment): https://lnkd.in/gV8dKQ3x
Eligibility : 2024 pass-outs
Links :
โข AssociateโFront Office Tech: https://lnkd.in/gF2Ypict
โข AssociateโFinancial Research: https://lnkd.in/gAEkK5nS
โข AssociateโD. E. Shaw Renewable Investments: https://lnkd.in/gDUY_eye
โข AssociateโD. E. Shaw Research (Operations and Recruitment): https://lnkd.in/gV8dKQ3x
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)
#Hiring @BlackwaterTech
#Jr. Software Developer
#0-1 yr experience
Interested candidates can share resumes to supriyaa@blackwater.tech.
#Jr. Software Developer
#0-1 yr experience
Interested candidates can share resumes to supriyaa@blackwater.tech.
LinkedIn
LinkedIn Login, Sign in | LinkedIn
Login to LinkedIn to keep in touch with people you know, share ideas, and build your career.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Walk in Drive for freshers...! Novastrid is #hiringnow
Position: QA Trainee
Location: Madurai
Qualifications: - Any Degree / Professional Degree (From 2020 to 2023 passed out to students only)
- Basic knowledge of Manual and Automation testing in the IT Industry
- Should have strong English communication skills (Oral & Written)
- Certified candidates are preferable.
- Immediate Joiners required.
Levels of Interview: - Group Discussion - Written Test (Aptitude, English writing skill) -
Technical round - Final round with our CEO via Microsoft Teams Work Type: Direct Office Walk-in Date: 29.02.2024 (Thursday) Time: 10 AM Address: NovaStrid IT Ventures Pvt Ltd, 127A/1, Indigo Arcade Second Floor, SBI Bank Upstairs, K.Pudur, Madurai-625007.
Position: QA Trainee
Location: Madurai
Qualifications: - Any Degree / Professional Degree (From 2020 to 2023 passed out to students only)
- Basic knowledge of Manual and Automation testing in the IT Industry
- Should have strong English communication skills (Oral & Written)
- Certified candidates are preferable.
- Immediate Joiners required.
Levels of Interview: - Group Discussion - Written Test (Aptitude, English writing skill) -
Technical round - Final round with our CEO via Microsoft Teams Work Type: Direct Office Walk-in Date: 29.02.2024 (Thursday) Time: 10 AM Address: NovaStrid IT Ventures Pvt Ltd, 127A/1, Indigo Arcade Second Floor, SBI Bank Upstairs, K.Pudur, Madurai-625007.
Linkedin
Sign Up | LinkedIn
500 million+ members | Manage your professional identity. Build and engage with your professional network. Access knowledge, insights and opportunities.