Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Ivy is hiring for Software Development Engineer I - Java
Experience: 0 - 2 year's
Expected Salary: 7-12 LPA
Apply here: https://www.linkedin.com/jobs/view/4023030421/?alternateChannel=search
Experience: 0 - 2 year's
Expected Salary: 7-12 LPA
Apply here: https://www.linkedin.com/jobs/view/4023030421/?alternateChannel=search
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Aspire is hiring for Data Engineer Intern
Apply here: https://job-boards.greenhouse.io/aspire/jobs/5319109004?gh_src=499caf134us
Apply here: https://job-boards.greenhouse.io/aspire/jobs/5319109004?gh_src=499caf134us
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
NetEdge Hiring Machine Learning and Artificial Intelligence Internโค๏ธโค๏ธโค๏ธ
Qualification: B.Tech/B.E. / M.Tech
Freshers are eligible to attend the interview.
Date: 14th September
Time: 10.30 AM โ 4.00 PM
Address: NetEdge Computing Solutions Pvt ltd, Tower C โ 56/39, Sector โ 62, Block C, Nearest Metro station 62 NOIDA โ 201 301
Qualification: B.Tech/B.E. / M.Tech
Freshers are eligible to attend the interview.
Date: 14th September
Time: 10.30 AM โ 4.00 PM
Address: NetEdge Computing Solutions Pvt ltd, Tower C โ 56/39, Sector โ 62, Block C, Nearest Metro station 62 NOIDA โ 201 301
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://atidantech.com/software-developer-trainee/
Atidan Technology Hiring Software Developer Trainee
Atidan Technology Hiring Software Developer Trainee
Atidan Technology
Software Developer Trainee - Atidan Technology
Atidan Technology | Putting Business Technology to Work
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Weiteredge Technologies Pvt Ltd hiring Full Stack Developer in Hyderabad, Telangana, India | LinkedIn
Posted 6:17:46 AM. Position: Full Stack DeveloperCompany: Weiter Edge Technologies Pvt. Ltd.Location: Hyderabadโฆ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)
https://wellfound.com/l/2AAXa5
RentOk Hiring Backend Engineer Intern
Javascript
PostgreSQL
Express.js
TypeScript
Firebase
React.js
NodeJS
RentOk Hiring Backend Engineer Intern
Javascript
PostgreSQL
Express.js
TypeScript
Firebase
React.js
NodeJS
Wellfound (formerly AngelList Talent)
Backend Engineer Intern at RentOk โข Gurugram โข Remote (Work from Home)
RentOk is hiring a Backend Engineer Intern in Gurugram - Apply now on Wellfound!
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Sachin Pandey on LinkedIn: #autodesklife #openhouse #internshipopportunities #bangaloreeventsโฆ
Calling all the 2025 and 2026 Grads in Bangalore! ๐
Autodesk is hosting an OpenHouse event at Bengaluru Office on September 27, 2024 from 09:00 - 15:00 PM ๐ซโฆ
Autodesk is hosting an OpenHouse event at Bengaluru Office on September 27, 2024 from 09:00 - 15:00 PM ๐ซโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://jobs.lever.co/paytm/1e580ff2-56b8-43de-aeb7-f5907945daaf
Paytm Hiring IT Information Security Intern
Paytm Hiring IT Information Security Intern
jobs.lever.co
Paytm - IT Information Security Intern - Internal Audit
About Us: Paytm is Indiaโs leading digital payments and financial services company, which is focused on driving consumers and merchants to its platform by offering them a variety of payment use cases. Paytm provides consumers with services like utility paymentsโฆ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Vaibhav Ingle on LinkedIn: #researchinternship #deeplearning #computationalmethods #3dgeometryโฆ | 11 comments
๐ Exciting Research Internship Opportunity! ๐
Weโre on the lookout for talented Master's or PhD candidates to join our team as Research Intern in Pune. Ifโฆ | 11 comments on LinkedIn
Weโre on the lookout for talented Master's or PhD candidates to join our team as Research Intern in Pune. Ifโฆ | 11 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://jobs.citi.com/job/mumbai/officer-tax-analyst-2-c10/287/69546558976
๐จโ๐ปTax Analyst
๐ผ 0-2 years
๐งโ๐ซ Bachelorโs
๐Mumbai
๐จโ๐ปTax Analyst
๐ผ 0-2 years
๐งโ๐ซ Bachelorโs
๐Mumbai
def findWildcardMin(n, pattern):
ans = 0
for i in range(len(pattern[0])):
poss = set()
for j in range(n):
if pattern[j][i] != '?':
poss.add(pattern[j][i])
if len(poss) > 2:
break
if len(poss) >= 2:
ans += 1
return ans
Diamond thiefโ
ans = 0
for i in range(len(pattern[0])):
poss = set()
for j in range(n):
if pattern[j][i] != '?':
poss.add(pattern[j][i])
if len(poss) > 2:
break
if len(poss) >= 2:
ans += 1
return ans
Diamond thiefโ
class UserMainCode:
@classmethod
def minimumSum(cls, input1, input2):
def array_sum(arr):
return sum(arr)
if len(input2) < 2:
return array_sum(input2)
initial_sum = array_sum(input2)
sorted_arr = sorted(input2)
largest = sorted_arr[-1]
second_largest = sorted_arr[-2]
avg = (largest + second_largest) / 2
updated_arr = [0 if num < avg else num for num in input2]
updated_sum = array_sum(updated_arr)
return min(initial_sum, updated_sum)
Trianz โ
#include <bits/stdc++.h>
using namespace std;
int main() {
int n;
cin>>n;
vector<int>arr(n);
map<int,int>mp;
for(int i=0;i<n;i++)
{
cin>>arr[i];
mp[arr[i]]=0;
}
int ct=0;
for(int i=0;i<n;i++)
{
if(mp[arr[i]]==0)
{
ct++;
mp[arr[i]]=1;
}
else
{
mp[arr[i]]=0;
}
}
cout<<ct;
return 0;
}
Morgan Stanley โ
using namespace std;
int main() {
int n;
cin>>n;
vector<int>arr(n);
map<int,int>mp;
for(int i=0;i<n;i++)
{
cin>>arr[i];
mp[arr[i]]=0;
}
int ct=0;
for(int i=0;i<n;i++)
{
if(mp[arr[i]]==0)
{
ct++;
mp[arr[i]]=1;
}
else
{
mp[arr[i]]=0;
}
}
cout<<ct;
return 0;
}
Morgan Stanley โ
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <bits/stdc++.h>
using namespace std;
typedef SIZE_TYPE size_t;
int solve(int n) {
vector<int> num;
for (int i = 1; i <= n; ++i) {
num.push_back(i);
}
bool flag = true;
while (num.size() > 1) {
vector<int> temp;
if (flag) {
for (size_t i = 1; i < num.size(); i += 2) {
temp.push_back(num[i]);
}
} else {
for (int i = (int)num.size() - 2; i >= 0; i -= 2) {
temp.insert(temp.begin(), num[i]);
}
}
num = temp;
flag = !flag;
}
return num[0];
}
int main() {
string s;
cin >> s;
int k ;
cin >> k;
k*=s.length();
int lastNumber = solve(k);
lastNumber--;
lastNumber %= s.length();
cout << s[lastNumber] << endl;
return 0;
}
Last one Standing โ
using namespace std;
typedef SIZE_TYPE size_t;
int solve(int n) {
vector<int> num;
for (int i = 1; i <= n; ++i) {
num.push_back(i);
}
bool flag = true;
while (num.size() > 1) {
vector<int> temp;
if (flag) {
for (size_t i = 1; i < num.size(); i += 2) {
temp.push_back(num[i]);
}
} else {
for (int i = (int)num.size() - 2; i >= 0; i -= 2) {
temp.insert(temp.begin(), num[i]);
}
}
num = temp;
flag = !flag;
}
return num[0];
}
int main() {
string s;
cin >> s;
int k ;
cin >> k;
k*=s.length();
int lastNumber = solve(k);
lastNumber--;
lastNumber %= s.length();
cout << s[lastNumber] << endl;
return 0;
}
Last one Standing โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
https://eedu.fa.em3.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1003/job/202405743?utm_medium=jobboard&utm_source=linkedin
WTW Hiring Trainee
WTW Hiring Trainee
WTW External Careers Site
Trainee
to be completed by recruiter
#include <iostream>
#include <deque>
#include <string>
using namespace std;
string formStringT(string s) {
deque<char> T;
int left = 0, right = s.size() - 1;
while (left < right) {
if (s[left] < s[right]) {
T.push_front(s[left]);
left++;
} else {
T.push_back(s[right]);
right--;
}
}
T.push_back(s[left]);
string result(T.begin(), T.end());
return result;
}
Coupa Software โ
#include <deque>
#include <string>
using namespace std;
string formStringT(string s) {
deque<char> T;
int left = 0, right = s.size() - 1;
while (left < right) {
if (s[left] < s[right]) {
T.push_front(s[left]);
left++;
} else {
T.push_back(s[right]);
right--;
}
}
T.push_back(s[left]);
string result(T.begin(), T.end());
return result;
}
Coupa Software โ
โค1