Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
ideaForge is hiring for Engineer
Experience: 0 - 1 year's
Expected Salary: 10-18 LPA
Apply here: https://www.linkedin.com/jobs/view/4206934041/?alternateChannel=search
Experience: 0 - 1 year's
Expected Salary: 10-18 LPA
Apply here: https://www.linkedin.com/jobs/view/4206934041/?alternateChannel=search
Linkedin
ideaForge hiring Engineer in Bengaluru, Karnataka, India | LinkedIn
Posted 5:15:06 AM. Job DescriptionSeeking a dynamic and motivated Engineer to join our team as part of our UAV groundโฆSee this and similar jobs on LinkedIn.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Sophos hiring SDET (6 months internship) in Bengaluru East, Karnataka, India | LinkedIn
Posted 1:33:11 PM. About UsSophos is a global leader and innovator of advanced security solutions for defeatingโฆSee this and similar jobs on LinkedIn.
sender_size = int(input())
senders = list(map(int, input().split()))
receiver_size = int(input())
receivers = list(map(int, input().split()))
n = sender_size
m = receiver_size
# Initialize a DP table with (n+1) rows and (m+1) columns
dp = [[0] * (m + 1) for _ in range(n + 1)]
for i in range(1, n + 1):
for j in range(1, m + 1):
if senders[i-1] == receivers[j-1]:
dp[i][j] = dp[i-1][j-1] + 1
else:
dp[i][j] = max(dp[i-1][j], dp[i][j-1])
print(dp[n][m])
Flipkart โ
senders = list(map(int, input().split()))
receiver_size = int(input())
receivers = list(map(int, input().split()))
n = sender_size
m = receiver_size
# Initialize a DP table with (n+1) rows and (m+1) columns
dp = [[0] * (m + 1) for _ in range(n + 1)]
for i in range(1, n + 1):
for j in range(1, m + 1):
if senders[i-1] == receivers[j-1]:
dp[i][j] = dp[i-1][j-1] + 1
else:
dp[i][j] = max(dp[i-1][j], dp[i][j-1])
print(dp[n][m])
Flipkart โ
๐1
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <iostream>
#include <vector>
using namespace std;
int main() {
int n;
cin >> n;
vector<int> arr(n);
for (int i = 0; i < n; ++i) {
cin >> arr[i];
}
int k;
cin >> k;
bool all_positive = true;
for (int x : arr) {
if (x < 0) {
all_positive = false;
break;
}
}
if (all_positive) {
cout << endl;
return 0;
}
vector<int> steps;
vector<int> tmp = arr;
for (int i = 0; i < n - 1; ++i) {
if (tmp[i] < 0) {
tmp[i] *= -1;
tmp[i + 1] *= -1;
steps.push_back(i + 1); // Convert to 1-based index
}
}
if (tmp.back() < 0) {
tmp.back() *= -1;
steps.push_back(n);
}
if (steps.size() > k) {
cout << -1 << endl;
} else {
for (size_t i = 0; i < steps.size(); ++i) {
if (i > 0) cout << " ";
cout << steps[i];
}
cout << endl;
}
return 0;
}
Flipkart โ
#include <vector>
using namespace std;
int main() {
int n;
cin >> n;
vector<int> arr(n);
for (int i = 0; i < n; ++i) {
cin >> arr[i];
}
int k;
cin >> k;
bool all_positive = true;
for (int x : arr) {
if (x < 0) {
all_positive = false;
break;
}
}
if (all_positive) {
cout << endl;
return 0;
}
vector<int> steps;
vector<int> tmp = arr;
for (int i = 0; i < n - 1; ++i) {
if (tmp[i] < 0) {
tmp[i] *= -1;
tmp[i + 1] *= -1;
steps.push_back(i + 1); // Convert to 1-based index
}
}
if (tmp.back() < 0) {
tmp.back() *= -1;
steps.push_back(n);
}
if (steps.size() > k) {
cout << -1 << endl;
} else {
for (size_t i = 0; i < steps.size(); ++i) {
if (i > 0) cout << " ";
cout << steps[i];
}
cout << endl;
}
return 0;
}
Flipkart โ
๐2
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)
GE Hiring !!
Role - Trainee Engineer
Degree - Any
Exp - 0 to 1 year
Link - https://careers.gehealthcare.com/global/en/job/GEVGHLGLOBALR4021892EXTERNALENGLOBAL/Trainee-Engineer
Role - Trainee Engineer
Degree - Any
Exp - 0 to 1 year
Link - https://careers.gehealthcare.com/global/en/job/GEVGHLGLOBALR4021892EXTERNALENGLOBAL/Trainee-Engineer
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name : L&T Technology Offcampus
Batch : 2025 passouts - Mechatronics, Instrumentation, Mechanical, Chemical
Role : Graduate Engineer Trainee
CTC: 4 LPA
Link : https://app.joinsuperset.com/join/#/signup/student/jobprofiles/dd2482f5-5ddb-496b-97de-63e0c4b379b5
Batch : 2025 passouts - Mechatronics, Instrumentation, Mechanical, Chemical
Role : Graduate Engineer Trainee
CTC: 4 LPA
Link : https://app.joinsuperset.com/join/#/signup/student/jobprofiles/dd2482f5-5ddb-496b-97de-63e0c4b379b5
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
TryMania is hiring for Software Developer intern
Experience: 0 - 2 year's
Apply here: https://www.linkedin.com/jobs/view/4208414359/?alternateChannel=search
Experience: 0 - 2 year's
Apply here: https://www.linkedin.com/jobs/view/4208414359/?alternateChannel=search
Linkedin
TryMania hiring Software Developer intern (PPO) in India | LinkedIn
Posted 4:37:37 PM. Position: Software Developer Intern (With PPO Opportunity)Location: Remote / HybridStipend:โฆSee this and similar jobs on LinkedIn.
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company : EVERSANA
Role: Associate Analyst
Exp: Fresher
Apply now - https://www.linkedin.com/jobs/view/4184162197
Role: Associate Analyst
Exp: Fresher
Apply now - https://www.linkedin.com/jobs/view/4184162197
Linkedin
EVERSANA hiring Associate Analyst in Pune/Pimpri-Chinchwad Area | LinkedIn
Posted 9:11:10 AM. At EVERSANA, we are proud to be certified as a Great Place to Work across the globe. Weโre fueledโฆSee this and similar jobs on LinkedIn.
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Candela Technologies
Role: SDE Intern(Wireless Communications)
Stipend : 20k/m
Batch : 2025 passouts
CTC : 6LPA
Link ; https://docs.google.com/forms/d/e/1FAIpQLSezD6gW-3pmqAArkhCJPc5yLTnqugxqVvBC73T2_YGskWoRAg/viewform
Role: SDE Intern(Wireless Communications)
Stipend : 20k/m
Batch : 2025 passouts
CTC : 6LPA
Link ; https://docs.google.com/forms/d/e/1FAIpQLSezD6gW-3pmqAArkhCJPc5yLTnqugxqVvBC73T2_YGskWoRAg/viewform
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: ZingBus
Role: Associate Software Developer
Experience: 0 - 2 years
Location: Gurugram
๐ปApply Link: https://www.hirist.tech/j/zingbus-associate-software-development-engineer-react-js-1464275.html
Role: Associate Software Developer
Experience: 0 - 2 years
Location: Gurugram
๐ปApply Link: https://www.hirist.tech/j/zingbus-associate-software-development-engineer-react-js-1464275.html
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Company Name: Fi Money
Role : SDE Intern (ioS)
Batch: 2025 passouts
Apply Link : https://jobs.lever.co/epifi/6b4f6312-61e7-4b3e-94ca-2d300d0e386e
All the Best ๐๐
Role : SDE Intern (ioS)
Batch: 2025 passouts
Apply Link : https://jobs.lever.co/epifi/6b4f6312-61e7-4b3e-94ca-2d300d0e386e
All the Best ๐๐
๐คฉ1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Graviton Research
Role: C++ Developer
Batch: 2024/2023/2022 passouts
Link : https://www.linkedin.com/jobs/view/4212771928
Role: C++ Developer
Batch: 2024/2023/2022 passouts
Link : https://www.linkedin.com/jobs/view/4212771928
Linkedin
1,000+ J2ee Developer jobs in United States (279 new)
Todayโs top 1,000+ J2ee Developer jobs in United States. Leverage your professional network, and get hired. New J2ee Developer jobs added daily.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Dola AI
Role ; Junior Test Engineer
Batch ; 2025/2024 passouts
Link : https://www.linkedin.com/jobs/view/4210138779
Role ; Junior Test Engineer
Batch ; 2025/2024 passouts
Link : https://www.linkedin.com/jobs/view/4210138779
Linkedin
1,000+ Senior Software Test Engineer jobs in United States (96 new)
Todayโs top 1,000+ Senior Software Test Engineer jobs in United States. Leverage your professional network, and get hired. New Senior Software Test Engineer jobs added daily.
๐คฉ1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: Pearson
Role: Application Engineer Intern
Stipend: 30K per month
Batch: 2025/2026
Apply:https://pearson.jobs/chennai-ind/intern-software-engineer-application-engineer/F29CC33F8D7940BF8F3F921D21298DBD/job/
Role: Application Engineer Intern
Stipend: 30K per month
Batch: 2025/2026
Apply:https://pearson.jobs/chennai-ind/intern-software-engineer-application-engineer/F29CC33F8D7940BF8F3F921D21298DBD/job/
pearson.jobs
Pearson is a fast-growing, exciting place to work with tremendous opportunities for personal growth and professional advancement. Take a look through All of our Jobs/Careers. Pearson Jobs
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Revenera is hiring for Associate Software Engineer
Experience: 0 - 1 years
Expected Salary: 7-14 LPA
Apply here: https://flexerasoftware.wd1.myworkdayjobs.com/revenera/job/Bangalore/Associate-Software-Engineer_15481?source=LinkedIn
Experience: 0 - 1 years
Expected Salary: 7-14 LPA
Apply here: https://flexerasoftware.wd1.myworkdayjobs.com/revenera/job/Bangalore/Associate-Software-Engineer_15481?source=LinkedIn
Myworkdayjobs
Associate Software Engineer
Revenera helps product executives build better products, accelerate time to value and monetize what matters. Reveneraโs leading solutions help software and technology companies drive top line revenue with modern software monetization, understand usage andโฆ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Pearson
Role : Software Engineering Internship
Batch : 2026/27 passouts
Stipend : 30,000 INR
Link : https://pearson.jobs/bangalore-ind/intern-in-ai-engineer/204C3269E5B34D7796E5D752F11AAC27/job/
Role : Software Engineering Internship
Batch : 2026/27 passouts
Stipend : 30,000 INR
Link : https://pearson.jobs/bangalore-ind/intern-in-ai-engineer/204C3269E5B34D7796E5D752F11AAC27/job/
pearson.jobs
Pearson is a fast-growing, exciting place to work with tremendous opportunities for personal growth and professional advancement. Take a look through All of our Jobs/Careers. Pearson Jobs
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐JUSPAY is Hiring - Multiple Roles
Location: Bangalore
Eligible Batches: 2024, 2025, 2026 Passouts
Software Development Roles:
Software Development Engineer Backend - Intern
https://lnkd.in/gSkb2BXi
Software Development Engineer Backend - Full-Time
https://lnkd.in/gt-fs9va
Product Design Roles:
Product Designer - Intern
https://lnkd.in/gwK3HMpX
Product Designer - Full-Time
https://lnkd.in/g5DFiVfs
Location: Bangalore
Eligible Batches: 2024, 2025, 2026 Passouts
Software Development Roles:
Software Development Engineer Backend - Intern
https://lnkd.in/gSkb2BXi
Software Development Engineer Backend - Full-Time
https://lnkd.in/gt-fs9va
Product Design Roles:
Product Designer - Intern
https://lnkd.in/gwK3HMpX
Product Designer - Full-Time
https://lnkd.in/g5DFiVfs
lnkd.in
LinkedIn
This link will take you to a page thatโs not on LinkedIn