C Interview Questions

5,470 c interview questions shared by candidates

why bpo?
avatar

C S R

Interviewed at Hexaware Technologies

3.7
Mar 21, 2018

why bpo?

class Program { static void Main(string[] args) { B obj = new B(); Console.ReadKey(); } } abstract class A { public A() { Console.WriteLine("This is the A class"); //calc(); } public abstract void calc(); } class B : A { public B() { Console.WriteLine("This is the B class"); } public override void calc() { Console.WriteLine("This is the abstract methode"); } } Questions: 1. What will be printed on the console? 2. what will be printed to the console if we remove this "//" before the calc() in the contractor of class A;
avatar

Junior C# and .NET developer

Interviewed at NiCE

3.9
Jun 6, 2024

class Program { static void Main(string[] args) { B obj = new B(); Console.ReadKey(); } } abstract class A { public A() { Console.WriteLine("This is the A class"); //calc(); } public abstract void calc(); } class B : A { public B() { Console.WriteLine("This is the B class"); } public override void calc() { Console.WriteLine("This is the abstract methode"); } } Questions: 1. What will be printed on the console? 2. what will be printed to the console if we remove this "//" before the calc() in the contractor of class A;

4 tasks in Codility. The first one was about C++ basics like dynamic_cast etc, 4-choice Second one classic parsing exercise in C++ using string, maps, arrays, however very badly specified so that correct solution was simply not feasible in given time, unless you neglect most possible inputs and "go straight to dumbest implementation" that might or might not pass Codility scoring test. Third question is about dynamic programming, in-depth search of cheapest route. Fourth was numerical exercise, relative calculation on angles maybe easy but certainly might be tricky.
avatar

C++ Software Development Engineer

Interviewed at TomTom

3.8
Aug 20, 2021

4 tasks in Codility. The first one was about C++ basics like dynamic_cast etc, 4-choice Second one classic parsing exercise in C++ using string, maps, arrays, however very badly specified so that correct solution was simply not feasible in given time, unless you neglect most possible inputs and "go straight to dumbest implementation" that might or might not pass Codility scoring test. Third question is about dynamic programming, in-depth search of cheapest route. Fourth was numerical exercise, relative calculation on angles maybe easy but certainly might be tricky.

A detailed introduction of myself, mostly about former internships that they are interested in. Not challenging, very smooth, I think probably because of my technical skills shown in the previous internship are what they value, and that I have done some consulting-related work in that internship.
avatar

P & C Actuarial Intern

Interviewed at EY

3.7
Nov 17, 2020

A detailed introduction of myself, mostly about former internships that they are interested in. Not challenging, very smooth, I think probably because of my technical skills shown in the previous internship are what they value, and that I have done some consulting-related work in that internship.

Viewing 931 - 940 interview questions

Glassdoor has 5,470 interview questions and reports from C interviews. Prepare for your interview. Get hired. Love your job.