Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
#salesforce #hiring #salesforceadmin #freshers #careers #jobopeningโฆ | Rutuja Dattatray Shinde | 63 comments
๐ข Hiring Alert: Salesforce Administrator (Fresher) ๐
Are you a fresher looking to kick-start your career in Salesforce Administration? We are looking for aโฆ | 63 comments on LinkedIn
Are you a fresher looking to kick-start your career in Salesforce Administration? We are looking for aโฆ | 63 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
๐ Weโre Hiring: Junior Capabilities & Insights Analyst / Analyst | Anoushka Panwar
๐ Weโre Hiring: Junior Capabilities & Insights Analyst / Analyst
๐ Location: Gurgaon, India
๐ก Make an Impact: Join McKinseyโs Chemicals & Agriculture Practice to solve complex client challenges and deliver actionable insights on global business trendsโฆ
๐ Location: Gurgaon, India
๐ก Make an Impact: Join McKinseyโs Chemicals & Agriculture Practice to solve complex client challenges and deliver actionable insights on global business trendsโฆ
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <bits/stdc++.h>
using namespace std;
int solve(int x1, int y1, int x2, int y2, int xc, int yc, int R) {
int R_squared = R * R;
int x_min = max(x1, xc - R);
int x_max = min(x2, xc + R);
if (x_min > x_max) {
return 0;
}
int count = 0;
for (int x = x_min; x <= x_max; ++x) {
int dx = x - xc;
int dx_squared = dx * dx;
int remaining = R_squared - dx_squared;
if (remaining < 0) {
continue;
}
int ry = static_cast<int>(sqrt(remaining));
int y_min_circle = yc - ry;
int y_max_circle = yc + ry;
int y_min = max(y1, y_min_circle);
int y_max = min(y2, y_max_circle);
if (y_min > y_max) {
continue;
}
count += (y_max - y_min + 1);
}
return count;
}
int main() {
int x1, y1, x2, y2, xc, yc, R;
cin >> x1 >> y1 >> x2 >> y2;
cin >> xc >> yc >> R;
cout << solve(x1, y1, x2, y2, xc, yc, R) << endl;
return 0;
}
conditional coordinates โ
using namespace std;
int solve(int x1, int y1, int x2, int y2, int xc, int yc, int R) {
int R_squared = R * R;
int x_min = max(x1, xc - R);
int x_max = min(x2, xc + R);
if (x_min > x_max) {
return 0;
}
int count = 0;
for (int x = x_min; x <= x_max; ++x) {
int dx = x - xc;
int dx_squared = dx * dx;
int remaining = R_squared - dx_squared;
if (remaining < 0) {
continue;
}
int ry = static_cast<int>(sqrt(remaining));
int y_min_circle = yc - ry;
int y_max_circle = yc + ry;
int y_min = max(y1, y_min_circle);
int y_max = min(y2, y_max_circle);
if (y_min > y_max) {
continue;
}
count += (y_max - y_min + 1);
}
return count;
}
int main() {
int x1, y1, x2, y2, xc, yc, R;
cin >> x1 >> y1 >> x2 >> y2;
cin >> xc >> yc >> R;
cout << solve(x1, y1, x2, y2, xc, yc, R) << endl;
return 0;
}
conditional coordinates โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company : SkillFied Mentor
Role: Data Analyst Intern
Exp: Fresher
Apply now - https://www.linkedin.com/jobs/view/4193329703
Company : Corporate Web Solutions
Role: Data Analyst Trainee
Exp: Fresher
Apply now - https://www.linkedin.com/jobs/view/4190531235
Company : Clinchcloud Solutions
Role: Data Analytics Trainee
Exp: Fresher
Apply now - https://www.linkedin.com/jobs/view/4189357960
Role: Data Analyst Intern
Exp: Fresher
Apply now - https://www.linkedin.com/jobs/view/4193329703
Company : Corporate Web Solutions
Role: Data Analyst Trainee
Exp: Fresher
Apply now - https://www.linkedin.com/jobs/view/4190531235
Company : Clinchcloud Solutions
Role: Data Analytics Trainee
Exp: Fresher
Apply now - https://www.linkedin.com/jobs/view/4189357960
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
๐ข Weโre Hiring! | NIZAMUDEEN S
๐ข Weโre Hiring! Exciting Internship Opportunities at Botberry Solutions!
Are you a passionate and driven B.E (ECE/EEE) student from the 2024 or 2025 batch looking for hands-on experience in IoT development or Electronics & QA? Botberry Solutions invites youโฆ
Are you a passionate and driven B.E (ECE/EEE) student from the 2024 or 2025 batch looking for hands-on experience in IoT development or Electronics & QA? Botberry Solutions invites youโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Google Forms: Sign-in | Laya Kurdekar
๐ข Hiring Alert: Walk-in Interviews at DeltaX Pune (Batch of 2025)
We have some exciting opportunities in digital marketing for freshers who are enthusiastic about generating and maximizing ROI, working in a fast paced environment with growing efficiencyโฆ
We have some exciting opportunities in digital marketing for freshers who are enthusiastic about generating and maximizing ROI, working in a fast paced environment with growing efficiencyโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Pitney Bowes is hiring for Intern
Experience: 0 - 2 year's
Expected Stipend: 25K-45K per month
Apply here: https://careers.pitneybowes.com/global/en/job/R19860/Intern?rx_job=R19860&rx_medium=post&rx_paid=0&rx_r=none&rx_source=linkedinll&rx_ts=20250329T021602Z&rx_viewer=ee0e265b0c5a11f09048f5b2c8cff0f2ca39d22a8b2f41b7ac3ba27142dc90c3
Experience: 0 - 2 year's
Expected Stipend: 25K-45K per month
Apply here: https://careers.pitneybowes.com/global/en/job/R19860/Intern?rx_job=R19860&rx_medium=post&rx_paid=0&rx_r=none&rx_source=linkedinll&rx_ts=20250329T021602Z&rx_viewer=ee0e265b0c5a11f09048f5b2c8cff0f2ca39d22a8b2f41b7ac3ba27142dc90c3
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Curriculum Associates is hiring for Frontend Developer
Experience: 0 - 2 year's
Expected Salary: 10-20 LPA
Apply here: https://www.linkedin.com/jobs/view/4150267143/?alternateChannel=search
Experience: 0 - 2 year's
Expected Salary: 10-20 LPA
Apply here: https://www.linkedin.com/jobs/view/4150267143/?alternateChannel=search
Linkedin
Curriculum Associates hiring Frontend Developer in Bengaluru, Karnataka, India | LinkedIn
Posted 12:28:52 PM. At Curriculum Associates (CA), we believe a diverse team leads to diversity in thinking, making ourโฆ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)
Cisco
Product Activation Specialist - Entry Level (Meraki)
Apply for Product Activation Specialist - Entry Level (Meraki) job with Cisco in Bangalore, India. Read about the role and find out if it's right for you.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Are you a 2025 graduate eager to tackle real-world coding challenges and work on game-changing E-Commerce projects? | Bhavana Tambe
Are you a 2025 graduate eager to tackle real-world coding challenges and work on game-changing E-Commerce projects? If you're passionate about technology, love problem-solving, and want to shape the future of online commerce, Hummingbird is the place forโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Company name: Portcast
Role: Full stack Developer Intern
Batch Eligible: 2025 & 2026 graduates
Location: Remote
๐ปApply Link: https://jobs.lever.co/portcast/c382eeff-77d1-405a-b062-470ff3f06176
Role: Full stack Developer Intern
Batch Eligible: 2025 & 2026 graduates
Location: Remote
๐ปApply Link: https://jobs.lever.co/portcast/c382eeff-77d1-405a-b062-470ff3f06176
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: Endur.fi
Role: Fullstack smart contract developer
Batch: 2025/2024/2023 (Fresher with Internship experience can apply)
CTC: $17,000 to $30,000
https://docs.google.com/forms/d/e/1FAIpQLSezabgsNpdxR4mNGC9gbuPRT5KqTFnU975QG8aEeubkAOdKqA/viewform
Role: Fullstack smart contract developer
Batch: 2025/2024/2023 (Fresher with Internship experience can apply)
CTC: $17,000 to $30,000
https://docs.google.com/forms/d/e/1FAIpQLSezabgsNpdxR4mNGC9gbuPRT5KqTFnU975QG8aEeubkAOdKqA/viewform
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Real Page is hiring Database Engineer
For 2021, 2022, 2023, 2024 gards
Location: Hyderabad
https://recruiting2.ultipro.com/REA1005REALP/JobBoard/fe93aaff-46fe-4731-9d07-a26f8799b470/OpportunityDetail?opportunityId=d4ec5082-f04f-4a9f-8692-15b22e726885&source=LinkedIn
For 2021, 2022, 2023, 2024 gards
Location: Hyderabad
https://recruiting2.ultipro.com/REA1005REALP/JobBoard/fe93aaff-46fe-4731-9d07-a26f8799b470/OpportunityDetail?opportunityId=d4ec5082-f04f-4a9f-8692-15b22e726885&source=LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Sign Up | LinkedIn
500 million+ members | Manage your professional identity. Build and engage with your professional network. Access knowledge, insights and opportunities.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
#fresherhirings #itjobs | Abhishek Garg | 13 comments
Hey Folks!
We @ Codefeast are hiring for a SDE - MERN role on a 6-month contract.
๐๐๐ช๐ฎ๐ข๐ซ๐๐ฆ๐๐ง๐ญ๐ฌ:
The candidate should have at least 6 months of paid internship experience in the relevant domain.
Must be available to work full-time (please note: full-timeโฆ
We @ Codefeast are hiring for a SDE - MERN role on a 6-month contract.
๐๐๐ช๐ฎ๐ข๐ซ๐๐ฆ๐๐ง๐ญ๐ฌ:
The candidate should have at least 6 months of paid internship experience in the relevant domain.
Must be available to work full-time (please note: full-timeโฆ