JOB PLACEMENT SOLUTIONS
رفتن به کانال در Telegram
Guys here we will post all the offcampus opportunity including everything from 2018- 2025 Passout batch Please share to your friends who want to get into job
نمایش بیشتر1 190
مشترکین
-224 ساعت
-87 روز
-2030 روز
آرشیو پست ها
S&p global mass hiring
Passout batch : 2023,2024
Apply : https://careers.spglobal.com/jobs/302056
Telegram : @exammsolutions
+2
import heapq
def maxClusterQuality(speeds, reliabilities, max_size):
machines = sorted(zip(reliabilities, speeds), reverse=True)
max_quality = 0
current_sum = 0
min_heap = []
for reliability, speed in machines:
heapq.heappush(min_heap, speed)
current_sum += speed
if len(min_heap) > max_size:
current_sum -= heapq.heappop(min_heap)
if len(min_heap) <= max_size:
max_quality = max(max_quality, current_sum * reliability)
return max_quality
In python3
IMPORTANT UPDATES
Guys please share this group to everyone who really need job and they are searching a job it will be helpful for them If they are from 2018 - 2025 Passout batch
@exammsolutions
@exammsolutions
WIPRO MASS HIRING
Passout batch : all eligible
Apply link :
https://careers.wipro.com/careers-home/jobs/3092489?
Telegram:
Guys those people who are seeing the post once you apply from link please react on post and give sticker so it will motivate us to post more jobs
@exammsolutions
@exammsolutions
@exammsolutions
GO INDIGO MASS HIRING
Passout batch : all eligible
Apply link : https://jobs.goindigo.in/job/Mumbai-Executive-Cargo-Operations-MH/27778444/?
Telegram:
IMPORTANT UPDATES
Guys please share this group to everyone who really need job and they are searching a job it will be helpful for them
@exammsolutions
@exammsolutions
TATA STEEL MASS HIRING
Passout batch : all eligible
Apply link : https://tslhr.tatasteel.co.in/recruit/AEP24.aspx
Telegram:
Guys share this group to your College friends who really need job we will post all apply link here directly related to 2018- 2025 batch
@exammsolutions
@exammsolutions
@exammsolutions
SIEMENS MASS HIRING
Passout batch : 2023,2024
apply link : https://jobs.siemens.com/careers/job/563156120514017?hl=en
Telegram: exammsolutions
HEXAWARE MASS HIRING
Passout batch : 2025
Apply link : https://app.joinsuperset.com/join/#/signup/student?jp=033fcedb-1649-4dd5-bf7f-38f1772f1171
Telegram: @exammsolutions
Christmas Eve code in java :
public class Example2 {
// this will be the solution
static int solutionCount = 0;
public static void canCollect(int remainingAmount, int remainingHouses, int previousAmount) {
if (remainingHouses == 0)
return;
if (remainingAmount < 0)
return;
if (remainingAmount == 0) {
solutionCount++;
return;
}
for (int i = 1; i < previousAmount; i++) {
//deduct amount collected from this house-visit (i), deduct 1 from remaining houses, and set previousAmount to what you are collecting here
canCollect(remainingAmount - i, remainingHouses - 1, i);
}
}
// This is your solution function, although you'll need to change it enough to satisfy test-cases.
public static int solutionFunction(int x, int y) {
for (int i = 0; i <= x; i++) {
canCollect(x - i, y-1, i);
}
return solutionCount;
}
//main is just to execute it here. Omit it in your submission
public static void main(String args[]) {
System.out.println(solutionFunction(5,5)); //3
}
}
Java
Christmas Eve
Virtusa Aptitude
1)$
2)4
3)John is taller
4)S2
5)among I M N O P
A)92CM
6)A women completes two third
A)3 hrs
7)15M
8)40610
9)son
10)Anw
11)Ashr
12)92713
13)332m/s
LCS With Vowels
str1 = input()
str2 = input ()
vowels = 'aeiou'
c1 = c2 = 0
for ch in str1:
if ch in vowels:
c1 += 1
for ch in str2:
if ch in vowels:
c2 += 1
//allcoding1
print(min(c1,c2))
input2[-1] +=1
ans = input2[::-1]
i=0
while i<= input1:
if ans[i]>=9:
ans[i+1]+=1
i+=1
else:
print(input1-i)
break
Guys i will provide answers free for TSLP PROCESS If you share this group and make 2k fast .
@allcodingsolutions
