Messages In This Digest (6 Messages)
- 1.
- TOP Fortran Quetions mostly asked in Interviews - Coolinterview.com From: Aishwarya. R
- 2.
- Submit your Updated resume and get the best salary job. From: JOBS
- 3.
- POST GRADUATE PROGRAMME IN IT From: NIIT
- 4.
- Openings for Senior Software Engineer At iGate | Required Engineer - From: Maheshwari .A
- 5a.
- Hair Loss Treatment with Homeopathy From: Dr. Batra
- 6.
- Bid Lowest & Unique to get Branded Products From: Jeetle
Messages
- 1.
-
TOP Fortran Quetions mostly asked in Interviews - Coolinterview.com
Posted by: "Aishwarya. R" raish86@yahoo.in raish86
Tue Jan 31, 2012 8:50 pm (PST)
_____________________ _________ __
Cool Interview Questions
* Data Warehousing
_____________________ _________ __
* Microsoft
_____________________ _________ __
* Languages
_____________________ _________ __
* J2EE
_____________________ _________ __
* Oracle
_____________________ _________ __
* Audit
_____________________ _________ __
* SAP
_____________________ _________ __
* Siebel
_____________________ _________ __
* Operating Systems
_____________________ _________ __
* Oracle Apps
_____________________ _________ __
* Testing
_____________________ _________ __
* 8085 Micro processor
_____________________ _________ __
* Bluetooth
_____________________ _________ __
* Networking
_____________________ _________ __
* Database
_____________________ _________ __
* QTP
_____________________ _________ __
* Web
_____________________ _________ __
* Winrunner
_____________________ _________ __
* Hardware
_____________________ _________ __
* Telecommunications
_____________________ _________ __
* Mainframe
_____________________ _________ __
* Loadrunner
_____________________ _________ __
* Microsoft Office
Operating Systems
* Microsoft Windows Interview Questions
_____________________ _________ __
* UNIX Interview Questions
_____________________ _________ __
* Linux Interview Questions
_____________________ _________ __
* Solaris Interview Questions
_____________________ _________ __
* Shell Scripting Interview Questions
_____________________ _________ __
* Stored Procedures Interview Questions
Testing
* Software Testing Interview Questions
_____________________ _________ __
* Bug Tracking Interview Questions
_____________________ _________ __
* Database Testing Interview Questions
_____________________ _________ __
* Product Testing Interview Questions
_____________________ _________ __
* Whitebox Testing Interview Questions
_____________________ _________ __
* Wireless Testing Interview Questions FORTRAN INTERVIEW QUESTIONS
Download Free Interview Questions eBook of 500 Questions
(If you do not have a Yahoo! account, you can get it by simply sending a blank email to CoolInterview-Subscribe@ and confirm the verification email received. Once your email is confirmed, we will instantly send the download link to you.)yahoogroups. com
Fortran Interview Questions
* Can you give us a complete list of the Fortran commands and what they do?
http://www.coolinterview.com/ interview/ 17488/
* Do we need to prompt the user for input on our programs?
http://www.coolinterview.com/ interview/ 17490/
* Do we need to prompt the user for input on our programs?
http://www.coolinterview.com/ interview/ 17491/
* Why do you put so many lines of empty space in your programs?
http://www.coolinterview.com/ interview/ 17494/
* What directory is used by the compiler for compiling a Fortran Program? Where does f77 live?
http://www.coolinterview.com/ interview/ 17496/
* How do you use a logical variable? What is stored there?
http://www.coolinterview.com/ interview/ 17497/
* Where can I get a Fortran Compiler for an IBM PC?
http://www.coolinterview.com/ interview/ 17498/
* How do we know where various steps go in a Fortran program?
http://www.coolinterview.com/ interview/ 17499/
* Why doesn't Fortran have intrinsic functions for something as simple as factorial?
http://www.coolinterview.com/ interview/ 17500/
* What can I do if my lines wrap around to the next line?
http://www.coolinterview.com/ interview/ 17507/
* What is the advantage of an array over a spreadsheet format?
http://www.coolinterview.com/ interview/ 17508/
* Is there a Fortran equivalent to the PASCAL case statement?
http://www.coolinterview.com/ interview/ 17510/
* Do spaces mater in equations?
http://www.coolinterview.com/ interview/ 17513/
* How do we know where various steps go in a Fortran program?
http://www.coolinterview.com/ interview/ 34587/
* What directory is used by the compiler for compiling a Fortran Program? Where does f77 live?
http://www.coolinterview.com/ interview/ 35009/
* How do you use a logical variable? What is stored there?
http://www.coolinterview.com/ interview/ 35010/
* How do we know where various steps go in a Fortran program?
http://www.coolinterview.com/ interview/ 35011/
* Why doesn't Fortran have intrinsic functions for something as simple as factorial?
http://www.coolinterview.com/ interview/ 35012/
* What is the difference between IF, THEN and DO WHILE statements.
http://www.coolinterview.com/ interview/ 35013/
* What can I do if my lines wrap around to the next line?
http://www.coolinterview.com/ interview/ 35014/
* What is the advantage of an array over a spreadsheet format?
http://www.coolinterview.com/ interview/ 35015/
* How can I format my output to look nicer (clear screen, double space, etc.)
http://www.coolinterview.com/ interview/ 35016/
* Subprograms. What do they do and how do the help program.
http://www.coolinterview.com/ interview/ 35017/
* Explain Function Subprograms.
http://www.coolinterview.com/ interview/ 35018/
* What does the function REAL(x) do?
http://www.coolinterview.com/ interview/ 35019/
* When accessing a data file in a program can I change directories?
http://www.coolinterview.com/ interview/ 35020/
* When accessing a data file in a program can I change directories?
http://www.coolinterview.com/ interview/ 35021/
* Do spaces mater in equations?
http://www.coolinterview.com/ interview/ 35022/
* Is there a way to go back to the top of the error list after a failed compilation?
http://www.coolinterview.com/ interview/ 35023/
* Why are go to statements bad, and what can we do to avoid them?
http://www.coolinterview.com/ interview/ 35024/
* About the exact use of arrays and their purpose
http://www.coolinterview.com/ interview/ 35025/
* What a DATA statement does.
http://www.coolinterview.com/ interview/ 35026/
* Could you go over colons again in dealing with arrays?
http://www.coolinterview.com/ interview/ 35027/
* Can more than one variable be stored in a Data Statement?
http://www.coolinterview.com/ interview/ 35028/
* What is the difference between a DATA statement and assigning a value to a variable with an =?
http://www.coolinterview.com/ interview/ 35029/
* I am still unclear with Subprograms. Could you give a summary.
http://www.coolinterview.com/ interview/ 35030/
* What are the relative advantages of Function Subprograms, and Statement Functions?
http://www.coolinterview.com/ interview/ 35031/
* What is the difference between DO, DO WHILE, and IF ( ) GOTO Loops.
http://www.coolinterview.com/ interview/ 35032/
* Are We Actually Going to Need Character Variables? Why are they used?
http://www.coolinterview.com/ interview/ 35033/
* Could you give us sample questions on determining output of code containing recent commands?
http://www.coolinterview.com/ interview/ 35034/
- 2.
-
Submit your Updated resume and get the best salary job.
Posted by: "JOBS" aslan.nornia@yahoo.in aslan.nornia
Tue Jan 31, 2012 9:19 pm (PST)
For
Great Jobs and Walkins
Post your
Resume here
- 3.
-
POST GRADUATE PROGRAMME IN IT
Posted by: "NIIT" tgarima41@yahoo.com tgarima41
Tue Jan 31, 2012 10:16 pm (PST)
NIIT Post Graduate Programme in I.T. (PGPIT) is a 48 weeks professional IT programme for graduates. It's industry endorsed syllabus combined with NIIT's quality training equips students with advanced IT skills. As a part of the programme syllabus, students also get on the job training with a 24-week Project at IT & ITes companies. Finally, students can look forward to a jump-start in their IT careers thanks to NIIT's placement assistance services post programme completion.
- 4.
-
Openings for Senior Software Engineer At iGate | Required Engineer -
Posted by: "Maheshwari .A" a.maheshi@yahoo.in a.maheshi
Tue Jan 31, 2012 11:41 pm (PST)
Training Institutes| Downloads| News| Articles| Books| Sample Papers
Click here to Join OneStopgate group for Latest Updates
http://groups.yahoo.com/ group/OneStopgat e/join
_____________________ _________ __
Latest Jobs
Opportunity for Senior Oracle DBAs At IP Soft
http://www.onestopgate.com/gate- jobs/details/ opportunity- for-senior- oracle--1513. asp
Blackberry Application Developer Required At Global Edge
http://www.onestopgate.com/gate- jobs/details/ blackberry- application- develop-1512. asp
ASIC Design Engineer Required At Sandisk
http://www.onestopgate.com/gate- jobs/details/ asic-design- engineer- required- -1511.asp
Required Core Java Developer At Oracle
http://www.onestopgate.com/gate- jobs/details/ required- core-java- developer- a-1510.asp
Openings for Senior Software Engineer At iGate
http://www.onestopgate.com/gate- jobs/details/ openings- for-senior- software- e-1509.asp
Requirement for Datastage - Consultant At Deloitte
http://www.onestopgate.com/gate- jobs/details/ requirement- for-datastage- co-1508.asp
Opportunity for OC RDC Programmer At PAREXEL
http://www.onestopgate.com/gate- jobs/details/ opportunity- for-oc-rdc- program-1507. asp
Associate - Automated Testing QTP Required At Sapient
http://www.onestopgate.com/gate- jobs/details/ associate- automated- testing-- 1506.asp
Required Engineer - 3G Support At Aricent
http://www.onestopgate.com/gate- jobs/details/ required- engineer- 3g-support- 1505.asp
Openings for Web Developer At Indegene
http://www.onestopgate.com/gate- jobs/details/ openings- for-web-develope r-at--1504. asp
Requirement for Software Engineer At JDA Technologies
http://www.onestopgate.com/gate- jobs/details/ requirement- for-software- engin-1503. asp
Opportunity for OBIEE Developer At Genpact
http://www.onestopgate.com/gate- jobs/details/ opportunity- for-obiee- develope- 1502.asp
- 5a.
-
Hair Loss Treatment with Homeopathy
Posted by: "Dr. Batra" tgarima41@yahoo.com tgarima41
Tue Jan 31, 2012 11:41 pm (PST)
Having trouble viewing the email?Click here
- 6.
-
Bid Lowest & Unique to get Branded Products
Posted by: "Jeetle" mukesh.mathur44@yahoo.in mukesh.mathur44
Wed Feb 1, 2012 2:03 am (PST)
Nandkishor Singare Software Engineer Pune, Maharashtra
This reverse bid auction is very interesting and easy to play .The website design is good and the new option to place bids in range makes it more easy to place multiple bids.
JeetLe India's Biggest & most Trusted Reverse Auction Website
+ JeetLe provides proof of product delivery. + No tax liability except VAT on winning Bid only.
+ Wide range of high Aspirational products. + Winner details displayed on website.
Other Products on Auction -
Winners Pictures
Payment Accepted by
Need to Reply?
Click one of the "Reply" links to respond to a specific message in the Daily Digest.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
FREE GATE EXAM PREPARATION RESOURCES
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
<*> http://www.onestopgate.com - Complete Resources on GATE Exam (General Aptitude Test of Engineering). Visit now at http://www.onestopgate.com
<*> http://forum.onestopgate.com - GATE Discussion Forum - Share all your experiences and discuss all the queries here at http://forum.onestopgate.com
<*> http://groups.yahoo.com/group/OneStopGATE/join - JOIN ONESTOPGATE GROUP - Join OneStopGATE group now and receive the latest information and preparation material on GATE Exam now! http://groups.yahoo.com/group/OneStopGATE/join
---------------------------------------------------------------
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
FREE GATE EXAM PREPARATION RESOURCES
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
<*> http://www.onestopgate.com - Complete Resources on GATE Exam (General Aptitude Test of Engineering). Visit now at http://www.onestopgate.com
<*> http://forum.onestopgate.com - GATE Discussion Forum - Share all your experiences and discuss all the queries here at http://forum.onestopgate.com
<*> http://groups.yahoo.com/group/OneStopGATE/join - JOIN ONESTOPGATE GROUP - Join OneStopGATE group now and receive the latest information and preparation material on GATE Exam now! http://groups.yahoo.com/group/OneStopGATE/join
---------------------------------------------------------------
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Individual | Switch format to Traditional
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
No comments:
Post a Comment