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
https://t.me/code_alphix

Share this message help them achieve 100% test clearance!

I hope you will do ๐Ÿ‘๐Ÿ””
Please open Telegram to view this post
VIEW IN TELEGRAM
Asian paints ๐Ÿ‘

Codes are available

@MRTRUELIVING_IX

@MRTRUELIVING_IX
Please open Telegram to view this post
VIEW IN TELEGRAM
Last call for


throughtworks


Swiggy FE & BE


Zomato FT


Netcore


Asian paints


DM FOR ๐Ÿ’ฏ TEST CLEARANCE ๐Ÿ‘Œ
@MRTRUELIVING_IX

@MRTRUELIVING_IX
Accenture ๐Ÿฆˆ


Accenture ON // Off campus placement help available

Prev:
https://t.me/code_alphix/3524?single

DM -@mrtrueliving_ix ๐Ÿ‘

๐Ÿ’ฏ Test Clearance

https://t.me/code_alphix/3798?single
Please open Telegram to view this post
VIEW IN 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