My Linux Stuff - Complete Blog For Linux Articles

My Linux Stuff - Complete Blog For Linux Articles

A Website For Complete Linux OS,Step by Step linux Installtion, Linux Tips and Tricks and Linux Stuff and so on... Connect and sharing here....

Subscribe Now!

Enter your email address:

Wednesday, October 5, 2011

Tech Job Site Dice Reports Shortage Of .NET Developers

According to technology job board Dice’s October report, there’s one particular tech talent now in short supply across the U.S.: Microsoft’s .NET. Job postings requiring .NET are up more than 25% year-over-year, the company says – faster growth than the total job postings on all of Dice.com. In addition, 27% of the searches in Dice’s resume database...

Selenium XPath Tutorial

Click Here More I...

Husband & Wife – Short Jokes

Wife: What do you like most about me, my Beauty or my Intelligence? Husband: I love it more when you joke like this!!...

How to create liferay hook

Using hooks customizing jsp page of a existing liferay portlet. In this example I am taking portlet asset-publisher.Step 1: Go to plugins/hooks create a folder with any name. eg asset-publisher-hookStep 2: Go to asset-publisher-hook create folder docroot and build.xml file.Content of build.xml should be like this: Step 3:Go to asset-publisher-hook/docroot create folder with name WEB-INF.Step...

Interview Questions on Java

How to convert String to Number in java program? The valueOf() function of Integer class is is used to convert string to Number. Here is the code example:String numString = “1000″;int id=Integer.valueOf(numString).intValue(); What is the SimpleTimeZone class? The SimpleTimeZone class provides support for a Gregorian calendar. What is the difference between a while statement and a do statement? A while statement (pre test) checks at the beginning of a loop to see whether the next loop iteration should occur. A do while statement (post test) checks...

Interview Questions on Java

What if the main method is declared as private? The program compiles properly but at runtime it will give “Main method not public.” message. What is meant by pass by reference and pass by value in Java? Pass by reference means, passing the address itself rather than passing the value. Pass by value means passing a copy of the value. If you’re overriding the method equals() of an object, which other method you might also consider? hashCode() What is Byte Code? Or What gives java it’s “write once and run anywhere” nature? All Java programs...

Selenium

Selenium Interview Questions & Answers Q1. What is Selenium?Ans. Selenium is a set of tools that supports rapid development of test automation scripts for web based applications. Selenium testing tools provides a rich set of testing functions specificallydesigned to fulfil needs of testing of a web based application.Q2. What are the main components of Selenium testing tools?Ans. Selenium IDE, Selenium RC and Selenium GridQ3. What is Selenium IDE?Ans. Selenium IDE is for building Selenium test cases. It operates as a Mozilla Firefox...

Selenium

Selenium Interview Questions & Answers Q10. How Selenium Grid works?Ans. Selenium Grid sent the tests to the hub. Then tests are redirected to an available Selenium RC, which launch the browser and run the test. Thus, it allows for running tests in parallel with the entire test suite. Q 11. What you say about the flexibility of Selenium test suite?Ans. Selenium testing suite is highly flexible. There are multiple ways to add functionality to Seleniumframework to customize test automation. As compared to other test automation tools,...

Byte Code

What is Byte Code?              or  What gives java it’s “write once and run anywhere” nature? All Java programs are compiled into class files that contain bytecodes. These byte codes can be run in any platform and hence java is said to be platform independent....

.Net Programmer in Wordstream Technologies

Required a programmer with 0 - 2 years experience in .net and MS SQL. Experience in Dot Net Nuke preferred.\ Candidate should be comfortable with the programming requirements. Capable of handling independent projects. Eligibility Any GraduateExperience 0-2 YearsLocation DelhiAddress:Wordstream Technologies Pvt Ltd910, Prakashdeep7 Tolstoy MargConnaught PlaceDelhiMail ur CV to:neetish.tewari@wstream.c...

MySql

1.What is MySQL?  MySQL is a database server  MySQL is ideal for both small and large applications  MySQL supports standard SQL  MySQL compiles on a number of platforms  MySQL is free to download and use 2.How to Create Database? To create Database: mysql> create database cegon; Query OK, 1 row affected (0.00 sec)...

Wipro Openings

Job Description Candidate should have over 0-1 years of relevant experience on large-scaleenterprise Java web development projects. Must have strong Object orienteddesign and programming skills.Exposure to design/ implementation of Service Oriented Architecture using SOAP and XML. Experience working with Highly Scalable, Mission Critical Applications.   Experience 0 - 1 yrs Specialisation IT-Software, Java Technologies Location Bangalore, Chennai Qualification B.E./B.Tech,...

TCS Science Graduate opening

...

.Net Developer and Testing Engineer in Dkash Technology

Candidates Should be Graduate with Strong Web Development Background, Confident, Good Communication SkillsDevelopment of Websites using C#.Net/Asp.NetGood Knowledge of C#, CSS etc.Eligibility B.E./ B.Sc / BCA / MCA / MCSExperience FreshersLocation PuneMail ur CV t...

Intel Jobs

Software Engineering Intern in Intel India You should possess a Bachelor of Engineering degree. Additional qualifications include:- Software development knowledge of Windows* and Linux* operating systems- Knowledge of object oriented development, C*, C++* and/or Java*- Knowledge of XML*, and Javascript*- Good English communication skills and the ability to work in cross-site teams- Knowledge of the software engineering development process and the project life cycle- A good team player and willingness to learnJob Description: Responsibilities...

Fresher Job In TCS

Click Here https://nextstep.tcs.c...

Experience Job In TCS

https://grs.tcs.com/ep/pages/careerHome....

Oracle Fresher in Lauren Information Technologies

1) Good Communication2) Should have good knowledge of ORACLE3) Should be responsible for Generating Report4 ) Run Query in ORACLE server5) Monitaring ORACLE serverExperience: 0-1 YearsLocation: Mumbai, Mumbai SuburbsEducation:UG – Any Graduate – Any Specialization,Graduation Not RequiredPG – Any PG Course – Any Specialization,Post Graduation Not RequiredDesired Profile:Qualification : Any Graduate / Any Diploma HolderExperience : 0 -1 Yrs / Fresher can ApplyLocation : MumbaiCompany Profile:Incorporated in 1992, Lauren Information Technologies...

BEL Openings

BHARAT ELECTRONICS LIMITED - TEMPORARY ENGINEERS Bharat Electronics Limited a Navaratna Defence Public Sector Undertaking and India’sPremier Professional Electronics Companyrequires Temporary Engineers initially for oneyear for its Communication network projects at various sites (places) of India. Candidates may be posted all over India preferably in North East and J& K region. The contract may be renewed annually as per the requirement of project.Qualification: - The candidate should have a first class degree...

Wanted Trainer

Dear Candidate, Let us introduce ourselves from Times Technologies An ISO 9001:2000 certified company.We are pioneers in the areas of Software consulting,development and Training.& Oracle Partnerwe urgently needPost : .net ,J2ee,Testing,Oracle FacultyLocation: Bangalore & ChennaiEmployment type: Permanent/Full-timeCandidate should have good communication skills and interpersonal skills.attractive salaryKindly Walkin to our Bangalore office between 10am to 6 pmhttp://www.timestech.inWarm Regards,Times TechnologiesOur AddressBangalore80/7,22nd...

PHP Interview Question

What is PHP?  PHP stands for PHP: Hypertext Preprocessor  PHP is a server-side scripting language, like ASP  PHP scripts are executed on the server  PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)  PHP is an open source software  PHP is free to download and use      2.What is a PHP File?  PHP files can contain text, HTML tags and scripts  PHP files are returned to the browser as plain HTML  PHP files have a file extension...

Motorola-Intern Position Freshers

Job Type: Internships Company: Motorola Job Description: Company : MotorolaEligibility : Knowledge in C, C++ & Tools, prototypesExperience : FreshersLocation BangaloreMotorolaJob Role: Intern Position FreshersCandiates Should Have:Candiates Should Knowledge in Tools, prototypes for AQAMDevelop code in C, C++, work on the design, create documentation Skill Set: Candiates Should Knowledge in Tools, prototypes for AQAM Develop code in C, C++, work on the design, create documentation Qualification: UG&PG Place /...

Leviosa Recruits Freshers

Job Title : Leviosa Recruits Freshers Employement Type : Full Time Job Category : Experience : 0 - 1 Year Location : Bangalore Qualification : BE/B.Tech Description :   LeviosaWe are a development cum recruitment firm involved in IT servicesSoftware Technical InterviewerIndustry Type: BPO/ITESFunctional Area:Application Programming, MaintenanceJob Description :The key responsibility would be to conduct telephonic technical interviews for recruitment. You would be exposed to various technologies briefly and...

UNIBUZZ Recruits Freshers

Job Title : UNIBUZZ Recruits Freshers Employement Type : Full Time Job Category : Experience : 0 - 1 Year Location : Bangalore Qualification : BE/B.Tech Description :   UNIBUZZ IT SOLUTIONS PVT LTD.Unibuzz IT Solutions is headquartered in the silicon city Bengaluru, Karnataka � India. To accelerate our customer�s business by providing the right and cost effective ERP solution.TraineesJob Description :Trainee - Dynamics Axapta 2009, Sharepoint Services, Enterprise PortalsDesired Profile :Knowledge about...

Related Posts Plugin for WordPress, Blogger...