sir please send me previous year questions of jspl through which i could prepare myself fpr the test.
64 60628sir, I am taking jindal written test,which will be on 19th of this month.If any body have written test paper queatins,Plz send to this mail id.. bhaskarlxm@gmail.com
1 5090HELLO SIR VERY GOOD EVENING SIR,
I'M KALAMANI. I NEED TO PREPARE FOR
UPCOMING "JINDAL STEEL AND POWER LTD" INTERVIEW. I'M
MECHANICAL ENGINEER SIR. SO PLEASE SEND ABOUT JINDAL's
PREVIOUS APTITDE TEST QESTION PAPERS TO MY MAIL ID :
hi sir yhis is zahid ali i am preparing for the jspl at oct.4.please send me the recently updated sample paper.
1883Post New Jindal Interview Questions
how to access data in control blocks such as jobname?
Explain about .net assemblies?
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
What is hibernate and its advantages?
What is recent activity?
How do I show columns in mysql?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
During given week a programmer spend 1/4 of his time preparing charts,3/8 of his time for coding,rest of his time for debugging the programs.if he had 48 hrs during the week how many hours did he spend debugging the program?
in the physical file layout, where should the transaction log be stored in relation to the data file?
What is cdma technology?
What is blueprint in laravel?
What is the usage of iis?
What do you understand by algorithm independent machine learning?
How do I turn off solver in excel?
how to include comments in sql statements? : Sql dba