A couple of weeks ago I've spent the afternoon along with our HR manager,
Veronika at Eötvös Loránd University: we had a booth there at an event where the companies offering internship programmes could show the students what they do and why they should choose them. It's good to be there: we'd first met the majority of the XCB team and a lot of our testers through this so-called "Cooperative Education" programme.
We wanted to find a way to test the level of knowledge of the people interested in working with us which is quick, not too tedious and even a little bit fun, so our SCB and SSB product architect,
Marci put together a quick quiz and we offered BalaBit-branded T-shirts and mugs for high scores. It turned out to be a big success: most of the students enjoyed thinking about the questions and some friends I shared it with all said that it's indeed a quite entertaining questionaire for IT people. So I thought it might worth it to show it here as well -- here comes a rough translation of the original set of questions:
Which is the odd-one-out?
A, ICA
B, RDP
C, VNC
D, RPC
Which is the odd-one-out?
A, 3DES
B, RSA
C, AES
D, RC5
What does CIA stand for?
A, Complex IT Audit
B, Confidentiality, Integrity, Availability
C, Certified IT Auditor
D, Central Intelligence Agency
Which is the odd-one-out?
A, GCC
B, GDB
C, GPL
D, GIT
Which command
can not be used to display the routing table in Linux?
A, route
B, ip
C, netstat
D, ifconfig
Which does not make any sense at all?
A, to strace tcpdump?
B, to tcpdump strace?
C, to attach to strace with GDB?
D, to strace GDB?
How many messages can syslog-ng, running on a current average computer, receive in a second?
A, 700
B, 7000
C, 70000
D, 700000
What's the broadcast address for the 10.20.30.32/18 network?
A, 10.20.30.255
B, 10.20.31.255
C, 10.20.63.255
D, 10.20.255.255
Why does the TCP header have a header-length field while UDP does not?
A, As TCP is a connection-oriented protocol it's necessary to know the exact length of the header.
B, The length of a UDP header is fixed.
C, TCP doesn't have mandatory header-length field, it can be used as an option.
D, This is a design error in UDP, this is why it cannot be considered a reliable data transfer protocol.
What's PMTU?
A, the value of the primary MTU on a given interface
B, the maximal packet size on a path
C, a way to flood the network
D, one of the flags in an IP packet
Which of the following can be used to process XML documents?
A, XML-SCHEMA
B, XSLT
C, DTD
D, all of the above
What does it print?
#include <stdio.h>
main()
{
char str[9] = "abcdefgh";
char *p[2];
char **pp;
p[0] = str;
p[1] = str + 4;
pp = p;
printf("%cn", *(++(*(++pp))));
}
A, b
B, d
C, f
D, Nothing, it won't even compile.
On X86_64 architecture under Linux which structure is the smallest in size?
typedef struct a
{
void *a;
char c;
int b;
} aa;
typedef struct b
{
int b;
void *a;
char c;
} bb;
typedef struct c
{
int b;
void *a;
char c;
} cc;
typedef struct d
{
char c;
void *a;
int b;
} dd;
How many of the people working at BalaBit knows how to compile a kernel?
A, 70%
B, 80%
C, 90%
D, 100%
Select the place between the brackets for the answers:
(
D, B, B or D, C, D, B, C, C, B, B, B, C, A (the first one), B )
Oh, and if you scored above 10, drop a mail to
cv@balabit.com. We're hiring.