Skip to main content

Openings for different technoogies.

Thomson Reuters Hiring Dotnet Software Engineer

Company        Thomson Reuters

Website          www.thomsonreuters.com

Eligibility        Bachelor's Degree

Experience     0-2 Years

Location         Hyderabad


Thomson Reuters

Job Role: Software Engineer - Dotnet

Job Summary :

· Develops software using disciplined software development processes, adhering to team/company standards and software best practice guidelines, and corporate policies.

· Creates and executes unit testing and integration testing ensuring module meets requirements

· Executes on provided design

· Creates and maintains all required technical documentation / manual related to assigned components to ensure supportability.

· Implements solutions as directed within standards

· Participates in project planning sessions with team members to analyze development requirements, provide design options, and provide work breakdown and estimates of work.

· Typically works on one project at a time and as a member of the project team(s)

· Works on smaller, minimally complex projects or a particular system or application within larger projects that requires a singular area of expertise

· Provides status updates for own scope of work within projects.

· Participates in internal team and status meetings.

Plans, designs, develops and tests software systems or applications for software enhancements and new products.

Qualifications

REQUIREMENTS:

C#, SQL,ASP.Net, Silverlight & WCF

Learns to use professional concepts. Applies company policies and procedures to resolve routine issues.

JOB COMPLEXITY: Works on problems of limited scope. Follows standard practices and procedures in analyzing situations or data from which answers can be readily obtained.
Contact with others is primarily internal.

SUPERVISION: Normally receives detailed instructions on all work.

EXPERIENCE: Bachelor's degree and 0-2 years experience.

Comments

Popular posts from this blog

Openings for different technoogies.

 

What is the relation between Classes and Objects?

  They look very much same but are not same. A class is a definition, while an object is an instance of the class. A class is a blueprint while objects are actual objects existing in the real world. Suppose we have a class Person which has attributes and methods like name, age, height, weight, color etc. Class Person is just a prototype, now we can create real-time objects of class Person. #Example:   Ajay  is real time object of class  Person , which have name=Ajay, age=23, height=170cm, weight=60kg and color=black etc. Class A way to bind data and associated functions together. Class have many objects. Class is a template for creating objects. It is logical existence. Memory space is not allocated, when it is created. Definition (Declaration) is created once. Class is declared using "class" keyword. Object Basic runtime entity in object oriented environment. Object belongs to only class. Object are a implementation of class. It is physical existence. Memory space i...