DM for plag free code ๐ฃ ๐ โถ๏ธ
-@mrtrueliving_ix
@Mrtrueliving_ix
De shaw slot are done โ
Only coding partโถ๏ธ
2/2 Codes done๐ฑ
All placement help available
#DeShaw #Coding #passed
-@mrtrueliving_ix
@Mrtrueliving_ix
De shaw slot are done โ
Only coding part
2/2 Codes done
All placement help available
#DeShaw #Coding #passed
Please open Telegram to view this post
VIEW IN TELEGRAM
๐2โค1๐1๐ซก1
Channel name was changed to ยซCognizant Rupeek LinkedIn Airtel Accenture Oracle De Shaw exam helpยป
IBM. // Data science
Coding along with SQL are done๐ฑ
Test accomplished๐ฅ ๐
DM for any placement help
-@mrtrueliving_ix
-@mrtrueliving_ix
-@mrtrueliving_ix
#IBM #DataScience #Done
All placement help available
Coding along with SQL are done
Test accomplished
DM for any placement help
-@mrtrueliving_ix
-@mrtrueliving_ix
-@mrtrueliving_ix
#IBM #DataScience #Done
All placement help available
Please open Telegram to view this post
VIEW IN TELEGRAM
Expert Online Assessment Help!
- Cognizant
- Oracle
- Flipkart
- UBS
- Infosys-SP
- Meesho
- PhonePe
- Uber
- Accenture
- Cognizant
- IBM
- Mountblue
- QTIMINDS
- Mitsogo
- Lam Research
On/Off Campus Placement Solutions
All placement help
โ Guaranteed Test Clearance
โ Expert Guidance
โ Personalized Support
Don't Miss Out!
DM for OA Help: @Mrtrueliving_ix
#PaidHelp #TestClearance
- Cognizant
- Oracle
- Flipkart
- UBS
- Infosys-SP
- Meesho
- PhonePe
- Uber
- Accenture
- Cognizant
- IBM
- Mountblue
- QTIMINDS
- Mitsogo
- Lam Research
On/Off Campus Placement Solutions
All placement help
โ Guaranteed Test Clearance
โ Expert Guidance
โ Personalized Support
Don't Miss Out!
DM for OA Help: @Mrtrueliving_ix
#PaidHelp #TestClearance
๐1
RUBRIK OA HELP AVAILABLE โ
โ
DM ME BOOK YOUR SLOT -โ
โ
DM - @mrtrueliving_ix
Remote Access Available
100% GUNRENTEE
DM ME BOOK YOUR SLOT -
Remote Access Available
100% GUNRENTEE
Please open Telegram to view this post
VIEW IN TELEGRAM
Company Name: Paytm
Role: Business Analyst / Data Analyst
YOE:0-3
Branch : Btech/Mtech All branches
Apply Link:
https://docs.google.com/forms/d/e/1FAIpQLSekD6ieW7siBflZXPqXfeBImEWomGyGYJmdHoU1JQbR7i2yTA/viewform
Telegram channel: https://t.me/code_alphix
Role: Business Analyst / Data Analyst
YOE:0-3
Branch : Btech/Mtech All branches
Apply Link:
https://docs.google.com/forms/d/e/1FAIpQLSekD6ieW7siBflZXPqXfeBImEWomGyGYJmdHoU1JQbR7i2yTA/viewform
Telegram channel: https://t.me/code_alphix
Cognizant slots are available
๐ฏ Test Clearance ๐ค
-@mrtrueliving_ix๐ฅ
-@mrtrueliving_ix๐ฅ
-@mrtrueliving_ix๐ฅ
Limited slots are available
Don't miss the opportunity ๐ค
All placement help available
#Cognizant #Aptitude #test #clearance๐ฏโถ๏ธ
Check previous proofs๐
https://t.me/code_alphix/2882
๐ฏ Test Clearance ๐ค
-@mrtrueliving_ix
-@mrtrueliving_ix
-@mrtrueliving_ix
Limited slots are available
Don't miss the opportunity ๐ค
All placement help available
#Cognizant #Aptitude #test #clearance๐ฏ
Check previous proofs
https://t.me/code_alphix/2882
Please open Telegram to view this post
VIEW IN TELEGRAM
def getDistance(word):
m = {c: (r, i + (1 if r == 2 else 0))
for r, row in enumerate(["QWERTYUIOP", "ASDFGHJKL", "ZXCVBNM"])
for i, c in enumerate(row)}
for _ in range(10):
pass
total, pos = 0, m['Q']
for c in word:
p = m[c]
total += abs(pos[0] - p[0]) + abs(pos[1] - p[1])
pos = p
for _ in range(5):
pass
return total
Hackerank // typing distance { intern}
โค1
All placement help available
๐ก Raja software labs
๐ก Accenture ON campus
๐ก Delta x
๐ก Cognizant
๐ก tower research
๐ก Deloitte
๐ก UkG
๐ก Microsoft
๐ก Visa
๐ก Phonepe
-@mrtrueliving_ix
-@mrtrueliving_ix
-@mrtrueliving_ix
๐ฏ Test Clearanceโก๏ธ
-@mrtrueliving_ix
-@mrtrueliving_ix
-@mrtrueliving_ix
๐ฏ Test Clearance
Please open Telegram to view this post
VIEW IN TELEGRAM
Job-sheet-44-2024-09-10-12-39-47.pdf
180.3 KB
Job sheet ๐ฃ ๐ฏ
Please open Telegram to view this post
VIEW IN TELEGRAM
Acros Global Started Hiring
Role: | Java Developer
Location: | PAN-India
Experience: | Freshers
Education | BE/B-Tech/Undergraduate/MBA/Postgarduate
Batch | 2020/2021/2022/2023/2024
https://unstop.com/o/fsc5BXt?lb=nGI72s9g&utm_medium=Share&utm_source=shortUrl
๐ฏ Test mail confirmed ๐
Role: | Java Developer
Location: | PAN-India
Experience: | Freshers
Education | BE/B-Tech/Undergraduate/MBA/Postgarduate
Batch | 2020/2021/2022/2023/2024
https://unstop.com/o/fsc5BXt?lb=nGI72s9g&utm_medium=Share&utm_source=shortUrl
๐ฏ Test mail confirmed ๐
Unstop
Join - Across Global as a Java Developer | 1174334 // Unstop
Become a Java Developer at Across Global and get the best salary in the industry. Click the link to apply now and advance your career. | 2024 | 1174334
public int findPin(int input1, int input2, int input3, int input4) {
int smallestDigit = Integer.MAX_VALUE;
int largestDigit2 = 0;
int largestDigit3 = 0;
int temp1 = input1;
while (temp1 != 0) {
int digit = temp1 % 10;
smallestDigit = Math.min(smallestDigit, digit);
temp1 /= 10;
}
int temp2 = input2;
while (temp2 != 0) {
int digit = temp2 % 10;
largestDigit2 = Math.max(largestDigit2, digit);
temp2 /= 10;
}
int temp3 = input3;
while (temp3 != 0) {
int digit = temp3 % 10;
largestDigit3 = Math.max(largestDigit3, digit);
temp3 /= 10;
}
int PIN = (smallestDigit * largestDigit2 * largestDigit3) + input4;
return PIN;
}๐ฅ1๐1
Cognizant
Test accomplished โค๏ธ
60/60 McQ are done๐ฃ
All placement help available
-@mrtrueliving_ix
-@mrtrueliving_ix
#Cognizant #Get #Round 1
Test accomplished โค๏ธ
60/60 McQ are done
All placement help available
-@mrtrueliving_ix
-@mrtrueliving_ix
#Cognizant #Get #Round 1
Please open Telegram to view this post
VIEW IN TELEGRAM
Cognizant slot-2
Test accomplished โค๏ธ
60/60 McQ are doneโ๏ธ โถ๏ธ
-@mrtrueliving_ix
-@mrtrueliving_ix
All placement help available
#Cognizant #GET #aptitude
Test accomplished โค๏ธ
60/60 McQ are done
-@mrtrueliving_ix
-@mrtrueliving_ix
All placement help available
#Cognizant #GET #aptitude
Please open Telegram to view this post
VIEW IN TELEGRAM
Juspay && Accenture japan
Help available
DM for ๐ฏ test Clearance
-@mrtrueliving_ix
-@mrtrueliving_ix
Help available
DM for ๐ฏ test Clearance
-@mrtrueliving_ix
-@mrtrueliving_ix
All placement help available
โ
RIL 2025 Engineering unstop
โ
Cognizant communication
โ
IBM (ALL ROLES)
โ
ACCENTURE -On campus
โ
Oracle
โ
Raja software labs
Any other OA off/ On campus
DM -@mrtrueliving_ix
โ ๐ฏ Test Clearance ๐ช
Any other OA off/ On campus
DM -@mrtrueliving_ix
Please open Telegram to view this post
VIEW IN TELEGRAM