TCS PRA 6th September || JAVA/ PYTHON || IEVOLVE ANSWERS
2.68K subscribers
385 photos
1.62K files
124 links
Download Telegram
Channel name was changed to ยซTCS PRA PYTHON/JAVA APRIL 12th ๐Ÿคกยป
๐Ÿšจ๐ŸšจRules for PRA PYTHON ๐Ÿšจ๐Ÿšจ


๐Ÿ‘‰๐Ÿ‘‰Install telegram in laptop and pin it to taskbar for copy pasting the codes. Taskbar will be visible during exam. So you can open telegram from bottom and copy paste codes during code section.

๐Ÿ‘‰๐Ÿ‘‰Start pra exam 15minutes late that is at 9:15 am

๐Ÿ‘‰๐Ÿ‘‰ Do not share or forward my codes. Telegram has special feature to know this . If found i will block you immediately

๐Ÿ‘‰๐Ÿ‘‰ You need not to write the code unless told else you will be responsible for your failure. Just copy paste it.
copy paste like normal

dont type it takes time

1 warning we will get

accept and continue
Forwarded from ๐ŸƒEXAMCELL SOLUTIONS๐Ÿคก (exam Cracker)
โญโญ TCS PRA JAVA โญโญ

APRIL 12th ๐Ÿ”ฅ

@examcell936 ๐Ÿƒ
@examcracker ๐Ÿคก

๐Ÿ“Œ๐Ÿ“Œ Telegram :

https://t.me/examcellsolutions

https://t.me/examcellsolutions
Forwarded from ๐ŸƒEXAMCELL SOLUTIONS๐Ÿคก (exam Cracker)
โญโญ TCS PRA PYTHON โญโญ

APRIL 12th ๐Ÿ”ฅ

@examcell936 ๐Ÿƒ
@examcracker ๐Ÿคก

๐Ÿ“Œ๐Ÿ“Œ Telegram :

https://t.me/examcellsolutions

https://t.me/examcellsolutions
Forwarded from ๐ŸƒEXAMCELL SOLUTIONS๐Ÿคก (exam Cracker)
โญโญ TCS PRA JAVA โญโญ

APRIL 12th ๐Ÿ”ฅ

@examcell936 ๐Ÿƒ
@examcracker ๐Ÿคก

๐Ÿ“Œ๐Ÿ“Œ Telegram :

https://t.me/examcellsolutions

https://t.me/examcellsolutions
class Toy:
def init(self,id,name,quantity):
self.id=id
self.name=name
self.quantity=quantity

class ToyStore:
def init(self,toyStoreName,toyList):
self.toyStoreName=toyStoreName
self.toyList=toyList

def findToyWithMaximumQuality(self):
if len(self.toyList)==0:
return None
else:
max_obj = max(self.toyList, key=lambda x:x.quantity)
return max_obj

def sortToyById(self):
if len(self.toyList)==0:
return None
else:
sorted_list = sorted(self.toyList, key=lambda x:x.id)
return sorted_list

n = int(input())
toyList = []
for i in range(n):
id = int(input())
name = (input())
quantity = float(input())

s = Toy(id,name,quantity)
toyList.append(s)

d = ToyStore("Dep1", toyList)
o1 = d.findToyWithMaximumQuality()
if o1==None:
print("No Data Found")
else:
print(o1.id)
print(o1.name)
print(o1.quantity)

o2 = d.sortToyById()
if o2==None:
print("No Data Found")
else:
for o in o2:
print(o.id)



PYTHON CODE
awk 'BEGIN{FS="#";count=0;IGNORECASE=1}
{
if($4 > 300)count++;


}
END{
print "Total count: "count;
}'



Unix
class Toy:
def init(self,id,name,quantity):
self.id=id
self.name=name
self.quantity=quantity

class ToyStore:
def init(self,toyStoreName,toyList):
self.toyStoreName=toyStoreName
self.toyList=toyList

def findToyWithMaximumQuality(self):
if len(self.toyList)==0:
return None
else:
max_obj = max(self.toyList, key=lambda x:x.quantity)
return max_obj

def sortToyById(self):
if len(self.toyList)==0:
return None
else:
sorted_list = sorted(self.toyList, key=lambda x:x.id)
return sorted_list

n = int(input())
toyList = []
for i in range(n):
id = int(input())
name = (input())
quantity = float(input())

s = Toy(id,name,quantity)
toyList.append(s)

d = ToyStore("Dep1", toyList)
o1 = d.findToyWithMaximumQuality()
if o1==None:
print("No Data Found")
else:
print(o1.id)
print(o1.name)
print(o1.quantity)

o2 = d.sortToyById()
if o2==None:
print("No Data Found")
else:
for o in o2:
print(o.id)
class Toy:
def init__(self,id,name,quantity):
self.id=id @examcell
self.name=name
self.quantity=quantity

class ToyStore:
def init(self,toyStoreName,toyList):
self.toyStoreName=toyStoreName
self.toyList=toyList

def findToyWithMaximumQuality(self):
if len(self.toyList)==0:
return None
else:
max_obj = max(self.toyList, key=lambda x:x.quantity) @examcell936
return max_obj

def sortToyById(self):
if len(self.toyList)==0:
return None
else:
sorted_list = sorted(self.toyList, key=lambda x:x.id)
return sorted_list

n = int(input())
toyList = []
for i in range(n):
id = int(input())
name = (input())
quantity = float(input())

s = Toy(id,name,quantity)
toyList.append(s)

d = ToyStore("Dep1", toyList)
o1 = d.findToyWithMaximumQuality()
if o1==None:
print("No Data Found")
else:
print(o1.id)
print(o1.name)
print(o1.quantity)

o2 = d.sortToyById()
if o2==None:
print("No Data Found")
else:
for o in o2:
print(o.id)


PYTHON TOY CODE ๐Ÿ’ฏ๐Ÿ’ฏ

TCS PRA APRIL 12 ๐Ÿ™Œ๐Ÿ™Œ

๐Ÿ“Œ๐Ÿ“ŒTELEGRAM :

https://t.me/examcellsolutions

https://t.me/examcellsolutions
class Toy:

def init__(self,id,name,quantity):
self.id=id @examcell
self.name=name
self.quantity=quantity

class ToyStore:
def init__(self,toyStoreName,toyList):
self.toyStoreName=toyStoreName
self.toyList=toyList

def findToyWithMaximumQuality(self):
if len(self.toyList)==0:
return None
else:
max_obj = max(self.toyList, key=lambda x:x.quantity) @examcell936
return max_obj

def sortToyById(self):
if len(self.toyList)==0:
return None
else:
sorted_list = sorted(self.toyList, key=lambda x:x.id)
return sorted_list

n = int(input())
toyList = []
for i in range(n):
id = int(input())
name = (input())
quantity = float(input())

s = Toy(id,name,quantity)
toyList.append(s)

d = ToyStore("Dep1", toyList)
o1 = d.findToyWithMaximumQuality()
if o1==None:
print("No Data Found")
else:
print(o1.id)
print(o1.name)
print(o1.quantity)

o2 = d.sortToyById()
if o2==None:
print("No Data Found")
else:
for o in o2:
print(o.id)


PYTHON TOY CODE ๐Ÿ’ฏ๐Ÿ’ฏ

TCS PRA APRIL 12 ๐Ÿ™Œ๐Ÿ™Œ

๐Ÿ“Œ๐Ÿ“ŒTELEGRAM :

https://t.me/examcellsolutions

https://t.me/examcellsolutions
Hi TCSer's โค๏ธ

PRA RESULT OUT APRIL 12th ๐Ÿšจ

Check everyone ur mails ๐Ÿƒ๐Ÿƒโœ…

@examcell936
HI TCSer's โค๏ธ


๐ŸšจPRA MAY 10th and MAY 12th โœ…

Slots are open โœ… ๐Ÿšจ๐Ÿšจ

๐Ÿ‘‰ Guaranteed 80+ โœ…โœ…

๐Ÿ‘‰ All Mcqs + Unix code + Java/Python code will be provided ๐Ÿ’ฏ๐Ÿ’ฏ

๐Ÿ‘‰ Scroll up ๐Ÿ‘†๐Ÿ‘† to check our acchivements๐ŸŽ‰๐ŸŽ‰โœ…

Only Limited seats โš ๏ธโš ๏ธ

Book ur slot ASAP ๐Ÿƒ๐Ÿƒ๐Ÿƒ๐Ÿƒ

๐Ÿ‘‡ For slot booking ๐Ÿ‘‡

@codeguru63
@codeguru63

๐Ÿ“Œ๐Ÿ“Œ Telegram:
https://t.me/tcsprajavapythonitis

https://t.me/tcsprajavapythonitis
Don't belive for fake person for ur PRA EXAM ๐Ÿ™Œ

Don't waste ur PRA attempt ๐Ÿ˜”

We promising u for ur Clearence of PRA PYTHON / JAVA in first attempt with 80+ clearence ๐Ÿ’ฏ๐Ÿ’ฏ๐Ÿ’ฏโœ…

Don't go for fake persons Just belive on us ๐Ÿคžโœ…๐Ÿ™Œ
We will uplode all the IEVOLVE COURSE ANSWERS here ๐Ÿ’ฏ๐Ÿ’ฏ

All assessments answers too uploded here ๐Ÿ™Œ