โ ๏ธ Reminder - who didn't apply yet
IBM - t.me/fresherearth/2492
Replicon - t.me/fresherearth/2494
Infosys - t.me/fresherearth/2496
Hexaware - t.me/fresherearth/2498
ColorTokens - t.me/fresherearth/2500
Reliance Industries - t.me/fresherearth/2502
GlobalLogic - t.me/fresherearth/2504
AstraZeneca - t.me/fresherearth/2507
Texas Instruments - t.me/fresherearth/2562
Thinkitive Technologies - t.me/fresherearth/2563
Coupa Software - t.me/fresherearth/2564
โ Share in ur College WhatsApp Groups
๐Direct & 100% Ads Free Links
Telegram - t.me/fresherearth
IBM - t.me/fresherearth/2492
Replicon - t.me/fresherearth/2494
Infosys - t.me/fresherearth/2496
Hexaware - t.me/fresherearth/2498
ColorTokens - t.me/fresherearth/2500
Reliance Industries - t.me/fresherearth/2502
GlobalLogic - t.me/fresherearth/2504
AstraZeneca - t.me/fresherearth/2507
Texas Instruments - t.me/fresherearth/2562
Thinkitive Technologies - t.me/fresherearth/2563
Coupa Software - t.me/fresherearth/2564
โ Share in ur College WhatsApp Groups
๐Direct & 100% Ads Free Links
Telegram - t.me/fresherearth
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ pinned ยซโ ๏ธ Reminder - who didn't apply yet IBM - t.me/fresherearth/2492 Replicon - t.me/fresherearth/2494 Infosys - t.me/fresherearth/2496 Hexaware - t.me/fresherearth/2498 ColorTokens - t.me/fresherearth/2500 Reliance Industries - t.me/fresherearth/2502 GlobalLogicโฆยป
Trust me๐โค๏ธ No one will support you, if you have to achieve something. You have to support yourself โค๏ธ๐ฏ #yehiSachaiHai
๐6๐คฉ1
After every rejection from an interview, Instead of feeling bad, blaming luck, or abusing the interviewer,
stand in front of a mirror and say "Is rejection se ye pta chal gya ki itne se nhi ho, mujhe abhi aur mehnat krna parega" ๐๐ฏ And start preparing for the next interviewโค๏ธโค๏ธ
P.S. Relatable to me because recently I also got rejected from one๐๐ฅฒ All the bestโค๏ธ๐ฏ
#interview #motivateyourself
stand in front of a mirror and say "Is rejection se ye pta chal gya ki itne se nhi ho, mujhe abhi aur mehnat krna parega" ๐๐ฏ And start preparing for the next interviewโค๏ธโค๏ธ
P.S. Relatable to me because recently I also got rejected from one๐๐ฅฒ All the bestโค๏ธ๐ฏ
#interview #motivateyourself
๐7
โ
Guys if you want to prepare for Amazon SDE 1 then Join our Amazon group
๐ฅ @off_campus_placements_group ๐ฅ
๐ฅ @off_campus_placements_group ๐ฅ
๐1
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ pinned ยซโ
Guys if you want to prepare for Amazon SDE 1 then Join our Amazon group ๐ฅ @off_campus_placements_group ๐ฅยป
โ
Guys if you want to prepare for Amazon SDE 1 then Join our Amazon group
๐ฅ@off_campus_placements_group ๐ฅ
๐ฅ@off_campus_placements_group ๐ฅ
Those who joined recently and looking for good opportunity, can checkout previous 4-5 days post...
Many openings are there๐โ
https://t.me/fresherearth
#keepSharingโค๏ธ
Many openings are there๐โ
https://t.me/fresherearth
#keepSharingโค๏ธ
Telegram
OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ
Find here Fresher jobs, Internships, Walk-in Drives, Interview Preparation.
It is a leading Job site for Freshers who seek employment opportunities.
Buy Ad: https://telega.io/c/fresherearth
https://adsly.me?ref=137
It is a leading Job site for Freshers who seek employment opportunities.
Buy Ad: https://telega.io/c/fresherearth
https://adsly.me?ref=137
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
As 2023 Batch Placement is approaching that why I think of review some of the resume over topmate 1:1 session. So tell if you guys want this or not โ
Anonymous Poll
75%
Yes, I wantโค
25%
No ๐
awk 'BEGIN{FS="/", count=0;}
{
if($3<8000)
{
print $0;
count++;}
}
END { if(count==0){
print "No record found with matching criteria";
}
}'
{
if($3<8000)
{
print $0;
count++;}
}
END { if(count==0){
print "No record found with matching criteria";
}
}'
๐3
#include <bits/stdc++.h>
using namespace std;
/*
* Complete the 'decodeIP' function below.
*
* The function accepts STRING hexaIP as parameter.
*/
int superExams(string n)
{
return stoi(n,0,16);
}
void decodeIP(string hexaIP) {
string s="",s1="",s2="",s3="",s4="";
s+=hexaIP[0];
s+=hexaIP[1];
s1+=hexaIP[2];
s1+=hexaIP[3];
s2+=hexaIP[4];
s2+=hexaIP[5];
s3+=hexaIP[6];
s3+=hexaIP[7];
s4+=hexaIP[8];
s4+=hexaIP[9];
int n=superExams(s);
if(hexaIP.size()<=7)
cout<<"Invalid input";
else
{ if(n>1 && n<=127)
{
cout<<superExams(s)<<"."<<superExams(s1)<<"."<<superExams(s2)<<"."<<superExams(s3)<<endl; cout<<"A";
}
else if(n>=128 && n<=191)
{
cout<<superExams(s)<<"."<<superExams(s1)<<"."<<superExams(s2)<<"."<<superExams(s3)<<endl;
cout<<"B";
}
else if(n>=192 && n<=223)
{
cout<<superExams(s)<<"."<<superExams(s1)<<"."<<superExams(s2)<<"."<<superExams(s3)<<endl; cout<<"C";
}
else if(n>=224 && n<=239)
{
cout<<superExams(s)<<"."<<superExams(s1)<<"."<<superExams(s2)<<"."<<superExams(s3)<<endl; cout<<"D";
}
else if(n>=240 && n<=255)
{
cout<<superExams(s)<<"."<<superExams(s1)<<"."<<superExams(s2)<<"."<<superExams(s3)<<endl; cout<<"D";
}
}
}
int main()
{
string hexaIP;
getline(cin, hexaIP);
decodeIP(hexaIP);
return 0;
} IP Address C++(IBM) โ
using namespace std;
/*
* Complete the 'decodeIP' function below.
*
* The function accepts STRING hexaIP as parameter.
*/
int superExams(string n)
{
return stoi(n,0,16);
}
void decodeIP(string hexaIP) {
string s="",s1="",s2="",s3="",s4="";
s+=hexaIP[0];
s+=hexaIP[1];
s1+=hexaIP[2];
s1+=hexaIP[3];
s2+=hexaIP[4];
s2+=hexaIP[5];
s3+=hexaIP[6];
s3+=hexaIP[7];
s4+=hexaIP[8];
s4+=hexaIP[9];
int n=superExams(s);
if(hexaIP.size()<=7)
cout<<"Invalid input";
else
{ if(n>1 && n<=127)
{
cout<<superExams(s)<<"."<<superExams(s1)<<"."<<superExams(s2)<<"."<<superExams(s3)<<endl; cout<<"A";
}
else if(n>=128 && n<=191)
{
cout<<superExams(s)<<"."<<superExams(s1)<<"."<<superExams(s2)<<"."<<superExams(s3)<<endl;
cout<<"B";
}
else if(n>=192 && n<=223)
{
cout<<superExams(s)<<"."<<superExams(s1)<<"."<<superExams(s2)<<"."<<superExams(s3)<<endl; cout<<"C";
}
else if(n>=224 && n<=239)
{
cout<<superExams(s)<<"."<<superExams(s1)<<"."<<superExams(s2)<<"."<<superExams(s3)<<endl; cout<<"D";
}
else if(n>=240 && n<=255)
{
cout<<superExams(s)<<"."<<superExams(s1)<<"."<<superExams(s2)<<"."<<superExams(s3)<<endl; cout<<"D";
}
}
}
int main()
{
string hexaIP;
getline(cin, hexaIP);
decodeIP(hexaIP);
return 0;
} IP Address C++(IBM) โ
๐1
If you try to help someone unconditionally, without expecting anything in return. God has his way of paying back and
๐๐จ๐ ๐ง๐๐ฏ๐๐ซ ๐๐จ๐ซ๐ ๐๐ญ๐ฌ.โค๏ธ๐ฏ
๐๐จ๐ ๐ง๐๐ฏ๐๐ซ ๐๐จ๐ซ๐ ๐๐ญ๐ฌ.โค๏ธ๐ฏ
โค7๐ฅ2๐2
Forwarded from Dushyant
5_6084681598467311042.pdf
847.3 KB
Infosys Interview Experience
Self introduction
Project and technologies
What is oops
Types of oops
Encapsulation
Stlc
Even or odd programming
Artificial intelligence
About cloud
About python
Self introduction
Project and technologies
What is oops
Types of oops
Encapsulation
Stlc
Even or odd programming
Artificial intelligence
About cloud
About python