*PayPal Hiring Batch 2021 through Pay Pal India Campus Challenge*
PayPal Holdings, Inc. is an American company operating a worldwide online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders.
*PayPal is hosting first ever 'Campus Challenge' and inviting engineering students of Batch 2021. This is a competitive coding challenge and final selects will get an opportunity to work with PayPal*
*Eligibility: BE (all branches) with CGPA 8 and above*
*Online assessment date: 26 September 2020*
*Result Date 1 October 2020*
*Interviews October 2020*
*Online assessment will be conducted on Hacker Rank followed by 4 rounds of virtual Interviews*
*Registration Link*
https://www.paypal.com/in/webapps/mpp/campus-challenge
PayPal Holdings, Inc. is an American company operating a worldwide online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders.
*PayPal is hosting first ever 'Campus Challenge' and inviting engineering students of Batch 2021. This is a competitive coding challenge and final selects will get an opportunity to work with PayPal*
*Eligibility: BE (all branches) with CGPA 8 and above*
*Online assessment date: 26 September 2020*
*Result Date 1 October 2020*
*Interviews October 2020*
*Online assessment will be conducted on Hacker Rank followed by 4 rounds of virtual Interviews*
*Registration Link*
https://www.paypal.com/in/webapps/mpp/campus-challenge
โค2๐2
*Attention*
Codenation is hiring 2021 batch students for Software Development Engineer.
Package: 33.5 LPA
And 2022 batch for internship (2 months)
Stipend : 75000/- + benefits.
Apply at:
https://www.interviewbit.com/contest/codeagon-2020?rcy=1&rce=8c845a244232
Codenation is hiring 2021 batch students for Software Development Engineer.
Package: 33.5 LPA
And 2022 batch for internship (2 months)
Stipend : 75000/- + benefits.
Apply at:
https://www.interviewbit.com/contest/codeagon-2020?rcy=1&rce=8c845a244232
InterviewBit
CodeAgon 2020 - InterviewBit
๐2
๐ค2
๐๐๐๐๐
import turtle
col=('yellow','red','green','orange','blue','white')
t=turtle.Turtle()
screen=turtle.Screen()
screen.bgcolor('black')
t.speed(30)
for i in range (150):
t.color(col[i%6])
t.forward(i*4)
t.left(150)
t.width(2)
import turtle
col=('yellow','red','green','orange','blue','white')
t=turtle.Turtle()
screen=turtle.Screen()
screen.bgcolor('black')
t.speed(30)
for i in range (150):
t.color(col[i%6])
t.forward(i*4)
t.left(150)
t.width(2)
๐4๐3