473,666 Members | 1,991 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is there a C certificate?

Leo
Dear All,

I am wondering if there is any programming certificate in C which can
prove somebody's C skills.

I just had a job phone interview. Somebody asked me a lot of C questions
which I was not prepared well. To avoid such questions in the future job
interview, I hope to take some kind of C certificate. But I don't know
if there is one.

Thank you very much.

Jan 10 '06 #1
23 1859
Leo wrote:
Dear All,

I am wondering if there is any programming certificate in C which can
prove somebody's C skills.

I just had a job phone interview. Somebody asked me a lot of C questions
which I was not prepared well. To avoid such questions in the future job
interview, I hope to take some kind of C certificate. But I don't know
if there is one.


AFAIK, none that really says much.
Learn C, write a couple of outstanding programs in C and put
the source up on your homepage. Refer people asking for your
C skills to this homepage.

If you do not want to work for being able to prove your C
skills, then consider to admit that you have none. This avoids
the awkwardness of other people trying to elicit traces of C
knowledge from you.

-Michael
--
E-Mail: Mine is an /at/ gmx /dot/ de address.
Jan 10 '06 #2
> Dear All,

I am wondering if there is any programming certificate in C which can
prove somebody's C skills. There is K&R and other books to learn from.

I just had a job phone interview. Somebody asked me a lot of C questions
which I was not prepared well. To avoid such questions in the future job
interview, I hope to take some kind of C certificate. But I don't know
if there is one.

Learning C will help you answer questions about C. A certificate
may not be the answer. I know people that have different certificates but
don't know much anyway. You should learn how to answer the questions
not how to avoid them :-). This being said, I have no clue if there are
specific tests for C certification but, if there are, someone will
undoubtetly answer. Stick around.
--
Ioan - Ciprian Tandau
tandau _at_ freeshell _dot_ org (hope it's not too late)
(... and that it still works...)
Jan 10 '06 #3
Leo wrote:
Dear All,

I am wondering if there is any programming certificate in C which can
prove somebody's C skills.

I just had a job phone interview. Somebody asked me a lot of C
questions which I was not prepared well. To avoid such questions in
the future job interview, I hope to take some kind of C certificate.
But I don't know if there is one.

"We'd like to ask you a few questions to test your C knowledge."

"No need, I have a C Certificate!"

"Just the same . . ."
You're better off becoming proficient in the language. That means
things like reading and answering the questions textbook, and writing
programs. And more programs. Was writing programs mentioned? Yeah, do
that.

Brian

--
Please quote enough of the previous message for context. To do so from
Google, click "show options" and use the Reply shown in the expanded
header.
Jan 10 '06 #4
There is no certificate that can prove your skills better than actual
experience.

The Grue
Jan 11 '06 #5
"Leo" <xx*@nospam.com > wrote in message news:dq******** ***@osf1.gmu.ed u...
Dear All,

I am wondering if there is any programming certificate in C which can
prove somebody's C skills.

I just had a job phone interview. Somebody asked me a lot of C questions
which I was not prepared well. To avoid such questions in the future job
interview, I hope to take some kind of C certificate.
Possession of such a certificate is not going to stop
anyone from asking questions. Nor should it.

They're asking these questions in order to determine
your knowledge. If you want to show them that you
have the desired knowledge, you first need to acquire
that knowledge. Any 'certificate' or other document
that might arise from this is imo just a 'side effect'.
But I don't know if there is one.


If you want a job writing C, you need to learn C.
So learn it. Do it at a school or on your own
or with a tutor, etc. Then you'll know it, and
will be able to answer interview questions.

-Mike
Jan 11 '06 #6
Leo wrote:

I am wondering if there is any programming certificate in C
which can prove somebody's C skills.

I just had a job phone interview. Somebody asked me a lot of C
questions which I was not prepared well. To avoid such questions
in the future job interview, I hope to take some kind of C
certificate. But I don't know if there is one.


Buy K&R, read it, do all the exercises, and lurk here. Then you
will be well prepared.

--
"If you want to post a followup via groups.google.c om, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell. org/google/>
Jan 11 '06 #7
Leo wrote:
Dear All,

I am wondering if there is any programming certificate in C which can
prove somebody's C skills.

Yes, there is. It is called a degree, either Computer Science or
Electronic Engineering (Computing). Although these days some CS schools
are turning to 100% Java so in a few years even a degree won't be able
to 'prove' that you can do C. And you better hope the interviewer is
not a regular here at comp.lang.c since neither a degree or 10 years of
experience coding C impress them much.
I just had a job phone interview. Somebody asked me a lot of C questions
which I was not prepared well.
In which case you should and must also fail any form of C
'certification' out there.
To avoid such questions in the future job
interview, I hope to take some kind of C certificate.


I have an engineering degree and 6+ years of professional, industrial
experience coding C (10 years if you want to include my academic years)
and I still get asked such questions. What makes you think a
'certificate' will help you here? And when you get the job, and your
boss dumps a 200000 line C program to you asking you to add a new
client requested feature how do you expect to 'fake' it (this happened
to me, fresh out of college with 0 years professional experience)?

Jan 12 '06 #8
sl*******@yahoo .com said:
Leo wrote:
Dear All,

I am wondering if there is any programming certificate in C which can
prove somebody's C skills.


Yes, there is. It is called a degree, either Computer Science or
Electronic Engineering (Computing).


Yeah, right. A few years - er, actually it was almost a decade ago, I was
given the task of getting some CS graduate trainees up to speed on the
systems I was working on at the time (C with DB2). All of them had honours
degrees. All of them had only been hired in the first place because their
courses had had a great deal of C content.

Yep, you guessed it - the first thing I had to do was teach them C.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
Jan 12 '06 #9
Leo wrote:
Dear All,

I am wondering if there is any programming certificate in C which can
prove somebody's C skills.

I just had a job phone interview. Somebody asked me a lot of C questions
which I was not prepared well. To avoid such questions in the future job
interview, I hope to take some kind of C certificate. But I don't know
if there is one.

Thank you very much.


If you can carefully search "Expert C programming" by Peter Van Der
Linden, you will find one certificate. But then, the author expects the
reader to crack some puzzels before you can *certify yourself* :-)

--
Prafulla Harpanhalli

Jan 12 '06 #10

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

Similar topics

4
11319
by: Matt Frame | last post by:
I am working on a special ASP.Net application that receives files from customers. The connection is made via HTTPS and the client sends the file as a POST to my ASP.Net listener. All of this works fine. Now I am looking at how to validate the clients certificate programmatically. The client application sends to me with something like: .... Dim myHttp As HttpWebRequest = CType(WebRequest.Create(https://myserver/Receive.aspx),...
1
3099
by: Bob | last post by:
I'm building a .NET web service which requires client certificate for strong security. I set IIS to require SSL and client certificate (under site properties in IIS admin, Directory Security tab, Secure Communication, Edit... button. then check Require Secure Channel and Require Client Certificates). Then in my client side code, I add my client certificate to the property HttpWebClientProtocol.Certificates. However, I keep getting a...
0
1109
by: Will | last post by:
It seems that I have scoured the net and came up empty handed. I have an ASP.net app that posts xml to another company's servlet. For some transactions, they do not require a certificate, but others do. I started building this app with the transactions that did not require the cert, but put in the code to use the cert anyhow. I have been running for several months thinking that I was using my cert, but now that I'm trying to build the...
1
1167
by: Nelson R. | last post by:
Hi, i need to get some info from a website page that requires an certificate. Ive got the provided certificate installed in IE, and when accessing the website page, it shows a window to select the client certificate and then shows the page correctly. Im trying to do this by code (vs2003 C# aspnet), using webrequest.
6
1965
by: JIM.H. | last post by:
Hello, I am trying to create a certificate for our internet for our employees so that they can login to system from home. Do I have to go, for example, VeriSign to get a certificate? Can I create my own certificate and use it since it is not actually a public web site? Thanks,
1
2694
by: | last post by:
Hi, I'd like to store X509 cetificates in a central location (file server, database, etc), and load them when needed, is it practical ? and in term of implementation, can this be achieved by subclass 'securityTokenManager'? has anyone done something similar and shed some lights on it? thanks, -Jason
0
2739
by: jakobsgaard | last post by:
It is possible to Map a certificate to a Active Directory User Account from DotNet? Please provide an example. Best regards, Ejnar Jakobsgaard ------------------------------------------------- To map a certificate to a user account Open Active Directory Users and Computers.
11
4056
by: John Nagle | last post by:
The Python SSL object offers two methods from obtaining the info from an SSL certificate, "server()" and "issuer()". The actual values in the certificate are a series of name/value pairs in ASN.1 binary format. But what "server()" and "issuer()" return are strings, with the pairs separated by "/". The documentation at "http://docs.python.org/lib/ssl-objects.html" says "Returns a string containing the ASN.1 distinguished name identifying...
2
8962
by: ucb01 | last post by:
Hi, I am working with Visual Studio 2005 in C#. Using makecert I create a self-signed certificate A with a private key then a certificate B based on A. The first is installed in the 'Certificate Authorities .. ' store, the second in the 'Personal' one. My application need to use the certificate B to sign binary data. In debug mode, my application runs perfectly (under Cassini, VS web server) but after deployment there is no way to...
4
2175
by: =?Utf-8?B?SGVyYg==?= | last post by:
For some reason my application now requires that I "Sign the ClickOnce manifests". I don't know that it ever has before. I clicked the "Create Test Certificate" and after a reinstall everything is hunky dorey. Now I am trying to obtain a certificate that is "trusted" and I don't know how to go about doing that. I understand that my temporary certificate will expire in a year, I'd rather go through the reinstall now rather than wait a...
0
8445
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
8871
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8781
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8640
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...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5664
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
4198
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1776
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.