Tip 1 : start with basic programming skills and first get familiar with basic topics be it any programming language before jumping onto complex topics
Tip 2 : take one topic for the day, have a schedule and work on it consistently
Tip 1 : just have a simple resume with Latest contact details, Education details having 10th, 12th and B.E. College details along with CGPA or percentage
Tip 2 : mention the skills you are good in, and experience of any, and also mention your achievements if any you have got, and you can also have your hobbies in the resume as well
This round was constituting of Basic English grammar questions, Aptitude, Database questions, and Programming questions
In case of C programming, it would be a question related to syntax of any function or questions related to most core topics of C programming like Array, Pointers, Strings and many more
Since it was a MCQ type, so first read the question twice before marking the option, analyse well and then mark the correct one
GD round was held in morning
First the interviewer explained all the rules and do's and don'ts
Then we were given the topic-Can Robots replace humans
One at a time can tell their opinion and in turn the other person can support or tell against him
This round was a technical Interview
First I was asked about my Project
Then the interviewer asked me which Languages I am familiar with-To which I replied C and C++
Later I was asked to write a small program based on a Structure concept in C Language
Then I was asked questions on various concepts like Arrays, strings and Pointer concept in C language
He also asked if I knew Data structures concept
I replied saying that since I come from ECE background, I am not much aware of Data structures, but I want to learn going further
The question was related to Structure, where in I was told to create a student structure having age of integer type, weight of floating type and name of string type and print the student details
First I created a structure student having the required fields, then created a object of the structure, in the main function, I first assigned the values to the structure variables using the dot operator and printed the same using printed function
Here the interviewer asked me about my Introduction
The. He asked me about my project
The. He asked me, why I want to come to IT field, while I am from EC background
Then he asked me If I am willing to relocate to anywhere based on the business needs
At last he also asked me, what skills I developed during the pandemic period
What skills did you develop during the pandemic
Tip 1 : we can tell any Paper presentation that we have published in any conferences if any it's there
Tip 2 : we can tell about the various courses or certification done on Udemy or Coursera Platforms, as these side skills adds value to your skills

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the purpose of the return keyword?