At Tata Consultancy Services (TCS), your career is always on the move. We offer you a dynamic team environment that is fulfilling, both professionally and personally. So you don't just get opportunities to work on diverse platforms and practices spread across multiple geographies, but can also balance your work and family commitments successfully.
1) Dot Net Developers (Asp.net with C# and SQL Server) with 3+ Years
2) Testing with C# background only with 3 to 5 years experience.
3) SQL DBA's 3 to 5 years experience.
4) SQL Developers:
Experience in Microsoft SQL Server 2005 with good knowledge of T-SQL
Hands on SQL Server Integration Services data flow tasks (SCD Transformation, Fuzzy lookup, merge join etc)
Experience in SQL Server Reporting Services 2005
Experience:
Minimum total experience 3 yrs post highest qualification
Consistent academic track record of 50% and above
Walk-In Date: 29 Mar 2008 | Registration Time: 10 AM to 12 PM
Venue: TCS, Nyati Tiarra, Off Yerwada, Pune
Apply online
Tata Consultancy Services (TCS)
Labels: IT Jobs
WIPRO BPO Employee Refferal walkin
Company Name : Wipro BPO
Experience: .0-3 Years,Previous experience in customer service / hotels, airlines or in a call centre with a tecnical support background is preferred.
Location : Hyderabad
Qualification: Graduates, Diploma Holders, BE, BTech/MCAs
Good communication and grammatical skills
Logical reasoning and problem solving skills
Basic understanding of the Operating Systems
Basic understanding of the components of a computer
Good typing speed
Walk-In Interview On 29, 30 Mar 2008, Time : 10am to 3pm
Venue:
1-8-448, Lakshmi Building,
1st Floor, SP Road,
Begumpet,
Secunderabad
Labels: IT Jobs
SAP Lab Recruits Software Engineer
Company Name : SAP Labs
Experience : 0 Years
Location : Bangalore
Candidate Details
Following are the creteria:-
1. Must be a BE/B.Tech,ME/M.Tech,MCA with min 70%(mandatory),preferrably from good institutes and universities.
2. Good Communication Skills.
3. Good and Fast learning skills.
4. High energy level.
5. adaptability to change
6. good Attitute and Aptitude
Company Profile
Founded in 1998 as a Strategic Development Center for SAP, SAP Labs India is one of the fastest growing SAP subsidiaries. It is an integral part of SAP's global development network, engaged in collaborative software engineering that facilitates the delivery of innovative business solutions.
SAP Labs are role models for globally distributed development organizations, contributing effectively to the goals of SAP's business units. Bridging the gap between local market demands and SAP's development organization, SAP Labs set standards for excellence in innovation, efficiency, and reliability. They are recognized centers of local talent and expertise, establishing a strong foundation for SAP development in the future.
Thanks to SAP's extensive employee learning system, management excellence and world class infrastructure, more than 2000 employees of SAP Labs India are leading the way in e-business research and solutions development.
Apply Email : priangsi.bhattacharyya
sap.com
Labels: IT Jobs
wipro - sample verbal section Question Paper
1. convert the following sentence into indirect speech
She said, "I lived here for many years".
Ans: She said that she had been living there for many years.
Will the postman post the letters?
Ans: Will the letters be posted by the postman.
Ans: firm with the attitude and don't bent your attitude.
A) should have to be B) must be C) have to be D)should be
Ans: Jabber
Ans: lurching
1 2 3 4 5 6 7 8 order then what will be the order of number ( Flourish - 4 1 2 7 3 8 5 6)
9.In the following sentence one important punctuation-mark is missing select the suitable signs from the given alternatives. what a pity
a)"" b)? **c)! d):
10.Select the option that gives the correct meaning of the given idiomatic expression or phase.To put up with
a)to stay with b)to tolerate ** c)to deal with people d)to keep things up
11.For the following sentence,choose the most suitable word from the given options.In England an Indian _____ does not actually enjoy the same rights as an Englishman.
a)emigrant b)emigrent c)immigrant d)immegrant
12.Select the word among the given choices that is most nearly opposite in meaning to the word RABID
a)Decent b)fair **c)rational d)pure
13.Given below are words three of which belong to the same category.Find the word which does not belong to that category
a)danger b)peril c)jeopardy **d)innocuous
14.Select among the given choices the word or phrase for each blank that best fits the meaning of the sentence as a whole though business is in a ______ Indian corporates see it as a "learn and innovate" period
a) Slump b)low c)lean d)soup
Labels: IT Jobs
Wipro - Sample Technical Question Paper
1. Full form of URL ?
a) universal resource locator
b) uniform resource locator
c)none of these
d) unidentified random locator.
2. What is the function of shell?
a) Interpreter b) command interpreter c) interface d) compiler
3. Which is a command interpreter ?
a) Shell b) Kernel c)compiler d)None of these
4. main()
{
printf("%c","abcdef"[4]);
}
what is the output ?
a) abcdef b) d c) e d) ERROR.
5. How are objects in cpp passed ?
a) By value b) By reference C)None Of These
6. If the ethernet card is removed .
a) IP address will change
b) MAC address will change
C)None Of These
7. Operation of queue
a) FIFO b) LIFO c) FILO d) None of these
8. Static member of a class is
a) class specific
b) Object specific
c) Referenced by using the scope resolution operator
d) a & c
9. TCP is
a) connection oriented
b) connection less
c) None of these¼br />
10. How is data send by IP layer?
a) as frames
b) as packets
c) as datagrams
d) None of these
11) Which of the following operators cannot be overloaded in C++?
A) ?: B)[] C) - D) None of These
12) Which constructor is invalid for class cat?
A) void cat :: cat() { feet=4;}
B)cat::cat(int f){feet=f;}
C) cat::cat(void){feet=8;}
D) cat::cat(int f){this->feet=f;}
13) Typical user defined signal handler functions perform actions such as
A) abort process immediately without further ado
B) Perform minor house keeping prior to resumption
C) Roll back process state to last checkpoint
D) Tidy up to process abortion
A) 1&2 B) 2 & 4 C) 3 D) 4
14) What is the name given to the process initizlizing a microcomputer with its OS?
A) Cold Booting
B) Booting
C) Warm Booting
D) None of these
15) Desirable attributes for memory management include
A) Protection- such memory should be protected against being written on by other processes
B) Encryption- ability to encrypt data with a randomly selected key that is discarded after use without being disclosed so that data can never read again.
C)Uniform access rates-ability to retard faster data fetch rates so that all data fetches are uniformly performed at the least fast data fetch rate
D)none of these
16)Major expressions used with find command to select file is it has been accessed in more than 375 days,is
A)-a time +365 B) -m time +365 C)-a time -365 D) -m time -365
17)Which of the following is not a basic computer network topology?
A)Train topology B)Bus topology C)star topology D)ring topology
18)which file contains all permanent information and is updated during processing by transactions of data?
A) Master File B) Local File
C) Parent File D) Primary File
19) Which set option is used with vi editor to display line numbers on screen?
A) nm B) nu C)ic D)li
20) Assuming you have the environment variable ENV=.kshrc set, what is the entry in ur .kshrc or .profile that will save up to ur last 200 commands in a history list?
A) HISTSIZE=200
B) set history 200
C) HISTORY=200
D) setenv history 200
21) You have 1MB of memory left on the HDD and when booting the system crashes. What is the reason?
A) Not enough synchronous buffer
B) Not enough contiguous memory in virtual memory
C) Not enough space on the hard drive for the swap file.
D) Not enough space on the hard drive for working memory.
22) How do I remove a file with the name '-something' ?
A) use the "--" flag to rm
B) Use "##" flag to rm
C) Use the "-" flag to rm
D) Use the "!" flag to rm.
23) The customer is an internet search engine with hits from global customers exceeding 10 million per day. You identify Knowledge Management as the driving business issue. Which feature is most imp to this customer solution?
A) Single system image
B) Speed and performance
C) Very large memory, very large database
D) H/W Partitioning
24) Unlike function templates, when instantiating a class template, you must explicitly instantiate the class by giving?
A) The parameters for the class templates
B) The arguments for the class templates
C) The variables for the class templates
D) None
25) In private inheritance derived class members can access base class members that are 1) Public 2) Private 3) Protected
A) 1 & 2 B) 1 & 3
C) 2 & 3 D) 1,2 & 3
26) The output of an OR Gate is LOW when
A) All inputs are LOW
B) Any Input is LOW
C)Any input is high
D) All inputs are HIGH
Labels: IT Jobs
Web Developers
Job Description
Web integration using any one of these technologies
PHP
java
Flash (with Actionscript 2.0)
Perform deployment and configuration of the Web applications on the client sites.
Candidate Profile
Have strong hands on experience as web developer. Knowledge of HTML/XHTML/CSS2/Java Script is plus.Well-versed in MySQL & databases.Have excellent inter-personal,verbal & written communication skills to interact with clients. Hyderabad Candidates only.
Secunderabad - Andhra Pra 500009
Labels: IT Jobs
Junior Software Engineer
Job Description
Understand functional requirements, understanding UI design and prototypes
Understanding high level design and Database designs
Organizing and scheduling allocated work
Coding by following the coding guidelines and processes
Candidate Profile
Java Programming Language
HTML, CSS, Java Script
JSP, Servlets, JDBC, XML, Jakarta Struts
Understand HLD/LLD, Unit/Integration test plans, user documentation
Knowledge of design patterns
SQL
Fundamentals of OOPS
Exposed to IDEs
Labels: IT Jobs
Software Engineers
Experience: 0 - 3 Years
Location: Bengaluru/Bangalore, Chennai, Hyderabad / Secunderabad
Education: UG - B.Tech/B.E. - Any Specialization
PG - M.Tech - Any Specialization;MCA - Computers
Industry Type: IT-Software/ Software Services
Functional Area: E-Commerce, Internet Technologies
Job Description
We are looking for world-class professionals to fill a variety of positions in our organization.
Visit the link below to apply online and be a part of our dynamic team.
Only Online applications submitted on the company website are accepted.
Candidate Profile
Candidates must be keen to work on latest technologies with strong aptitude.
Visit the link below to apply online and be a part of our dynamic team.
Only Online applications submitted on the company website are accepted.
Contact Details
Labels: IT Jobs
Test Engineer Trainee
Job Description
Work as part of our test team on our US/UK/Canada based client projects in team member role. No prior experience in testing is required.
Candidate Profile
Must be a 2006/2007 B.Tech or MCA graduate. Must have at least 70% through out the academic career. Must be a resident of Hyderabad.
Contact Details
Apply online
Labels: IT Jobs
Software Engineer
Job Description
We are looking for dynamic Candidates for the post of Software Engineer with good communication and analytical skills.
Candidate Profile
Candidates with keen interest on programming can apply for a bright career.
Candidates applied in last 6months need not apply.
2008 Batch Candidates can also apply.
Contact Details
Apply online
Labels: IT Jobs
Openings for Freshers (Testing)
Experience: 0 - 1 Years
Location: Bengaluru/Bangalore, Chennai, Hyderabad / Secunderabad
Education: UG - Any Graduate - Any Specialization
PG - Any PG Course - Any Specialization
Industry Type: IT-Software/ Software Services
Functional Area: QA & Testing
Company Name: Client of Elogics
Candidate Profile
- Should have sound knowledge on Manual testing and Automated testing
- Knowledge on automated tools of Win runner, Load runner shall be preferred
- candidate should have good communication skills, good interpersonal skills and leadership qualities
Job Description
- Should have sound knowledge on Manual testing and Automated testing
- Knowledge on automated tools of Win runner, Load runner shall be preferred
- candidate should have good communication skills, good interpersonal skills and leadership qualities
Apply online
Labels: IT Jobs
SAP Testing Tools
Job Description
BE / MBA / MCA / CA B.Com, M.Sc, any graduate or P.G and are willing to work in SAP
Labels: IT Jobs
Jr. Java DeveloperExperience:
Candidate Profile :
-Candidate should meet all required skills mentioned in JD and possess good communication skill, should be a good team player, willing to work more to meet the deadlines
-Should have less than 2 Years of experience.
Company Profile : Whiztek Soft is fast growing software services company with young and dynamic application development, business development team with diversified technologies. Whiztek Soft has a talented team in software, recruiting areas and looking talent in Web Development to build Whiztek websites and to handle the client requests.
Contact Details
Apply online
Labels: IT Jobs
Service Engineer
Candidate Profile : The candidate should have minimum knowledge of Hardware and Networking.
Company Profile : The Global Technologies is an expertised Computer Chiplevel Service Centre.It has India's Largest Service Labs.The Global Techniologies is also an Multi Branded laptop Showroom.
Contact Details
Labels: IT Jobs

