COGNIZANT EXAM HELP GROUP
3.55K subscribers
5.3K photos
21 videos
10 files
3.22K links
๐Ÿš€ Placement Preparation Hub

๐ŸŽ“ From Preparation to Placement

โšก OA Support โ€ข Coding โ€ข Aptitude โ€ข Technical โ€ข HR

๐ŸŒŸ Trusted by Hundreds of Students

๐Ÿ† 372+ Placement Successes โœ…

๐Ÿ“ฉ DM: @Mrtrueliving_ix

๐Ÿ’™ Turning Aspirations into Offer Letters.
Download Telegram
Netcore๐Ÿ‘

Both codes are done
๐Ÿ“ฑ

Test accomplished
๐Ÿ‘‘

OA HELP

@MRTRUELIVING_IX

@MRTRUELIVING_IX

๐Ÿ’ฏ TEST CLEARANCE
๐Ÿ’™

#NetCore #SD #Coding #round 1
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Mitsogo sending interview mail's


https://t.me/code_alphix/792
โค1
Netcore๐Ÿ‘// Both codes are done ๐Ÿ“ฑ

Test accomplished
๐Ÿ‘‘

OA HELP AVAILABLE
:

@MRTRUELIVING_IX

@MRTRUELIVING_IX

๐Ÿ’ฏ TEST CLEARANCE
๐Ÿ’™

#NetCore #SD #Coding #round 1
Please open Telegram to view this post
VIEW IN TELEGRAM
IBM ON campus help available

DM -
@mrtrueliving_ix๐Ÿ‘

https://t.me/code_alphix/3118
Please open Telegram to view this post
VIEW IN TELEGRAM
Accenture on // off campus help available

Preview

https://t.me/code_alphix/3798?single
def solve(s):
def is_palindrome(t):
return t == t[::-1]

n, evens, odds = len(s), 0, 0

for i in range(n):
for j in range(i + 1, n + 1):
sub, k, merged = s[i:j], 0, ''
while k < len(sub):
if k + 1 < len(sub) and sub[k] == sub[k + 1]:
merged += sub[k]
k += 2
else:
merged += sub[k]
k += 1
if is_palindrome(merged):
if (j - i) % 2 == 0:
evens += 1
else:
odds += 1
return [evens, odds]

Steve substring // Airtel ๐Ÿ‘
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2
#include <stdio.h>
#include <regex.h>
int isPowerOfTwo(const char *binaryString) {
regex_t regex;
int result;
result = regcomp(&regex, "^0*10*$", REG_EXTENDED);
if (result) {
printf("Could not compile regex\n");
return 0;
}
result = regexec(&regex, binaryString, 0, NULL, 0);
regfree(&regex);
if (!result) {
return 1;
} else {
return 0;
}
}

int main() {
int t;
char binaryString[1000];
scanf("%d", &t);
while (t--) {
scanf("%s", binaryString);
if (isPowerOfTwo(binaryString)) {
printf("True\n");
} else {
printf("False\n");
}
}

return 0;
}

Nvidia regex๐Ÿ‘
Please open Telegram to view this post
VIEW IN TELEGRAM
string largestMagical(string binString) {
if (binString.empty()) return binString;
vector<string> ans;
int cnt = 0, j = 0;
for (int i = 0; i < binString.size(); ++i) {
cnt += binString[i] == '1' ? 1 : -1;
if (cnt == 0) {
ans.push_back("1" + largestMagical(binString.substr(j + 1, i - j - 1)) + "0");
j = i + 1;
}
}
sort(ans.begin(), ans.end(), greater<string>());
return accumulate(ans.begin(), ans.end(), string{});
}

Nvidia largestmagical ๐Ÿ‘
Please open Telegram to view this post
VIEW IN TELEGRAM
COGNIZANT EXAM HELP GROUP pinned ยซโญ• ACCENTURE Interview Experience โญ• 1) Intro. 2) OOPS concepts. 3) Wap to find the perfect square of a     number in array. 4) DBMS. 5) Why wanted to join tech Mahindra. 6) SQL.. 7) Final year project.. 8) Your role.. 9) And 1-2 more questions...I forgot.โ€ฆยป
Ibm both Codes are done๐Ÿ‘

Beauty ๐Ÿ‘

Tool changer๐Ÿ‘

minimalOperation๐Ÿ‘

@mrtrueliving_ix
Please open Telegram to view this post
VIEW IN TELEGRAM
Proof ๐Ÿ‘โ–ถ๏ธ
Please open Telegram to view this post
VIEW IN TELEGRAM
minimalOperation ๐Ÿ‘
Please open Telegram to view this post
VIEW IN TELEGRAM
def toolchanger(tools, start_index, target):
n = len(tools)
target_index = -1

for i in range(n):
if tools[i] == target:
target_index = i
break

right_moves = (target_index - start_index + n) % n
left_moves = (start_index - target_index + n) % n

return min(right_moves, left_moves)


Tool changer ๐Ÿ‘
Please open Telegram to view this post
VIEW IN TELEGRAM
Kickdrum both codes are available ๐Ÿ‘

@mrtrueliving_ix

@mrtrueliving_ix

๐Ÿ’ฏ Verfied codes Only available โ–ถ๏ธโค๏ธ
Please open Telegram to view this post
VIEW IN TELEGRAM
Successfully cleared Cognizant{ communication}๐Ÿ‘


Check your mails โœ…

DM FOR OA { ๐Ÿ’ฏ TEST CLEARANCE}

@MRTRUELIVING_IX

@MRTRUELIVING_IX
Please open Telegram to view this post
VIEW IN TELEGRAM
OA HELP AVAILABLE โ–ถ๏ธ

๐Ÿค” Infosys
๐Ÿค” IBM -CIC
๐Ÿค” Accenture - ON campus
๐Ÿค” Accenture -OFF campus
๐Ÿค”De shaw
๐Ÿค” Swiggy FE & BE
๐Ÿค” COGNIZANT
๐Ÿค” Wipro

Any Other OA (off / on campus}

@mrtrueliving_ix

@mrtrueliving_ix

@mrtrueliving_ix

Remote access ๐Ÿ’ฏ test Clearance ๐Ÿค—
Please open Telegram to view this post
VIEW IN TELEGRAM