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
import java.util.*;
public class Main {
    static int countMatches(List<String> grid1, List<String> grid2) {
        int count = 0;
        int m = grid1.size();
        int n = grid1.get(0).length();
        int[][] g1 = new int[m][n];
        int[][] g2 = new int[m][n];
        int[][] orMap = new int[m][n];
        for(int i=0; i<m; i++){
            char[] str1 = grid1.get(i).toCharArray();
            char[] str2 = grid2.get(i).toCharArray();
            for(int j=0; j<n; j++){
                g1[i][j] = str1[j] - '0';
                g2[i][j] = str2[j] - '0';
            }
        }
        for(int i=0; i<m; i++){
            for(int j=0; j<n; j++){
                orMap[i][j] = g1[i][j] | g2[i][j];
            }
        }
        for(int i=0; i<m; i++){
            for(int j=0; j<n; j++){
                if(orMap[i][j] == 1 && dfs(g1, g2, orMap, i, j)) count++;
            }
        }
        return count;
    }

    private static boolean dfs(int[][] g1, int[][] g2, int[][] orMap, int i, int j) {
        int m = orMap.length;
        int n = orMap[0].length;
        orMap[i][j] = 0;
        boolean up = true, down = true, left = true, right = true;
        if(i > 0 && orMap[i-1][j] == 1) up = dfs(g1, g2, orMap, i-1, j);
        if(i < m - 1 && orMap[i+1][j] == 1) down = dfs(g1, g2, orMap, i+1, j);
        if(j > 0 && orMap[i][j-1] == 1) left = dfs(g1, g2, orMap, i, j-1);
        if(j < n - 1 && orMap[i][j+1] == 1) right = dfs(g1, g2, orMap, i, j+1);

        return g1[i][j] == 1 && g2[i][j] == 1 && up && down && left && right;
    }

countmatches // LinkedIn πŸ‘
DeleteProduct // LinkedIn
import math

def closestColor(pixels):
pure_colors = {
"Black": (0, 0, 0),
"White": (255, 255, 255),
"Red": (255, 0, 0),
"Green": (0, 255, 0),
"Blue": (0, 0, 255)
}

def distance(c1, c2):
return sum((a - b) ** 2 for a, b in zip(c1, c2))

results = []

for pixel in pixels:
rgb = (int(pixel[i:i+8], 2) for i in (0, 8, 16))
closest = min(pure_colors.items(), key=lambda x: distance(rgb, x[1]))

min_dist = distance(rgb, closest[1])
ties = [name for name, color in pure_colors.items() if distance(rgb, color) == min_dist]

results.append("Ambiguous" if len(ties) > 1 else ties[0])

return results

Closestcolor// LinkedIn πŸ‘
All Exams Help available
πŸ”Ή Deloitte
πŸ”Ή Wiley edge
πŸ”Ή IBM CIC
πŸ”Ή IBM
πŸ”Ή Tech Mahindra
πŸ”Ή Cognizant
πŸ”Ή Capgemini
πŸ”Ή Accenture
πŸ”Ή Iopex
πŸ”Ή Revature
πŸ”Ή Amazon all roles
πŸ”Ή Flipkart

Any Other OA

DM
@Mrtrueliving_ix πŸ”»πŸ’ 

Test Clearance
πŸ”Ί with High success rate πŸ”Έ
Please open Telegram to view this post
VIEW IN TELEGRAM
Turing || Python developer

Help done πŸ‘

All placement Help available

DM
@Mrtrueliving_ix πŸ‘

#Turing #Python #developer
Successfully cleared Deloitte NLA

Test accomplished ☺️

All placement help available

DM πŸ’― test Clearance πŸ‘Œ

@Mrtrueliving_ix

@Mrtrueliving_ix

Preview
https://t.me/code_alphix/4781?single
Turning || Python+ js developer πŸ‘Œ

Test accomplished

All OA Help available
DM
@Mrtrueliving_ix πŸ˜‡

πŸ’― Test Clearance ❀️

#Turing #py+js #Developer
Infosys

Role : React web developer

Test accomplished 😎

DM
@Mrtrueliving_ix 🀝

#Infosys #Rwd #Helpdone
REVATURE HELP AVAILABLE

DM @MRTRUELIVING_IX

Those who need πŸ’― placement
Netcore sending mails check βœ…

All the best for the next round

Strictly follows plagiarism🌚



Round 2 test results are out πŸ™ˆ
ACCENTURE HIRING IS BACK βœ”οΈπŸŽ‰

Batch upto 2024πŸŽšβœ…

Accenture Sending Exam Shortlisting Mails βœ…


Role : Packaged App Development Associate (PADA)

β–ͺ️ Qualification: B.E/B.Tech/M.E/M.Tech, MCA, and M.Sc

β–ͺ️ Batch : 2021/2022/2023 & 2024


    πŸ‘‡πŸ‘‡ Apply Link For (PADA) πŸ‘‡πŸ‘‡

https://indiacampus.accenture.com/myzone/accenture/1/jobs/25377/job-details

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–

Role: System and Application Services Associate (SASA)

β–ͺ️ Qualification: B.Sc., BCA, BBA, B.A, B.Com

β–ͺ️ Batch : 2021/2022/2023 & 2024

    πŸ‘‡πŸ‘‡ Apply Link For (SASA) πŸ‘‡πŸ‘‡

https://indiacampus.accenture.com/myzone/accenture/1/jobs/129361/job-details

MUST Apply βœ…
All on-campus and off-campus exam help is available.


^ IBM - CIC
^ Revature
^ AMAZON
^ COGNIZANT (Aptitude & Coding)
^ Wipro Elite ON Campus
^ Odoo

DM for help
@MRTRUELIVING_IX
@MRTRUELIVING_IX
IBM CIC Help available

DM
@Mrtrueliving_ix πŸ‘
IBM CIC

MinWindowSubsequence

Most popularπŸ‘

Both codes are done & dust

DM
@Mrtrueliving_ix
IBM CIC Help done πŸ‘

DM
@Mrtrueliving_ix 🀝

#IBM #CiC #Done
def findMostPopularTopic(postDetails):
topics = set()
topic_scores = {}

for line in postDetails:
parts = [part.strip() for part in line.split(',')]
if len(parts) != 5:
print("Invalid input")
return

try:
likes = int(parts[2])
comments = int(parts[3])
shares = int(parts[4])
except ValueError:
print("Invalid input")
return

if likes < 0 or comments < 0 or shares < 0:
print("Invalid input")
return

topic = parts[1]
topics.add(topic)

engagement = likes + comments * 2 + shares * 5
if topic in topic_scores:
topic_scores[topic] += engagement
else:
topic_scores[topic] = engagement

if len(topics) < 2:
print("Invalid input")
return

max_score = -1
max_topic = ''
for topic, score in topic_scores.items():
if score > max_score:
max_score = score
max_topic = topic
print(max_topic)
πŸ”₯2