I know you are all trying very hard and applying to 10s if not 100s of jobs everyday with no response or rejections in most.
Trust me this is the scenario with everyone you're not alone, I have faced it and still face it when I try my luck for International jobs.
The only thing which can keep you going is inner motivation and your family.
Do it for your loved ones and nothing can distract you.
I'm here to help in the best possible way.
Kudos for keep trying...โฅ๏ธ๐
Trust me this is the scenario with everyone you're not alone, I have faced it and still face it when I try my luck for International jobs.
The only thing which can keep you going is inner motivation and your family.
Do it for your loved ones and nothing can distract you.
I'm here to help in the best possible way.
Kudos for keep trying...โฅ๏ธ๐
โค34๐1๐คฉ1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Send your Resume at:
prabu@vembu.com
prabu@vembu.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Data Science Internships
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Ciena is hiring for Software Engineering Intern
Batch: 2026, 2027
Apply here: https://careers.ciena.com/us/en/job/CIENUSR025908ENUS/Software-Engineering-Intern
Batch: 2026, 2027
Apply here: https://careers.ciena.com/us/en/job/CIENUSR025908ENUS/Software-Engineering-Intern
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Alight is hiring for SWE UI
Experience: 0 - 1 year's
Expected CTC: 5-10 LPA
Apply here: https://careers.alight.com/us/en/job/ALIGUSR29202EXTERNALENUS
Experience: 0 - 1 year's
Expected CTC: 5-10 LPA
Apply here: https://careers.alight.com/us/en/job/ALIGUSR29202EXTERNALENUS
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
WE ARE HIRING: Data Science Intern
For more information about the internship, click here: https://lnkd.in/dCYe5Rff
To know more about Sony Research India, visit our website: https://lnkd.in/dZeYsNW
For more information about the internship, click here: https://lnkd.in/dCYe5Rff
To know more about Sony Research India, visit our website: https://lnkd.in/dZeYsNW
lnkd.in
LinkedIn
This link will take you to a page thatโs not on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
IBM is hiring for Software Developer- Freshers (2025)
Batch: 2025
Expected Salary: 8-14 LPA
Apply here: https://careers.ibm.com/job/20957333/software-developer-ahmedabad-in/?codes=SN_LinkedIn&Codes=SN_LinkedIn
Propel is hiring for Software Developer
Batch: 2025
Expected Salary: 5-7 LPA
Apply here: https://talent.propelinc.com/jobs/Careers/26698000080989011/Fresher-2025-Batch-Software-Developer?source=CareerSite
Batch: 2025
Expected Salary: 8-14 LPA
Apply here: https://careers.ibm.com/job/20957333/software-developer-ahmedabad-in/?codes=SN_LinkedIn&Codes=SN_LinkedIn
Propel is hiring for Software Developer
Batch: 2025
Expected Salary: 5-7 LPA
Apply here: https://talent.propelinc.com/jobs/Careers/26698000080989011/Fresher-2025-Batch-Software-Developer?source=CareerSite
โค1๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
GE is hiring for Graduate Engineer Trainee role
Entry Level
Apply Link : https://careers.gehealthcare.com/global/en/job/GEVGHLGLOBALR4013316EXTERNALENGLOBAL/Graduate-Engineering-Trainee
Entry Level
Apply Link : https://careers.gehealthcare.com/global/en/job/GEVGHLGLOBALR4013316EXTERNALENGLOBAL/Graduate-Engineering-Trainee
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Ralph Lauren hiring Business Analyst
Bangalore location
Apply Here: https://careers.ralphlauren.com/CareersCorporate/JobDetail/Business-Analytics-Engineer-Data/51006
Bangalore location
Apply Here: https://careers.ralphlauren.com/CareersCorporate/JobDetail/Business-Analytics-Engineer-Data/51006
Ralphlauren
Business Analytics Engineer, Data
โขWork with a culture of continuous improvement to deliver the highest performance and availability from our data platforms. โขDrive Automation through effective metadata management: The data...
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Tally Forms
Hi
We are no longer accepting applications for this drive, however, we have regular job drives with our 450+ partner companies.
Join our Whatsapp Community to stay updated:
https://chat.whatsapp.com/KFDZSnuUOBfHbRO5SyhaBK
Join our Whatsapp Community to stay updated:
https://chat.whatsapp.com/KFDZSnuUOBfHbRO5SyhaBK
import sys
def main():
data = sys.stdin.read().split()
N, K, Q = data[0], int(data[1]), int(data[2])
queries = list(map(int, data[3:3+Q]))
dp = 0
for c in N:
d = int(c)
tmp = 1 << (d % K)
for r in range(K):
if dp & (1 << r):
tmp |= 1 << ((r *10 + d) % K)
dp |= tmp
for x in queries:
print("YES" if dp & (1 << x) else "NO")
if __name__ == "__main__":
main()
A Reminder Problem โ
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <iostream>
#include <vector>
#include <queue>
#include <unordered_set>
using namespace std;
int spreadInfection(vector<vector<int>>& adj, vector<int>& malware, int removeNode = -1) {
int n = malware.size();
vector<int> infected(n, 0);
queue<int> q;
for (int i = 0; i < n; i++) {
if (malware[i] == 1 && i != removeNode) {
q.push(i);
infected[i] = 1;
}
}
while (!q.empty()) {
int node = q.front();
q.pop();
for (int neighbor : adj[node]) {
if (infected[neighbor] == 0 && neighbor != removeNode) {
infected[neighbor] = 1;
q.push(neighbor);
}
}
}
int totalInfected = 0;
for (int i = 0; i < n; i++) {
if (infected[i] == 1) totalInfected++;
}
return totalInfected;
}
int minimizeMalwareSpread(int g_nodes, vector<int>& g_from, vector<int>& g_to, vector<int>& malware) {
vector<vector<int>> adj(g_nodes);
for (int i = 0; i < g_from.size(); i++) {
adj[g_from[i] - 1].push_back(g_to[i] - 1);
adj[g_to[i] - 1].push_back(g_from[i] - 1);
}
int baselineInfection = spreadInfection(adj, malware);
int bestNode = -1;
int minInfected = baselineInfection;
for (int i = 0; i < g_nodes; i++) {
if (malware[i] == 1) {
int infectedCount = spreadInfection(adj, malware, i);
if (infectedCount < minInfected || (infectedCount == minInfected && (bestNode == -1 || i < bestNode))) {
minInfected = infectedCount;
bestNode = i;
}
}
}
return bestNode + 1;
}
Salesforce โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Pocket FM is hiring for Multiple Roles
For 2021, 2022, 2023 grads
https://www.linkedin.com/posts/ahujahs_google-forms-sign-in-activity-7244662560166141952-YXb-?utm_source=share&utm_medium=member_desktop
For 2021, 2022, 2023 grads
https://www.linkedin.com/posts/ahujahs_google-forms-sign-in-activity-7244662560166141952-YXb-?utm_source=share&utm_medium=member_desktop
Linkedin
Google Forms: Sign-in | Harsimran Ahuja | 13 comments
#hiring
Join us at Pocket FM and be part of the binge-listening revolution with our captivating audio series! ๐ง We are currently seeking passionate professionals to fill key roles in our team:
๐ธ #GrowthManager (2+ years experience)
๐ธ #ProgramManager (1+โฆ
Join us at Pocket FM and be part of the binge-listening revolution with our captivating audio series! ๐ง We are currently seeking passionate professionals to fill key roles in our team:
๐ธ #GrowthManager (2+ years experience)
๐ธ #ProgramManager (1+โฆ