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 65484

How Client will contact the Bean?

3 7827

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

22 68196

working of a diesel generator.

34 168407

What is share script?

15 56463

Difference between String & StringBuffer

16 51995

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

5 24790

What are the steps involved in creating a pricing procedure?

10 38740

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

17 123193

What is FORWARD DECLARATION in Packages?

6 49416

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

9 28544

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 17246

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

2 10391

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

3 12322

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

3 16531

Post New Tech Mahindra Interview Questions


Tech Mahindra Interview Questions


Un-Answered Questions

write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

1777


How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

1849


How will you determine when to stop testing?

624


hi friends kumar here if anybody of u have essar placement papers than plz send it to me i need it urgently..ok mail id is kskalyani@gmail.com

1479


Is shell scripting useful?

590






How to Use the jQuery load() Method?

531


Why do we use the required attribute in html?

475


What if I write static public void instead of public static void in java?

574


What are the five possible values for “position”?

1008


Does router have ip address?

582


How do you autofill numbers in word 2010?

313


How do you stop igfxem exe?

490


How to handle exceptions in JavaScript?

501


Does constructor return any value?

574


What are the regular expression patterns available in selenium?

507