๐ Hexaview Off Campus Drive 2021 | Freshers | Application Engineer | BE/ B.Tech/ ME/ M.Tech | Pune/ Noida
*Job Role:Application Engineer
Member of Technical Staff
Software Development Engineer
*Qualification:Graduation
*Year Of Passing:2020/2021/2022
*Experience:Fresher's
*Package:3 LPA+
https://fresherearth.blogspot.com/2021/08/Hexaview-Off-Campus-Drive-2021-Freshers-Application-Engineer-BE-B.Tech-ME-M.Tech-Pune-Noida.html
๐ Telegram - @FresherEarth
*Job Role:Application Engineer
Member of Technical Staff
Software Development Engineer
*Qualification:Graduation
*Year Of Passing:2020/2021/2022
*Experience:Fresher's
*Package:3 LPA+
https://fresherearth.blogspot.com/2021/08/Hexaview-Off-Campus-Drive-2021-Freshers-Application-Engineer-BE-B.Tech-ME-M.Tech-Pune-Noida.html
๐ Telegram - @FresherEarth
FresherEarth - Get All Latest Jobs Here
Hexaview Off Campus Drive 2021 | Freshers | Application Engineer | BE/ B.Tech/ ME/ M.Tech | Pune/ Noida
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
Forwarded from Uber | IBM | Accenture | TCS | Wipro | Cognizant | Capgemini | Amazon | Exam Group | Discussion Group - SuperExams (โขโข||Sanket||โขโข)
Cuckoo sequence
โ
โ
โ
Euler's totient - Mettl Code
#include <stdio.h>
int gcd(int a, int b)
{
if (a == 0)
return b;
return gcd(b % a, a);
}
int phi(unsigned int n)
{
unsigned int result = 1;
for (int i = 2; i < n; i++)
if (gcd(i, n) == 1)
result++;
return result;
}
int main()
{
int n;
for (n = 1; n <= 10; n++)
printf("phi(%d) = %d\n", n, phi(n));
return 0;
}
#include <stdio.h>
int gcd(int a, int b)
{
if (a == 0)
return b;
return gcd(b % a, a);
}
int phi(unsigned int n)
{
unsigned int result = 1;
for (int i = 2; i < n; i++)
if (gcd(i, n) == 1)
result++;
return result;
}
int main()
{
int n;
for (n = 1; n <= 10; n++)
printf("phi(%d) = %d\n", n, phi(n));
return 0;
}
โ ๏ธ Reminder - who didn't apply yet
Hexaview - https://t.me/fresherearth/715
TCS Ninja Hiring - https://t.me/fresherearth/706
Cognizant - https://t.me/fresherearth/679
Zoho - https://t.me/fresherearth/683
EPAM - https://t.me/fresherearth/684
Amdocs - https://t.me/fresherearth/682
Teradata - https://t.me/fresherearth/676
Capgemini - https://t.me/fresherearth/675
Virtusa - https://t.me/fresherearth/674
IBM - https://t.me/fresherearth/669
Citi - https://t.me/fresherearth/697
Danlaw INC - https://t.me/fresherearth/696
Neustar - https://t.me/fresherearth/700
Vestas - https://t.me/fresherearth/707
Veritas - https://t.me/fresherearth/710
Precisely -https://t.me/fresherearth/712
PoleStarllp - https://t.me/fresherearth/713
โ Share in ur College WhatsApp Groups
โณ๏ธTelegram - @FresherEarth
Hexaview - https://t.me/fresherearth/715
TCS Ninja Hiring - https://t.me/fresherearth/706
Cognizant - https://t.me/fresherearth/679
Zoho - https://t.me/fresherearth/683
EPAM - https://t.me/fresherearth/684
Amdocs - https://t.me/fresherearth/682
Teradata - https://t.me/fresherearth/676
Capgemini - https://t.me/fresherearth/675
Virtusa - https://t.me/fresherearth/674
IBM - https://t.me/fresherearth/669
Citi - https://t.me/fresherearth/697
Danlaw INC - https://t.me/fresherearth/696
Neustar - https://t.me/fresherearth/700
Vestas - https://t.me/fresherearth/707
Veritas - https://t.me/fresherearth/710
Precisely -https://t.me/fresherearth/712
PoleStarllp - https://t.me/fresherearth/713
โ Share in ur College WhatsApp Groups
โณ๏ธTelegram - @FresherEarth
Telegram
Fresher Jobs โ
๐ Hexaview Off Campus Drive 2021 | Freshers | Application Engineer | BE/ B.Tech/ ME/ M.Tech | Pune/ Noida
*Job Role:Application Engineer
Member of Technical Staff
Software Development Engineer
*Qualification:Graduation
*Year Of Passing:2020/2021/2022
*โฆ
*Job Role:Application Engineer
Member of Technical Staff
Software Development Engineer
*Qualification:Graduation
*Year Of Passing:2020/2021/2022
*โฆ
Subscribe to our YouTube Channel For Coding Explanation -> https://www.youtube.com/channel/UCRTOhZIvYbkRi5Op62wgN9Q?sub_confirmation=1
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ pinned ยซSubscribe to our YouTube Channel For Coding Explanation -> https://www.youtube.com/channel/UCRTOhZIvYbkRi5Op62wgN9Q?sub_confirmation=1ยป
Hexaview Off Campus Drive 2021| BE B.Tech ME M.Tech | Graduation | 2020 2021 2022 |
@f_a_a_n_g_777
https://hexaviewtech.com/engineer/
@f_a_a_n_g_777
๐ฏ๐ฏInterview Experience Infosys
https://stupidtechy.me/threads/interview-experience-infosys.138/
https://stupidtechy.me/threads/interview-experience-infosys.138/
StupidTechy.Me
Interview Experience Infosys
INFOSYS INTERVIEW QUESTIONS:
ECE:
โข What is a pointer in C? What is its use?
โข Tell us the difference between C & embedded C.
โข Explain the most recent project you have worked on (from...
ECE:
โข What is a pointer in C? What is its use?
โข Tell us the difference between C & embedded C.
โข Explain the most recent project you have worked on (from...
๐๐ Subscribe to our YouTube Channel For Coding Explanation -
https://www.youtube.com/channel/UCRTOhZIvYbkRi5Op62wgN9Q?sub_confirmation=1
https://www.youtube.com/channel/UCRTOhZIvYbkRi5Op62wgN9Q?sub_confirmation=1
๐ DXC Technology Online Off Campus Drive 2021 | CTC: 3.6 LPA | PAN India
๐ Telegram - @FresherEarth
* Job Role : Associate Professional Software Engineerhttps://fresherearth.blogspot.com/2021/08/DXC-Technology-Online-Off-Campus-Drive-2021-CTC-3.6-LPA-PAN-India.html
* Education : BE/B.Tech
* Experience : Freshers
* Salary : 3.6 LPA
๐ Telegram - @FresherEarth
FresherEarth - Get All Latest Jobs Here
DXC Technology Online Off Campus Drive 2021 | CTC: 3.6 LPA | PAN India
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
โ
โ
โ
Bill Payment Query - HackerRank SQL Code
https://stupidtechy.me/threads/bill-payment-query-sql-hackerrank-solutions.139/
https://stupidtechy.me/threads/bill-payment-query-sql-hackerrank-solutions.139/
๐ Palo Alto Networks Recruitment 2021 | Associate System Engineer | BE/ B.Tech/ BS/ MS | Mumbai
๐ Telegram - @FresherEarth
*Job Role:Associate Systems Engineerhttps://fresherearth.blogspot.com/2021/08/Palo-Alto-Networks-Recruitment-2021-Associate-System-Engineer-BE-B.Tech-BS-MS-Mumbai.html
*Education:BS/MS Degree
*Batch:2021/2022
*Experience:Fresher's
*Job Location:Mumbai, India
*Package :3 LPA+
๐ Telegram - @FresherEarth
FresherEarth - Get All Latest Jobs Here
Palo Alto Networks Recruitment 2021 | Associate System Engineer | BE/ B.Tech/ BS/ MS | Mumbai
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
๐ GlobalEdge Off Campus Drive 2021 | Freshers | Graduate Engineer | BE/ B.Tech | Bangalore
๐ Telegram - @FresherEarth
* Job Role : Software Engineerhttps://fresherearth.blogspot.com/2021/08/GlobalEdge-Off-Campus-Drive-2021-BE-B.Tech-2018-2021-Batch-Freshers-Bangalore.html
* Education : BE/B.Tech
* Batch : 2019/2020/2021
* Experience : Fresher's
* Salary : 3.8 LPA
๐ Telegram - @FresherEarth
FresherEarth - Get All Latest Jobs Here
GlobalEdge Off Campus Drive 2021 | Freshers | Graduate Engineer | BE/ B.Tech | Bangalore
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
๐ ACI Worldwide Hiring Associate Software Engineer | Freshers | Full Time
๐ Telegram - @FresherEarth
*Job Role:Associate Software Engineer
*Education:Bachelor's Degree
*Branch:Computer Science or Equivalent
*Year Of Passing:2020/2021/2022
*Experience:Fresher's/ Experienced(0 - 2 Year's)
*Location:Pune, Maharashtra, India
*Package:3 LPA+
https://fresherearth.blogspot.com/2021/08/ACI-Worldwide-Hiring-Associate-Software-Engineer-Freshers-Full-Time.html๐ Telegram - @FresherEarth
FresherEarth - Get All Latest Jobs Here
ACI Worldwide Hiring Associate Software Engineer | Freshers | Full Time
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
โ
โ
โ
HackerRank Birthday Celebrations - HackerRank Python Solutions - Cisco Exam
https://stupidtechy.me/threads/birthday-celebrations-hackerrank-python-solutions-cisco-exam.140/
https://stupidtechy.me/threads/birthday-celebrations-hackerrank-python-solutions-cisco-exam.140/
StupidTechy.Me
HackerRank - Birthday Celebrations - HackerRank Python Solutions -...
Birthday Celebrations - HackerRank Python Solutions - Cisco Exam
Solutions-
Birthday Celebrations - HackerRank Python Solutions - Cisco Exam
Solutions-
Birthday Celebrations - HackerRank Python Solutions - Cisco Exam
โ
โ
โ
HackerEarth Substring deletion - C++ Solution
https://stupidtechy.me/threads/substring-deletion-c-solution.96/
https://stupidtechy.me/threads/substring-deletion-c-solution.96/
StupidTechy.Me
HackerEarth - Substring deletion - C++ Solution
Substring deletion - HackerEarth C++ Solution
Substring deletion
You are given a string C. You have to perform the following operations on it:
Pick any two non-overlapping substrings that are...
Substring deletion
You are given a string C. You have to perform the following operations on it:
Pick any two non-overlapping substrings that are...