๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.63K subscribers
5.61K photos
3 videos
95 files
10.6K links
๐ŸšฉMain Group - @SuperExams
๐Ÿ“Job Updates - @FresherEarth

๐Ÿ”ฐAuthentic Coding Solutions(with Outputs)
โš ๏ธDaily Job Updates
โš ๏ธHackathon Updates & Solutions

Buy ads: https://telega.io/c/cs_algo
Download Telegram
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));
}
}
๐Ÿ“Œ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
TCS Reasoning 2.30 PM Slot :

1)Only II
2)265,314,720
3) option D
4)D is the paternal grandfather of F
5)she is not recuirted
6)190
7) Grandmother or Grandfather
8) option C
9)Both A and R are correct A is the correct is the explanation of R
10) 13524
11)385:1589
12) Maternal grand mother
13)64
14) option A
15)North
16)31542
17)Daaoc
18)668
19) Candidate is to be rejected
20) option D
21)Saha
22) Cackled
23)Zh
24)1833
25) option D

26)A & R are correct R is the correct explanation of A

27-B
28)Only assumption I is implicit
29-3
30)i,ii,iii doesn't follows
๐Ÿ‘1