allcoding1
27.7K subscribers
2.2K photos
2 videos
77 files
852 links
Download Telegram
🎯Awiros is hiring
Role : SDE ( Full Stack )

Apply:- www.allcoding1.com

Telegram:- @allcoding1
🎯 Micron Technology is hiring

Role : Associate Software Engineer
Batch : 2024, 2023, 2022 passouts
CTC : 6 - 10 LPA

Apply now:- www.allcoding1.com

Telegram:- @allcoding1
👍1
IBM exam

Telegram:- @allcoding1
Hacker Coin
IBM

Telegram:- @allcoding1
#include <bits/stdc++.h>
using namespace std;

int gcd(int a, int b) {
    while (b != 0) {
        int temp = b;
        b = a % b;
        a = temp;
    }
    return a;
}

vector<int> gcdArrays(vector<int>& arr) {
    int n = arr.size();
    int max_gcd = 0;
    int max_length = 0;

    for (int i = 0; i < n - 1; ++i) {
        int current_gcd = arr[i];
        for (int j = i + 1; j < n; ++j) {
            current_gcd = gcd(current_gcd, arr[j]);
            if (current_gcd > max_gcd) {
                max_gcd = current_gcd;
                max_length = j - i + 1;
            } else if (current_gcd == max_gcd && (j - i + 1) > max_length) {
                max_length = j - i + 1;
            }
        }
    }

    return {max_gcd, max_length};
}

DE Shaw

Telegram:- @allcoding1
👍6👎3
def max_benefit(n,A, K):
    n = len(A)
    dp = [0] * (n + 1)
    prefix_sum = [0] * (n + 1)
   
    for i in range(1, n + 1):
        prefix_sum[i] = prefix_sum[i - 1] + A[i - 1]
   
    for i in range(1, n + 1):
        min_val = float('inf')
        max_val = float('-inf')
       
        for j in range(1, K + 1):
            if i - j >= 0:
                min_val = min(min_val, prefix_sum[i] - prefix_sum[i - j])
                max_val = max(max_val, prefix_sum[i] - prefix_sum[i - j])
                dp[i] = max(dp[i], dp[i - j] + max(max_val, -min_val))
   
    return dp[n] % MOD

Alternate Segment
Infosys

Telegram:- @allcoding1
👍4
Cinema code
infosys

Telegram:- @allcoding1
Beautiful set of nodes
Infosys

Telegram:- @allcoding1
🎯 Global Logic is hiring

Role : Associate Analyst
Experience : 0 - 1 year

Apple Now:-
https://www.globallogic.com/careers/associate-analyst-dei-irc214321/

Telegram:- @allcoding1
🎯Oracle is hiring

Role : Software Engineer l
Experience : 0 - 2+ years

Apply Now:- https://eeho.fa.us2.oraclecloud.com/hcmUI/CandidateExperience/en/sites/jobsearch/job/231334


Telegram:- @allcoding1
🎯Locus is hiring

Role : DevOps Engineer
Experience : 1 - 2 years
CTC : 15-25 LPA

Apply Now:- https://locus.freshteam.com/jobs/mbURMTm9XO-R/devops?ft_source=4000030064&ft_medium=4000026063

Telegram:- @allcoding1
🎯Matrimony is hiring

Role : software engineer intern
Batch : 2025,2024, 2023 passouts

Apply Now:- https://matrimonycareers.peoplestrong.com/job/detail/MCL_SE-I_983228

Telegram:- @allcoding1
🎯 Dow Jones is hiring

Role : Web Developer
CTC : 12 - 15 LPA

Apply now : https://dowjones.jobs/mumbai-ind/web-developer/4AD2CBD937984D1DA86277BBBAC931DA/job/?vs=16061606


Telegram:- @allcoding1
🎯Company: TCS

Post: 6000+

Qualification: Graduate (All Stream)

Selection Process: Interview & DV

Online Apply Date: 08th March  2024

Last Date of Online Apply: 27th May 2024

Apply Now:- https://nextstep.tcs.com/campus/#/

Telegram:- @allcoding1

📢Not:- mobile users open in desktop mood
👍3👎1😁1
🎯Company : Infosys

Post: 4000+

Qualification: UG, Graduation & PG

Selection Process: Interview & DV

Online Apply Date: 14th March 2024

Last Date of Online Apply: 27th April  2024

Apply now:- https://careers.infosys.com/instep/internship/instepregistrationpage.aspx

Telegram:- @allcoding1
👍7
🎯 Zog global is Hiring

Role: Software Developer Intern
Batch: 2023/2024/2025/2026
Duration: 3-6 months
Location: Remote

Apply now: https://zogglobal.com/jobs/software-developer-intern/

Telegram:- @allcoding1
🎯 Airtel is hiring

Role : Software Engineer l
CTC : 11+ LPA
Experience : 0 - 2 years

Apply Now: https://eeji.fa.em3.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1/job/125162/?utm_medium=jobshare

Telegram:- @allcoding1
👍5
🎯HCL is hiring

Role : Graduate Trainee
Batch : 2023, 2022 passouts
CTC : 4 LPA
Location : Lucknow, Nagpur

Apply now : https://forms.office.com/pages/responsepage.aspx?id=N-edGDrJWk-LaG9MqZQZEvdjEM5NiEhEl9yRzhUhvJpURE8yNUkxSDZYMDFWM0FXRU9OSUtMREEzMiQlQCN0PWcu

Telegram:- @allcoding1
👍2