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

Tech Mahindra Interview Questions
Questions Answers Views Company eMail

Explain SD and MM Flow?

12 65480

How Client will contact the Bean?

3 7826

when i went to a call center she asked me. where u want to see after few years?

22 68170

working of a diesel generator.

34 168388

What is share script?

15 56452

Difference between String & StringBuffer

16 51980

can we add fields to SAP Standard tables. ? Do SAP tables have indexes. ?

5 24783

What are the steps involved in creating a pricing procedure?

10 38729

What is INBOUND and OUT BOUND? (Different types of interfaces)

17 123179

What is FORWARD DECLARATION in Packages?

6 49408

2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 28536

f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 17241

How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?

2 10383

What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?

3 12317

what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?

3 16529

Post New Tech Mahindra Interview Questions


Tech Mahindra Interview Questions


Un-Answered Questions

Have you know the shipment and shipment cost

1552


Explain how do concrete pumps work?

558


Can I remove microsoft visual c++?

592


Why Unload event of MasterPage Calls first in ASP.net ?

583


How many customers subscriptions allowed in managed disks?

308






Why is windows server used?

112


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

611


Define an interface MilitaryPower that has the following properties: • The interface has two public static final variables which are the finite x and y coordinate (i.e. the distance of the objects should not exceed these values. These values set to 100. • The interface has a method move that moves the military power objects to the target value. The method will be implemented by the other classes. The return type should be void. B) Define an enum class Direction which contains the directions (EAST, WEST, SOUTH, NORTH). C) Define a concrete class Tank that implements MilitaryPower, has the following properties: • XCoordinate (Integer), YCoordinate (Integer) are the instance variables for this class. • All instance variables should be private. • Write a parametered constructor that takes two parameters assigning with the instance variables. • Write a set and get method each of the instance variables. • Write a method move that takes two parameters. One of them is distance which type is integer. Another is direction which type Direction. The method should to the following: o If the direction is EAST, set the x-coordinate with adding distance. o If the direction is WEST, set the x-coordinate and subtract distance from x-coordinate. o If the direction is SOUTH, set the y-coordinate with adding distance. o If the direction is NORTH, set the y-coordinate and subtract distance from x-coordinate. • Write a method toString to display the tank coordinates. D) Define an array holding 10 MilitaryPower objects, all of them being a Tank. Then display each of the object information on the screen. (display its movements and coordinates).

1700


What are the purpose of all and none functions?

382


How do you paste a formula without changing the cell reference?

282


To write messages to the screen without using "document.write()"?

465


What is strategies?

469


How do I create a tag?

93


What are your long term career goals?

663


we given watches to Employees how to treat accountability what is the debit and credit, or any provision to be ?

1512