Warm Welcome to all the Freshers!

This blog will be dedicated to freshers. Find all the latest news for freshers, ways to get a good job & DOs & DONTs as a fresher.

You can find all possible resources needed for a fresher such as interview tips, previous papers & virtually anything you may need!

Technical Writers needed at Webfosys Networks

You can work Part time or Full Time depending upon your choice.

Part Time:

Time: 2-4hrs/day

Pay: Rs 25/article of Average 450-500words (initially)

Work Place: Your Home

Terms & Conditions:

• All articles must be original (it is checked through Piracy-check Software & copy
pasted content will be rejected right away)
• There must be no grammatical errors
• Article must be of specified word length
• All work must be done within specified time frame

If you work well, and are selected to work full time in the company (in case you want to)

Instructions:

Each project has its own set of instructions & you must adhere to the guidelines strictly. Keywords are usually given along with instructions & you must use them 6-7times in your article naturally, refer to sample, to get an idea. in sample keyword in bolded so that you may identify it easily & see how it is done.

Test Assignment:

Write 1article on the keyword: voltage converter

Reference Sites:

http://www.falconups.com/home-page-links/international-freq-converters.htm
http://mobileoffice.about.com/cs/gointernational/f/adapterplugs.htm
www.dvdoverseas.com/voltage_converters.htm
http://www.kropla.com/electric.htm

You can always do a Google search if needed, but mostly you won't be required to do so.

I can offer you Rs8000- Rs12000/month for normal 10hrs/day(including 1hour break time) INITIALLY - for 3months

Your job role will include:

1.writing articles - MAIN Role

2. re-writing articles - Main Role

3. setting up blogs - minor

4. bidding on projects on other sites - minor

5. online support to clients - minor

6. copyscaping, proof-reading and correcting other articles - MAJOR

7. Data Entry -MINOR

8. Other miscellaneous activities - minor

Depending on your work, I will increase it to 15k or MORE...

Later as the business runs, we will fix upon the PAY hikes & i bet it won't go down like IT-industry!!


Om

Founder CEO,

Webfosys Networks

www.webfosys.com

email: om.@webfosys.com, om.thoke86@gmail.com

Eletronics Testing Engineer Wanted Urgently

Job Junction info Pvt Ltd is one of the Reputed HR Consulting Company based at
Bangalore providing lots of Job opportunity in IT and NON IT Category.

With the clients base of more the 970 in Bangalore, they provide A-Z JOBS on daily basis. Currently they are looking for a Electronics Testing Engineer for one of their reputed client.

Clients profile : Reputed Electronics Company

Post Name : Electronics Testing Engineer

Experience Required : 0 - 1 year

Job Location : Bangalore

Salary Offered : Excellent Salary

Qualification Required : BE/Diploma-Electronics

Candidate Profile : Good technical skill & Basic software skill.
Location: Near Maleshwaram candidate.

Job Profile : To take care of Electronics circuits / Components,
PCB assembly & testing. Help the PCB testing to
procure the components.

Contact them at 080-40541000 / 41718084, Otherwise meet the counselor at Brigade road office directly.

Adobe Engineering Test for freshers: Sample Placement Paper

The Engineering paper is generally based on following topics-

-Data Structure
-simple assembly programs implementation and
-some simple algorithms related to data structures.

TIP: Read Arrays, Linked list, postfix prefixes inorder post order etc!

Number of questions: 10

Total Marks: 10

Time duration: 45 minutes.

Sample Questions for Engineering Paper:

* Binary search Tree was given. Find 4ths smallest element.

** Some code in assembly was given and given five options. What is being calculated?

Ans (XY) 2 + Y + Z

*** Represent (-5)10 in 2’s complement representation in 8 bits

**** Expression is given. Draw tree and then find the postfix

***** Some commands in the assembly language were given. Then need to convert this code in assembly

A=300;

For (i=0 ; i<=10 ; i++)

A=A+200;

Adobe Technical Programming Placement Paper

Number of questions: 10

Total Marks: 10

Time duration: 45 minutes.

Skill: C-Programming

What is the difference between Char a[ ]=”string” and char *a=”String”

What is wrong with the code? The code was for conversion from Celsius to Fahrenheit

degF =5/9*(c+32)

In code this line was wrong as we want 5/9 and that to be multiplied with bracket result. But here 9 will be first multiplied with bracket result.

What are Data breakpoints? Give two scenarios where we make the use of this
What do you mean by Bit fields? Give example

Write the function for changing a number from hexadecimal to integer htoi(s
Compare two binary trees they are same or not.

You have N computers and [Ca, Cb] means a is connected to b and this connectivity is symmetric and transitive. then write a program which checks that all computers are interconnected and talk two each other

WAP to find Depth of tree program. We were given the structure of the node using that we need to write the code.

In binary search we have two comparisons one for greater than and other for less than the mid value. Optimize so that we need to check only once

Write the function so that you get the two dimensional array and memory is assigned to it using malloc function.

NOTE: Usually there are 2papers -

C Programming & Engineering paper & you need to do well in both to MAKE IT THROUGH!

Top 10 Microsoft programming FAQs for freshers

Here are the Top 10 Microsoft programming FAQs for freshers, but chances are high that you may need to face one of these during your next technical interview, irrespective of the company that you are appearing for!

Top 10 Microsoft programming FAQs for freshers

1. Write C code for (a) deleting an element from a linked list (b) traversing a linked list

2. What are various problems unique to distributed databases

3. Make the pointer aligned to a 4 byte boundary in a efficient manner

ANS. Assign the pointer to a long number and the number with 11...1100 add 4 to the number

4. What is a far pointer (in DOS)

5. What is a balanced tree

6. Given a linked list with the following property node2 is left child of node1, if node2 < node1 else, it is the right child.
O P
|
|
O A
|
|
O B
|
|
O C

How do you convert the above linked list to the form without disturbing the property. Write C code for that.

O P
|
|
O B
/ \
/ \
/ \
O ? O ?

Determine where do A and C go

7. Describe the file system layout in the UNIX OS

ANS. describe boot block, super block, inodes and data layout

8. In UNIX, are the files allocated contiguous blocks of data

ANS. no, they might be fragmented

9. How is the fragmented data kept track of

ANS. Describe the direct blocks and indirect blocks in UNIX file system

10. This is NOT a JOKE, it's true that-

*** Sometimes interviewer may even suddenly pose silly questions like "Declare a void pointer" to test your aptitude & way of handling the situation, & you must make sure that you jot down - void *ptr; within fraction of a moment!

You may also like to look at other Microsoft Programming Questions posted at -

www.freshersarea.com
www.c-cplusplus.com &
www.code-maniac.blogspot.com

All the best :)

Top 10 Frequently Asked Questions in fresher interviews!

Here are 10 most frequently asked questions that are asked to fresh graduates time and again, during technical interviews,

TOP 10 Fresher FAQs:

1. An array of size k contains integers between 1 and n. You are given an additional scratch array of size n. Compress the original array by removing duplicates in it. What if k << n?

ANS. Can be done in O(k) time i.e. without initializing the auxiliary array!

2. An array of integers. The sum of the array is known not to overflow an integer. Compute the sum. What if we know that integers are in 2's complement form?

ANS. If numbers are in 2's complement, an ordinary looking loop like for(i=total=0;i< n;total+=array[i++]); will do. No need to check for overflows!

3. An array of characters. Reverse the order of words in it.

ANS. Write a routine to reverse a character array. Now call it for the given array and for each word in it.

4. An array of integers of size n. Generate a random permutation of the array, given a function rand_n() that returns an integer between 1 and n, both inclusive, with equal probability. What is the expected time of your algorithm?

ANS. "Expected time" should ring a bell. To compute a random permutation, use the standard algorithm of scanning array from n downto 1, swapping i-th element with a uniformly random element <= i-th. To compute a uniformly random integer between 1 and k (k < n), call rand_n() repeatedly until it returns a value in the desired range.

5. An array of pointers to (very long) strings. Find pointers to the (lexicographically) smallest and largest strings.

ANS. Scan array in pairs. Remember largest-so-far and smallest-so-far. Compare the larger of the two strings in the current pair with largest-so-far to update it. And the smaller of the current pair with the smallest-so-far to update it. For a total of <= 3n/2 strcmp() calls. That's also the lower bound.

6. Write a program to remove duplicates from a sorted array.

ANS. int remove_duplicates(int * p, int size)
{
int current, insert = 1;
for (current=1; current < size; current++)
if (p[current] != p[insert-1])
{
p[insert] = p[current];
current++;
insert++;
} else
current++;

return insert;

}


7. What is virtual function in C++?

What happens if an error occurs in constructor or destructor. Discussion on error handling, templates, unique features of C++. What is different in C++ ( compare with unix).

It is theoritical so i am not providing the solution, and it is left upto you!

8.Given a list of numbers ( fixed list) Now given any other list, how can you efficiently find out if there is any element in the second list that is an element of the first list (fixed list).


9. If you are on a boat and you throw out a suitcase, Will the level of water increase.

Smart guys don't need an answer for this one! Do you?

10. Print an integer using only putchar. Try doing it without using extra storage.

Refer to my other website: www.c-cplusplus.com for solution!

Hope that you make the most out of these suggestions!

Looking for part time online fresher jobs? your search ends here

Sure thing it is pretty well known that the IT market is going through a bad-phase and there aren't really too many job openings coming up these days & consequently the fresh graduates are looking out for training programs, which may help them in securing an IT job in near future.

However the fees of such training programs is usually pretty hard on the pocket, and you may be in search of some part time jobs, which you may do sitting at home!

Hell yeah who says you can't earn without joining a job!

I had already mentioned that i had been through all these, but i chose my own way, rather than waiting for an opportunity to arrive at my door-step.

Today, i am here, the founder of a pvt inc. ltd, and all the legal formalities have been done.

I will be furnishing the details of the company as well as the business prospects here, as i am looking to recruit part time employees, and freelancers through this site.

So if you are a good C/C++/Java/PHP-MySql/AJAX/HTML-CSS-PSD/J2EE programmer, let me know about your profile.

However, even if you are weak in programming i can provide you with part time online jobs, which you may do at your comfort.

NOTE: This is not a BULLSHIT earn $10000000 from home opportunity, and this is only for hard working people who wish to make about $100/month working for 2-3hrs/day!

For programmers, pay rates will be obviously as per IT industry standards.

So stay connected & if you wish to contact me, leave a mail to: om.thoke86@gmail.com

ROCK ON FRESHERS :)

No fresher jobs? Where is IT-field heading to?

Well as everyone is aware of the current economy and IT recession, freshers are under the impression that there won't be any fresher openings for next few months or so. However, this is totally wrong, because if you try to understand the concept behind the cost-cutting strategies being adopted by various IT companies, the main idea behind everything is to minimize expenses.

But this doesn't mean "NOT HIRING FRESHER GRADUATES". As a matter of fact, companies are more than happy to hire fresh graduates at low pay-outs and kick-out the money-eating professionals, and the result is not to be hidden from anyone; 10000000s of LAY OFFs.

Hell yeah, if you are a fresher, you are a lot safer than someone who is drawing a 6-digit salary! So it's just the right time to put-in best of your efforts, and secure a good IT job as a fresher!

So strive hard, JUST DO IT!

Best of luck :)

Good news for freshers!

Here's some exciting news for all the freshers! I will be launching my own company within no time, which would deal in PHP/MySQL & Java Project as well as SEO & content developments, and provide outsourcing services to the corporate giants initially.

So i would be looking for some excellent writers, as well as programmers.

If you damn good in PHP, JAVA or C++ send me your CVs or post them on www.c-cplusplus.com or www.freshersarea.com

Learn as much PHP, Java & C++ as you can by March, because i will be starting recruitment process by next month!

Stay connected!

Also don't hesitate to contact me if you are looking for part time online jobs.

Top Freshers Technical Interview FAQs

Here are the most frequently asked questions to a fresh graduate appearing for an interview to secure IT job in a good company-

So here's what you might have to face & possibly what you should say if you are asked the same!

*Mention your strong areas: Don't say C or C++ for heavens sake!

Even having worked for a Microsoft project i can't claim that i really know C/C++ programming, so don't you dare commit the mistake of saying so. Try to mention your favorite technical topic. Ex: Logic Design or DSP - if you belong to ECE/EEE background

**Tell me about your final year project: Don't describe everything about your project!

Nobody wants to hear everything, just tell him what was it basically, and what did you really do, pertaining to programming point of view!

***Rate your C/C++ knowledge at a scale of 1-10: Don't say 9 or 2!!

Rate yourself honestly from 4-8! Never say 2 3 or 9! if you rate yourself too low, interviewer will never be interested to test your knowledge & rating yourself 9 is as good as kissing bye to this opportunity (unless you are someone like Abdul kalam or Newton)

Keep one thing very clear in mind - Don't try to play around with the interviewer, but try to drag him into a discussion, which relates to your strong point!

Tell him what you can do, and prove your worth. If you succeed in even proving that you can get the job done, you are IN!!

Looking for fresher job, but not getting one?

If you are a fresh graduate, looking out for IT job, but disappointed with yourself, not being able to get one, then don't worry you are NOT alone!

Hold on, don't think that this is some rubbish article, full of pessimistic thoughts, telling you not to be sad because 1000000000 others are jobless, but rather i wish to share some important things that you must keep in mind at this point of time.

Before i say something, let me tell you that i have been through all this, and i know how it feels when you fail to get a job!

Despite being selected for a couple of companies, i did not get a call for job after finishing my graduation, and i had a rough time, desparately trying to clear interviews.

This is when i realized that my knowledge was just enough to clear a campus interview, but when things came down to applying for jobs, i was not good enough.

Read my articles on making CV's and other tips for freshers, to make sure that you build a good CV.

After this be ready to apply at all possible job websites like www.freshersarea.com & read programming interview questions especially related to C/C++/Java.

Refer to sites like www.c-cplusplus.com & improve your knowledge, soon you would realize that in a month's time your condition may drastically improve.

Having done that you would discover that you will be able to get a good IT job within 2-3months just like me!

However, i was not satisfied with an IT job, and decided to do freelance programming & over time i gained experience & i have just launched my own Pvt Inc. Ltd!

So don't be disappointed, keep trying, don't waste time with stupid crash courses!!

Top 10 tips on building a good fresher resume

Here are some useful tips that would surely help you to prepare an attractive resume-

1. List out all your academic projects, as mini-projects in your CV
2. Provide only brief summary about these projects
3. Mention all your technical know-how's but concentrate upon your strengths
4. Make sure there are no spelling or grammatical errors in your CV
5. Don't give out too many personal details
6. Don't include irrelevant details like hobbies: playing cricket etc!!
7. Focus on your Final Year Project & highlight it so as to attract the recruiter to call you for an interview
8. Don't keep your CV monotonous ot too lengthy, try to keep it crisp and short
9. Don't USE VARIOUS COLORED FONTS in your CV! (Trust me you will never gain anything by doing so)
10. Italicize or underline important things in your CV, but don't INCREASE THE FONT of selected words!

Remember content is king! Your CV must be appealling, but also sensible at the same time!

Secret behind a good fresher resume!

If you are a final year graduation student or a fresh pass-out graduate, seeking an IT job, chances are high that you might have applied in countless companies, but got very little positive response in turn!

So you must be wondering the reason behind this! Well sure thing, firstly the recession in the IT sector, has brought down the number of job opportunities, which has in turn forced the recruiters to tighten their criteria.

At this point of time, nobody wants to really hire a fresher who simply knows nothing about the industry as well as the tricks of the game!

However, the sad part is that as a fresher you might not have too much to write on your resume. Despite this, you should try to frame your resume in such a way that it looks appealling to the HR/Recruiter, but not too superficial at the same time.

Remember that getting short-listed for the interview is not the last thing on your cards, as you must stand true to your words during the selection process as well.

Read the article on "Top 10 tips on building a good fresher resume", to learn the art of preparing a good CV!

Good ways to get job as a fresher!

If you are struggling to find a good job at the moment, joining a call centre may seem to be a good idea. However, you must not fall into this trap, as you may end up building a career in the call-cente (BPO/KPO) industry rather than IT.

So what can you do?

You can always try to do some small projects on your own to improve your credentials, which will surely boost your chances of selection in future

You can try to contact your seniors & take some references

You can visit websites like

www.freshersarea.com
www.c-cplusplus.com
www.code-maniac.blogspot.com
www.cool-sap-faqs.blogspot.com

and the likes of them, to find good opportunities & learn from tutorials.

Keep learning, don't give up!

Post your questions & take assistance from me!

Last but not the least, you can also contact me to: max.topcoder@gmail.com

What is the best career option for freshers?

As you know that IT industry is facing terrible recession & with problems like Satyam scandle weakening the roots of IT, getting an IT job is getting tougher day by day.

Being an IT professional, i realized that it is always a wise option, to establish your identity by doing something out-of-the-league rather than trying to do the same what ever one else is doing!(commonly known as sheepi-culture in India)

So i decided to get into ERP & joined Oracle Apps Team. Prior to this i was struggling to make my presence felt in the world of C/C++ programming, however after trying for 5months or so, i changed my decision.

Parallely i started to learn web-based stuff like jsp, servlets, PHP/MySql, HTML & JavaScript.

As a result today i am capable of handling all kinds of projects & i am no more bothered about my job anymore, & i am going to launch my own company pretty soon!

I would suggest all the freshers to either enter into ERP (Oracle-Apps) or web-based PHP/MySQl/ PL/Sql coding or Java Swings, Servlets and JSPs & be the best in business.

Don't simply try to find a job that pays you enough, but leads you nowhere in life!

Powered by Om | Bloggerized by Webfosys | Latest TechNews | Free Online Programming Tutorials
- Copyright Reserved FreshersSpace 2008-2012