๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
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
I got many texts over Linkedin and telegram, that how to build logic? ๐Ÿฅบ๐Ÿฅบ ๐Ÿ’

Question: Whenever I was unable to solve a problem, I see the discussion forum, understand that and implement it. But after that also I stuck in new problems. โœ…

Answer: If you got the wrong answer to any problem, see discuss forum or YouTube and try to understand their solution after that The ๐ฆ๐จ๐ฌ๐ญ ๐ข๐ฆ๐ฉ๐จ๐ซ๐ญ๐š๐ง๐ญ step, check why your solution was not worked there, In which test case it failed, and why. This will give you better clarity of question and also help in the future to build logic. โค๏ธโœ…

๐„๐ฑ๐ฉ๐ž๐ซ๐ข๐ž๐ง๐œ๐ž๐ ๐Ÿ˜Š๐Ÿ˜Š Love to hear some more tips, this will definitely help juniors to understand better โค๏ธโœ…
๐Ÿ‘5โค3
Qualcomm is hiring for their Software test teams in Hyderabad.

Batch eligible: 2021 and 2022 passouts (BTech, Mtech, (Cs, IT, ECE or Embedded))

Skills required: Good knowledge on C/ C++/ Python Coding, OS, DSA.

If interested send your resume over aayushar@qti.qualcomm.com
๐Ÿ‘1
import java.util.Scanner;

public class Solution {

public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
sc.nextLine();

User xexamster[] = new User[n];
for (int i = 0; i < xexamster.length; i++) {
int id = sc.nextInt();
sc.nextLine();
String name = sc.nextLine();
String emil = sc.nextLine();
int age = sc.nextInt();
sc.nextLine();
xexamster[i] = new User(id, name, emil, age);
}


int fs1 = sc.nextInt();

int ans1 = xexamster2(xexamster);

if (ans1 != 0) {
System.out.println(ans1);

} else {
System.out.println("No Users found.");

}


User ans2 = xexamster1(xexamster, fs1);

if (ans2 != null) {
System.out.println(ans2.getName());
System.out.println(ans2.getEmil());

} else {
System.out.println("No User found with the given id.");

}

}


public static int xexamster2(User[] d) {
int p = 0;
for (int i = 0; i < d.length; i++) {
{
p += d[i].getAge();

}

}
return p;
}


public static User xexamster1(User[] d, int s) {

User p = null;
int a = 0;
for (int i = 0; i < d.length; i++) {
if (d[i].getId() == s) {
p = d[i];
}
}

return p;

}

}


class User {
private int id;
private String name;
private String emil;
private int age;

public User(int id, String name, String emil, int age) {
super();
this.id = id;
this.name = name;
this.emil = emil;
this.age = age;
}


public int getId() {
return id;
}

public void setId(int id) {
this.id = id;
}

public String getName() {
return name;
}


public void setName(String name) {
this.name = name;
}

public String getEmil() {
return emil;
}

public void setEmil(String emil) {
this.emil = emil;
}

public int getAge() {
return age;
}


public void setAge(int age) {
this.age = age;
}

}


//////////////////////// UNIX /////////////////
/*
* awk 'BEGIN{FS=";", count=0;} { if($4>10000) { count+=$3 } } END {
* if(count==0){ print "Total count: 0"; } else { print "Total count:", count; }
* }'
*
*
*/

TCS PRAโœ…
Infosys Interview Experience

Show me your ID
Tell me about urself
Tell me about ur final year project
Local and global variable
Oops concepts
Do you have ur own laptop
What is RAM/ROM of ur laptop
Do you have any questions
๐‘จ๐’๐’ ๐’•๐’‰๐’† ๐’•๐’“๐’๐’–๐’ƒ๐’๐’† ๐’š๐’๐’– ๐’‚๐’“๐’† ๐’ˆ๐’๐’Š๐’๐’ˆ ๐’•๐’‰๐’“๐’๐’–๐’ˆ๐’‰ ๐’“๐’Š๐’ˆ๐’‰๐’• ๐’๐’๐’˜, ๐’•๐’๐’Ž๐’๐’“๐’“๐’๐’˜ ๐’Š๐’•'๐’” ๐’ˆ๐’๐’Š๐’๐’ˆ ๐’•๐’ ๐’ƒ๐’† ๐’˜๐’๐’“๐’•๐’‰ ๐’Š๐’• ๐Ÿ˜Šโค๏ธ

Just trust the process and don't give upโœ…
โค3