Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Norstella hiring Data & Analytics Support Engineer
0-1 year experience
5-10 LPA CTC
Apply Here : https://careers.norstella.com/jobs/14512735-data-and-analytics-support-engineer
0-1 year experience
5-10 LPA CTC
Apply Here : https://careers.norstella.com/jobs/14512735-data-and-analytics-support-engineer
Norstella
Data and Analytics Support Engineer in
Remote Gurugram,
India
Remote Gurugram,
India
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Siemens scholarship program for first year students!!
Link to apply: https://www.siemens.com/in/en/company/sustainability/corporate-citizenship/siemens-scholarship-program.html
Link to apply: https://www.siemens.com/in/en/company/sustainability/corporate-citizenship/siemens-scholarship-program.html
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
WE'RE NOW ON DISCORD โค
OUR Coding Community โจ
We've launched our new discord server, you all can join there ASAP
Here's the exclusive link ๐
https://discord.gg/wjehyMA6D8
Join fast. See you all โค
OUR Coding Community โจ
We've launched our new discord server, you all can join there ASAP
Here's the exclusive link ๐
https://discord.gg/wjehyMA6D8
Join fast. See you all โค
Discord
Join the Coding Zone Discord Server!
Check out the Coding Zone community on Discord - hang out with 369 other members and enjoy free voice and text chat.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Granicus is hiring for Generative AI Internship
Expected Salary: 4-6 LPA
Apply here: https://www.linkedin.com/jobs/view/4016712428/
Expected Salary: 4-6 LPA
Apply here: https://www.linkedin.com/jobs/view/4016712428/
Linkedin
Granicus hiring Generative AI Internship in Bengaluru, Karnataka, India | LinkedIn
Posted 11:43:23 AM. Granicus is seeking talented and motivated individuals to join our team as Generative AI Internsโฆ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)
Expound Technivo is hiring Fresh Talent
Frontend Developer role
Send resume to : monica.dholakia@expoundtechnivo.com
Frontend Developer role
Send resume to : monica.dholakia@expoundtechnivo.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
GlobalXperts is hiring for Freshers & Experience roles
Apply Here : https://forms.gle/x8Ei22GaEdEZ65Tq8
Also send resume to : shipra.paliwal@gxinetworks.com
Apply Here : https://forms.gle/x8Ei22GaEdEZ65Tq8
Also send resume to : shipra.paliwal@gxinetworks.com
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Mind Web Tree Hiring
Role: Angular developers
Location- Mohali
Experience- Fresher to 6 months
Share CV:
7009441358
hr@mindwebtree.com
Role: Angular developers
Location- Mohali
Experience- Fresher to 6 months
Share CV:
7009441358
hr@mindwebtree.com
๐3
#include <iostream>
#include <vector>
#include <algorithm>
long long solution(int n, long long c, int d, std::vector<int> arr) {
sort(arr.begin(), arr.end());
long long val1 = arr[n-1], days = d;
if (val1 * days < c) return -1;
if (val1 >= c) return -1;
long long ans = 1e16, st = 0, en = 1e16;
while (st <= en) {
long long mid = st + (en - st) / 2;
long long p = mid + 1;
int el = 0;
long long cur = 0;
for (int i = n - 1; i >= 0; i--) {
el++;
if (el > p) break;
cur += (days / p) * (long long)arr[i];
if (days % p >= el) cur += (long long)arr[i];
}
if (cur >= c) {
ans = mid;
st = mid + 1;
} else {
en = mid - 1;
}
}
return ans;
}
๐1
import requests
def getArticleTitles(author):
titles = []
page = 1
base_url = f"https://jsonmock.hackerrank.com/api/articles?author={author}&page="
while True:
response = requests.get(base_url + str(page))
data = response.json()
for article in data['data']:
if article['title']:
titles.append(article['title'])
elif article['story_title']:
titles.append(article['story_title'])
if page >= data['total_pages']:
break
page += 1
return titles
Get Author Articles โ
Deloitte โ
Quantitative ability
Quantitative ability
Technical Section
Deloitte โ
Deloitte โ