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
Coforge Slots Are Available.....🎯


DM For test πŸ’― Clearance πŸ‘

@Mrtrueliving_ix

@Mrtrueliving_ix
Coforge ONCAMPUS Help done βœ…

DM for any placement Help available

@Mrtrueliving_ix

@Mrtrueliving_ix

#Coforge #ONCAMPUS
IBM all codes available @Mrtrueliving_ix βœ“
IBM - CIC Help done ❀️


Test accomplished ❀️ || Offcampus βœ“

DM for any placement Help

@Mrtrueliving_ix @Mrtrueliving_ix
❀1
Coforge - Communication - Help βœ“


Test accomplished ❀️ || ONCAMPUS βœ“

DM for any placement Help available

@Mrtrueliving_ix @Mrtrueliving_ix

#Coforge #ONCAMPUS
Successfully Cleared IBM- CIC - ASE βœ“


test accomplished ❀️ || plagfree coding βœ“

DM for any placement Help

@Mrtrueliving_ix
@Mrtrueliving_ix

πŸ’― Test Clearance Guarantee πŸŽ‰βœ…

πŸ₯‚ High-end Excellence delivered, not promised


https://t.me/Code_alphix/9546
❀2
This media is not supported in your browser
VIEW IN TELEGRAM
πŸŽ‰βœ¨ Happy New Year 2026 from CODEICON! βœ¨πŸŽ‰

Wishing you a year filled with success, growth, and career breakthroughs πŸš€πŸ’»

🌟 All Placement Help Available
πŸ’― Placement Guarantee

Thank you for being a part of the CODEICON family πŸ’™

Let’s turn dreams into offers and goals into achievements this year! πŸ”₯πŸ₯‚

✨ New Year. New Skills. New Success. ✨
❀2
πŸš€ ALL PLACEMENT EXAMS & INTERVIEW HELP AVAILABLE πŸš€


🎯 ONCAMPUS // OFFCAMPUS SUPPORT

βœ… Accenture – Off-Campus
βœ… Cognizant – ONCAMPUS & Off-Campus
βœ… Capgemini – ONCAMPUS
βœ… IBM – CIC
βœ… HCL – ONCAMPUS
βœ… Oracle
βœ… Infosys – SP Off-Campus
βœ… Amazon – SDE

πŸ’‘ Complete Support Includes:
πŸ‘‰ Aptitude
πŸ‘‰ Coding
πŸ‘‰ Communication
πŸ‘‰ Interview Rounds

πŸ“© DM for any Placement Help Available
πŸ’― Test Clearance Guarantee 🩷

πŸ‘€ Contact:
πŸ‘‰
@Mrtrueliving_ix
πŸ‘‰
@Mrtrueliving_ix

✨ Your success is our commitment. No fake promises β€” only real results. πŸ’ͺ
We are back to work πŸ˜ƒ...


DM for any placement Help available

@Mrtrueliving_ix @Mrtrueliving_ix
ACCENTURE SLOTS ARE AVAILABLE


@Mrtrueliving_ix @Mrtrueliving_ix
Infosys offline Slots are available


Limited slots Only

=> πŸ’― Test Clearance Guarantee

@Mrtrueliving_ix @Mrtrueliving_ix

Please message us only if you trust our work and processπŸ‘


https://t.me/Code_alphix/9209?single


https://t.me/Code_alphix/9168

https://t.me/Code_alphix/8086

https://t.me/Code_alphix/7455

https://t.me/Code_alphix/7408

https://t.me/Code_alphix/7650
Infosys offline Test reschedule πŸ₯‚πŸ€


Check your mail's ❀️

All placement help available

@Mrtrueliving_ix @Mrtrueliving_ix
Those who have booked Infosys, please be available at 10:00 AM ⏰.

We will guide you end-to-end, including the complete process & app installation.

πŸ“Œ Important for Selection:

At least 1 question must be fully passed βœ…
Remaining questions should pass basic test cases βœ”οΈ

Selection is role-based β†’ DSE (Digital Specialist Engineer)


All the best πŸ’―
@Mrtrueliving_ix πŸ‘

πŸ’― Test Clearance Guarantee 🩷

https://t.me/Code_alphix/9209?single
All Slots are closed πŸ”


Don't text for Infosys πŸ‘


DM for another placement help

@Mrtrueliving_ix @Mrtrueliving_ix
🚨 Important Update – Infosys Offline Drive 🚨


Infosys offline drive will be conducted under Wingspan Proctor.

πŸ‘‰ This means NO remote access applications are allowed under any circumstances.

πŸ”” For candidates who have already booked slots with us:

Please wait until evening. We will update you with complete details about the test process. βœ…

⚠️ For all remaining members:

Please do NOT book slots anywhere else.
If you book elsewhere, you may lose both your money and your chance to attend the test. ❌

πŸ“Œ Stay calm, wait for official guidance, and follow instructions carefully.

β€” Team Codeicon /
@Mrtrueliving_ix πŸ’―
❀5
⚠️ The proctor actively monitors the Task Manager, making any unauthorized access extremely difficult 😌
🚨 Attention Everyone | Dear Infosys Aspirants 🚨

We will NOT be conducting any Infosys slots tomorrow.

If we decide to conduct slots, the final decision will be taken only after the 10:00 AM slot.

πŸ“Œ Reason: We have two key concerns

➑️ If the test is conducted only through a Chrome tab, then there is no issue.

➑️ If the test is conducted through a separate application, then we will not be able to conduct any slots.

πŸ”” Important Note for candidates who attended the 10:00 AM slot:

Please share your valuable and honest feedback with us. It will help us decide the next steps.

Thank you for your cooperation and patience πŸ™

β€”
@Mrtrueliving_ix
β€”
@Mrtrueliving_ix

πŸ’― Stay updated. Official clarity will be shared soon
❀4
#include <iostream>
#include <vector>
#include <stack>

using namespace std;

typedef long long ll;

struct Node {
int u, p;
ll s;
};

int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);

int n;
ll k;
if (!(cin >> n >> k)) return 0;

vector<vector<int>> g(n + 1);
for (int i = 0; i < n - 1; ++i) {
int u, v;
cin >> u >> v;
g[u].push_back(v);
g[v].push_back(u);
}

vector<ll> val(n + 1);
for (int i = 1; i <= n; ++i) {
cin >> val[i];
}

int ans = 0;
stack<Node> stk;
stk.push({1, 0, val[1]});

while (!stk.empty()) {
Node cur = stk.top();
stk.pop();

bool leaf = true;
for (int v : g[cur.u]) {
if (v != cur.p) {
leaf = false;
stk.push({v, cur.u, cur.s + val[v]});
}
}

if (leaf) {
if (cur.s % k == 0) {
ans++;
}
}
}

cout << ans << endl;

return 0;
}

// Lucky path - Infosys - 10 Amβœ“
❀3πŸ‘€1
Infosys offline drive - Help done βœ… -10 Am


=> Test accomplished ❀️ || Offcampus βœ“


DM for 2 pm slots ☺️

@Mrtrueliving_ix @Mrtrueliving_ix

#Infosys #offline #drive ❀️
❀1