Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Happy independence day guys๐ฎ๐ณ
โค4
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
โผ๏ธ I know SOTI hiring aaya hai, but link dekh kr mujhe lga ki oncampus hai...so I contacted recruiter pr unne koi reply nhi kra, that's why I not shared till now....
Phir bhi bahut koi puche toh I am sharing (Abhi bhi hm sure nhi hai oncampus hai ya offcampus)
SOTI hiring for 2023 grad.
https://soti.wd3.myworkdayjobs.com/SOTI_Campus_Recruitment_India/job/Kochi-India/Campus-Recruitment--SOTI-India-_R05620
Phir bhi bahut koi puche toh I am sharing (Abhi bhi hm sure nhi hai oncampus hai ya offcampus)
SOTI hiring for 2023 grad.
https://soti.wd3.myworkdayjobs.com/SOTI_Campus_Recruitment_India/job/Kochi-India/Campus-Recruitment--SOTI-India-_R05620
๐1
int getMaximumLength(string lotterryID, string winnerID, int k)
{
int ans = 0;
int i = 0;
while (i < min(lotterryID.size(), winnerID.size()))
{
if (lotterryID[i] == winnerID[i])
{
ans++;
i++;
}
else if (((lotterryID[i] - 96) % 26) + 1 == winnerID[i] - 96)
{
ans++;
i++;
}
else if (((lotterryID[i] - 96) % 26) - 1 == winnerID[i] - 96)
{
ans++;
i++;
}
else
{
i++;
}
}
return ans;
}
Lottery Winner โ (C++)
{
int ans = 0;
int i = 0;
while (i < min(lotterryID.size(), winnerID.size()))
{
if (lotterryID[i] == winnerID[i])
{
ans++;
i++;
}
else if (((lotterryID[i] - 96) % 26) + 1 == winnerID[i] - 96)
{
ans++;
i++;
}
else if (((lotterryID[i] - 96) % 26) - 1 == winnerID[i] - 96)
{
ans++;
i++;
}
else
{
i++;
}
}
return ans;
}
Lottery Winner โ (C++)
โค1
def longestCommonSubsequence(self, text1: str, text2: str)
#Tabulation Approach
if len(text1)==0 or len(text2)==0:
return 0
rows,columns=(len(text2)+1,len(text1)+1)
dp = [[0 for j in range(columns)] for i in range(rows)]
for col in range(1,columns):
for row in range(1,rows):
if text1[col-1]==text2[row-1]:
dp[row][col]=1+dp[row-1][col-1]
else:
dp[row][col]=max(dp[row-1][col],dp[row][col-1])
return dp[rows-1][columns-1]
Lottery Winner โ (Python 3)
#Tabulation Approach
if len(text1)==0 or len(text2)==0:
return 0
rows,columns=(len(text2)+1,len(text1)+1)
dp = [[0 for j in range(columns)] for i in range(rows)]
for col in range(1,columns):
for row in range(1,rows):
if text1[col-1]==text2[row-1]:
dp[row][col]=1+dp[row-1][col-1]
else:
dp[row][col]=max(dp[row-1][col],dp[row][col-1])
return dp[rows-1][columns-1]
Lottery Winner โ (Python 3)
โค1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Propel is hiring
Role: Trainee-QA
Batch eligible: 2023 passouts only
CTC, not sure but it will be less than 5 LPA.
Link: https://talent.propelinc.com/jobs/Careers/26698000043917373/Fresher-2023-QA?source=CareerSite
P.S. I am jst sharing coz I have to share all opportunities, but acc to me ignore this because role is QA and bond is also there
Role: Trainee-QA
Batch eligible: 2023 passouts only
CTC, not sure but it will be less than 5 LPA.
Link: https://talent.propelinc.com/jobs/Careers/26698000043917373/Fresher-2023-QA?source=CareerSite
P.S. I am jst sharing coz I have to share all opportunities, but acc to me ignore this because role is QA and bond is also there
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Bosscoder Academy is hiring for Software Engineer + Content Manager role.
Batch eligible: 2022 or before
CTC: 6-8 LPA
Skillset: Problem solving, frontend, backend.
Link:https://bit.ly/3PwD2xc
Batch eligible: 2022 or before
CTC: 6-8 LPA
Skillset: Problem solving, frontend, backend.
Link:https://bit.ly/3PwD2xc
Google Docs
Bosscoder Academy Hiring
Bosscoder Academy is an online academy that provides personalized courses and assistance to tech engineers to help them become one of the best software engineers in the world.
We are hiring for:
1. Software Engineer & Content Manager
Perks of working atโฆ
We are hiring for:
1. Software Engineer & Content Manager
Perks of working atโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Crio.Do is hiring for project engineer Role
Batch eligible: 2022 and earlier
CTC: 4.5 - 5.5 LPA
Link: https://bit.ly/3JXcvYV
Batch eligible: 2022 and earlier
CTC: 4.5 - 5.5 LPA
Link: https://bit.ly/3JXcvYV
Linkedin
Crio.Do hiring Project Engineer ( Learn & Earn ) in Bengaluru, Karnataka, India | LinkedIn
Posted 6:03:08 AM. As a Project Engineer at Crio,Learn and add 6+ work-like projects to your resume in a period of 1โฆSee this and similar jobs on LinkedIn.
One third of a two digit number exceeds it's one fourth by 7. What is the sum of digits of the number ?
Anonymous Quiz
11%
72
41%
84
15%
15
33%
12
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
10x Academy, just gone through their curriculum.
Highly recommended to take demo sessions to 2023 batch or one who is looking for the job currently
U guys can also go directly: https://bit.ly/3C8taqx
Highly recommended to take demo sessions to 2023 batch or one who is looking for the job currently
U guys can also go directly: https://bit.ly/3C8taqx
10x Academy
Online Coding Bootcamp - Pay Fees After Placement
Get Guaranteed Jobs Between 5-24 LPA. Pay After Placement. Become a Full Stack Developer in 24 Weeks.
int minimumKeypadClickCount(string input)
{
char right[9][3] = {
{'a', 'j', 's'},
{'b', 'o', 't'},
{'c', 'p', 'u'},
{'d', 'k', 'v'},
{'h', 'm', 'z'},
{'g', 'l', '@'},
{'e', 'n', 'w'},
{'f', 'q', 'x'},
{'i', 'r', 'y'}};
int n, c = 0, ans = 0;
n = input.length();
for (int i = 0; i < n; i++)
{
int d = input[i] - 97;
d = d % 3;
c += (d + 1);
}
for (int i = 0; i < n; i++)
{
for (int j = 0; j < 9; j++)
{
for (int k = 0; k < 3; k++)
{
if (right[j][k] == input[i])
ans += (k + 1);
}
}
}
return ans;
}
Amazon โ
{
char right[9][3] = {
{'a', 'j', 's'},
{'b', 'o', 't'},
{'c', 'p', 'u'},
{'d', 'k', 'v'},
{'h', 'm', 'z'},
{'g', 'l', '@'},
{'e', 'n', 'w'},
{'f', 'q', 'x'},
{'i', 'r', 'y'}};
int n, c = 0, ans = 0;
n = input.length();
for (int i = 0; i < n; i++)
{
int d = input[i] - 97;
d = d % 3;
c += (d + 1);
}
for (int i = 0; i < n; i++)
{
for (int j = 0; j < 9; j++)
{
for (int k = 0; k < 3; k++)
{
if (right[j][k] == input[i])
ans += (k + 1);
}
}
}
return ans;
}
Amazon โ
โค1
โ๏ธVirtusa Recruitment 2022 : Hiring for Freshers as Associate Engineer With 5-6.5 LPAโ๏ธ
๐จโ๐ป Job Role : Associate Engineer(Job+Prizes)
๐ Qualification : B.E/ B.Tech/M.E/M.Tech/MCA/M.Sc
๐ฐ CTC : Rs. 5-6.5 LPA
Apply here
๐จโ๐ป Job Role : Associate Engineer(Job+Prizes)
๐ Qualification : B.E/ B.Tech/M.E/M.Tech/MCA/M.Sc
๐ฐ CTC : Rs. 5-6.5 LPA
Apply here
FresherEarth - Get All Latest Jobs Here
Virtusa Recruitment 2022 : Hiring for Freshers as Associate Engineer With 5-6.5 LPA
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
๐ฑ1
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ pinned ยซโ๏ธVirtusa Recruitment 2022 : Hiring for Freshers as Associate Engineer With 5-6.5 LPAโ๏ธ ๐จโ๐ป Job Role : Associate Engineer(Job+Prizes) ๐ Qualification : B.E/ B.Tech/M.E/M.Tech/MCA/M.Sc ๐ฐ CTC : Rs. 5-6.5 LPA Apply hereยป
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Cientra hiring 2022 Batch (BTech/MTech - ECE, EEE) Graduate Engineers for working in Analog Layout/Circuit and RTL Design profile.
Eligibility :
** Theory Marks in X/XII should be 80% and above.
** BE/BTECH and ME/MTech score should be 70% and above.
Work location : Bangalore
Interviews planned : between 24 Aug & 26 Aug 2022.
Expected Date of joining : On or before 1 Sept 2022 in Cientra Bangalore Office.
Relocation assistance will be provided for all outstation candidates.
For electrical grads specially.
Interested candidates who suffice the eligibility criteria mentioned above can share their resume on freshers@cientra.com
Eligibility :
** Theory Marks in X/XII should be 80% and above.
** BE/BTECH and ME/MTech score should be 70% and above.
Work location : Bangalore
Interviews planned : between 24 Aug & 26 Aug 2022.
Expected Date of joining : On or before 1 Sept 2022 in Cientra Bangalore Office.
Relocation assistance will be provided for all outstation candidates.
For electrical grads specially.
Interested candidates who suffice the eligibility criteria mentioned above can share their resume on freshers@cientra.com
๐2
Check Sum
Thryve Digital
C++โ
Thryve Digital
C++โ