allcoding1
27.7K subscribers
2.2K photos
2 videos
77 files
852 links
Download Telegram
🎯Company Name Cognizant
Post Name Associate Software Engineer
Qualification Any Bachelor’s Degree
Branch Any Branches
Batch 2021, 2022, 2023 & 2024
Salary Up to β‚Ή14 LPA
Experience Fresher
Job Location Chennai
Last DateASAP


Apply Now:- https://careers.cognizant.com/in/en/job/00046956561/Software-Engineer-Associate

Telegram:- @allcoding1
πŸ‘6
class UserMainCode:
   
    def chocolateArrangement(cls, input1, input2, input3):
        maxi = 0
        combi = input1 + input1
        for shift in range(input3):
            pair = sum(1 for i in range(input3) if combi[i + shift] == input2[i])
            maxi = max(maxi, pair)
        return maxi

Chocolate Arrangement


Telegram:- @allcoding1
πŸ‘8
🎯Baker Hughes is hiring for Early Career Trainee
Expected Salary: 5-7 LPA
Apply Now:
https://careers.bakerhughes.com/global/en/job/BAHUGLOBALR113723/Early-Career-Trainee

Telegram:- @allcoding1
πŸ‘2
Aspiring Programmer code
IBM
Telegram:- @allcoding1
Minimum operation
IBM
Telegram:- @allcoding1
Min cost of project
IBM
Telegram:- @allcoding1
IBM
Telegram:- @allcoding1
def max_units(boxes, units_per_box, truck_size):
    products = list(zip(units_per_box, boxes))
    products.sort(reverse=True)
   
    max_units = 0
    for units, boxes in products:
        if truck_size >= boxes:
            max_units += units * boxes
            truck_size -= boxes
        else:
            max_units += units * truck_size
            break
    return max_units

IBM
Telegram:- @allcoding1
πŸ‘2
Minimum operation
IBM
Telegram:- @allcoding1
Number of valid Words
IBM
@allcoding1
🎯 global logic is hiring

🎯oracle is hiring

🎯gap Inc is hiring

🎯locus is hiring

🎯 matrimony is hiring

🎯dow Jones is hiring


Apply Now:- www.allcoding1.com

Telegram:- @allcoding1
πŸ‘3
🎯 TCS is hiring

🎯 infosys is hiring

🎯 flipkart is hiring

🎯 ICICI is hiring

🎯 Airtel is hiring

🎯 HCL is hiring

🎯cognizant is hiring

Apply Now:- www.allcoding1.com

Telegram:- @allcoding1
❀2
🎯Wipro is hiring

Role : Data Analyst
CTC : 4-8 LPA
Apply Now:-  https://careers.wipro.com/careers-home/jobs/3035123

Telegram:- @allcoding1
πŸ”₯2πŸ‘1😁1
State Street is hiring

Role : Intern
Batch : 2025, 2024, 2023 passouts
Stipend : 20 - 40 k per month

Apply now: https://statestreet.wd1.myworkdayjobs.com/en-US/Global/job/Bangalore-India/Intern_R-747447

Telegram:- @allcoding1
πŸ‘3πŸ‘1
🎯Deloitte is hiring

Position: Business Analyst
Qualifications: Bachelor’s/ Master’s Degree/ M.Com/ MBA/ CA
Salary: 6 - 9 LPA (Expected)
Experience: Freshers/ Experienced
Location: Across India

Apply Now: https://usijobs.deloitte.com/careersUSI/JobDetail/USI-EH24-Tax-Business-Technology-Analyst-SAP-FI-SD-Fresher-NSE/176139

Telegram:- @allcoding1
πŸ‘3πŸ”₯1
TCS FREE NQT - Biggest Mass Hiring

Graduation Year: 2024

Eligibility: BTech / BE / MTech / ME / MCA / MSc / MS

Experience: Freshers

Salary:
Ninja - 3.36 LPA
Digital - 7 LPA
Prime - 9 LPA for UG and 11.5 LPA for PG

Apply now:- https://www.tcs.com/careers/india/tcs-fresher-hiring-nqt-2024


Registration End Date: 10 April 2024
Test Date: 26th April Onwards

Telegram:- @allcoding1
πŸ‘3πŸ”₯1πŸŽ‰1
🎯AutoDesh is hiring

Role : Associate software Engineer
Batch : 2024, 2023, 2022 passouts
CTC : 24 - 32 LPA

Link : https://autodesk.wd1.myworkdayjobs.com/en-US/Ext/job/Bengaluru-IND/Associate-Software-Development-Engineer_24WD76757-1

Telegram:- @allcoding1
❀2
🎯NoBroker is hiring

Role : SDE - Frontend
Experience : 1 - 3 years
CTC : 8 - 12 LPA

Apply now :-
https://hirespoof.com/job/nobroker-software-engineer-frontend/


Telegram:- @allcoding1
πŸ‘3
vector<ll> babuswiggyjayega(vector<ll> a, vector<ll> b)
{
    ll n1 = a.size(), n2 = b.size();
    ll i = 0, j = 0, k = 0;
    vector<ll> golu(n1 + n2);
    while (i < n1 && j < n2)
    {
        if (a[i] < b[j])
            golu[k++] = a[i++];
        else
            golu[k++] = b[j++];
    }

    while (i < n1)
        golu[k++] = a[i++];
    while (j < n2)
        golu[k++] = b[j++];
    return golu;
}

Merge 2 Arrays

Telegram:- @allcoding1
πŸ‘6πŸ”₯1
🎯Zoho Is Hiring

Role : Software Developer
Qualification:- any
Batch:- any
Location : Chennai

Apply Now:- www.allcoding1.com

Telegram:- @allcoding1
πŸ‘2πŸ₯°1