473,769 Members | 6,034 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Taking a test for a job

I am applying for my first jobs after completing my PhD. I have been asked
by a company to go and take a C programming test to see how my C skills are.
Apparantly this test is mostly finding errors in small snippets of code but
I was wondering if anyone could give me tips on what kind of things I should
be looking out for. The one area I dont feel confident in is how to declare
arrays of pointers and initialising multi-dimensional arrays.

Any advice would be very welcome.

Thanks
Allan
May 26 '06 #1
40 2186
"Allan M. Bruce" <al*****@TAKEAW AYdsl.pipex.com > writes:
I am applying for my first jobs after completing my PhD. I have been asked
by a company to go and take a C programming test to see how my C skills are.
Apparantly this test is mostly finding errors in small snippets of code but
I was wondering if anyone could give me tips on what kind of things I should
be looking out for. The one area I dont feel confident in is how to declare
arrays of pointers and initialising multi-dimensional arrays.


<http://www.c-faq.com/>, particularly section 6.

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
May 26 '06 #2
Allan M. Bruce wrote:
I am applying for my first jobs after completing my PhD. I have been asked
by a company to go and take a C programming test to see how my C skills are.
Apparantly this test is mostly finding errors in small snippets of code but
I was wondering if anyone could give me tips on what kind of things I should
be looking out for. The one area I dont feel confident in is how to declare
arrays of pointers and initialising multi-dimensional arrays.

Any advice would be very welcome.

Thanks
Allan

Hi Allan.

A PhD in what? CS?

My advice would be to read more C books. Declaring arrays of pointers
and initializing multi-dimensional arrays is straightforward .

You can ask specific questions about C here in this newsgroup.

--
Joe Wright
"Everything should be made as simple as possible, but not simpler."
--- Albert Einstein ---
May 26 '06 #3

"Joe Wright" <jo********@com cast.net> wrote in message
news:HL******** *************** *******@comcast .com...
Allan M. Bruce wrote:
I am applying for my first jobs after completing my PhD. I have been
asked by a company to go and take a C programming test to see how my C
skills are. Apparantly this test is mostly finding errors in small
snippets of code but I was wondering if anyone could give me tips on what
kind of things I should be looking out for. The one area I dont feel
confident in is how to declare arrays of pointers and initialising
multi-dimensional arrays.

Any advice would be very welcome.

Thanks
Allan

Hi Allan.

A PhD in what? CS?

My advice would be to read more C books. Declaring arrays of pointers and
initializing multi-dimensional arrays is straightforward .

You can ask specific questions about C here in this newsgroup.


My PhD is in Computing Science - more specifically Artificial Intelligence.
Its been a while since I did any C programming, but I am fairly knowledgable
as far as I know. I will dig out the old C books and have a look through
them and then post back any problems I may encounter.

Thanks
Allan
May 26 '06 #4
Allan M. Bruce wrote:
I am applying for my first jobs after completing my PhD. I have been asked
by a company to go and take a C programming test to see how my C skills are.
Apparantly this test is mostly finding errors in small snippets of code but
I was wondering if anyone could give me tips on what kind of things I should
be looking out for. The one area I dont feel confident in is how to declare
arrays of pointers and initialising multi-dimensional arrays.

Any advice would be very welcome.

An old favourite is questions about he arguments to printf and scanf.
Have a look through this group's archives and see if you can answer most
of the posted FAQs.

--
Ian Collins.
May 26 '06 #5
Allan M. Bruce wrote:
"Joe Wright" <jo********@com cast.net> wrote in message
news:HL******** *************** *******@comcast .com...
Allan M. Bruce wrote:
I am applying for my first jobs after completing my PhD. I have been
asked by a company to go and take a C programming test to see how my C
skills are. Apparantly this test is mostly finding errors in small
snippets of code but I was wondering if anyone could give me tips on what
kind of things I should be looking out for. The one area I dont feel
confident in is how to declare arrays of pointers and initialising
multi-dimensional arrays.

Any advice would be very welcome.

Thanks
Allan

Hi Allan.

A PhD in what? CS?

My advice would be to read more C books. Declaring arrays of pointers and
initializing multi-dimensional arrays is straightforward .

You can ask specific questions about C here in this newsgroup.


My PhD is in Computing Science - more specifically Artificial Intelligence.
Its been a while since I did any C programming, but I am fairly knowledgable
as far as I know. I will dig out the old C books and have a look through
them and then post back any problems I may encounter.

I'd be curious to know what types of C books you hit along the way to
your dissertation. frank
May 26 '06 #6
>>
My PhD is in Computing Science - more specifically Artificial
Intelligence. Its been a while since I did any C programming, but I am
fairly knowledgable as far as I know. I will dig out the old C books and
have a look through them and then post back any problems I may encounter.

I'd be curious to know what types of C books you hit along the way to your
dissertation. frank


None! The development was done completely in Java, although coding isnt very
important in a PhD, its more about the ideas...
Allan
May 26 '06 #7
Allan M. Bruce wrote:
My PhD is in Computing Science - more specifically Artificial
Intelligence . Its been a while since I did any C programming, but I am
fairly knowledgable as far as I know. I will dig out the old C books and
have a look through them and then post back any problems I may encounter.


I'd be curious to know what types of C books you hit along the way to your
dissertatio n. frank

None! The development was done completely in Java, although coding isnt very
important in a PhD, its more about the ideas...


A decent employer should appreciate that and be more interested in your
ability to contribute to their organisation, rather than your intimate
knowledge of C.

--
Ian Collins.
May 27 '06 #8
Ian Collins <ia******@hotma il.com> wrote:
A decent employer should appreciate that and be more interested in your
ability to contribute to their organisation, rather than your intimate
knowledge of C.


Yes. I think there are plenty of people who have enough familiarity with
language X to pass a test, but nevertheless are bad programmers.
Hiring a C programmer who happens to have memorized every detail about
printf() and scanf() is a bad idea, IMO. My advice to OP: Learn
enough to get an interview, and if they can't figure out that you are
a great programmer who merely is not a C guru, they probably aren't
worth working for.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
May 27 '06 #9

"Allan M. Bruce" <al*****@TAKEAW AYdsl.pipex.com > wrote in message
news:or******** ************@pi pex.net...

"Joe Wright" <jo********@com cast.net> wrote in message
news:HL******** *************** *******@comcast .com...
Allan M. Bruce wrote:
I am applying for my first jobs after completing my PhD.
A PhD in what? CS?

My PhD is in Computing Science - more specifically Artificial

Intelligence.


AI was a really popular topic in the early 90's. Despite learning some
interesting stuff then, I haven't seen or heard of much since. Most of it
was really primitive: attempting to model neurons, training weighted sum
neural networks, etc. Since you have a PHD in AI, what are the things that
you find most interesting?
Rod Pemberton

May 27 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
3248
by: beliavsky | last post by:
I can define a function that transforms either a scalar or each element in a list as follows: def twice(x): try: return map(twice,x) except: return 2*x print twice(3) # 6
7
1833
by: Stephen Engle | last post by:
I am trying to allow for user account to take ownership of an Active Directory object. I have assigned the Modify Owner permission to the user on the AD object - a distribution list in this case. Using Active Directory Users and Computers, the user can take ownership of the object. But I have not been able to get the program I am working on to do so. Whenever I try to write the Security Descriptor back to the object, I get the...
2
1010
by: paul | last post by:
I'm having a weird problem now on a machine when I'm working on a project from a web server and when I rebuild that solution the coding changes do not take affect. Any changes to the .ASPX file work fine it's the changes to the .cs files that are not having any affect. I can go to another machine and refresh the project and rebuild and the changes I did on the other machine then take affect. it's like the compiled code is not being...
2
1057
by: D. Shane Fowlkes | last post by:
I'm a traditional ASP developer and am experimenting with asp.net. I installed .NET Framework 1.1 and make a quick and dirty test page called random.aspx . Can anyone tell me why this page doesn't write the value of "X" to the page AND why I can view the <% %> source code in the browser? It makes me think that my IIS doesn't recognize .aspx files. Thanks <% @Page Language = "VB" Debug = "True" Explicit = "True" %>
2
3017
by: Brian Kitt | last post by:
I have a process where I do some minimal reformating on a TAB delimited document to prepare for DTS load. This process has been running fine, but I recently made a change. I have a Full Text index on one column, and punctuation in the column was causing some problems down the line. This column is used only for full text indexing, and otherwise ignored. I decided to use the following regular expression to remove all punctuation (actually...
0
1016
by: greg weber | last post by:
I have a vb.net application that uses web services. everything was working great until i installed at a client that uses a linux proxy server running squid each user is required to authenicate when the access the net. Using IE they are prompted for username and password and go right out. When i specify the credentials and try to connect the application it waits for 100 seconds, ironically that is the timeout setting. When it comes...
3
5714
by: Roberto Hernández | last post by:
I try to use the Windows Image Acquisition (WIA) with a sample in vb.net but it takes only back photos and also at low resolution. How can I put ther resolution at 640x480? I have a Labtec webcam plus that works fine with other software. I downloaded two samples from the internte and both of them do the same problem The samples are: http://www.vbforums.com/showthread.php?t=378126 http://www.vbforums.com/attachment.php?attachmentid=44367...
3
1223
by: =?iso-8859-1?q?Erik_Wikstr=F6m?= | last post by:
I'd like to create a partial specialization of a member-method of a parameterized class which takes a parameterized argument, but I'm not sure if it's possible or, if possible, how. The following code demonstrates what I'd like to to: #include <iostream> template<class T> struct BarA {
4
7122
by: James Kanze | last post by:
On Nov 18, 5:50 pm, Pete Becker <p...@versatilecoding.comwrote: Has this changed in the latest draft. According to my copy of the standard (version 1998---out of date, I know), "The operand shall be an lvalue or a qualified-id". His expression was &Test("test2"); IMHO, the compiler generated a warning because it was being laxist.
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9997
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8873
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3965
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.