allcoding1_official
الذهاب إلى القناة على Telegram
إظهار المزيد
📈 نظرة تحليلية على قناة تيليجرام allcoding1_official
تُعد قناة allcoding1_official (@allcoding1_official) في القطاع اللغوي الإنكليزية لاعباً نشطاً. يضم المجتمع حالياً 84 584 مشتركاً، محتلاً المرتبة 1 497 في فئة التكنولوجيات والتطبيقات والمرتبة 3 527 في منطقة الهند.
📊 مؤشرات الجمهور والحراك
منذ تأسيسه في невідомо، حقق المشروع نمواً سريعاً وجمع 84 584 مشتركاً.
بحسب آخر البيانات بتاريخ 10 يوليو, 2026، تحافظ القناة على نشاط مستقر. خلال آخر 30 يوماً تغيّر عدد الأعضاء بمقدار -1 556، وفي آخر 24 ساعة بمقدار -30، مع بقاء الوصول العام مرتفعاً.
- حالة التحقق: غير موثّقة
- معدل التفاعل (ER): يبلغ متوسط تفاعل الجمهور 2.01%. وخلال أول 24 ساعة من النشر يحصد المحتوى عادةً 0.85% من ردود الفعل نسبةً إلى إجمالي المشتركين.
- وصول المنشورات: يحصل كل منشور على متوسط 1 701 مشاهدة. وخلال اليوم الأول يجمع عادةً 723 مشاهدة.
- التفاعلات والاستجابة: يتفاعل الجمهور بانتظام؛ متوسط التفاعلات لكل منشور يبلغ 1.
- الاهتمامات الموضوعية: يركز المحتوى على مواضيع رئيسية مثل dsa, stack, namaste, javascript, dev.
📝 الوصف وسياسة المحتوى
وصف القناة غير متوفر.
بفضل وتيرة التحديث المرتفعة (أحدث البيانات بتاريخ 11 يوليو, 2026) تحافظ القناة على حداثتها ومستوى وصول مرتفع. وتُظهر التحليلات تفاعلاً نشطاً من الجمهور، ما يجعلها نقطة تأثير مهمة ضمن فئة التكنولوجيات والتطبيقات.
84 584
المشتركون
-3024 ساعات
-4257 أيام
-1 55630 أيام
أرشيف المشاركات
84 569
Tech Mahindra Interview questions
1) show your I'd proff?
2) self intro?
3) which language your are comfortable ?
4) what is structure?
5) what is calloc and mallic?
6)static memory allocation?
7)Dynamic memory allocation?
8)What is null pointer?
Write the program
9)Fibonacci serious and explain?
10)speak non technical topic in 5 mins ?
11) project details?
12) do u have any questions?
Telegram:-@allcoding1
84 569
Repost from allcoding1_official
🎯TCS 4.4 LPA
Apply:- https://www.joboffersadda.com/2022/04/tcs-is-hiring-any-graduate.html
🎯 Tech Mahindra. 3.25 LPA
Apply:- https://www.joboffersadda.com/2022/04/tech-mahindra-off-campus-drive-for.html
🎯 Auto RABIT 11LPA
Apply:- https://www.joboffersadda.com/2022/04/autorabit-recruitment-2022-hiring.html
🎯 Infosys 9.5 LPA
Apply:- https://www.joboffersadda.com/2022/04/infosys-off-campus-drive-digital-hiring.html?m=1
🎯 Indian-Today 10 LPA
Apply:- https://www.joboffersadda.com/2022/04/india-today-group-off-campus-hiring-7.html?m=1
🎯Data- patterns 6 LPS
Apply:- https://www.joboffersadda.com/2022/04/data-patterns-off-campus-drive-hiring.html?m=1
🎯 ZOHO
Apply:- https://www.joboffersadda.com/2022/04/zoho-off-campus-2019-2022-batch.html
🎯 Amazon
Apply:- https://www.joboffersadda.com/2022/04/amazon-hiring-sde-i-20192021-batch.html
🎯Tech Mahindra:- https://www.joboffersadda.com/2022/04/tech-mahindra-recruitment-for-process.html
🎯 Wipro:- https://www.joboffersadda.com/2022/04/wipro-recruitment-for-system-engineer.html
🎯 Capgemini:- https://www.joboffersadda.com/2022/04/capgemini-off-campus-drive.html
🎯 cognizant :-https://www.joboffersadda.com/2022/04/cognizant-is-hiring-for-programmer.html
Telegram - @allcoding1
🔔Unmute this channel to never miss any updates
84 569
class Player:
def init(self,name,team,price,skills,debut,country):
self.name=name
self.team=team
self.price=price
self.skills=skills
self.debut=debut
self.country=country
class IPL:
def init(self,playerList, dict):
self.dict=dict
self.playerList=playerList
def findMaximumPrice(self):
max_obj=max(self.playerList, key=lambda x:x.price)
return max_obj
def sortByPrice(self):
s=[]
s=sorted(self.teamList, key=lambda x:x.price)
s1=[]
for i in s:
s1.append(i.price)
if len(s1)==0:
return None
else:
return s1
if name =='main':
playerList=[]
dict={}
limit=int(input())
for j in range(limit):
name=input()
team=input()
price=float(input())
debut=input()
skills=input()
country=input()
//allcoding1 playerList.append(Player(name,team,price,country,skills,debut))
obj=League("dict",playerList)
r1=obj.findMaximumPrice()
if(r1!=None):
print(r1.name)
print(r1.team)
print(r1.price)
print(r1.skills)
print(r1.debut)
print(r1.country)
else:
print("NO Data Found")
r2=obj.sortByPrice()
for i in r2:
print(i)
Phyton
84 569
TCS IRA APRIL 25th
TCS IRA PYTHON
1. Numerical regression
2.2003
3.neural networks
4.2017
5.machine learning
6. Go stright away into the rework
7.A
8.ALL THE ABOVE
9.C
10.reason for the meeting
11.B
12.A
13.ALL
14.D
15.B
16.Salad
17.c
18.false
19. B
20.B
21.D
22.C
23.A
24.apple
25.martime museum
26.>2000
27.C
28.B
29.B
30.A
31.
32.1
33.D
34.A
35.1
36.PRESERVE WATER RESERVE
37.ERROR
38.false
39.15
40. A or C
41.A
42. For sale
43.C
44.20
45.syntax error
46.D
47.Sweden D
48.northern lights can on scotland
49.0
50.D
TCS IRA PYTHON
Telegram:-@allcoding1
84 569
TCS IRA APRIL 25th
TCS IRA PYTHON
1. Numerical regression
2.2003
3.neural networks
4.2017
5.machine learning
6. Go stright away into the rework
7.A
8.ALL THE ABOVE
9.C
10.reason for the meeting
11.B
12.A
13.ALL
14.D
15.B
16.Salad
17.c
18.false
19. B
20.B
21.D
22.C
23.A
24.apple
25.martime museum
26.>2000
27.C
28.B
29.B
30.A
31.
32.1
33.D
34.A
35.1
36.PRESERVE WATER RESERVE
37.ERROR
38.false
39.15
40. A or C
41.A
42. For sale
43.C
44.20
45.syntax error
46.D
47.Sweden D
48.northern lights can on scotland
49.0
50.D
Telegram:-@allcoding1
84 569
TCS IRA APRIL 25th
TCS IRA PYTHON
1. Numerical regression
2.2003
3.neural networks
4.2017
5.machine learning
6. Go stright away into the rework
7.A
8.ALL THE ABOVE
9.C
10.reason for the meeting
11.B
12.A
13.ALL
14.D
15.B
16.Salad
17.c
18.false
19. B
20.B
21.D
22.C
23.A
24.apple
25.martime museum
26.>2000
27.C
28.B
29.B
30.A
31.country London usa careerits
32.1
33.D
34.A
35.1
36.PRESERVE WATER RESERVE
37.ERROR
38.false
39.15
40. A or C
41.A
42. For sale
43.C
44.20
45.syntax error
46.D
47.Sweden D
48.northern lights careerits on scotland
49.0
50.D
TCS IRA PYTHON
84 569
TCS IRA APRIL 25th
TCS IRA PYTHON
1. Numerical regression
2.2003
3.neural networks
4.2017
5.machine learning
6. Go stright away into the rework
7.A
8.ALL THE ABOVE
9.C
10.reason for the meeting
11.B
12.A
13.ALL
14.D
15.B
16.Salad
17.c
18.false
19. B
20.B
21.D
22.C
23.A
24.apple
25.martime museum
26.>2000
27.C
28.B
29.B
30.A
31.country London usa careerits
32.1
33.D
34.A
35.1
36.PRESERVE WATER RESERVE
37.ERROR
38.false
39.15
40. A or C
41.A
42. For sale
43.C
44.20
45.syntax error
46.D
47.Sweden D
48.northern lights careerits on scotland
49.0
50.D
TCS IRA PYTHON
Telegram:-@allcoding1
84 569
IRA java:
1)all the above
2) option 1 and 2
3)Immediate line
15) true
16)Mishra record....
17) option A
18)query comprises successful.......
19) option A
20) option D
21) option C
22)6
23)all
24)1
25)3
26)letsfind course
27) option B
28) option D
29)Yes
30)Yes
31) option C
32) option D
33) option A
34)keep smiling will be printed inside allcoding1 the doubled border
35) option A
36)arrayinde...
37)false
38) option B
39)it will sort ......(option D)
40)there is no issue with the code.
41) option C
41) option C
42) optionD
43)error
44)a=21
45)70
46)0
47)23
48)an integer value
49)-1
50)falsefalse
Telegram:-@allcoding1
84 569
IRA java:
1)all the above
2) option 1 and 2
3)Immediate line
35) option A
36)arrayind...
37)false
38) option B
39)it will sort ......(option D)
40)there is no issue with thecode.
41) option C
46)0
telegram:-@allcoding1
84 569
IRA Python:
1) classification
2)2003
3) machine learning
4)2018
5)Machine learning
6)Apologize to the client for not meeting his expectation
11)Display the number of characters
36)1 3 5
37)false
38)New employee id name
50)false false
Telegram:-@allcoding1
84 569
🎯TCS 4.4 LPA
Apply:- https://www.joboffersadda.com/2022/04/tcs-is-hiring-any-graduate.html
🎯 Tech Mahindra. 3.25 LPA
Apply:- https://www.joboffersadda.com/2022/04/tech-mahindra-off-campus-drive-for.html
🎯 Auto RABIT 11LPA
Apply:- https://www.joboffersadda.com/2022/04/autorabit-recruitment-2022-hiring.html
🎯 Infosys 9.5 LPA
Apply:- https://www.joboffersadda.com/2022/04/infosys-off-campus-drive-digital-hiring.html?m=1
🎯 Indian-Today 10 LPA
Apply:- https://www.joboffersadda.com/2022/04/india-today-group-off-campus-hiring-7.html?m=1
🎯Data- patterns 6 LPS
Apply:- https://www.joboffersadda.com/2022/04/data-patterns-off-campus-drive-hiring.html?m=1
🎯 ZOHO
Apply:- https://www.joboffersadda.com/2022/04/zoho-off-campus-2019-2022-batch.html
🎯 Amazon
Apply:- https://www.joboffersadda.com/2022/04/amazon-hiring-sde-i-20192021-batch.html
🎯Tech Mahindra:- https://www.joboffersadda.com/2022/04/tech-mahindra-recruitment-for-process.html
🎯 Wipro:- https://www.joboffersadda.com/2022/04/wipro-recruitment-for-system-engineer.html
🎯 Capgemini:- https://www.joboffersadda.com/2022/04/capgemini-off-campus-drive.html
🎯 cognizant :-https://www.joboffersadda.com/2022/04/cognizant-is-hiring-for-programmer.html
Telegram - @allcoding1
🔔Unmute this channel to never miss any updates
84 569
ArrayList<Integer> ar = new ArrayList<Integer>();
ArrayList<Integer> ar1 = new ArrayList<Integer>();
ArrayList<Integer> arr2= new ArrayList<Integer>();
ArrayList<Integer> sza= new ArrayList<Integer>();
ArrayList<Integer> p_n= new ArrayList<Integer>();
Scanner sc = new Scanner(System.in);
int a_size= sc.nextInt();
int m_size=sc.nextInt();
int[] a = new int[a_size];
for(int i=0;i<a_size;i++){
a[i]=sc.nextInt();
arr2.add(a[i]);
}
int[] p = new int[m_size];
for(int i=0;i<m_size;i++){
p[i]=sc.nextInt();
p_n.add(p[i]);
}
int[] sz=new int[m_size];
for(int i=0;i<m_size;i++){
sz[i]=sc.nextInt();
sza.add(sz[i]);
}
for(int i=0;i<a_size;i++)
{
for(int j=0;j<m_size;j++)
{
if(a[i]==p[j])
{
ar.add(p[j]);
}
}
}
int [] fr = new int [ar.size()];
int visited = -1;
for(int i = 0; i < ar.size(); i++){
int count = 1;
for(int j = i+1; j < ar.size(); j++){
if(ar.get(i).equals(ar.get(j))){
count++;
fr[j] = visited;
}
}
if(fr[i] != visited)
fr[i] = count;
}
for(int i = 0; i < fr.length; i++){
if(fr[i] != visited)
ar1.add(fr[i]);
}
ArrayList<Integer> pnew = new ArrayList<Integer>();
for(int l=0;l<sz.length;l++)
{
for(int h=0;h<sza.get(l);h++)
{
pnew.add(p_n.get(l));
}
}
int count=0;
for(int i = 0; i < pnew.size(); i++)
{
Sequences concatenation code
84 569
#include <bits/stdc++.h>
using namespace std;
int func(int n){
int cnt=0;
for (int i=1; i<=sqrt(n); i++)
{
if (n%i == 0)
{
if (n/i == i)
cnt++;
else
cnt+=2;
}
}
return cnt;
}
int calcSum(int arr[], int n, int k)
{
int sum = 0;
for (int i = 0; i < k; i++)
sum += arr[i];
int mx=func(sum);
for (int i = k; i < n; i++) {
sum = (sum - arr[i - k]) + arr[i]; //allcoding1
mx=max(mx,func(sum));
}
return mx;
}
int main() {
// Write C++ code here
int n,k;
cin>>n>>k;
int arr[n];
for(int i=0;i<n;i++)
cin>>arr[i];
cout<<calcSum(arr, n, k)*k;
return 0;
}
MSPS Code
C++
