IDFC first Bank campus challenge
15 LPA ๐ฅ
Eligibility Criteria:
Years of experience: Open for Batch of 2020 / 2021 and 2022.
https://assessment.hackerearth.com/challenges/hiring/idfc-first-bank-private-campus-challenge/?utm_source=TechProgramMind&utm_medium=Youtube&utm_campaign=25March&utm_term=IntegratedVideo
15 LPA ๐ฅ
Eligibility Criteria:
Years of experience: Open for Batch of 2020 / 2021 and 2022.
https://assessment.hackerearth.com/challenges/hiring/idfc-first-bank-private-campus-challenge/?utm_source=TechProgramMind&utm_medium=Youtube&utm_campaign=25March&utm_term=IntegratedVideo
HackerEarth
IDFC FIRST Bank_Campus Challenge
This Hackathon will focus on your ability to understand business challenges and come up with innovative solutions. We are looking for Application Engineers to join our Technology Team at IDFC FIRST Bank. In addition to the challenge, we will also throw openโฆ
๐TCS Digital Hiring for 2022 Batch with Salary : 7 Lakhs/Year
* Job Role : TCS Digital
* Qualification : B.E/B.Tech/M.E/M.Tech/MCA/M.Sc
Experience : Freshers
* Salary : 7.0 LPA (UG) & 7.3 LPA (PG)
https://fresherearth.blogspot.com/2022/03/TCS-Digital-Hiring-for-2022-Batch-with-Salary-7-LakhsYear-TCS-Off-campus-Recruitment-Drive-2022.html
โ Share with your friends
* Job Role : TCS Digital
* Qualification : B.E/B.Tech/M.E/M.Tech/MCA/M.Sc
Experience : Freshers
* Salary : 7.0 LPA (UG) & 7.3 LPA (PG)
https://fresherearth.blogspot.com/2022/03/TCS-Digital-Hiring-for-2022-Batch-with-Salary-7-LakhsYear-TCS-Off-campus-Recruitment-Drive-2022.html
โ Share with your friends
FresherEarth - Get All Latest Jobs Here
TCS Digital Hiring for 2022 Batch with Salary : 7 Lakhs/Year | TCS Off campus Recruitment Drive 2022
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
๐1
Amazon SDE Challenge - April/ May 2022
SDE 1 and SDE 2
Experience: 1 years+
Compensation: Best in industry
Job Location: Bangalore, Delhi, & Hyderabad
https://assessment.hackerearth.com/challenges/hiring/amazon-software-development-engineer-challenge/?utm_source=email&utm_medium=registration&utm_campaign=AmazonSDEChallengeAprilMay2022
SDE 1 and SDE 2
Experience: 1 years+
Compensation: Best in industry
Job Location: Bangalore, Delhi, & Hyderabad
https://assessment.hackerearth.com/challenges/hiring/amazon-software-development-engineer-challenge/?utm_source=email&utm_medium=registration&utm_campaign=AmazonSDEChallengeAprilMay2022
HackerEarth
Amazon SDE Challenge - April/ May 2022
All shortlisted candidate profiles have been shared with the Amazon team, and they will contact candidates as per Scores and job fit.
Do you want to build products used every single day by your friends and family? Are you passionate about building productsโฆ
Do you want to build products used every single day by your friends and family? Are you passionate about building productsโฆ
๐ Infosys Off Campus Drive | Digital Hiring | 9.5 LPA
* Job Role : Specialist Programmer(9.5 LPA) & Digital Specialist Engineer (6.25 LPA)
* Education : BE, B.Tech, ME, M.Tech, MCA, MSc
* Branch : All Branches Eligible
* Batch : 2019, 2020, 2021, 2022
* CTC : 6.25 LPA To 9.5 LPA
https://fresherearth.blogspot.com/2022/03/Infosys-Off-Campus-Drive-Digital-Hiring-9.5-LPA.html
โ Share with your friends
* Job Role : Specialist Programmer(9.5 LPA) & Digital Specialist Engineer (6.25 LPA)
* Education : BE, B.Tech, ME, M.Tech, MCA, MSc
* Branch : All Branches Eligible
* Batch : 2019, 2020, 2021, 2022
* CTC : 6.25 LPA To 9.5 LPA
https://fresherearth.blogspot.com/2022/03/Infosys-Off-Campus-Drive-Digital-Hiring-9.5-LPA.html
โ Share with your friends
๐ WIPRO INTERVIEW EXPERIENCE (IT) :
Intro
How to handle team members complaint conflict
How to handle clients complain
Relocation
Bond
How do handle disagreement with higher authority
How to handle your mistake
Any questions
Why Wipro
Intro
How to handle team members complaint conflict
How to handle clients complain
Relocation
Bond
How do handle disagreement with higher authority
How to handle your mistake
Any questions
Why Wipro
๐ IBM Recruitment 2022 : Hiring Freshers as Associate Systems Engineer With 4.2 LPA
* Job Role : Associate Systems Engineer
* Qualification : B.E/B.Tech/M.E/M.Tech/MCA/M.Sc
* Batch : 2019/2020/2021/2022
* Salary : upto Rs 4.2 LPA
https://fresherearth.blogspot.com/2022/03/IBM-Recruitment-2022-Hiring-Freshers-as-Associate-Systems-Engineer-With-4.2-LPA.html
โ Share with your friends
* Job Role : Associate Systems Engineer
* Qualification : B.E/B.Tech/M.E/M.Tech/MCA/M.Sc
* Batch : 2019/2020/2021/2022
* Salary : upto Rs 4.2 LPA
https://fresherearth.blogspot.com/2022/03/IBM-Recruitment-2022-Hiring-Freshers-as-Associate-Systems-Engineer-With-4.2-LPA.html
โ Share with your friends
๐1
๐ WIPRO INTERVIEW EXPERIENCE (CSE) :
Introduction
Why Wipro
Team management questions
Leadership Abilities
Social works
Family Background
Explain Project
What technology you use currently
Internship technical role
Different b/w C C++
Pointer
What is JVM JRE JDK
What is Inheritance
and Oops questions
ready to sign bond
Introduction
Why Wipro
Team management questions
Leadership Abilities
Social works
Family Background
Explain Project
What technology you use currently
Internship technical role
Different b/w C C++
Pointer
What is JVM JRE JDK
What is Inheritance
and Oops questions
ready to sign bond
๐2
โ
โ
โ
#HackerEarth Call duration - SQL Questions - HackEarth Solutions
โ
โ
โ
#HackerEarth The Abandoned City - C++ Solution
#include<bits/stdc++.h>
using namespace std;
#define ll long long
int main(){
ll n;
cin>>n;
ll arr[100005];
for(ll i=1;i<=n;i++){
cin>>arr[i];
}
ll k;
cin>>k;
ll pre[100005];
pre[0]=0;
for(ll i=1;i<=n;i++){
pre[i] = pre[i-1]+arr[i];
}
if(pre[n]<k){
cout<<-1<<"\n";
}
else{
ll ans = INT_MAX;
for(ll i=1;i<=n;i++){
ll l=i;
ll r=n;
ll mid;
while(l<=r){
//cout<<l<<" "<<r<<"\n";
mid = (l+r)/2;
if(pre[mid]-pre[i-1]>=k){
//cout<<mid<<"\n";
ans = min(ans,mid-i+1);
r=mid-1;
}
else
l=mid+1;
}
}
cout<<ans<<"\n";
}
return 0;
}
โ
โ
โ
#HackerRank Football Scores - Python Solutions
def counts(teamA, teamB):
ans = []
teamA.sort()
for score in teamB:
lo, hi = 0, len(teamA) - 1
while lo <= hi:
mid = (lo + hi) // 2
if teamA[mid] > score:
hi = mid - 1
else:
lo = mid + 1
ans.append(lo)
return ans
โ
โ
โ
#HackerRank First Unique Character - C++ Solutions - HackerRank Solutions
# include <iostream>
using namespace std;
int printDistinct(string str)
{
int count[256];
int ans;
int i=-1;
for (i = 0;i< str.length(); i++)
if(str[i]!=' ')
count[str[i]]++;
for (i = 0; i <str.length(); i++)
if (count[str[i]] == 1){
ans=i+1;
break;
}
return ans;
}
int main()
{
string str;
cin>>str;
int res=printDistinct(str);
cout<<res;
return 0;
}
๐ฐTelegram - t.me/sup777examsโ
โ
โ
#HackerRank Paths in a Warehouse - HackerRank Python Solution
def numPaths(warehouse):
paths = [[0]*len(warehouse[0]) for i in warehouse]
if warehouse[0][0] == 1:
paths[0][0] = 1
for i in range(1, len(warehouse)):
if warehouse[i][0] == 1:
paths[i][0] = paths[i-1][0]
for j in range(1, len(warehouse[0])):
if warehouse[0][j] == 1:
paths[0][j] = paths[0][j-1]
for i in range(1, len(warehouse)):
for j in range(1, len(warehouse[0])):
if warehouse[i][j] == 1:
paths[i][j] = paths[i-1][j] + paths[i][j-1]
return paths[-1][-1]%(10**9+7)
warehouse = [[1,1,1,1], [1,1,1,1],[1,1,1,1]]
print(numPaths(warehouse))
๐ฐTelegram - t.me/sup777examsโ
โ
โ
#HackerRank Circular Array - C++ Solution
https://i.ibb.co/5hbxdJY/circular-array-test-problem-description.jpg
Code - https://pastebin.com/vzrsQerd
https://i.ibb.co/5hbxdJY/circular-array-test-problem-description.jpg
Code - https://pastebin.com/vzrsQerd
โ
โ
โ
HackerRank Count Binary Substrings - Java Code Solution
Code 1-
Code 1-
int getSubstrings(string s) {
int n = s.size();
int count =0, ans=0;
vector<int> groups;
for(int i=0;i<n-1;i++){
if (s[i] !=s[i+1]){
groups.push_back(count+1);
count=0;
}
else{
count++;
}
}
for(int i=0;i<groups.size()-1; i++){
ans += min(groups[i], groups[i+1]);
}
return ans;
}
Code 2 - import java.util.regex.*;
class Solution {
static Pattern p = Pattern.compile("((0(?<=0))+|(1(?<=1))+)");
public int countBinarySubstrings(String s) {
Matcher m = p.matcher(s);
int last = 0;
int cnt = 0;
while (m.find()) {
int now = m.end()-m.start();
cnt += Math.min(last, now);
last = now;
}
return cnt;
}
}
โ
โ
โ
#HackerRank Examination Data - SQL Solution
Select UPPER(Name),Marks from exam
where marks%2=0
order by name;
โ
โ
โ
#HackerEarth Closest to Zero - Java Solutions
import java.util.*;
import java.lang.*;
import java.io.*;
class Main
{
public static void main (String[] args) throws java.lang.Exception
{
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
int[] a = new int[n];
for(int i=0;i<n;i++)
a[i]=sc.nextInt();
int curr = 0;
int ans = a[0];
Arrays.sort(a);
for (int i=0; i < a.length; i++){
curr = a[i] * a[i];
if ( curr <= (ans*ans) ) {
ans = a[i];
}
}
System.out.println(ans);
}
}
โ
โ
โ
#Mettl Nth Character in Decrypted String - Python Solutions
def dString(s,n):
result=""
for i in range(len(s)):
if s[i].isdigit():
c=s[i-1]
for j in range(int(s[i])-1):
result+=c
else:
result+=s[i]
if(n-1<len(result)):
return result[n-1]
else:
return -1
n=input("enter string")
m=int(input())
print(dString(n,m))