Hello,I would like to know the Technical Test Queries for B.P.O.So please reply to my queries at your earliest possibility.
2508Company XYZ split 5:1 on June 30, 2008. Date Close Price # of Shares Revised Closed Price Revised # of Shares June 15, 2009 $75.00 5,000 $75.00 5000 April 23, 2009 $72.00 7,500 $72.00 7500 March 31, 2009 $67.00 135 $67.00 135 March 31, 2008 $275.00 531 $55 2755 November 30, 2007 $233.00 266 $46.6 1330 October 6, 2006 $1,333.00 10 $266 50
2096Company ABC split 1:3 on March 31, 2009 and split 3:1 on March 31, 2008. Date Close Price # of Shares Revised Closed Price Revised # of Shares June 15, 2009 $75.00 3000 $75.00 April 23, 2009 $72.00 2300 $72.00 March 31, 2009 $67.00 999 $ March 31, 2008 $275.00 300 $91.66 November 30, 2007 $233.00 6800 $77.66 October 6, 2006 $1,333.00 13000 $444.33
19601.explicit call for destructor 2.calling function inside a constructor. 3.base *b-new derived delete b; 4.delete p what it will delete. 5.size of base class and derived class int i,in base class and int j in derived. 6.int i-20 int main() { int i =5; printf("%d".::i); { int i =10; printf("%d".::i); } } 7.object slicing 8.new 9.function overloading(return type). 10.class base() { virtuval fun() { ----- } } class derivied:public base() { fun() { ----- } } int main() { derived d; } 11.how static function will call in C++? 12.default structures are in C++? 13.constructors should be in public . 14.virtuval constructor not exist. 15.multilevel inhritence. destructor order.
1 4533Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3753Post New Tech Mahindra Interview Questions
How to create service contract?
How does backbone.js relate to mvc?
Explain difference between modulus of resilience and modulus of rigidity ?
What is length in java?
Name the types of gateway?
Explain two-way binding in angularjs?
How do I disable activex controls in internet explorer?
SAP SRM : Contact Person from a Vendor did not get Updated in SRM after Replicating the Vendor ?? What do You Do ??
What is route guards?
What is use case diagram in UML?
List the different types of files that can be made available with unix?
What is access runtime 2007?
How do you change the spy mode when spying an element in blue prism?
How do I open a text file in cmd?
How polymorphism works on actionscript?