1 831
订阅者
无数据24 小时
无数据7 天
无数据30 天
帖子存档
Kumaran Off Campus Drive | BE MCA | 2019 2020 Batch | 3LPA
careers.kumaran.com/jobs/Careers/31840000000945023
Telegram - @placementupdatess
Kunal, [13.06.21 11:29]
[Forwarded from OFF CAMPUS PLACEMENT JOBS]
JUSPAY Off Campus Drive | 2020 2021 2022 Batch | 13-15LPA
dare2compete.com/o/juspay-hiring-challenge-think-big-with-functional-programming-juspay-169172
Telegram - @placementupdatess
Offcampus Exams Group - Revature| Accenture | Capgemini | IBM | Infytq, [12.06.21 21:36]
https://forms.office.com/pages/responsepage.aspx?id=DBaFDZlYykSsyNsVAbmTtu42TWQoEGpMkHi5IgK0rzlUQTcyNkk4UzVGMURJTE5LT0VJMFMxMjNWTi4u
🔰 Infosys interview experience:
Dated on : 5 June
Got offer letter on : 9 June
prepare on your resume
Questions asked :
1. Let me know about you. Introduce yourself by making engineering as priority
2. About internships and workhops ( prepare the theme and what u have learnt in those )
3.final year project ( prepare on your project thoroughly and clearly even if u have bought it )... perfection is necessary
4.why a non-IT student into IT sector?
5. What are your technical skills and rate them 1to 5?
6. What things you have learnt apart from education during your engineering graduation?
7. What are your strengths and weaknesses ??
8. How do you overcome your weakness and how confident are you on your strengths( explain it by taking a real example)
9. What are your special interests ?
10. Apat from final year project have you done any mini project?
11. Why infosys ??
1. funcB()
2. O(logn)
3.
4. T(n) +1
5. Heap sort
6. Ring Buffer
7.
8.
9.
10.
11.
12.
13. 4
14. 32
15. O(d(n+s))
16. A
17. Refere current class obj
18. 720
19.
20. [1,3,4,8,9]
21.
22.
23.
24. Distinct
25.
26. Null Value
27.
28. Atomicity
29. Many-to-many
30.
import java.util.Scanner;
public class EfficientCabScheduling {
public static void main(String[] args) {
Scanner sc = new Scanner(System.ln);
int n = sc.nextInt();
int k = sc.nextInt();
int[] kArr = new int[k];
for (int i = 0; i < k; i++) {
kArr[i] = sc.nextInt();
}
System.out.println(solve(n, kArr));
}
private static int solve(int n, int[] kArr) {
int l = 0;
int h = Integer.MAX_VALUE;
int m = h + (l - h) / 2;
while (l < h) {
m = h + (l - h) / 2;
int trips = 0;
for (int k : kArr) {
trips += (m / k);
}
if (trips == n) {
break;
} else if (trips < n) {
l = m + 1;
} else {
h = m - 1;
}
}
return m;
}
}
Uber code solutions
In java https://t.me/placementupdatess
http://careers.hpe.com/job/Hewlett-Packard-Enterprise-Bangalore-Summer-Intern-Karnataka/155283022?source=indeed
HP Company Internship
batches:- 2020 to 2024 passouts
all are eligible
kindly apply
🔰Capgemini interview
Dated on : 11-june
TR round :
▫️Introduction
▫️Different between struct and union
▫️Python dictionary
▫️Memory management in Python
▫️About my project
▫️Strength and weakness
▫️What u did for that
▫️Coding language Which u r comfortable
▫️What is Decorators overriding and overloading
HR round ::
▫️Introduction
▫️Explain about project
▫️Tell me 10 th 12th and graduation percentage
▫️When u complete it (year)
▫️Tell me about your family
▫️U r comfortable with package
▫️Relocation
▫️Did u complete your project in grp or single
▫️What u like grp project or single one ?
▫️Telegram : @Placementupdatess
Atos -number of mangos code
Coding Help, [11.06.21 10:58]
🔰 Revature HR
1 - tell me about yourself
2 - what's your father doing
3 - They told some introduction about Revature
4 - told about training
Training -
12 weeks training will be provided in Bigdata & java
Starts from coming monday.
Weekly 5 days class as in College.
For Saturday and Sunday there will be some assignments will be given.
Training is absolutely free of cost
5000 stipend will be provided while training
After 4th week of training offer letter will be issued from Infosys
After 12 th week there will be technical round with infosys
After that we'll be placed in infosys with a package of 5 lpa
No bond is there.
Flexible to relocate anywhere
Condition - Suppose if we quit the training we have to pay them 1 - 1.5 lakh training cost.
Finally they asked me whether you'll deticate yourself in this 12 week training without any hesitation .
Wiley mthree solutions
def upperlower(string):
upper = 0
lower = 0
for i in range(len(string)):
# For lower letters
if (ord(string[i]) >= 97 and
ord(string[i]) <= 122):
lower += 1
# For upper letters
elif (ord(string[i]) >= 65 and
ord(string[i]) <= 90):
upper += 1
print('Lower case characters = %s' %lower,
'Upper case characters = %s' %upper)
# Driver Code
string = 'GeeksforGeeks is a portal for Geeks'
upperlower(string)
Mind tree interview experience ::
1) self introduction.
2) He asked me exception handling in java?
3) what is super keyword?
4) difference between array and array list?
5) what are binary trees and hash maps?
6)write algorthim for bubble sort?
7) quick sort?
8) pattern program?
9) About project?
10) finally I have knowledge on devops in docker Kubernetes , container technologies, he used to asked on docker technology.
11) difference between string string buffer and string builder.
12) Any questions.
*Infosys Off-Campus Drive for batch 2019,2020,2021*
Share this with your network - students, friends and family who would be interested to join Infosys as Systems Engineer or Operations Executive.
BE/B. Tech/ME/M. Tech/ MCA/ MSc(CS/ Electronics/ Math/ Physics /Stats /IT /Information Science) students from Batch 2019 ,2020: https://lnkd.in/gr-NzZC
BSC/ BCA students from Batch 2019, 2020, 2021: https://lnkd.in/gu3MJPC
Diploma students from Batch 2019, 2020, 2021): https://lnkd.in/g-xXpcz
