โ
โ
โ
#HackerRank Highly Profitable Months - HackerRank C++ Solutions
int countHighlyProfitableMonths(vector<int> stockPrices,int k){
int n=stockPrices.size(),count=1;
vector<int> a;
for(int i=0;i+1<n;i++){
if(stockPrices[i+1]>stockPrices[i])
count+=1;
else{
a.push_back(count);
count=1;
}
}
a.push_back(count);
int ans=0;
for(auto x:a){
if(x>=k)
ans+=(x-k+1);
}
return ans;
}
โ
โ
โ
#HackerEarth Coin collector - C++ HackerEarth Solutions
#include<bits/stdc++.h>
using namespace std;
long long solve (int N, vector<long long> A, int X) {
vector<long long>dp(N);
long long best_odd_score, best_even_score;
if (A[0] % 2 == 0)
best_even_score = A[0], best_odd_score = -X;
else
best_odd_score = A[0], best_even_score = -X;
for (int i = 1; i < N; i++)
{
if (A[i] % 2)
{
dp[i] = max(best_odd_score + A[i], best_even_score - X + A[i]);
best_odd_score = max(best_odd_score, dp[i]);
}
else
{
dp[i] = max(best_even_score + A[i], best_odd_score - X + A[i]);
best_even_score = max(best_even_score, dp[i]);
}
}
return dp[N - 1];
}
int main() {
ios::sync_with_stdio(0);
cin.tie(0);
int T;
cin >> T;
for (int t_i = 0; t_i < T; t_i++)
{
int N;
cin >> N;
vector<long long> A(N);
for (int i_A = 0; i_A < N; i_A++)
{
cin >> A[i_A];
}
int X;
cin >> X;
long long out_;
out_ = solve(N, A, X);
cout << out_;
cout << "\n";
}
}
๐ ReNew Power Off Campus Drive 2022 : Hiring Freshers as Graduate Engineer Trainees With 6 LPA
* Job Role : Graduate Engineer Trainees
* Qualification : B.E/ B.Tech
* Experience : Freshers
* CTC : 5 โ 6 LPA
https://fresherearth.blogspot.com/2022/03/ReNew-Power-Off-Campus-Drive-2022-Hiring-Freshers-as-Graduate-Engineer-Trainees-With-6-LPA.html
* Job Role : Graduate Engineer Trainees
* Qualification : B.E/ B.Tech
* Experience : Freshers
* CTC : 5 โ 6 LPA
https://fresherearth.blogspot.com/2022/03/ReNew-Power-Off-Campus-Drive-2022-Hiring-Freshers-as-Graduate-Engineer-Trainees-With-6-LPA.html
FresherEarth - Get All Latest Jobs Here
ReNew Power Off Campus Drive 2022 : Hiring Freshers as Graduate Engineer Trainees With 6 LPA
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
๐Cognizant Group Discussion Topics:
1)Fast food culture
2)Covid 19
3)Ukraine russia war
4)Women empowerment
5)Digital india
1)Fast food culture
2)Covid 19
3)Ukraine russia war
4)Women empowerment
5)Digital india
๐ WIPRO INTERVIEW EXPERIENCE(Mechanical)
1- why you want to join wipro as a mechanical background
2- what is cloud computing
3- what is machine learning
4- what is diff between C ++ and C
5- what is encapsulation
6- what is deep learning
7- What is algorithm of determine Prime No.
8- what is torque
9- what is your challenges
10- what is your achievement
11- do you able to relocate
12- what is 10,12,btech percentage
13-introduction
14- what programming languages you know
1- why you want to join wipro as a mechanical background
2- what is cloud computing
3- what is machine learning
4- what is diff between C ++ and C
5- what is encapsulation
6- what is deep learning
7- What is algorithm of determine Prime No.
8- what is torque
9- what is your challenges
10- what is your achievement
11- do you able to relocate
12- what is 10,12,btech percentage
13-introduction
14- what programming languages you know
๐ Infosys Off Campus Drive | Systems Engineer | 3.6 LPA
* Job Role : Systems Engineer
* Education : BE/BTech/ME/MTech/MCA/MSc
* Batch : 2019/2020/2021/2022
* CTC : 3.6 LPA
https://fresherearth.blogspot.com/2022/03/Infosys-Off-Campus-Drive-Systems-Engineer-3.6-LPA.html
* Job Role : Systems Engineer
* Education : BE/BTech/ME/MTech/MCA/MSc
* Batch : 2019/2020/2021/2022
* CTC : 3.6 LPA
https://fresherearth.blogspot.com/2022/03/Infosys-Off-Campus-Drive-Systems-Engineer-3.6-LPA.html
FresherEarth - Get All Latest Jobs Here
Infosys Off Campus Drive | Systems Engineer | 3.6 LPA
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
๐Accenture Associate Software Engineer Hiring | 4.5 LPA
Job Role: Associate Software Engineer
Qualification: BE/BTech/BCA/B.Com/BSc/BBA/BA
Year Of Passing: 2019/2020/2021/2022
Experience: Freshers
Location : Bangalore, Hyderabad, Chennai, Pune
Salary : 4.5 LPA
https://fresherearth.blogspot.com/2022/03/Accenture-Associate-Software-Engineer-Hiring-4.5-LPA.html
Job Role: Associate Software Engineer
Qualification: BE/BTech/BCA/B.Com/BSc/BBA/BA
Year Of Passing: 2019/2020/2021/2022
Experience: Freshers
Location : Bangalore, Hyderabad, Chennai, Pune
Salary : 4.5 LPA
https://fresherearth.blogspot.com/2022/03/Accenture-Associate-Software-Engineer-Hiring-4.5-LPA.html
FresherEarth - Get All Latest Jobs Here
Accenture Associate Software Engineer Hiring | 4.5 LPA
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
#interviewhacks
โ Donโt confuse a job interview with a job offer
โ Avoid trashing your previous jobs
โ Research the company in advance
โ Mind your body language
โ Donโt expect an offer right away
โ Donโt confuse a job interview with a job offer
โ Avoid trashing your previous jobs
โ Research the company in advance
โ Mind your body language
โ Donโt expect an offer right away
C++โ
(IBM)
Accenture 4PM Slot :
English ability
1)q) my frd
A
2)q) the plane
Over
D
3)q) she lay down
Sleep
B
4)q) if you
Were being
A
5)q) find a door
Found
B
6)q) no sooner
Rigining
D
7)q) India
A wealth off
B
8)every year
An acre
B
9) q) paradox
Contradiction
A
10)q) oblivion
Alart
11)q)treason
Fidelity
12)q) the teacher
Consen
D
13)the reformer
Cbad
14)q) many people
Will
A
15)q) pariris
To jusfiy
B
16)q) assumption
Elaborate
A
17)q) one of the claims
Lavish
D
English ability
1)q) my frd
A
2)q) the plane
Over
D
3)q) she lay down
Sleep
B
4)q) if you
Were being
A
5)q) find a door
Found
B
6)q) no sooner
Rigining
D
7)q) India
A wealth off
B
8)every year
An acre
B
9) q) paradox
Contradiction
A
10)q) oblivion
Alart
11)q)treason
Fidelity
12)q) the teacher
Consen
D
13)the reformer
Cbad
14)q) many people
Will
A
15)q) pariris
To jusfiy
B
16)q) assumption
Elaborate
A
17)q) one of the claims
Lavish
D
๐2
โ
โ
โ
#HackerRank Last and Second-Last - Python HackerRank Solutions
def lastLetters(word):
return word[-1]+" "+word[-2]
word="APPLE"
print(lastLetters(word))
โ
โ
โ
#HackerRank Product of the Maximum and Minimum in a Dataset - Java HackerRank Solution
public static List<Long> maxMin(List<String> operations, List<Integer> x) {
List<Long> productArray = new ArrayList<Long>();
List<Long> a=new ArrayList<Long>();
int opsize=operations.size();
for(int y=0;y<opsize;y++)
{
if(operations.get(y).equals("push"))
{
a.add((long)x.get(y));
Collections.sort(a);
productArray.add(a.get(0)*a.get(a.size()-1));
}
else
{
a.remove((long)x.get(y));
Collections.sort(a);
productArray.add(a.get(0)*a.get(a.size()-1));
}
}
return productArray;
}
โ
โ
โ
#HackerRank Reverse Array Queries - Python HackerRank Solutions
def performOperations(arr, operations):
for i in operations:
arr[i[0]:i[1]+1]=reversed(arr[i[0]:i[1]+1])
return arr
Faltering in your introductions will most probably kill your chance of getting a job. Having a solid introduction will boost your confidence throughout the interview