๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
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
๐Ÿช„๐Ÿช„For IBM Exam Help On 19 April 11 AM

https://t.me/sup777exams

โœ… Share in ur College WhatsApp Groups
๐Ÿ“Œ Share as much you can...
โœ…โœ…โœ…#Amazon Reverse Array Queries - Python Amazon Test Solutions

def performOperations(arr, operations):
for i in operations:
arr[i[0]:i[1]+1]=reversed(arr[i[0]:i[1]+1])
return arr

โœ… Share in ur College WhatsApp Groups
๐Ÿ“Œ
t.me/sup777exams
๐Ÿ‘1
๐Ÿ“Œ WIPRO INTERVIEW EXPERIENCE(ECE)

1. Self inductance
2.project
3.project related question
4. Microprocessor vs Microcontrollers(only for ece student)
5. Which programming language you know?
6.programing related questions(3 questions asked me)
7. Where is your Hometown?
8. Sign in bond
9. Any backlog
10. Education gap
11. Relocate any where
Above this type of questions asked form wipro
๐Ÿ‘2
โœ…โœ…โœ… HackerRank Validating Strings with RegEx - Java HackerRank Solutions - Amazon Code

final static String regularExpression = "([ab])([ab]*\\1)?";

โœ… Share in ur College WhatsApp Groups
๐Ÿ“Œ
t.me/sup777exams
๐Ÿ‘1
๐Ÿช„๐Ÿช„For Amazon Help โ€”> ๐Ÿ“• Get All Working Answers โ€”> ๐Ÿ—ฃ
๐Ÿ“ก Join Fast โ€”->

https://t.me/sup777exams

โœ… Share in ur College WhatsApp Groups
๐Ÿ“Œ Share as much you can...
๐Ÿ”” Infosys Off Campus Drive | Digital Hiring | 9.5 LPA

* Job Role : Specialist Programmer(9.5 LPA) & Digital Specialist Engineer (6.25 LPA)
* Education : BE, B.Tech, ME, M.Tech, MCA, MSc
* Branch : All Branches Eligible
* Batch : 2019, 2020, 2021, 2022
* CTC : 6.25 LPA To 9.5 LPA

https://fresherearth.blogspot.com/2022/03/Infosys-Off-Campus-Drive-Digital-Hiring-9.5-LPA.html

โœ… Share with your friends
๐Ÿ””Volvo Off Campus Drive 2022 : Hiring for Freshers Engineers With 10 LPA

Job Role Engineers
Qualification B.E/B.Tech/M.E/M.Tech
Batch 2020/2021/2022
Experience Freshers
CTC 7.5 LPA-10 LPA

https://fresherearth.blogspot.com/2022/04/Volvo-Off-Campus-Drive-2022-Hiring-for-Freshers-Engineers-With-10-LPA.html

โœ… Share with your friends
๐Ÿ‘2
private static long getMinimumCost(List<Integer> parcels, int k){
Set<Integer> set = new HashSet<>(parcels);
int i = 1;
long cost = 0;
while(set.size() != k){
if(!set.contains(i)){
set.add(i);
cost += i;
}
i++;
}
return cost;
}


โœ…โœ…โœ…#Amazon Package Get Minimium Cost - Parcels - Java8 Amazon Test Solutions

โœ… Share in ur College WhatsApp Groups
๐Ÿ“Œ t.me/sup777exams
๐Ÿช„๐Ÿช„For IBM Exam Help On 18 April 11 AM

https://t.me/sup777exams

โœ… Share in ur College WhatsApp Groups
๐Ÿ“Œ Share as much you can...
๐Ÿ‘1