Genpact Hiring
Role: Business Analyst
Apply Link:
https://genpact.taleo.net/careersection/sgy_external_career_section/jobdetail.ftl?job=BFS033345
Role: Business Analyst
Apply Link:
https://genpact.taleo.net/careersection/sgy_external_career_section/jobdetail.ftl?job=BFS033345
https://app.joinsuperset.com/join/#/signup/student?jp=38d74885-556d-43a9-b493-4dcbd0f4af73
2024 batch eligible only
2024 batch eligible only
👍2
Guys❤
👉 I am doing promotions (real Or fake) I don't know
👉I'm not forcing you. Your decision
👉I am not a responsible to you and money
👉 I need money that why I'm doing promotions try understand
👉 I am doing promotions (real Or fake) I don't know
👉I'm not forcing you. Your decision
👉I am not a responsible to you and money
👉 I need money that why I'm doing promotions try understand
👍4
bool f(int n) {
while (n != 0) {
if ((n & 3) == 3)
return true;
n >>= 1;
}
return false;
}
int solve(int n) {
int count = 0;
for (int i = 0; i <= n; i++) {
if (!f(i))
count++;
}
return count;
}
Telegram:- @allcoding1
while (n != 0) {
if ((n & 3) == 3)
return true;
n >>= 1;
}
return false;
}
int solve(int n) {
int count = 0;
for (int i = 0; i <= n; i++) {
if (!f(i))
count++;
}
return count;
}
Telegram:- @allcoding1
👍1
🎯Revolut Off Campus Drive 2024 | Support Specialist | Work from home | 4-8 LPA
Job Role : Support Specialist
Qualification : Any Graduate
Location : Remote
Salary : 4-8 LPA
Apply Now:-
https://www.revolut.com/en-IN/careers/position/support-specialist-identity-and-verification-analyst-35ee6d79-acf3-4dcc-8544-19d8115f2ed6/
Telegram:- @allcoding1
Job Role : Support Specialist
Qualification : Any Graduate
Location : Remote
Salary : 4-8 LPA
Apply Now:-
https://www.revolut.com/en-IN/careers/position/support-specialist-identity-and-verification-analyst-35ee6d79-acf3-4dcc-8544-19d8115f2ed6/
Telegram:- @allcoding1
👍1
Meesho is hiring SDE
Apply link 👇
https://jobs.lever.co/meesho/b4bfd213-f69f-4dff-a51b-9816c27d4343
Telegram:- @allcoding1
Apply link 👇
https://jobs.lever.co/meesho/b4bfd213-f69f-4dff-a51b-9816c27d4343
Telegram:- @allcoding1
def check_digit_position(s):
if s[0].isdigit() and not s[-1].isdigit():
return "Yes"
elif not s[0].isdigit() and s[-1].isdigit():
return "No"
else:
return "Invalid input"
input_str = input().strip()
print(check_digit_position(input_str))
Python
@allcoding1
if s[0].isdigit() and not s[-1].isdigit():
return "Yes"
elif not s[0].isdigit() and s[-1].isdigit():
return "No"
else:
return "Invalid input"
input_str = input().strip()
print(check_digit_position(input_str))
Python
@allcoding1
👍2
def check_first_and_last_char(Str):
if Str[0].isdigit() and not Str[-1].isdigit():
print("Yes")
elif Str[-1].isdigit() and not Str[0].isdigit():
print("No")
else:
print("Invalid input")
Str = input()
check_first_and_last_char(Str)
Python
@allcoding1
if Str[0].isdigit() and not Str[-1].isdigit():
print("Yes")
elif Str[-1].isdigit() and not Str[0].isdigit():
print("No")
else:
print("Invalid input")
Str = input()
check_first_and_last_char(Str)
Python
@allcoding1
❤3👍1
🎯Qualcomm Off Campus Recruitment
Job Position:- IT Software Developer (UX/UI/Fullstack)
Job ID: 3058496
Qualification:- B.Tech
Batch:- 2019/2020/2021
Job Location:- Hyderabad, India
Department: Software Engineering
Salary Package:- As per Company Standards
Job Type:- Full-time
Last Date:- ASAP
Apply Now:- https://www.allcoding1.com/2024/02/qualcomm-off-campus-recruitment-2024.html?m=1
Telegram:- @allcoding1
Job Position:- IT Software Developer (UX/UI/Fullstack)
Job ID: 3058496
Qualification:- B.Tech
Batch:- 2019/2020/2021
Job Location:- Hyderabad, India
Department: Software Engineering
Salary Package:- As per Company Standards
Job Type:- Full-time
Last Date:- ASAP
Apply Now:- https://www.allcoding1.com/2024/02/qualcomm-off-campus-recruitment-2024.html?m=1
Telegram:- @allcoding1
👍2
Apply now:- https://www.allcoding1.com/2024/02/hcl-tech-off-campus-drive-for-multiple.html?m=1
Telegram:- @allcoding1
Telegram:- @allcoding1
👍1
🎯Position: Accountant Trainee
Location: Coimbatore
Experience: Fresher
Qualification: B.Com. 2023 passed out
https://careers.banfico.com/jobs/Careers/31483000015926001/Accountant-Trainee?source=CareerSite&t=807
Location: Coimbatore
Experience: Fresher
Qualification: B.Com. 2023 passed out
https://careers.banfico.com/jobs/Careers/31483000015926001/Accountant-Trainee?source=CareerSite&t=807
int solve(vector<int>& A) { int s = 0; for (const auto&n: A) { string sn = to_string(n); char md = *max_element(sn.begin().
sn.end());
s += md-'0';
}
return s;
}
C++
Telegram:- @allcoding1
L&t
Q) Encryption by digits
sn.end());
s += md-'0';
}
return s;
}
C++
Telegram:- @allcoding1
L&t
Q) Encryption by digits
👍2