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
#include <bits/stdc++.h>
using namespace std;

struct Fenwick {
int n;
vector<int> b;

Fenwick(int n) : n(n), b(n + 1, INT_MAX) {}

void update(int i, int v) {
for (; i <= n; i += i & -i)
b[i] = min(b[i], v);
}

int query(int i) {
int r = INT_MAX;
for (; i > 0; i -= i & -i)
r = min(r, b[i]);
return r;
}
};

vector<int> findStarvation(vector<long long>& priorities) {
int n = priorities.size();
vector<int> ans(n, 0);

vector<long long> c = priorities;
sort(c.begin(), c.end());
c.erase(unique(c.begin(), c.end()), c.end());

auto id = [&](long long x) {
return int(lower_bound(c.begin(), c.end(), x) - c.begin()) + 1;
};

Fenwick f(c.size());

for (int i = n - 1; i >= 0; i--) {
int p = id(priorities[i]);
int j = f.query(p - 1);
ans[i] = (j == INT_MAX ? 0 : j - i);
f.update(p, i);
}

return ans;
}

int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);

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

vector<long long> priorities(n);
for (int i = 0; i < n; i++)
cin >> priorities[i];

vector<int> res = findStarvation(priorities);

for (int i = 0; i < n; i++) {
if (i) cout << ' ';
cout << res[i];
}
cout << '\n';

return 0;
}
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/9315?single
Please open Telegram to view this post
VIEW IN TELEGRAM
All set for Cognizant ONCAMPUS ✓


DM for any placement Help available

@Mrtrueliving_ix

@Mrtrueliving_ix

=> 3pm ONCAMPUS Slots are available
Cognizant ONCAMPUS HELP ✓ ||10AM


Test accomplished â¤ī¸ || Java {3}

DM for Any placement Help

@Mrtrueliving_ix @Mrtrueliving_ix

#Cts #ONCAMPUS #R3 #2026_Batch

https://t.me/Code_alphix/9119?single
❤2🍾2đŸĢĄ1
CTS 2026
BE BTECH ME MTECH

check eligibility and apply

https://app.joinsuperset.com/join/#/signup/student?jp=646c344f-7e0c-4d40-aef8-3b3fc8430245

Check your eligibility criteria to apply ASAP
❤1
Successfully cleared Cognizant đŸĨŗ

SHORTLISTED FOR INTERVIEW đŸĨŗđŸ’–

GenC proâ¤ī¸ || GenC Next 🎉

 =>#Java_track 🎉


DM those Who need đŸ’¯ test Clearance.

@Mrtrueliving_ix  || @Mrtrueliving_ix

#Cognizant #JavaTrack #GenC #GencNext #Offcampus

Helping proof :

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

All 3 rounds help done ✅  with đŸ’¯

Communication + Aptitude + technical


Only plagfree coding 😍


@Mrtrueliving_ix @Mrtrueliving_ix

Results speak louder than hype.🙌😎
All placement exams & interview Help available



@Mrtrueliving_ix

@Mrtrueliving_ix


Those who are looking for a top notch success DM now
🚀 Accenture Offcampus – All Set!

Login credentials will be shared very soon âŗ
Stay confident and give your best đŸ’¯

✨ All the best everyone! ✨

👉 @Mrtrueliving_ix
❤2
:

🚀 Infosys Technical Assessment – On-Campus Drive
📅 Date: 16th December 2025

Dear Students,

Infosys will be conducting a Technical Assessment on campus on 16-12-2025.
👉 All registered students must compulsorily attend, even if already placed in other organizations.

As instructed by the Dean – Training & Placements, participation is mandatory since this drive includes opportunities for higher compensation roles.

🧠 Assessment Pattern

Total Questions: 4
(Simple | Moderate | Hard | Complex)

Attempt: Any 3 Questions

Time Duration: 3 Hours

🏆 Role Shortlisting Criteria

âœ”ī¸ Simple level solved → DSE Role
âœ”ī¸ Moderate level solved → L1 – SP Role (₹10 LPA)
âœ”ī¸ Hard level solved → L1 – SP Role (₹16 LPA)
âœ”ī¸ Complex level solved → L3 – SP Role (₹21 LPA)

(Passing a few test cases in other questions is required in all cases)

â„šī¸ Important Note:
The difficulty level is aligned with the current university curriculum, not IIT/IIIT standards.

đŸ“ĸ Prepare thoroughly and ensure your presence on the assessment day.

📩 DM for 100% test clearance:
@Mrtrueliving_ix 🚀
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1💔1👀1