Off Campus Job Update
رفتن به کانال در Telegram
500+ Placement & Competitive Exam Materials 75+ Companies Materials 100+ JOB Updates in a Month 🚀DM for Promotion @Wren_0 🚀Placement Updates: @offcampusjobs_0 🌟 Placment Material: @placement_materials0
نمایش بیشتر8 266
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
-12430 روز
آرشیو پست ها
GET ALL THE SOLUTIONS TOMORROW
JUST HIT THE SUBSCRIBE BUTTON
WE WILL SHARE THE SOLUTION THIS CHANNEL 🚀🚀
https://youtube.com/channel/UCmYO_4lgP8V5qRAunlc9wSg
Morgan Stanley | 🎖2022 Batch
morganstanley.tal.net/vx/candidate/apply/11683
✅ Share post with ur college 2022 Batches
https://t.me/offcampusjobs_0
✅TCS INTERVIEW EXPERIENCES
Round 2: Technical Interview
This was a virtual video conference interview round. My interview was started after all the document verification was completed, There were three interviewers.
The interviewer asked me the following questions.
Tell me about yourself
Explain your projects.
What is list
How to delete elements from the list.
What is the difference between list and tuple?
What is a Decorator in python for example?
What is a table in the database?
Explain joins in the table and their differences.
What is Normalization?
What is a functional dependency?
Why do you want to join TCS?
Are you willing to relocate if required?
Asked about my Hobbies.
Finally, Interviewer asked do you have any questions, I asked , What are your best experience in TCS.
This is how my interview went, some of the questions I don’t know the answer, so I frankly said I don’t know.
🆘Share to all students who are attending TCS interviews .
Telegram - https://t.me/offcampusjobs_0
int main()
{
int arr[] = {1,3,3,4,4,4};
//Calculate length of array arr
int length = sizeof(arr)/sizeof(arr[0]);
printf("Duplicate elements in given array: \n");
for(int i = 0; i < length; i++) {
for(int j = i + 1; j < length; j++) {
if(arr[i] == arr[j])
printf("%d\n", arr[j]);
}
}
return 0;
}
Telegram - https://t.me/Coding_solution_0
✅XL Dynamics Hiring for various positions across India
(Software Engineer, HR, financial analyst, IT manager Etc)
💸Minimum CTC:- 5 LPA
Freshers/ Experienced
Any branch/ Any Course can apply
How to Apply ❤️
1. CLICK ON THE LINK
2. SELECT JOB POSITIONS YOU ARE INTERESTED IN
3 - Fill the form, you will get the test link by admin@mettl.com, appear for it and get the job.
🔗Apply Link
https://bit.ly/3Ao3DGb
📌Telegram:-
https://t.me/offcampusjobs_0
k=int(input())
l=int(input())
m=int(input())
s=min(k,l)
s1=m+max(k,l)-s
if(s1>=s):
p=s
while(s1<s):
s1+=2
s-=1
p=s
print(p)
Python
Boys and Girls Code
Telegram -https://t.me/Coding_solution_0
a=input()
b="aeiou"
c=0
for char in a:
if char in b:
c+=1
Print(c)
Telegram
https://t.me/Coding_solution_0
def Check_Vow(string, vowels):
final = [each for each in string if each in vowels]
print(len(final))
string=input()
vowels = "AaEeIiOoUu"
Check_Vow(string, vowels);
Telegram - https://t.me/Coding_solution_0
TCS CodeVita, the world’s largest programming contest, is back with its season 10.
Register Yourself Now
🚀🚀
https://bit.ly/31srRm4
int c = 0;
for(int i = 0; str[i] != '\0'; i++) {
if(str[i] == ch)
c++;
}
return c;
count of specific character
Telegram - https://t.me/Coding_solution_0
ZOHO Drive | 🎖2017-2022 Batch
📆 Deadline - 8th Dec
https://careers.zohocorp.com/forms/fcc89b5ebd373d598e0224d10f2199d12a89cdb001c479252ba774a9adbcd89b
Telegram - https://t.me/offcampusjobs_0
l,r=list(map(int,input().split()))
s=0
for i in range(l,r+1):
dup=[]
dup=list(map(int,str(i)))
s=s+sum(dup)
print(s)
Telegram -
https://t.me/Coding_solution_0
1.cloud service- all the above
2. DATA loss
3. Enterprise
4. Public cloud
5. Optn 134
6. Plan prepare listen close and clarify
7. If others have ..
8. Always listen to understand
9.it was nice....
10.politely ...
11. ....Print $1...
12. Sed 2 s...
13. Sort -r
14. Tee
18. 32
19. AVERAGE
23.all of the mentioned events
27.2 (overline as well as underline
Telegram -
https://t.me/Coding_solution_0
