Tip 1 : Be confident and prepare your intro part thoroughly and most importantly include something about your projects which you have done in your college in your introduction and you should have deep knowledge about the projects.
Tip 2 : As a fresher, Technically you should have a good hold over the basics of the programming languages.
Tip 3 : Practice basic programming questions before going for the interview and try to remember their logics.
Tip 1 : Have some projects on resume but that should be genuinely done by yourself so that you have the proper knowledge about each part of it.
Tip 2 : Do not try to manipulate your Cgpa for the sake of interview.



Type 1: Two Wheeler Road, It means only vehicles having two wheels can use this road.
Type 2: Four Wheeler Road, It means only vehicles having four wheels can use this road.
Type 3: Both two and four Wheeler Road, It means this road can be used by both type of vehicles.
1. Roads may form a cycle.
2. The cities do not have multiple same roads i.e all the roads are unique.
3. If every city cannot be reached, then return -1.
#include
int main()
{ int v,w;
//V is total of four wheeler and two wheeler
printf(“enter value of v:”);
scanf(“%d”, &v); //W is total of wheels of four wheeler and two wheeler printf(“enter value of w”);
scanf(“%d”, &w); if(v>w || w%2!=0 || 2>=w)
{
printf(“you enter invalid input”);
}
else
{
printf(“you enter valid input”); int t, f;
int a=w/2;
f=a-v;
t=v-f;
printf(“total number of four wheeler is: %d”,f); printf(“total number of two wheeler is : %d\n”,t); }
}
Introduction. What is your biggest achievement?
Some questions about TCS

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: