Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Wells Fargo is hiring Software Engineer
For 2021, 2022 grads
Location: Bangalore
https://www.wellsfargojobs.com/en/jobs/r-397764/software-engineer/
For 2021, 2022 grads
Location: Bangalore
https://www.wellsfargojobs.com/en/jobs/r-397764/software-engineer/
๐1
def stemmer(text):
words = text.split()
result = []
for word in words:
if word.endswith('ed'):
word = word[:-2]
elif word.endswith('ly'):
word = word[:-2]
elif word.endswith('ing'):
word = word[:-3]
if len(word) > 8:
word = word[:8]
result.append(word)
return ' '.join(result)
Suffle stripping Stemmer โ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Home - EY GDS Technology Hiring Event
https://web.cvent.com/event/bc29f102-84bb-451e-b9d3-94056ad20c44
Last Date :15 Nov
https://web.cvent.com/event/bc29f102-84bb-451e-b9d3-94056ad20c44
Last Date :15 Nov
๐1
int countK(vector<int> rank,int n,int k){
int res = 0,curSum=0;
unordered_map<int,int> mp;
for(int i=0;i<n;i++){
curSum += (rank[i]-k);
if(curSum == 0) res++;
if(mp.find(curSum) != mp.end()){
res += mp[curSum];
}
mp[curSum]++;
}
return res;
}
vector<int> getMeanRankCount(vector<int> rank){
int n = rank.size();
vector<int> ans;
for(int i=1;i<=n;i++){
ans.push_back(countK(rank,n,i));
}
return ans;
}
Amazon โ
int res = 0,curSum=0;
unordered_map<int,int> mp;
for(int i=0;i<n;i++){
curSum += (rank[i]-k);
if(curSum == 0) res++;
if(mp.find(curSum) != mp.end()){
res += mp[curSum];
}
mp[curSum]++;
}
return res;
}
vector<int> getMeanRankCount(vector<int> rank){
int n = rank.size();
vector<int> ans;
for(int i=1;i<=n;i++){
ans.push_back(countK(rank,n,i));
}
return ans;
}
Amazon โ
๐2
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐GreyB is hiring for Software Engineer
Experience: 0 - 1 year's
Expected Salary: 6-10 LPA
Apply here: https://www.linkedin.com/jobs/view/4070500395/?alternateChannel=search
๐Motorola Solutions is hiring for Full Stack Developer
Experience: 0 - 1 year's
Expected Salary: 7-15 LPA
Apply here: https://www.linkedin.com/jobs/view/4066428990/?alternateChannel=search
๐Multiplier AI is hiring for Full Stack Developer Intern
Experience: 0 - 1 year's
Apply here: https://www.linkedin.com/jobs/view/4071044630/?alternateChannel=search
๐CGI is hiring for Python Developers
Experience: 0 - 1 year's
Expected Salary: 5-10 LPA
Apply here: https://cgi.njoyn.com/corp/xweb/xweb.asp?CLID=21001&page=jobdetails&JobID=J0924-1531&lang=1
Experience: 0 - 1 year's
Expected Salary: 6-10 LPA
Apply here: https://www.linkedin.com/jobs/view/4070500395/?alternateChannel=search
๐Motorola Solutions is hiring for Full Stack Developer
Experience: 0 - 1 year's
Expected Salary: 7-15 LPA
Apply here: https://www.linkedin.com/jobs/view/4066428990/?alternateChannel=search
๐Multiplier AI is hiring for Full Stack Developer Intern
Experience: 0 - 1 year's
Apply here: https://www.linkedin.com/jobs/view/4071044630/?alternateChannel=search
๐CGI is hiring for Python Developers
Experience: 0 - 1 year's
Expected Salary: 5-10 LPA
Apply here: https://cgi.njoyn.com/corp/xweb/xweb.asp?CLID=21001&page=jobdetails&JobID=J0924-1531&lang=1
Linkedin
Motorola Solutions hiring Full Stack Developer in Bengaluru, Karnataka, India | LinkedIn
Posted 5:33:11 PM. Company OverviewAt Motorola Solutions, we're guided by a shared purpose - helping people be theirโฆ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)
๐Chargebee is hiring for Software Engineer
Experience: 0 - 1 year's
Expected Salary: 12-16 LPA
Apply here: https://www.linkedin.com/jobs/view/4022335723/?alternateChannel=search
๐Koch is hiring for QA Engineer
Experience: 0 - 1 year's
Expected Salary: 6-10 LPA
Apply here: https://koch.avature.net/pl_PL/careers/JobDetail/163560?src=LinkedIn
๐NXP Semiconductors is hiring for Internship - Software Development (2024)
Experience: 0 - 1 year's
Expected Stipend: 3-4 LPA
Apply here: https://www.linkedin.com/jobs/view/4065979556/?alternateChannel=search
Experience: 0 - 1 year's
Expected Salary: 12-16 LPA
Apply here: https://www.linkedin.com/jobs/view/4022335723/?alternateChannel=search
๐Koch is hiring for QA Engineer
Experience: 0 - 1 year's
Expected Salary: 6-10 LPA
Apply here: https://koch.avature.net/pl_PL/careers/JobDetail/163560?src=LinkedIn
๐NXP Semiconductors is hiring for Internship - Software Development (2024)
Experience: 0 - 1 year's
Expected Stipend: 3-4 LPA
Apply here: https://www.linkedin.com/jobs/view/4065979556/?alternateChannel=search
Linkedin
Chargebee hiring Software Engineer in Chennai, Tamil Nadu, India | LinkedIn
Posted 10:36:43 AM. Women in Technology at Chargebee
At Chargebee, we believe that innovation thrives in environmentsโฆSee this and similar jobs on LinkedIn.
At Chargebee, we believe that innovation thrives in environmentsโฆSee this and similar jobs on LinkedIn.
Walmart Results are Out!!!!
SELECT
empld,
department,
performance_rating
FROM
Permanent
WHERE
experience >= 5
AND performance_rating > 85
UNION
SELECT
empld,
department,
performance_rating
FROM
Contractual
WHERE
contract_duration >= 12
AND performance_rating > 90
ORDER BY
empld;
Annual salary
Meesho โ
WITH AvailableRooms AS (
SELECT roomId, viewType
FROM Rooms
WHERE availability = 'Available'
)
SELECT g.guestId, g.name, r.roomId
FROM Guests g
JOIN AvailableRooms r
ON g.viewPreference = r.viewType
ORDER BY g.guestId, r.roomId
Hotel room allocation
Meesho โ
SELECT COUNT(DISTINCT ts.rollno) AS Pending
FROM TotalStudents ts
LEFT JOIN offcampus oc ON ts.rollno = oc.rollno AND oc.approved = 'NO'
LEFT JOIN oncampus oncamp ON ts.rollno = oncamp.rollno
LEFT JOIN PG pg ON ts.rollno = pg.rollno
WHERE ts.percentage > 65
AND ts.backlog = 'NO'
AND oncamp.rollno IS NULL
AND pg.rollno IS NULL
AND oc.rollno IS NOT NULL;
yet to be placed
Meesho โ
๐คฎ1
from typing import List
def findMissingOperationIndex(ops: List[str], missingOp: str, currentTop: int) -> int:
n = len(ops)
def simulate_stack(ops_with_insert: List[str]) -> int:
stack = []
for op in ops_with_insert:
if op.startswith("PUSH"):
_, x = op.split()
stack.append(int(x))
elif op == "POP":
if stack:
stack.pop()
return stack[-1] if stack else None
for i in range(n + 1):
ops_with_insert = ops[:i] + [missingOp] + ops[i:]
final_top = simulate_stack(ops_with_insert)
if final_top == currentTop:
return i
return -1
Plum โ
#include <bits/stdc++.h>
using namespace std;
bool isVowel(char a) {
return a == 'a' || a == 'e' || a == 'i' || a == 'o' || a == 'u';
}
long vowelSubstring(string a) {
int b[26] = {0};
int c = 0, d = 0, e = 0;
long f = 0;
while (d < a.length()) {
char g = a[d];
if (isVowel(g)) {
if (b[g - 'a'] == 0) {
e++;
}
b[g - 'a']++;
if (e == 5) {
int h = c;
int i[26];
memcpy(i, b, sizeof(i));
while (e == 5) {
f++;
char j = a[h];
i[j - 'a']--;
if (i[j - 'a'] == 0) {
e--;
}
h++;
}
e = 5;
}
} else {
c = d + 1;
e = 0;
memset(b, 0, sizeof(b));
}
d++;
}
return f;
}
Aptiv โ
๐1
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int main(){
ios::sync_with_stdio(false);
cin.tie(0);
ll m, n;
cin >> m >> n;
vector<ll> cars(m);
for(auto &x: cars) cin >> x;
sort(cars.begin(), cars.end());
ll coverage = 0;
int added = 0;
int i = 0;
while(coverage < n){
if(i < m && cars[i] <= coverage + 1){
coverage += cars[i];
i++;
}
else{
ll new_car = coverage + 1;
coverage += new_car;
added++;
if(coverage > n) coverage = n;
}
}
cout << added;
}
using namespace std;
typedef long long ll;
int main(){
ios::sync_with_stdio(false);
cin.tie(0);
ll m, n;
cin >> m >> n;
vector<ll> cars(m);
for(auto &x: cars) cin >> x;
sort(cars.begin(), cars.end());
ll coverage = 0;
int added = 0;
int i = 0;
while(coverage < n){
if(i < m && cars[i] <= coverage + 1){
coverage += cars[i];
i++;
}
else{
ll new_car = coverage + 1;
coverage += new_car;
added++;
if(coverage > n) coverage = n;
}
}
cout << added;
}
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
static final int MOD = 1000000007;
public static int getNumPerfectPackaging(int[] prices) {
int n = prices.length;
if (n == 0) return 0;
if (n == 1) return 5;
long[] dpPrev = new long[6]; // index 1 to 5
for(int s = 1; s <=5; s++) {
dpPrev[s] = 1;
}
long[] dp = new long[6];
for(int i =1; i < n; i++) {
for(int s =1; s <=5; s++) {
dp[s] =0;
}
if(prices[i] > prices[i-1]) {
long[] prefix = new long[6];
prefix[0] =0;
for(int s =1; s <=5; s++) {
prefix[s] = (prefix[s-1] + dpPrev[s]) % MOD;
}
for(int s=1; s <=5; s++) {
dp[s] = prefix[s-1];
}
}
else if(prices[i] < prices[i-1]) {
long[] suffix = new long[7];
suffix[6] =0;
for(int s =5; s >=1; s--) {
suffix[s] = (suffix[s+1] + dpPrev[s]) % MOD;
}
for(int s=1; s <=5; s++) {
dp[s] = suffix[s+1];
}
}
else {
long[] prefix = new long[6];
prefix[0] =0;
for(int s =1; s <=5; s++) {
prefix[s] = (prefix[s-1] + dpPrev[s]) % MOD;
}
for(int s=1; s <=5; s++) {
dp[s] = prefix[s];
}
}
for(int s=1; s <=5; s++) {
dpPrev[s] = dp[s] % MOD;
}
}
long total =0;
for(int s=1; s <=5; s++) {
total = (total + dpPrev[s]) % MOD;
}
return (int) total;
}
Amazon โ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
SEND RESUME AT
joinus@texarxs.com
joinus@texarxs.com
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Job Company: CyberNxt Solutions LLP
Job Role: Graduates and Interns for CyberSecurity / NetworkSecurity
Job Location: Mumbai
If you are interested, please feel free to share your CV at- raksha.singh@cybernxt.in
Job Role: Graduates and Interns for CyberSecurity / NetworkSecurity
Job Location: Mumbai
If you are interested, please feel free to share your CV at- raksha.singh@cybernxt.in
def solve(arr, n, num):
if n == 0 or num == 0:
return 0
memo = {}
def dp(i, remaining):
if (i, remaining) in memo:
return memo[(i, remaining)]
if i >= n:
return 0
if remaining < arr[i]:
return 0
pick = arr[i] + dp(i + 2, remaining - arr[i])
skip = dp(i + 1, remaining)
memo[(i, remaining)] = max(pick, skip)
return memo[(i, remaining)]
return dp(0, num)
Samsung โ
๐1