Skip to main content

Advice to first year students in UVCE

 

What should I be doing in my first year of Engineering at UVCE? 

Hello everyone,

This post is for the first-year people since I get a lot of questions to me regarding what the students should be doing in their first year. 

I live near Murugeshpalya Airforce camp. Even people near my house, ask me the same questions ( from the time they got to know that I am already placed in a good company and have won several competitions here and there ). 

There are 3 advice which I would like to give! Again, it is all subjective. But then I will speak about the things that worked for me and will work for sure for most of you out there. 

The very first piece of advice would be: Focus on Academics and pull up your aggregate the maximum you can. 

Improve your marks
Yes! Go after the marks in the first year. 

There are some reasons for the same:- 
  • First of all, as the saying goes - Work hard now and bear the fruits later.
    The same applies here. If you maintain your aggregate from the first year itself, then you won't struggle during your 5th and 6th semester of your engineering. 
  • What I mean by the struggle in the 5th and 6th semester of engineering is - The companies have a minimum criterion of marks that they specify ( usually it is 70% but for some, it might be 65% or lower too ). Now, if you are struggling with marks in your end moments when the companies are actually coming for the placements, then when will you prepare for the actual stuff which is being asked in the interviews ??
  • Therefore, focus in the initial years itself so that a little bit of relaxation you can take towards academic preparation when you are in the 5th and 6th semesters of engineering for preparing the actual stuff being asked in the interviews. But then don't take so much relaxation also, that you end up spoiling your already established aggregate. 
So, my first piece of advice is: Improve your aggregate!

Now, 
If you are sure about the first point there. Then I would suggest learning one programming language properly. ( Even for other branches, trust me! )
What I mean by properly is - You should be able to implement some of the common things in that particular language. 
If you were already a Computer Science student in your 12th standard, then you would have had programming in your curriculum. ( For me it was C++ during my 12th ). 

So, the second piece of advice would be: learn at least one programming language properly.
A personal suggestion would be to learn C++ ( along with STL )
Don't just learn what is there in the syllabus just for the sake of passing. 
Don't go for Java, because the learning curve is usually steep. Later, you will be having Java as a subject in one of the semesters ( I forgot which semester. I guess 4th 
For C++, if you have been using Turbo C++. Grow up and do the real C++ ( >= C++14 )

C++ versions

The different revisions in the C++ standards!

If you are a Biology student, don't give lame reasons like - I didn't have programming in my 12th standard so I feel it difficult!
I have seen many people who code better than the people who were already there from the Computer Science background. Yash Kothari of 2016-2020 CSE batch ( my batch ) is the greatest example.

Along with all these, be active in the college in your first year of engineering !!! 

Participate in a lot of competitions in the college. Both Technical and Cultural fests. You would be knowing about Fiesta, Milagro, Inspiron, etc. ( I actually forgot more names ! ) 
If given a chance, volunteer for some of the fests. Organize your own events. And just be active. 
( I never got the chance though! But I had applied for volunteering many times. )

Volunteer, Organize, Participate
Since I participated a lot, I had several certificates in my arsenal. Apart from the certificates you also win Cash Prizes many times. That was the primary reason I used to participate in the competitions. 

Being a volunteer? You get free T-Shirts too. Tshirt++! 

So, the third piece of advice from my side would be: Be active in the first year. 
This is because - It shows that you are not just into the books kind of a person. You do something apart from academics. It's always an added advantage. 

Summarizing all the above points - 
  • Improve your aggregate. 
  • Learn at least one programming language. 
  • Be active in college. 
Have a nice day!

Comments

Popular posts from this blog

C++ Setup using VS Code and TDM-GCC Compiler (Windows)

You need to use this blog along with the YouTube Video present here for better understanding of the installation and the overall process.  YouTube Link -  https://youtu.be/l-4SH-QzbgI C++ Setup using VS Code and TDM-GCC Compiler (Windows) Using this setup we will be installing VS Code and TDM-GCC Compiler which is a good way to compile and run C++ programs in Windows. During my school days we used to execute programs in Turbo C++ compiler, which is now discontinued for good. The UI wasn't intiuitive at all for Turbo C++ software and it looked something like the one shown in the image below. But we do have great memories of programming in C++ using Turbo C++ Software in our school days. 😃 Turbo C++ (discontinued) UI Coming back, as for the Linux based systems (Ubuntu, Debian etc, I guess GCC already comes as part of the package. So Linux users can compile their C++ Programs from day 1 of their installations. 👍 To install GCC compiler on Mac OSX, you need to download and insta...

How I tackled lack of motivation problem during my Placements?

Suffering from a lack of motivation? Well, that is something which is common to every human being out there at some point in time in their lives.  There are some facts that you need to grasp very well in your mind -  Everyone has got 24 hours.  Everyone faces a lack of motivation at some point in time.  No one can study for 24 hours straight.  Most of the people have the available resources to study around you. Example - Phone, Internet, Books, and Materials, etc.  Most people tend to waste their time in mobile games, series, movies, etc.  Not everyone gets up at 4 o clock and starts reading Data Structures and Algorithms and starts coding right away.  Not everyone is god gifted.  So, if this is the case with everyone, then where does the difference actually come up? How are some people more productive and achieve more as compared to others?  The difference comes up in the way how some have trained their mind to react to situations and t...

What if I am not from CSE or ISE? Does that affect my placement in any way, even if I am good?

The bitter truth about placements in UVCE is - for other branches like Mechanical, Electrical, etc. There are not a lot of core companies coming to the college for placements. Not every second or third company coming to college is a core company. Most of them are for Software Engineering profiles or profiles related to computer science fields. Even if the core companies come for placements, the number of students they usually pick is very less. Just confirm with the Placement Office at your college and ask about Placement Opportunities for the branch that you are currently in. So, my simple advice to all the juniors out there in other branches of engineering would be -  Start learning to code.  There will be more details provided to you, but for security reasons, I have hidden them here.  The list above shows the eligible branches for the respective companies . Most of them will be having a job role which involves computers, coding, and all computer...