Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Quark Interview Questions
Questions Answers Views Company eMail

The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 10659

class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 10092

template class Obj { T my_t; X my_x; public: Obj(T t, X x) : my_t(t), my_x(x) { } }; Referring to the sample code above, which one of the following is a valid conversion operator for the type T? a) T operator T () { return my_t; } b) T operator(T) const { return my_t; } c) operator(T) { return my_t; } d) T operator T (const Obj &obj) { return obj.my_t; } e) operator T () const { return my_t; }

1 5786

catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 6286

int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 9636

You just entered the following command_Router(config#) line console 0 Which operation is most likely to follow? A. Confound terminal type B. enter protocol parameters for a serial line C. create a password on the console terminal line D. establish a terminal type 4 connection to a remote host E. change from configuration mode to console privileged mode

10 15403

Write test cases on ATM machine and On Pencil.

3 11158

Why .Net Does not Support multiple inheritance?

1716

when we swipe the credit card what will genertaed in Back end. how system will validated from the back end for credit card who is Aquriree and Issuer ,

1 5031

Post New Quark Interview Questions




Un-Answered Questions

Why do my page locks not get escalated to a table lock after 200 locks?

532


What do you understand by SOA of Informatica?

668


What is a a tag?

484


What is the difference between test matrix and traceability matrix?

694


How would you tackle counting words in several text documents?

816






How do I change ctime in linux?

535


What is the range of the stator resistance of 3 phase induction motor?

1529


How do I run a trace in sql server?

593


What is high adherence steel bar? I have a general specification which refers to High Adherence steel bars, coils and meshes to BS EN 10080 and BS 4449 or BS 4483. Is this just general re-bar or is there something different about it? The spec originated in France.

4583


How does oauth 2.0 work?

486


How do I open an asp file?

578


What is site search button?

99


What are your long-term goals or career plans? : insurance sales

407


Some of the most notable applications of Kafka?

355


What is the purpose of adding urea?

988