Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Avinash K V on LinkedIn: #hiring | 37 comments
#Hiring
I am looking for an M Tech 2nd year (Computer Science-ECE-VLSI-Embedded System ) / 2023-2025 batch students to work as an Intern with Intel Validationโฆ | 37 comments on LinkedIn
I am looking for an M Tech 2nd year (Computer Science-ECE-VLSI-Embedded System ) / 2023-2025 batch students to work as an Intern with Intel Validationโฆ | 37 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Buck is Hiring !!
Role: Associate Software Engineer
Expected Salary: 5-12 LPA
๐Apply here: https://careers3-buck.icims.com/jobs/2815/associate-software-engineer/job
Role: Associate Software Engineer
Expected Salary: 5-12 LPA
๐Apply here: https://careers3-buck.icims.com/jobs/2815/associate-software-engineer/job
India Portal
Associate Software Engineer in Chandigarh, Chandigarh | Careers at Chandigarh, India
BUCK - A 104 - year - old firm that is JUST GETTING STARTED.
Position Title: Associate Software Engineer
Location:Chandigarh (Hybrid)
At Buck, weโre focused on helping our clients create a culture of wellbeing, centered around the evolution ofโฆ
Position Title: Associate Software Engineer
Location:Chandigarh (Hybrid)
At Buck, weโre focused on helping our clients create a culture of wellbeing, centered around the evolution ofโฆ
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Bain & Company is Hiring !!
Role: Associate Engineer
Experience: 0 - 1+ years
Expected CTC: 14 - 16 LPA
๐Apply here: https://www.bain.com/careers/find-a-role/position/?jobid=83281
Role: Associate Engineer
Experience: 0 - 1+ years
Expected CTC: 14 - 16 LPA
๐Apply here: https://www.bain.com/careers/find-a-role/position/?jobid=83281
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
๐Chubb is Hiring !!
Trainee Software Engineer
Batch: 2023, 2024
๐Apply here: https://fa-ewgu-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_2001/job/4494
Trainee Software Engineer
Batch: 2023, 2024
๐Apply here: https://fa-ewgu-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_2001/job/4494
Chubb External
Trainee Software Engineer
Required technical skills: Have a solid understanding of object-oriented programming principles and data structures Proficient in at least one programming language (e.g., C/C++, Python, Java, JavaScript) Familiarity with common tech stacks and basic knowledgeโฆ
โค1๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
โ๏ธENTNT Off Campus Drive 2024 Hiring Junior Software Engineer | 45K-66K Per Monthโ๏ธ
๐จโ๐ปJob Role : Junior Software Engineer
๐Qualification : B.E/B.Tech
๐Job Location : Remote
๐ฐSalary : 45K-66K Per Month
โญ๏ธ Apply Fast :
https://careers.entnt.in/role/a4821cd6-cd96-41c4-b650-bd1a30191ec8
๐จโ๐ปJob Role : Junior Software Engineer
๐Qualification : B.E/B.Tech
๐Job Location : Remote
๐ฐSalary : 45K-66K Per Month
โญ๏ธ Apply Fast :
https://careers.entnt.in/role/a4821cd6-cd96-41c4-b650-bd1a30191ec8
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Neelayan Sikdar on LinkedIn: #hiring #hiringsales #hiringdesigners #marketresearch #hiringalert #hiringโฆ | 33 comments
We are HIRING! ๐
๐ We're on the lookout for talented individuals to join our dynamic team at Contlo in Bangalore! Freshers with Internship Experience canโฆ | 33 comments on LinkedIn
๐ We're on the lookout for talented individuals to join our dynamic team at Contlo in Bangalore! Freshers with Internship Experience canโฆ | 33 comments on LinkedIn
Merge Networks โ
๐1
void solve(int m, vector<string>& db, int q, vector<string>& qs) {
unordered_map<string, pair<string, int>> um;
unordered_map<string, int> uc;
for(string& d : db) {
stringstream ss(d);
string u, s, a;
ss >> u >> s >> a;
um[s] = {a, 0};
uc[u] = 0;
}
for(string& q : qs) {
if(um.find(q) != um.end()) {
um[q].second++;
for(auto& d : db) {
stringstream ss(d);
string u, s, a;
ss >> u >> s >> a;
if(s == q) {
uc[u]++;
}
}
cout << um[q].first << " ";
for(auto& d : db) {
stringstream ss(d);
string u, s, a;
ss >> u >> s >> a;
if(s == q) {
cout << uc[u] << endl;
}
}
}
}
}
URL Shortener โ
unordered_map<string, pair<string, int>> um;
unordered_map<string, int> uc;
for(string& d : db) {
stringstream ss(d);
string u, s, a;
ss >> u >> s >> a;
um[s] = {a, 0};
uc[u] = 0;
}
for(string& q : qs) {
if(um.find(q) != um.end()) {
um[q].second++;
for(auto& d : db) {
stringstream ss(d);
string u, s, a;
ss >> u >> s >> a;
if(s == q) {
uc[u]++;
}
}
cout << um[q].first << " ";
for(auto& d : db) {
stringstream ss(d);
string u, s, a;
ss >> u >> s >> a;
if(s == q) {
cout << uc[u] << endl;
}
}
}
}
}
URL Shortener โ
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
#include <iostream>
#include <vector>
using namespace std;
class SinglyLinkedListNode {
public:
string data;
SinglyLinkedListNode* next;
SinglyLinkedListNode(string value) {
data = value;
next = nullptr;
}
};
SinglyLinkedListNode* getShoppingCart(SinglyLinkedListNode* head, vector<vector<string>> queries) {
for (auto& query : queries) {
string action = query[0];
string item_name = query[1];
if (action == "PUSH_HEAD") {
SinglyLinkedListNode* new_node = new SinglyLinkedListNode(item_name);
new_node->next = head;
head = new_node;
} else if (action == "PUSH_TAIL") {
SinglyLinkedListNode* new_node = new SinglyLinkedListNode(item_name);
if (head == nullptr) {
head = new_node;
} else {
SinglyLinkedListNode* current = head;
while (current->next != nullptr) {
current = current->next;
}
current->next = new_node;
}
} else if (action == "POP_HEAD") {
if (head != nullptr) {
SinglyLinkedListNode* temp = head;
head = head->next;
delete temp;
}
}
}
return head;
}
Amazon โ
#include <vector>
using namespace std;
class SinglyLinkedListNode {
public:
string data;
SinglyLinkedListNode* next;
SinglyLinkedListNode(string value) {
data = value;
next = nullptr;
}
};
SinglyLinkedListNode* getShoppingCart(SinglyLinkedListNode* head, vector<vector<string>> queries) {
for (auto& query : queries) {
string action = query[0];
string item_name = query[1];
if (action == "PUSH_HEAD") {
SinglyLinkedListNode* new_node = new SinglyLinkedListNode(item_name);
new_node->next = head;
head = new_node;
} else if (action == "PUSH_TAIL") {
SinglyLinkedListNode* new_node = new SinglyLinkedListNode(item_name);
if (head == nullptr) {
head = new_node;
} else {
SinglyLinkedListNode* current = head;
while (current->next != nullptr) {
current = current->next;
}
current->next = new_node;
}
} else if (action == "POP_HEAD") {
if (head != nullptr) {
SinglyLinkedListNode* temp = head;
head = head->next;
delete temp;
}
}
}
return head;
}
Amazon โ
โค1
import java.util.*;
class Main {
public static void main (String[] args) {
Scanner sc=new Scanner(System.in);
List<Integer> arr=new ArrayList<>();
int n=sc.nextInt(),i;
for(i=0;i<n;i++){
arr.add(sc.nextInt());
}
int m=sc.nextInt();
long ans=solution(arr,m);
System.out.println(ans);
}
public static long solution(List<Integer> arr,int m){
PriorityQueue<Integer> pq=new PriorityQueue<>(Collections.reverseOrder());
for(int i=0;i<arr.size();i++) pq.add(arr.get(i));
long ans=0;
for(int i=0;i<m;i++){
int top=pq.poll();
ans+=top/2;
pq.add(top-top/2);
}
return ans;
}
}
Candyman โ
class Main {
public static void main (String[] args) {
Scanner sc=new Scanner(System.in);
List<Integer> arr=new ArrayList<>();
int n=sc.nextInt(),i;
for(i=0;i<n;i++){
arr.add(sc.nextInt());
}
int m=sc.nextInt();
long ans=solution(arr,m);
System.out.println(ans);
}
public static long solution(List<Integer> arr,int m){
PriorityQueue<Integer> pq=new PriorityQueue<>(Collections.reverseOrder());
for(int i=0;i<arr.size();i++) pq.add(arr.get(i));
long ans=0;
for(int i=0;i<m;i++){
int top=pq.poll();
ans+=top/2;
pq.add(top-top/2);
}
return ans;
}
}
Candyman โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Harman
Role: Intern
Batch eligible: 2024 and 2025 passouts
Apply: https://jobs.harman.com/en_US/careers/JobDetail/Intern/19245
Role: Intern
Batch eligible: 2024 and 2025 passouts
Apply: https://jobs.harman.com/en_US/careers/JobDetail/Intern/19245
Harman
Intern
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Monotype
Role: Software Engineer Trainee
Role: 2023 and 2024 passouts
Apply: https://monotype.wd1.myworkdayjobs.com/en-US/Monotype/job/Noida/Software-Engineer-Trainee_R0003348
Role: Software Engineer Trainee
Role: 2023 and 2024 passouts
Apply: https://monotype.wd1.myworkdayjobs.com/en-US/Monotype/job/Noida/Software-Engineer-Trainee_R0003348
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
hiring freshers . | Role - Software Engineer Trainee
Qualification - BTech/MCA/Bsc
Salary - 3.6 LPA
Location - #Hyderabad
Mail I'd - hrm@indianhires.com
Qualification - BTech/MCA/Bsc
Salary - 3.6 LPA
Location - #Hyderabad
Mail I'd - hrm@indianhires.com
๐1
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: Future Domain
Position: Solutions Consultant (Freshers)
Experience: 0-1 Years
Skills Required: Communication skills, problem-solving attitude
Location: Pimple Saudagar, Pune
Mail ID: niraj.thakur@technoedgels.com
Position: Solutions Consultant (Freshers)
Experience: 0-1 Years
Skills Required: Communication skills, problem-solving attitude
Location: Pimple Saudagar, Pune
Mail ID: niraj.thakur@technoedgels.com