Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Rapyuta Robotics | SDE | 2024, 2023 Grads | Expected Salary: 12-15LPA
https://apply.workable.com/rapyuta-robotics/j/F875F6F186/
https://apply.workable.com/rapyuta-robotics/j/F875F6F186/
Workable
Rapyuta Robotics
Rapyuta Robotics is a global technology company and ETH Zurich spin-off that is pioneering the domain of Cloud Robotics with the core purpose, "empowering lives with connected machines"
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Keysight is hiring for Intern Tech I
Expected Stipend: 20k - 35k per month
๐Apply here:
https://jobs.keysight.com/careers-home/jobs/26980/job
Expected Stipend: 20k - 35k per month
๐Apply here:
https://jobs.keysight.com/careers-home/jobs/26980/job
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐HARMAN is hiring for INTERN, DEVOPS
Stipend: 15K-30K per month
๐Apply here:
https://jobs.harman.com/en_US/careers/JobDetail/Intern-DevOps/20078
Stipend: 15K-30K per month
๐Apply here:
https://jobs.harman.com/en_US/careers/JobDetail/Intern-DevOps/20078
Harman
Intern, DevOps
๐1
def is_prime(n):
if n <= 1:
return False
if n <= 3:
return True
if n % 2 == 0 or n % 3 == 0:
return False
i = 5
while i * i <= n:
if n % i == 0 or n % (i + 2) == 0:
return False
i += 6
return True
def is_googly(n):
digit_sum = sum(int(digit) for digit in str(n))
if is_prime(digit_sum):
return "GOOGLY"
else:
return "NOT GOOGLY"
N = int(input())
print(is_googly(N))
Googly Number โ
if n <= 1:
return False
if n <= 3:
return True
if n % 2 == 0 or n % 3 == 0:
return False
i = 5
while i * i <= n:
if n % i == 0 or n % (i + 2) == 0:
return False
i += 6
return True
def is_googly(n):
digit_sum = sum(int(digit) for digit in str(n))
if is_prime(digit_sum):
return "GOOGLY"
else:
return "NOT GOOGLY"
N = int(input())
print(is_googly(N))
Googly Number โ
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
from itertools import combinations n=int(input()) a=list(map(int,input().split())) res=0 if n>1: for i in combinations(a,2): if sum(i)%60==0: res+=1 if res! =0: print(res%((10**9)+7)) if res==0 or n<2: print("NO HOURS") Hoursโฆ
#include<stdio.h>
#include<stdlib.h>
#define MOD 1000000007
int compare(const void *a, const void *b) {
return (*(int*)a - *(int*)b);
}
int main() {
int N;
scanf("%d", &N);
if (N <= 1) {
printf("NO HOURS\n");
return 0;
}
int *A = (int*)malloc(N * sizeof(int));
for (int i = 0; i < N; i++) {
scanf("%d", &A[i]);
}
qsort(A, N, sizeof(int), compare);
int count = 0;
for (int i = 0; i < N - 1; i++) {
for (int j = i + 1; j < N; j++) {
if ((A[i] + A[j]) % 60 == 0) {
count = (count + 1) % MOD;
}
}
}
if (count > 0) {
printf("%d\n", count);
} else {
printf("NO HOURS\n");
}
free(A);
return 0;
}
Hours Count โ
#include<stdlib.h>
#define MOD 1000000007
int compare(const void *a, const void *b) {
return (*(int*)a - *(int*)b);
}
int main() {
int N;
scanf("%d", &N);
if (N <= 1) {
printf("NO HOURS\n");
return 0;
}
int *A = (int*)malloc(N * sizeof(int));
for (int i = 0; i < N; i++) {
scanf("%d", &A[i]);
}
qsort(A, N, sizeof(int), compare);
int count = 0;
for (int i = 0; i < N - 1; i++) {
for (int j = i + 1; j < N; j++) {
if ((A[i] + A[j]) % 60 == 0) {
count = (count + 1) % MOD;
}
}
}
if (count > 0) {
printf("%d\n", count);
} else {
printf("NO HOURS\n");
}
free(A);
return 0;
}
Hours Count โ
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
from itertools import combinations n=int(input()) a=list(map(int,input().split())) res=0 if n>1: for i in combinations(a,2): if sum(i)%60==0: res+=1 if res! =0: print(res%((10**9)+7)) if res==0 or n<2: print("NO HOURS") Hoursโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Amazon is hiring SDE-1, 2023 grads
https://www.linkedin.com/posts/rima-roy_software-dev-engineer-ftc-activity-7188840327108083712-NBcU?utm_source=share&utm_medium=member_android
https://www.linkedin.com/posts/rima-roy_software-dev-engineer-ftc-activity-7188840327108083712-NBcU?utm_source=share&utm_medium=member_android
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
NetApp is hiring SDE for 2024, 2023, 2022 grads
https://careers.netapp.com/job/bengaluru/software-engineer/27600/64077230112
https://careers.netapp.com/job/bengaluru/software-engineer/27600/64077230112
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
โ๏ธRigel Off Campus Drive 2024 Hiring As Trainee/Associate Software Engineer | โน 3-5 LPAโ๏ธ
๐จโ๐ปJob Role : Trainee/Associate Software Engineer
๐Qualification : B.E/B.Tech
๐Job Location : Vadodara
๐ฐPackage : 4 LPA*
โญ๏ธ Apply Fast : https://careers.rigelnetworks.com/jobs/Careers/619031000011468148/Trainee-Associate-Software-Engineer---Quant-Applications?source=CareerSite
๐จโ๐ปJob Role : Trainee/Associate Software Engineer
๐Qualification : B.E/B.Tech
๐Job Location : Vadodara
๐ฐPackage : 4 LPA*
โญ๏ธ Apply Fast : https://careers.rigelnetworks.com/jobs/Careers/619031000011468148/Trainee-Associate-Software-Engineer---Quant-Applications?source=CareerSite
Rigel Networks
Rigel Networks - Trainee/Associate Software Engineer - Quant Applications in Vadodara
Rigel Networks We are looking for motivated freshers with 4โ6 months of Python project experience (college or internship) who are eager to learn fast
๐1
Surprise Debate โ
๐1
SELECT train_name
FROM train_details_tbl
WHERE train_type IN (SELECT train_type
FROM train_type_tbl
WHERE type_description = 'LUXURY');
Epam โ
Birthday in charge
Birthday in charge
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Coinbase
๐ Job Title: Software Engineer (Frontend)
โ๐ป YOE: 0-2 years (Fresh Grads can also apply)
โก๏ธ Apply: https://www.coinbase.com/en-gb/careers/positions/5920858?gh_jid=5920858&gh_src=20687b321us
Please do share in your college grps and in case you are applying please react on this post:) ๐โค๏ธ
๐ Job Title: Software Engineer (Frontend)
โ๐ป YOE: 0-2 years (Fresh Grads can also apply)
โก๏ธ Apply: https://www.coinbase.com/en-gb/careers/positions/5920858?gh_jid=5920858&gh_src=20687b321us
Please do share in your college grps and in case you are applying please react on this post:) ๐โค๏ธ
Coinbase
Not found - Coinbase
Coinbase is a secure online platform for buying, selling, transferring, and storing cryptocurrency.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Cloudsek
๐ Job Title: SDE 1 / Intern
โ๐ป YOE: 0-3 years
โก๏ธ Apply: https://www.cloudsek.com/openings?gh_jid=5088558004
Please do share in your college grps and in case you are applying please react on this post:) ๐โค๏ธ
๐ Job Title: SDE 1 / Intern
โ๐ป YOE: 0-3 years
โก๏ธ Apply: https://www.cloudsek.com/openings?gh_jid=5088558004
Please do share in your college grps and in case you are applying please react on this post:) ๐โค๏ธ
Cloudsek
Openings
Be part of something special. Join CloudSEK and explore a career in cybersecurity. We are passionate about protecting top class organisations.
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: IndMoney
๐ Job Title: SDE Intern, SDE and SDE 2
โก๏ธ Apply: https://docs.google.com/forms/d/e/1FAIpQLScFJq1Va1-2ZqxQn1ZAUlg33osP81xVOaMsStf_mgbumdjaTA/viewform
Please do share in your college grps and in case you are applying please react on this post:) ๐โค๏ธ
๐ Job Title: SDE Intern, SDE and SDE 2
โก๏ธ Apply: https://docs.google.com/forms/d/e/1FAIpQLScFJq1Va1-2ZqxQn1ZAUlg33osP81xVOaMsStf_mgbumdjaTA/viewform
Please do share in your college grps and in case you are applying please react on this post:) ๐โค๏ธ