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

Microsoft Interview Questions
Questions Answers Views Company eMail

Types of joins?

4 7623

How do you get all records from 2 tables. Which join do you use?

8 16868

Types of optimization?

6 13514

Difference between inline query and stored procedure?

4 27585

Tell about yourself?

8 15232

Tell about your work experience?

1 6580

Tell about projects?

1 4945

Tell about your current project and your role in it?

1 11625

What is your current salary p.a.?

3 6611

Tell about your role in project u did?

2296

What is the toughest situation you faced in the development?

2 10788

How often you communicate with the client?

1 5044

For what purposes, you communicate with the client?

3 7663

What is the process followed?

1 6298

Explain complete process followed for the development of project?

3 6875

Post New Microsoft Interview Questions


Microsoft Interview Questions


Un-Answered Questions

How to Paint a rainbow color spectrum onto a form ?

1723


My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?

5572


I have created a command that display Source file and library. Now i want that when i enter library name and press f4 on Source file, pgm should display all the PF- SRC's in that Library. For F4 option i have used Choice program but since only limited paramters are passed in Choice pgm i am not able to paas library name and further can't call a pgm that will display list of Source files. Below is the Code snippet for CMD type object :- CMD PROMPT('Source Scan for HUB Standard') PARM KWD(SOURCE) TYPE(*CHAR) LEN(1) RSTD(*YES) + VALUES(N A) MIN(1) + CHOICE('N,A') PARM KWD(SRCFILE) TYPE(FILE) RSTD(*NO) + PROMPT('SOURCE FILE') FILE: QUAL TYPE(*NAME) LEN(10) RSTD(*NO) EXPR (*YES) + CHOICE(*PGM) + CHOICEPGM (XXXXXLIB/YYYPGM) QUAL TYPE(*NAME) LEN(10) DFT(*LIBL) + SPCVAL((*LIBL)) EXPR(*YES) PROMPT ('Library') Below is the Choice pgm:- PGM PARM(&PARM1 &PARM2) DCL VAR(&PARM1) TYPE(*CHAR) LEN (21) DCL VAR(&PARM2) TYPE(*CHAR) LEN (2000) IF COND(%SST(&PARM1 1 10) = 'CHOICE ' *AND + %SST(&PARM1 11 10) = 'SRCFILE ' *AND + (%SST(&PARM1 21 1) = 'C' *OR %SST (&PARM1 + 21 1) = 'P')) THEN (DO) /* (%SST(&PARM1 21 1) = 'C' *OR %SST (&PARM1 + */ CHGVAR VAR(&PARM2) VALUE('Name, F4 for List') ENDDO IF COND(%SST(&PARM1 1 10) = 'CHOICE ' *AND + %SST(&PARM1 11 10) = 'SRCFILE ' *AND + %SST(&PARM1 21 1) = 'P') THEN (DO) CHGVAR VAR(&PARM2) VALUE('Name, F4 for List') CALL PGM(GTSQL) PARM ('XXXXLIB') return ENDDO Thanks in Advance for looking into.

3037


Write a syntax for writing a event delegate.

490


Write a program to show the inheritance used in a class.

554






What are the various Labour standards in the fishing sector ?

1705


How do I check my computer for windows 10 compatibility?

434


Suppose my site is down, and async calls are taking too long to timeout. How can I set a reasonable timeout?

489


How old is sql?

558


To generate supply network planning pds data, what should be pds type? : supply chain management

5


Can select statements be used on views in oracle?

591


Is file format in data services type of a data store?

17


Explain About stateless and state full web service

568


Can set contain duplicates?

548


Why should I use react js?

152