240 CORE JAVA INTERVIEW QUESTIONS AND ANSWERS.pdf
501.6 KB
240 CORE JAVA INTERVIEW QUESTIONS AND ANSWERS.pdf
๐1
Physics Wallah is hiring.
Batch: 2022
Apply Link: https://docs.google.com/forms/d/e/1FAIpQLSctbJMLjwg5FeWoNg_ddrNIQuDYB9GoxZLhiHMddTUdoM8BOA/viewform
Batch: 2022
Apply Link: https://docs.google.com/forms/d/e/1FAIpQLSctbJMLjwg5FeWoNg_ddrNIQuDYB9GoxZLhiHMddTUdoM8BOA/viewform
๐Accolite Off Campus Drive for 2021 Batch
*Job Role : Software Developer
*Education : Bachelor's / Master's Degree
*Branches : CSE, ECE, EEE & IT
*Batch : 2021
*CTC : 5 LPA To 8 LPA
https://fresherearth.blogspot.com/2022/03/Accolite-Off-Campus-Drive-for-2021-Batch.html
โ Share with your friends
*Job Role : Software Developer
*Education : Bachelor's / Master's Degree
*Branches : CSE, ECE, EEE & IT
*Batch : 2021
*CTC : 5 LPA To 8 LPA
https://fresherearth.blogspot.com/2022/03/Accolite-Off-Campus-Drive-for-2021-Batch.html
โ Share with your friends
FresherEarth - Get All Latest Jobs Here
Accolite Off Campus Drive for 2021 Batch
fresher jobs, freshers jobs, off campus jobs, latest fresher jobs, fresher jobs bangalore, fresher jobs hyderabad, latest walk in drive
๐1
๐WIPRO INTERVIEW EXPERIENCE
Introduction
Service agreement
Bond
Why IT
Last 1 year you did any mistake?
Values at Wipro(explain)
About your city
Any backlog
Any year gap
Aware of 75000 bond
Introduction
Service agreement
Bond
Why IT
Last 1 year you did any mistake?
Values at Wipro(explain)
About your city
Any backlog
Any year gap
Aware of 75000 bond
๐ 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
import java.util.HashMap;
import java.util.Map.Entry;
import java.util.Scanner;
import java.util.TreeMap;
public class SortBasedOnKey {
public static String Order(HashMap<Integer, String> map) {
TreeMap<Integer, String> m = new TreeMap<Integer, String>(map);
String ans = "";
for(Entry<Integer, String> str : m.entrySet()) {
ans+=str.getValue()+" ";
}
return ans.strip();
}
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
HashMap<Integer, String> map = new HashMap<Integer, String>();
int n = sc.nextInt();
sc.nextLine();
for(int i=0; i<n; i++) {
map.put(Integer.parseInt(sc.nextLine()),sc.nextLine());
}
System.out.println(Order(map));
}
import java.util.Map.Entry;
import java.util.Scanner;
import java.util.TreeMap;
public class SortBasedOnKey {
public static String Order(HashMap<Integer, String> map) {
TreeMap<Integer, String> m = new TreeMap<Integer, String>(map);
String ans = "";
for(Entry<Integer, String> str : m.entrySet()) {
ans+=str.getValue()+" ";
}
return ans.strip();
}
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
HashMap<Integer, String> map = new HashMap<Integer, String>();
int n = sc.nextInt();
sc.nextLine();
for(int i=0; i<n; i++) {
map.put(Integer.parseInt(sc.nextLine()),sc.nextLine());
}
System.out.println(Order(map));
}
๐1
import java.util.ArrayList;
import java.util.Scanner;
public class NsmallestFactor {
public static int getSolution(int r, int b ) {
ArrayList<Integer> list = new ArrayList<Integer>();
for(int i=1; i<=r; i++) {
if(r%i==0) list.add(i);
}
return list.indexOf(b+1);
}
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int R = sc.nextInt();
int B = sc.nextInt();
System.out.println(getSolution(R,B));
}
}
import java.util.Scanner;
public class NsmallestFactor {
public static int getSolution(int r, int b ) {
ArrayList<Integer> list = new ArrayList<Integer>();
for(int i=1; i<=r; i++) {
if(r%i==0) list.add(i);
}
return list.indexOf(b+1);
}
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int R = sc.nextInt();
int B = sc.nextInt();
System.out.println(getSolution(R,B));
}
}
Capgemini 1PM Slot Answers
1)d
3-12
2)c
2
3)d
10
5)d
01100
6)a
A b c d
7)a
quque
8)d
Only 2
9)a
5
10)c
10
11)a
48
12)c
13)b
1
14)d
15) 80
16)b 29
17)c 22
18)c 11
19)b
44
20)c
67
1)d
3-12
2)c
2
3)d
10
5)d
01100
6)a
A b c d
7)a
quque
8)d
Only 2
9)a
5
10)c
10
11)a
48
12)c
13)b
1
14)d
15) 80
16)b 29
17)c 22
18)c 11
19)b
44
20)c
67
๐WIPRO INTERVIEW EXPERIENCE
CSE branch
1.No intro
2.Any backlog
3.Any Gap
4.Tell me breif about you and you comm skills
5.You have done course in AI so what have you learnt from that?
6.What will you do if the team member is not in coordination with you.
7.What shows you that you have leadership skill give me two example.
*he started checking my coding question that I have done in wipro test*
8.He said you have compiled both the code I said yes.
9.Then he said ok do you have any questions
CSE branch
1.No intro
2.Any backlog
3.Any Gap
4.Tell me breif about you and you comm skills
5.You have done course in AI so what have you learnt from that?
6.What will you do if the team member is not in coordination with you.
7.What shows you that you have leadership skill give me two example.
*he started checking my coding question that I have done in wipro test*
8.He said you have compiled both the code I said yes.
9.Then he said ok do you have any questions
2022 batch, Data Science Associate Intern + FTE
Link: https://www.linkedin.com/posts/aravindhakumar_careers-zoomrx-activity-6911357224133042176-3BxG?utm_source=linkedin_share&utm_medium=android_app
Link: https://www.linkedin.com/posts/aravindhakumar_careers-zoomrx-activity-6911357224133042176-3BxG?utm_source=linkedin_share&utm_medium=android_app
Publicis Sapient Hiring
Batch: Only 2021 grad
CGPA required: 6.5 and above with no backlog
Role: Junior Associate Technology
B.E, B.Tech eligible branches are CSE, IT, IS, ECE, EEE, Math and computing, E&TC
Apply Link: https://docs.google.com/forms/d/e/1FAIpQLSfxFx4QD_LyoOuymZ2eZ7NnzDHpUZ4YmdryjTe7ALWbC_ST1g/viewform
Batch: Only 2021 grad
CGPA required: 6.5 and above with no backlog
Role: Junior Associate Technology
B.E, B.Tech eligible branches are CSE, IT, IS, ECE, EEE, Math and computing, E&TC
Apply Link: https://docs.google.com/forms/d/e/1FAIpQLSfxFx4QD_LyoOuymZ2eZ7NnzDHpUZ4YmdryjTe7ALWbC_ST1g/viewform
Google Docs
Publicis Sapient - Junior Associate Technology
2021 Engineering Graduates
๐ Principal Off Campus Drive 2022 : Hiring Freshers With 8 LPA
* Designation : Trainee Analyst
* Eligibility : BE/B.Tech/MCA
* Job Location : Pune, Hyderabad
* Salary : 8 LPA
https://fresherearth.blogspot.com/2022/03/Principal-Off-Campus-Drive-2022-Hiring-Freshers-With-8-LPA.html
โ Share with your friends
Telegram - t.me/fresherearth
* Designation : Trainee Analyst
* Eligibility : BE/B.Tech/MCA
* Job Location : Pune, Hyderabad
* Salary : 8 LPA
https://fresherearth.blogspot.com/2022/03/Principal-Off-Campus-Drive-2022-Hiring-Freshers-With-8-LPA.html
โ Share with your friends
Telegram - t.me/fresherearth
FresherEarth - Get All Latest Jobs Here
Principal Off Campus Drive 2022 : Hiring Freshers With 8 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
5) 1,50,000
6)25000
7) 4000
8) 9
6)25000
7) 4000
8) 9
๐2