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
Codes are available

DM @mrtrueliving_ix

Plag freeβœ…
from sys import stdin

def main():
elements = stdin.read().strip().split()
n = len(elements)
bell_triangle = [[0] * (n + 1) for _ in range(n + 1)]
bell_triangle[0][0] = 1

for i in range(1, n + 1):
bell_triangle[i][0] = bell_triangle[i - 1][i - 1]
for j in range(1, i + 1):
bell_triangle[i][j] = bell_triangle[i - 1][j - 1] + bell_triangle[i][j - 1]

print(bell_triangle[n][0] - 1)

if __name__ == "__main__":
main()

Set partitioning βœ…
❀1
Accenture on campus help available
πŸ’― Test Clearance πŸ‘Œ

@mrtrueliving_ix βœ…

https://t.me/code_alphix/3651
Accenture ON campus placement

Round-1 cleared πŸ˜‰

OA help:
@mrtrueliving_ix

Slot -1βœ…
All placement help available

DM for help
@mrtrueliving_ixβœ…

πŸ’― Test Clearance πŸ€— with remote access safe & secure πŸ”
Incedo codes & help available

DM @mrtrueliving_ixβœ…
Any kind of OA help available:
0️⃣ Oracle
0️⃣ Flipkart
0️⃣ UBS
0️⃣ Infosys-SP
0️⃣ Meesho
0️⃣ Phone pe
0️⃣ UBER
0️⃣ Accenture
0️⃣ Congizant
0️⃣ IBM
0️⃣ Mountblue
0️⃣ CAPGEMINI
0️⃣ Mitsogo
0️⃣ Lam research

On / Off campus placement

πŸ’― Test Clearance βœ”οΈ

Don't miss  the opportunity πŸ“Œ

DM for OA:

@Mrtrueliving_ix

@Mrtrueliving_ix

@Mrtrueliving_ix
#include <bits/stdc++.h>

using namespace std;

string ltrim(const string &);
string rtrim(const string &);



/*
* Complete the 'minTimeForRobots' function below.
*
* The function is expected to return a LONG_INTEGER.
* The function accepts following parameters:
* 1. INTEGER the_number_of_robots
* 2. INTEGER_ARRAY rack_capacities
*/


#include<bits/stdc++.h>
using ll = long long;
using namespace std;
bool canAllocate(const vector<int>& capacities, ll k, ll maxLoad) {
ll robotCount = 1;
ll currentLoad = 0;

for (int cap : capacities) {
if (cap > maxLoad) return false;
if (currentLoad + cap > maxLoad) {
robotCount++;
currentLoad = cap;
if (robotCount > k) return false;
} else {
currentLoad += cap;
}
}

return true;
}


long long minTimeForRobots(int the_number_of_robots, std::vector<int> rack_capacities) {
ll n = rack_capacities.size();
if (the_number_of_robots == 0) return -1;
if(the_number_of_robots>n)return *max_element(rack_capacities.begin(), rack_capacities.end());
ll low = *max_element(rack_capacities.begin(), rack_capacities.end());
ll high = accumulate(rack_capacities.begin(), rack_capacities.end(), 0l);
ll result = high;

while (low <= high) {
ll mid = low + (high - low) / 2;

if (canAllocate(rack_capacities, the_number_of_robots, mid)) {
result = mid;
high = mid - 1;
} else {
low = mid + 1;
}
}

return result;

}
Accenture ON campus placement βœ…

All MCQ & coding are done βœ…

Round 1 & Round 2 cleared πŸ’―

All placement help available

DM FOR OA HELP:
@mrtrueliving_ix // @mrtrueliving_ix

#Accenture #ONCAMPUS #RemoteAccess βœ…
Swiggy help available

@Mrtrueliving_ix βœ…

Last Friday post chesam

https://whatsapp.com/channel/0029VahiS3p2v1IyoS891Y1g/1020


Check your mails ❀️
Swiggy FE ASDE βœ…

Test accomplished βœ…

Coding and react+ CSS βœ…πŸ’―

All placement help available

OA HELP:
@mrtrueliving_ixπŸ’―

#Swiggy #FE #ASDE #ALL-DONE ☺️
Placement help available

Epam

Swiggy

Amazon

Accenture on // Off campus

Wipro on campus

Capgemini

Cognizant

Oracle

Rubrik

On // off campus placement πŸ’―
Any module test

All πŸ’― genuine & remote access

DM FOR OA HELP

-@mrtrueliving_ix

-@mrtrueliving_ix