๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.61K photos
3 videos
95 files
10.6K links
๐ŸšฉMain Group - @SuperExams
๐Ÿ“Job Updates - @FresherEarth

๐Ÿ”ฐAuthentic Coding Solutions(with Outputs)
โš ๏ธDaily Job Updates
โš ๏ธHackathon Updates & Solutions

Buy ads: https://telega.io/c/cs_algo
Download Telegram
๐Ÿ”” Bitwise Off Campus Drive Software Engineer Trainee 4 LPA

* Job Role : Software Engineer Trainee
* Education : BE, B.Tech
* CTC : 4 LPA

https://fresherearth.blogspot.com/2022/04/bitwise-off-campus-drive-4-lpa.html

โœ… Share with your friends
๐Ÿ‘1
INFOSYS IS HIRING | 2019/20/21/22 batch

๐Ÿ“† Last Date - 1st MAY 2022
System Engineer | ๐Ÿ’ฐ3.6LPA
Engg./MCA/MSc Apply Link

Operation Executive | ๐Ÿ’ฐ2.2LPA
Diploma Apply Link
BSc/BCA Apply Link
๐Ÿ‘1
class Player:
def init(self,name,team,price,skills,debut,country):
self.name=name
self.team=team
self.price=price
self.skills=skills
self.debut=debut
self.country=country
class IPL:
def init(self,playerList, dict):
self.dict=dict
self.playerList=playerList
def findMaximumPrice(self):
max_obj=max(self.playerList, key=lambda x:x.price)
return max_obj
def sortByPrice(self):
s=[]
s=sorted(self.teamList, key=lambda x:x.price)
s1=[]
for i in s:
s1.append(i.price)
if len(s1)==0:
return None
else:
return s1
if name =='main':
playerList=[]
dict={}
limit=int(input())
for j in range(limit):
name=input()
team=input()
price=float(input())
debut=input()
skills=input()
country=input()
playerList.append(Player(name,team,price,country,skills,debut))
obj=League("dict",playerList)
r1=obj.findMaximumPrice()
if(r1!=None):
print(r1.name)
print(r1.team)
print(r1.price)
print(r1.skills)
print(r1.debut)
print(r1.country)
else:
print("NO Data Found")
r2=obj.sortByPrice()
for i in r2:
print(i)

Python IRA โœ…
NINJA OR DIGITAL โ€“ LET YOUR CALIBER DETERMINE WITH THE TCS INTEGRATED TEST PATTERN (ITP)


Create New account Guys apply again

Do fast

This is for digital profile and Ninja profile



According to your score you will be get digital profile and Ninja profile


https://www.tcs.com/careers/tcs-off-campus-hiring
๐Ÿ”” TCS Off Campus Drive 2022 | Mega Drive | Freshers | 2019/ 2020/ 2021 Batch

* Job Role : Engineers
* Education : B.E./B.Tech/M.E./M.Tech/MCA/M.Sc
* Batch : 2019,2020,2021
* Package : 3.36 LPA

https://fresherearth.blogspot.com/2022/04/TCS-Off-Campus-Drive-2022-Mega-Drive-Freshers-2019-2020-2021-Batch-Across-India.html

โœ… Share with your friends
๐Ÿ‘3
๐Ÿ“ŒTech Mahindra Interview questions

1) show your I'd proff?
2) self intro?
3) which language your are comfortable ?
4) what is structure?
5) what is calloc and mallic?
6)static memory allocation?
7)Dynamic memory allocation?
8)What is null pointer?
Write the program
9)Fibonacci serious and explain?
10)speak non technical topic in 5 mins ?
11) project details?
12) do u have any questions?
๐Ÿ‘3