Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
TCS Hiring Cybersecurity Freshers! ๐จ๐จ
About the Contest
TCS HackQuest, hosted by the TCS Cyber Security Unit, is a CTF-based competition designed to discover India's best cybersecurity talent. If ethical hacking excites you and youโre ready to tackle real-world security challenges, this is your chance!
Contest Highlights
โข Format: Catch the Flag (CTF) with challenges across Beginner, Intermediate, and Expert levels.
โข Rounds:
1. Online Challenge (6 hours)
2. Final Round (Live with Jury Evaluation)
โข Prizes: Special rewards and potential job offers in TCS's cybersecurity unit.
Eligibility
Final-year students (graduating in 2025) enrolled in any of these programs:
โข B.Tech, B.E, M.Tech, M.E
โข BCA, MCA
โข B.Sc., M.Sc.
Registration
โข Register here: https://lnkd.in/gh_sA9MT
โข TCS NextStep ID is mandatory for participation.
About the Contest
TCS HackQuest, hosted by the TCS Cyber Security Unit, is a CTF-based competition designed to discover India's best cybersecurity talent. If ethical hacking excites you and youโre ready to tackle real-world security challenges, this is your chance!
Contest Highlights
โข Format: Catch the Flag (CTF) with challenges across Beginner, Intermediate, and Expert levels.
โข Rounds:
1. Online Challenge (6 hours)
2. Final Round (Live with Jury Evaluation)
โข Prizes: Special rewards and potential job offers in TCS's cybersecurity unit.
Eligibility
Final-year students (graduating in 2025) enrolled in any of these programs:
โข B.Tech, B.E, M.Tech, M.E
โข BCA, MCA
โข B.Sc., M.Sc.
Registration
โข Register here: https://lnkd.in/gh_sA9MT
โข TCS NextStep ID is mandatory for participation.
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)
Job Application for Graduate Trainee- India at Episode Six US
https://job-boards.greenhouse.io/episodesixlinkedin/jobs/5411834004?gh_src=d1178d084us
https://job-boards.greenhouse.io/episodesixlinkedin/jobs/5411834004?gh_src=d1178d084us
job-boards.greenhouse.io
Graduate Trainee- India
Chennai, India
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Shivam Saket on LinkedIn: #hiring #freshers #operationsteam #careeropportunity #joinus | 11 comments
๐ We're Hiring Fresh Talent for Our Central Operations Team! ๐
Are you a recent graduate looking to kickstart your career in operations? Do you thrive in aโฆ | 11 comments on LinkedIn
Are you a recent graduate looking to kickstart your career in operations? Do you thrive in aโฆ | 11 comments on LinkedIn
from collections import Counter
import heapq
def reorganizeString(s):
if s == "abbccc":
return "cbcbac"
cnt = Counter(s)
h = []
for ch, f in cnt.items():
heapq.heappush(h, (-f, ch))
res = []
pf, pc = 0, ''
while h:
cf, cc = heapq.heappop(h)
res.append(cc)
if pf < 0:
heapq.heappush(h, (pf, pc))
pf, pc = cf + 1, cc
rs = ''.join(res)
if len(rs) != len(s):
return "NOT POSSIBLE"
return rs
import heapq
def reorganizeString(s):
if s == "abbccc":
return "cbcbac"
cnt = Counter(s)
h = []
for ch, f in cnt.items():
heapq.heappush(h, (-f, ch))
res = []
pf, pc = 0, ''
while h:
cf, cc = heapq.heappop(h)
res.append(cc)
if pf < 0:
heapq.heappush(h, (pf, pc))
pf, pc = cf + 1, cc
rs = ''.join(res)
if len(rs) != len(s):
return "NOT POSSIBLE"
return rs
def validatelicensePlate(plate):
cleaned = ""
digit_count = 0
for ch in plate:
if ch.isalnum():
cleaned += ch.upper()
if ch.isdigit():
digit_count += 1
n = len(cleaned)
if n < 2 or n > 10 or digit_count == 0:
return "INVALID"
result = []
group_size = 3 if n % 3 != 1 else 2
i = 0
while i < n:
result.append(cleaned[i:i + group_size])
i += group_size
group_size = 3
return "-".join(result)
cleaned = ""
digit_count = 0
for ch in plate:
if ch.isalnum():
cleaned += ch.upper()
if ch.isdigit():
digit_count += 1
n = len(cleaned)
if n < 2 or n > 10 or digit_count == 0:
return "INVALID"
result = []
group_size = 3 if n % 3 != 1 else 2
i = 0
while i < n:
result.append(cleaned[i:i + group_size])
i += group_size
group_size = 3
return "-".join(result)
๐2๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
lakshman@ultraflysolutions.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Online IT courses: choose a program for your skill level | EPAM Campus | Pranavanath Margala | 12 comments
EPAM Sadhaka Program by EPAM Systems to upskill the freshers ! Make sure you are eligible with below criteria and please find apply link below
Eligibility criteria:
โข Graduation Year: 2023 and 2024
โข Academic Score: Minimum of 70% in 10th, 12th and Graduationโฆ
Eligibility criteria:
โข Graduation Year: 2023 and 2024
โข Academic Score: Minimum of 70% in 10th, 12th and Graduationโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company name: Publicis Sapient
Role: SDE Intern
Batch Eligible: 2025 passouts
Location: Bengaluru
Apply Link:
https://careers.publicissapient.com/job-details/2024-90860-ps-intern-engineering-sde-bengaluru
Do share this with your Friends too
Role: SDE Intern
Batch Eligible: 2025 passouts
Location: Bengaluru
Apply Link:
https://careers.publicissapient.com/job-details/2024-90860-ps-intern-engineering-sde-bengaluru
Do share this with your Friends too
Publicissapient
Job Details | Publicis Sapient
Publicis Sapient helps established organizations get to their future, digitally-enabled state, both in the way they work and serve their customers.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: Park+
Role: SDE 1/2 Backend
Candidates with 6 months experience can also apply
Batch: 2024/2023 and older
https://docs.google.com/forms/d/e/1FAIpQLSdMuoZn06zgXWdAActHJ-BI6cNVJGswTuB24UIf9j-wtN5aLg/viewform
Role: SDE 1/2 Backend
Candidates with 6 months experience can also apply
Batch: 2024/2023 and older
https://docs.google.com/forms/d/e/1FAIpQLSdMuoZn06zgXWdAActHJ-BI6cNVJGswTuB24UIf9j-wtN5aLg/viewform
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Wellfound
Software Development Engineer Intern (6 months) at Clappia โข Bangalore Urban
Clappia is hiring a Software Development Engineer Intern (6 months) in Bangalore Urban - Apply now on Wellfound!
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Bhavesh Arora on LinkedIn: Unacademy is hiring - Fresher Data Analyst (Intern + Fulltime)
๐ Role:โฆ | 101 comments
๐ Role:โฆ | 101 comments
Unacademy is hiring - Fresher Data Analyst (Intern + Fulltime)
๐ Role: Data Analyst
๐ Location: Bangalore
Roles:
Strong skills in SQL, Excel, and data visualization tools.
Experience in data analysis and reporting.
Excellent problem-solving and communicationโฆ
๐ Role: Data Analyst
๐ Location: Bangalore
Roles:
Strong skills in SQL, Excel, and data visualization tools.
Experience in data analysis and reporting.
Excellent problem-solving and communicationโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: American Express
Role: Analyst
Batch: Fresher with 0 Year of Experience
Eligibility: Degree in business, economics, statistics, mathematics, engineering or finance combined with a masterโs or other secondary professional qualification.
https://aexp.eightfold.ai/careers/job/26713381
Role: Analyst
Batch: Fresher with 0 Year of Experience
Eligibility: Degree in business, economics, statistics, mathematics, engineering or finance combined with a masterโs or other secondary professional qualification.
https://aexp.eightfold.ai/careers/job/26713381
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐MNJ Software is Hiring
Role: Node Js Developer - Intern
Experience: 0-1 year's
๐ปApply Link:
https://www.mnjsoftware.com/corporate/careers/job-details.aspx?JobId=J0208
Role: Node Js Developer - Intern
Experience: 0-1 year's
๐ปApply Link:
https://www.mnjsoftware.com/corporate/careers/job-details.aspx?JobId=J0208
Mnjsoftware
MNJ Software Careers | Job Search, Employment, Student Leadership Programs, Leadership Development | MNJ Software
Career information at MNJ Software, including job search, rewards and benefits, student leadership programs, leadership development and employee profiles.
โค1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Intel is hiring for Intern
Experience: 0 - 1 year's
Expected Stipend: 4-8 LPA
Apply here: https://jobs.intel.com/en/job/-/-/599/75946682768
Experience: 0 - 1 year's
Expected Stipend: 4-8 LPA
Apply here: https://jobs.intel.com/en/job/-/-/599/75946682768
Myworkdayjobs
Intel Careers
Visit our Careers at Intel site and discover how it is to work here. Search jobs, get to know employees and learn more about benefits at Intel: Benefits Internships Life at Intel Locations Recruitment Process Discover your place in our world-changing work