Thursday, January 15, 2009

Learn UNIX sed tricks

Ever had a need to parse a large file and change some contents based
on regexp?
We just published a list of the sed tricks, sed is one of the oldest,
but most efficient UNIX tools:

http://www.techinterviews.com/?p=369


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TechInterviews.com additions" group.
To post to this group, send email to TechInterviewscom-additions@googlegroups.com
To unsubscribe from this group, send email to TechInterviewscom-additions+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/TechInterviewscom-additions
-~----------~----~----~----~------~----~------~--~---

Sunday, November 18, 2007

GeekInterview Weekly Digest November 2007

 geekinterview.com

Weekly Digest

   

Hello itinterview

sridharrganesan Ganeshan Ramanathan working as Test team leader for reputed company from Chennai, India. His interests include Reading books. Ganeshan will have the responsibility to moderate Software Testing and all its sub-forums, along with existing moderators. His contributions and rich experience in software testing and development will help several learners and also our community members.

Ganeshan Ramanathan - New Moderator for Software Testing


We are happy to announce member of the month for October 2007. The award for member of the month October 2007 goes to sridharrganesan further, contributors for debasisdas, psuresh1982, susarlasireesha and sarathi trichy. Congratulations to winners, each of them will get surprise gift.

Ajax Latest Articles

DHTMLX Website Updated with Ajax Interface
Rapid7 NeXpose Updated
Project Insight Updated with Ajax
IBM Rational AppScan Launched
Aprino Enterprise Update Released
Create Ajax Based Mobile Phone Friendly Sites with MoFuse.Com
Glide Mobile for iPhone Released
Link Egypt Releases Link Commerce Version 2.0
Ajax Based Software of Day Released
Natural for Ajax Released
Book4Time Releases Updated Ajax Software
Dojo 1.0 Finally Released
Visual Studio 2008 to be Updated
Ajax vs. FLEX

GeekInterview.com Forums

SDLC process
by Rashmachittiappa on 12th November 2007 in Testing Issues
Hi all, Am 1.4 yrs experience in software testing..ve come across interviews asking if a bug fix sent to you from a developer reported by some other tester so how do you go about & u don t have a clue about the bug.i was really confused with this..can someone help me out

Sql query problem
by susarlasireesha on 10th November 2007 in SQL
Select pr_at_tokn,pr_at_dt14,sum(pr_at_loph) loph,pr_at_dt01 from
(select pr_at_tokn,pr_at_dt14,pr_at_loph,null pr_at_dt01 from pr_batn_yr
where pr_at_perd="15-sep-2007" and nvl(pr_at_loph,0)=0 and pr_at_dwrk > 0
and pr_at_mode="w" and substr(pr_at_tokn,2,1)="1" and
pr_at_tokn not like "z%" and pr_at_dt14 not in ("uu")
union select pr_at_tokn,null pr_at_dt14,0,pr_at_dt01 from pr_batn_01
where pr_at_perd="30-sep-2007" and pr_at_dwrk > 0 and pr_at_mode="w"
and substr(pr_at_tokn,2,1)="1" and pr_at_tokn not like "z%" and pr_at_dt01 not in ("uu") 
The above query is unable to get required output, pls correct the query to get required output...

Oracle Question
by kalyan.naga on 12th November 2007 in Oracle
Can you please tell how can we improve performance of an SQL query?

Date Conversion Problem
by krishnaindia2007 on 10th November 2007 in Oracle
In a table indate and outdate are of varchar2 type. It stores data in the the format DD-MON-YYYY HH:MI (03-Apr-2006 16:48). While generating the report I need to display the date in the format DD/MM/YYYY. For that I have given the following command select to_date(indate,"DD/MM/YYYY") , to_date(outdate,"DD/MM/YYYY") from cmswhitesugarweighment It is showing errormessage ORA-01858: a non-numeric character was found where a numeric was expected Could anybody please suggest how to display date in DD/MM/YYYY format?

Does QTP Script run if the system is locked?
by amni7303 on 14th November 2007 in QTP
Hi all, experts please answer this query. This is urgent. Could you please tel if the QTP scripts will run if I lock my system and leave. Currently, if I lock my system, the QTP scripts fails.

write a program to reverse a string with/with out reverse() method?
by ramakris143 on 14th November 2007 in Java
write a program to reverse a string with/with out reverse() method?

Test director
by shivali singh on 12th November 2007 in Testing Issues
what is difference between refuse and rejected status in test diector and after execution why * comes what is the meaning of that

Rebuilding of indexes
by vinayhc on 16th November 2007 in Oracle
Hi all, I have doubt in rebuilding of indexes in oracle. Please advice me in the following scenario. i have a table which has indexes. the table data will be emptied once in 3 months. and a new set of data flows in. Please tell me if it is required to rebuild indexes in this case. thank you, With best regards, Vinay "I have not failed; I have simply found 10,000 ways which do not work!" -- Thomas Edison

Re usable functions
by rajaputra on 12th November 2007 in QTP
Hi, Any body tell me about reusable functions/ user defined functions in QTP, How to work with reusable/user defined functions in real time scenario.

User function
by dowens on 12th November 2007 in SQL
Need a user function that will return top 3 status by seqno desc data looks like key seqno status 1 1 r 1 2 s 1 3 p 1 4 x The function has to go in a query. I need "xps" returned. Please can any one help me to create this user function?

Am I eligible for software developer
by Geek_Guest on 16th November 2007 in Career Advice
Hello, I am doing GNIIT and MCSE with a BCom degree could you please tell me that am I eligible for software developer in good companies like TCS and Wipro. Also what are the things I should look after. Since i dont have any BCA or BSc degree [B]Question asked by visitor Saikat[/b]

Insert Script
by krishnaindia2007 on 15th November 2007 in Oracle
I have to send a table data as insert script to another person. How to create insert script for table data in SQL * PLUS?

performance tuning
by bindus1000 on 12th November 2007 in Data Warehousing
Hi Can anyone tell me the process how to check the performance and validity of data displayed on report in Cognos? regards bindu

Dbms_scheduler
by susarlasireesha on 12th November 2007 in Oracle
How to use DBMS_SCHEDULER .Pls explain it with an example

A View Doubt
by krishnaindia2007 on 12th November 2007 in Oracle
We can see code in procedure, functions and triggers using ALL_SOURCE. But How to see a query assosiated with a view?

Defect Management Process
by newhere on 13th November 2007 in Testing Issues
I am new in testing please help me guys.:) Can anyone explain me what is Defect Management Process in testing? And what is ticket in testing?

Functions inside triggers
by rajakumar_na on 15th November 2007 in Oracle
Can we call functions inside the triggers or not? If yes tell me with example? If NO Tell me why?

Find previous executed SQL
by pande.dhiraj on 14th November 2007 in SQL
Hi all Can anybody tell me the query to find out the last or previous some executed SQL by SQL command prompt. it doesnt matter it is executed by application or the SQL command prompt thanks in advance

If no web test then what test to perform on a web application?
by SwarupDukuria on 16th November 2007 in Web Testing
Hi All, First of thanks to bizzzzzare for the wonderful answer for my last question.i was more than satisfied. Recently in one of the interview i was asked: "You have been given an application and you have to test it,but you should not perform web test on the application,then what test will you perform?" Can any one please help me in getting the correct answer. Thanks in advance. Regards, Swarup

plain asp session
by rumbleEye on 13th November 2007 in ASP.NET
I program in asp (isn"t there a page here regarding plain asp?) in my website, after a user creates an account i give the session("_user_name_") = request.form("username") so the user will be logged in automatically after he signes up to the website. The session always gets lost. I have no clue why is that :( anyone knows about some tricks or rare reasons why this happens? thank you.

Winrunner"s M_ROOT not defined
by Geek_Guest on 16th November 2007 in WinRunner
When I try to run a WinRunner script from QC, I am getting an error message "Winrunner"s M_ROOT not defined". If anyone has a fix for this, please let me know. [b]Question asked by visitor elan[/b]

Archieve file
by krishnaindia2007 on 13th November 2007 in Oracle
What is the use of Archieve file in oracle. Whether it takes space from table space or hard disk ?

Can a class in java be private, if yes what are implementations of it?
by prsaraf on 16th November 2007 in Java
Can a class in java be private, if yes what are implementations of it?

Automate MS Outlook Operations using QTP?
by kavita debroy on 16th November 2007 in QTP
Can we automate MS Outlook Operations using QTP? We need to find out automation tools which can automate MS Outlook. Pls help.

Importing Data
by krishnaindia2007 on 13th November 2007 in Oracle
In a user account I required to access database objects from other user accounts. For that After importing data in oracle 9i, every time I am dropping exisiting synonyms that are dependent on other users and granting privileges from other user accounts. Is it compulsory to do this process every time after importing data or else does it automatically takes care?

function conversion file to blog
by dwarakanath on 16th November 2007 in DB2
how to convert a picture in file like aa.jpg and store in database in DB2 ....

Help in Public Speaking
by think4word on 15th November 2007 in Personality Development
Hi friends.....I am software engineer working in a reputed IT firm....But no one will agree to that, since I do not speak at all, when I meet a group of people....I have two yrs of experience, but still I will present myself as a school kid....I am finding very difficult to speak in meetings and discussions...I feel very bad since I am not at all making a small contribution in meetings and discussions...Though I work hard, I lack confidence in public speaking.....Can any one help me out, what exactly I can do to overcome this?

Get 10 months data from sysdate
by subbaraovangalli on 16th November 2007 in SQL
suppose we have 2 years data. we want to get a data of 10 weeks data starting from sysdate. i.e when ever we run then query then it gives 10 months data from that sysdate how we can get this

Load Testing
by SwarupDukuria on 13th November 2007 in Web Testing
Hi all, I have just started testing.I wanted to ask is it necessary to do web testing before load testing a web application? I was going through a video on load testing and i found this statement.I tried finding reasons for the same but couldnt. Please help me in getting the reason,as it will help in getting my base clear. Thanks in advance. Swarup

Software Life Cycle
by vasantha.v on 17th November 2007 in Testing Issues
Please send software life cycle process briefly. Thank u for the reply in advance.

Latest Tutorials

N-Tier Application Partitioning
Application partitioning is a vital process, as it provides one with the opportunity to clearly define an even distribution of an application’s presentation, process, and key data components – without which, you may find yourself feeling quite lost. The components may be distributed over several different physical machines, or across a vast array of memory address spaces.

Listening Skills : Why listening is important
Why do you need to have good listening skills? You might recall that several years ago on TV there was a public service announcement that talked about the importance of listening skills. The PSA differentiated between hearing, which is merely a physical ability, and listening, which is actually a skill. By being able to listen, we are able to effectively make sense of what another person is saying.

Listening Skills - Classroom Listening as key to a Bright Future
A lot of people confuse listening with hearing. The truth is, the two are very distinct. Most of us can hear, but not all of us are effective when it comes to listening. Listening is a skill that has to be developed over time. Below, we will review some of the questions that every student should ask himself or herself at some point when attending a class. This helps them become better listeners – and more successful in life outside the classroom.

N-Tier Application Manageability
While it is a fact that N-Tier applications tend to provide almost limitless scalability, the desire to change or add new forms of functionality can present a challenge in more than one arena. Growth on a large scale can make capacity planning quite hard. When available resources have been exhausted by applications, then there must be some sort of provision made to borrow resources in order to support unexpected workloads. This is where manageability becomes key.

Practice Makes Perfect
Can Practicing Help Improve My Attitude?You bet it does. But it is not as simple as merely ldquo;practicingrdquo; whatever it is that you want to get good at. You have to learn how to practice the right way. Indeed, practicing can be used in virtually every profession as a way of getting good at something. But instead of practicing to make perfect, we should first practice in a perfect way in order to realize perfection.

Listening Skills - Become a Better Listener in the Classroom
What are the most common obstacles to classroom listening? Let us face the facts here: In order to be a good student, you have to become a good listener. There is no way around it. You cannot take notes unless you are really listening to what is being said. The difference between merely hearing what your instructor is saying and actually listening to them is engagement. Once you become engaged with what the speaker is saying, you will be able to latch on to the important points and thus make good notes – and greatly improve your overall performance in the course.

Use Your Assets for Attitude Development
The dictionary defines an asset as a valuable or useful thing or quality. The fact of the matter is, whether we are rich or poor, we all have assets. On the flipside of that coin, we all have liabilities as well. The trick is to learn how to use the former by discarding the latter. In order to make use of onersquo;s assets, one needs to have one thing: that is, guts.

Listening Skills - Become an Active Listener
Can you hear what people are really saying? If you feel that you are lacking in the communication skills department, this can be detrimental in the long run in terms of your career. It is simply not possible to influence, negotiate, and persuade people – all tools that you need to be a success in the work place – when your listening and communication skills are sub par.

Service Autonomy
As Businesses continue to step up the process of constructing enterprise automation logic in the service format, there is also an increasing need to step up both the efficiency and reliability that the services are intended to take on at run time. This dire need is increased when it comes time to assemble a service inventory with a vast quantity of reusable services.

Regards,
Chandra Vennapoosa
Geekinterview.com
Exforsys Inc
248 Millington Road
Cortlandt Manor
New York 10567
 
Create a Free Monster Account and Post Your Resume Now!

Monster Horoscope

Tech FAQ  

Interview Questions 

Placement Papers 

Tech Articles 

Learn 

Freelance Projects 

Online Testing 

Geeks Talk 

Job Postings 

Knowledge Base 

Site Search 

Add/Ask Question

In case you have lost your password Click here to retrieve Lost Password
    
If you don"t wish to receive newsletters, Unsubscribe me from this mailing list

Please NOTE :
For all Partner Site Resource Links you may need to register in respective sites for login. 
Your geekinterview username and password is exclusive for geekinterview.com website.   
For exforsys tutorials login you need to register separate at www.exforsys.com

Wednesday, November 7, 2007

GeekInterview Weekly Digest 8th November 2007

 
 
Hello itinterview    

We are happy to announce member of the month for October 2007. The award for member of the month October 2007 goes to sridharrganesan further, contributors for debasisdas, psuresh1982, susarlasireesha and sarathi trichy. Congratulations to winners, each of them will get surprise gift. October 07: Member of the Month

  Check Weekly Poll
Weekly Tips and training by email

GeekInterview.com Forums

QTP Object Repository 
by Punitha.R 
 in QTP
Hi, I am using QTP 9.0 In object repository I select the item and click the "highlighted in the application" option But sometimes the objects are not highlighted in the application. How to fix this problem.
 

Manual Testing Real Time Example 
by qa_rahul 
in Testing Issues
What is Manual Testing? Give one real time example? How you write test case for Manual Testing with example


Difference between functionality testing and performance 
by raj1402 
 in Testing Issues
Difference between functionality testing and performance tell difference between the both if there any automation tool particular for each testing.


Simple SQL questions 
by indurkar 
in SQL
1. What are triggers and explain their types? 2. How to encrypt a procedure? 3. What is a PL/SQL Table? Explain. 4. Index by table, nested table, varray? 5. What are cursors? 6. Types of cursors. 7. Packages. 8. Oracle supplied packages. 9. What is the difference between procedure and function? 10. If function can return a value, then why use function?
 

Error in reports while running in apps
by syedrafi123 in Oracle Apps
While running reports in oracle applications, I also defined a value set with parameters. Moreover I have defined the correct mask for the date field in the properties of report & i got the following errors: appllcsp environment variable set to:current nls_lang and nls_numeric_characters environment variables are: american_america.utf8 ".," err rep-0613 : value does not match mask "dd-mon-rr" ora-018161 :literal does not match format string program exited with status 3 can any body solve my problem.


How to use virtual list object in web application
by kpvasanth  in QTP
In my application, there is custom list box, while making this as virtual list box not able to mark all the items in the list box as all items are not shown. But marked only visible items and made it virtual list box object but how to select invisible items by using this in a script.


Null statement in C 
by ShrutiS 
in C and C++
What are null statements in C? what are the consequences of null statement in C?


Why Java is Platform independent
by prakashreddy in Java
Why Java is platform independent? How it is independent from different platform? If you take C program, it also runs same as on different machine?


Scripting Database
by Ajay Kanse in Database Design
I am using oracle database. From the configuration perspective, I am interested to fetch the stored proc code and table definition from the database. Is there any way to get this? To clarify more, I would like to compare the flat SQL file with the actual code in database for stored proc and tables. I am badly looking for the answers to this.
 

Calling action on condition basis
by Prafullan in QTP
I have 2 actions in my test action A and action B (reusable action) and I am calling action B from action A on the condition basis. If Then RunAction "action A", one Iteration else fail End if. After running the script if the condition fails in the if clause still the action B is getting called which I don't want. Can anyone please help me out.

Geekinterview Learn

SAP and Microsoft tools for Customer Service
World's largest car dealer to use SAP and Microsoft tools for Customer Service Inchcape, the London-based largest car dealer in the world, is making itself much strong now by improving its customer services arising from major SAP and Microsoft implementations. The company has also vowed to setting a benchmark for customer service as a means of gaining an edge over its competitors and boosting profits, and says technology will make the difference.


CRM Solution from Oracle and Cisco WebEx

The Cisco WebEx group has already began its offering with the Oracle Siebel customer relationship management (CRM) on demand server. This new development is a breath of fresh air for Oracle which has in the few days seen and experienced so much headache with its plan in acquiring BEA systems.


Ruby on Rails Hype
Ruby on Rails Proves it Deserves the Hype With the multitude of programming languages out there such as Fortran, Java, C++ and C#, you may wonder why Ruby on Rails has suddenly become such a hot topic in the development world. Created in the late 1990's by an individual in Japan, the Ruby programming language had a cult following but never reached top-tier status. In 2004, a company called 37 Signals released a Web programming framework called Rails, which was originally developed for their own in-house projects.

Listening Skills - Active Listening
Active Listening What is Active Listening? In a word, active listening is the key to success in life. It means the difference in listening, processing, and using information to one's advantage, and merely hearing what a person is saying (i.e. letting it go in one ear and out the other)  effectively letting important opportunities pass us by.


Listening Skills - Effective Listening Skills
Effective Listening Skills Are you an effective listener? A lot of times, when someone at work makes a mistake, it is generally agreed that a communication error has occurred. But whose fault was it? Was it the fault of the person giving instructions? Or was it the fault of the individual who did not understand or failed to properly listen to the instructions?


ERP and DSS Implementation
ERP : Implementation of DSS With the birth of electronic commerce and supply chains, the call centers and other business initiatives supported by the information technologies had been worried about finding applications that join to decode, interpret and take the opportunity to make good use of the risks that allows an organization to make decisions, or at least, feel accompanied in the making of decisions.


Agility in Virtual Business Networks
Agility in Virtual Business Networks Agility means responding to rapid changes and continuous change management. With the rapid economic changes and unexpected market behavior, the virtual business networks have to adapt themselves to be able to respond in a timely and fast manner. Therefore agility provides the virtual business networks the ability to minimize losses and also as a risk deterrent. Agility can also be thought of as flexibility. The traditional businesses are more rigid in formulating a project flow and sticking to the plan till its completion.

ERP and the Future Mobile
ERP and the Future Mobile the near future, we can expect to have a huge increase in the investment of information technologies by the enterprises, which will be motivated by the new requirements of the market and will focus their attention especially on the mobile devices, which will experience a notorious explosion. Since this is becoming more common every day, the premise to be present at any time in any place reflects a latent tendency.


ERP and Business Intelligence
ERP and Business Intelligence The management of the corporate development starts with a simple inquiry of their partners about the present status of the company. Unless there is a specific answer to show the real status of the same, it will also finish there. Enterprise Performance Management (EPM) appeared with the purpose to help to find a primary answer to that question. The Business intelligence solutions offer personalized control panels including graphics, drawings and diverse explanations that will be useful for managers to monitor the metrics that really are important.


ERP Operation and Control
ERP Operation and Control The selection of the most suitable management system is it a difficult decision to make, but once it is decided, the next step is the operation and maintenance of ERP. It is necessary to know well all the capacities and abilities in order to exploit the system to its fullest extent. The very first decision that should be made is whether the system will be operated by the employees or by third parties.


Smart Business Networks
Smart Business Networks Smart Business network is a creative way of doing business establishing a strong link to achieve effective results better than the conventional business. The word smart has been coined to the terminology not only referring to the literal meaning of smartness but also indicates doing business with a technological approach to produce different and better outcomes. 


Regards,

admin

http://www.geekinterview.com

In case you have lost your password Click here to retrieve Lost Password
Click here to Unnsubscribe me from this mailing list
Geekinterview.com ,
Exforsys Inc, 248 Millington Road , Cortlandt Manor, New York USA
 

Tech FAQ  

Interview Questions 

Placement Papers 

Tech Articles 

Learn 

Freelance Projects 

Online Testing 

Geeks Talk 

Job Postings 

Knowledge Base 

Site Search 

Add/Ask Question

ASP.NET

XML

J2EE

Data Recovery

ASP.NET 2.0

Web 2.0

JSP

Data Mining

SQL Server 2005

PHP

WebSphere

Data Modeling

VB.NET 2005

JavaScript

C++ Tutorials

Data Warehousing

Analysis Services

VBScript

C Language

OOPS Concepts

C#

CSS

Testing Articles

Concepts

CRM

CSS3

Wireless

MainFrame

Ajax

ERP

Technology Trends

UML

Supply Chain

Client Server

SOA

NLP

App. Development

 

 

     

Sunday, October 28, 2007

GeekInterview Weekly Digest 28th October 2007

Weekly Digest 
28th October 2007   

Code Submission
  • Have you discovered an exciting new way of coding a program?
  • Does your code has the ability to perform exceptional task?
  • Do you have the key to secret programming tips?
  • Make it popular, Make the world know about your ability!
  • Write and Share your coding strengths, tips, tricks and secrets at GeekInterview Code Base and Win exciting prizes. 
  • We are inviting experts as well as novice programmers to showcase their programming talent.
  • You can submit programming related Source Codes, Tips, How to"s, Components, Class Modules and Functions.
  • The Code you submit will get published along with your name at www.code.geekinterview.com
  • There is no limit to the number of submissions, Just ensure your code is authentic.
  • Award Winning entries will be announced next month.
Ajax Latest Blog Entries
Online Office Productivity with Zoho.com
Project Management Tool that Runs on Ajax
Ajax Based KnowledgeTree now in Vista
The Oracle OpenWorld in San Francisco
Zimbra and Xythos Finally in Partners
New Mash up: Oracle’s Siebel and Cisco’s WebEx
Zimbra Shows Proof Why They Were Chosen
Ajax Based EditGrid Plus Released
Fortify Updated to Scan Ajax Codes
Ajax Powered Lookout Software Acquires RSS Calendar
Ajax vs. Search Engines
3rd Part Softwares in iPhones
Web 2.0 Summit and Ajax
 

GeekInterview.com Forums

Upload multiple test cases from Excel
by karthikpal on Saturday 20th October 2007 in Test Director

How differentiate between function and procedure?
by Sant_parkash on Tuesday 23rd October 2007 in Oracle

Difference between Exception and Error
by noman_mazher on Wednesday 24th October 2007 in Java

Difference between End to end testing and System testing
by newhere on Tuesday 23rd October 2007 in Testing Issues

doget method instead of doPost
by gptnitesh on Monday 22nd October 2007 in JSP

Login page Testcases
by kujar on Monday 22nd October 2007 in Testing Issues

Java not 100% Pure OOPS
by kaliswaranbsc on Monday 22nd October 2007 in Java

Difference between Unchecked and checked Exception
by noman_mazher on Wednesday 24th October 2007 in Java

Which will execute fast?
by Sant_parkash on Tuesday 23rd October 2007 in Oracle

QTP Repository
by stephen123 on Wednesday 24th October 2007 in QTP

Testing Stake holders
by Ria.STP on Tuesday 23rd October 2007 in Testing Issues

Why QTP not recognize the object
by rajaputra on Wednesday 24th October 2007 in QTP

Pivot columns
by Sant_parkash on Tuesday 23rd October 2007 in Oracle

Find line that throws an exception
by santh kumar on Monday 22nd October 2007 in Java

Calculate maximum number of test cases
by bharathi_ark on Tuesday 23rd October 2007 in Testing Issues

What will be Priority and Severity
by vijay_brijmohan on Monday 22nd October 2007 in Testing Issues

What does mean late binding
by noman_mazher on Wednesday 24th October 2007 in Java

Store Value using loop in procedure
by talha_saeed on Monday 22nd October 2007 in SQL

Incorrect behavior connecting Oracle vs SQL Server
by Nick048 on Monday 22nd October 2007 in Oracle
 

Latest Tutorials  (Partner Site Resource Links) 

ERP Systems as Quality Control Support
ERP Systems as Quality Control Support For the past few years, ERP systems have became one of the most powerful tools for quality control management. But ERP is just an informatics system that provides support to the integrated business management.
Category : Tutorials - ERP

Collaboration in Virtual Business Networks
Collaboration in Virtual Business Networks Most common businesses are small and majority of them are home based businesses. The small businesses have different common fields ranging from the traditional consumer business to technological trading. Mostly, these small businesses have been responsible for development of local or regional economies only. With the advent of e-commerce and virtual business networks, these small businesses have the opportunity to involve and succeed in the global economy.
Category : Career Center - Business Networking

How ERP Improves General Ledger Capacity
How ERP Improves General Ledger Capacity Flexibility, quickness, and efficiency are the pillars and needs of the modern organization. In order to fulfill all the requirements that the market imposes, ERP has become an useful utility. The general ledger tasks are nowadays one of the most important activities on the daily basis reports, and this system is the most effective in helping to provide a solid structure where the cost of sales, profit centre accounting and general ledger are unified.
Category : Tutorials - ERP

Knowledge Management in Business Networks
What is Knowledge Management (KM)? The basic definition of knowledge management from the business perspective states that it is the vital set of methods that manage the conception, distribution, and exploitation of knowledge. In today's Information Age era, with the technological advancements in communication, Knowledge management techniques have an intense effect on each and every decisions made by a business and the actions taken in response to market situations.
Category : Career Center - Business Networking

Information Sharing in Business Network
Information Sharing in Business Network Need for information sharing With the advent of e-commerce and business networking, most businesses rely on the information they receive through internet. The businesses are now part of a distributed production chain wherein their products need to be supplied within specified deadlines to the customer.
Category : Career Center - Business Networking

Service Oriented Infrastructure
Service Oriented Infrastructure Service Oriented Infrastructure is a systematic means for describing Information Technology infrastructures in the terms of a service. The underlying principles of Service Oriented Infrastructure revert back to LDAP and Mainframe technologies, among others. Where Service Oriented Infrastructure manages to distinguish itself is the way in which it provides a mindset or framework for making Business benefits measurable.
Category : Tutorials - SOA
 

Latest Geekinterview.com Jobs

1. Software Design Engineer in Test (SDET)
2. Consulting Firmware Engineer
3. Senior Product Engineer
4. Senior Engineering Lab Technician
5. RF Electrical Design Engineer
6. Firmware Engineer
7. Systems Engineer-RF-Wireless Infrastructure-IP networks/LAN/WAN
8. Test Engineer
9. Software Development Supervisor
10. Senior Software Developer
 

Tutorials (Partner Site Resource Links) 

ASP.NET

XML

J2EE

Data Recovery

ASP.NET 2.0

Web 2.0

JSP

Data Mining

SQL Server 2005

PHP

WebSphere

Data Modeling

VB.NET 2005

JavaScript

C++ Tutorials

Data Warehousing

Analysis Services

VBScript

C Language

OOPS Concepts

C#

CSS

Testing Articles

Concepts

CRM

CSS3

Wireless

MainFrame

Ajax

ERP

Technology Trends

UML

Supply Chain

Client Server

Service Oriented Architecture (SOA)

Neuro-linguistic Programming (NLP)

Application Development

 

Online Testing

 

Best Regards,
Admin

 

  itinterview
,
    
In case you have lost your password Click here to retrieve Lost Password
    
     If you don"t wish to receive newsletters, Please follow the link to change your email preferences,
     http://www.geekinterview.com/talk/misc.php?do=unsub

     Please NOTE :
     For all Partner Site Resource Links you may need to register in respective sites for login. 
     Your geekinterview username and password is exclusive for geekinterview.com website.   
     For exforsys tutorials login you need to register separate at www.exforsys.com

 

 

GeekInterview | Geeks Forum | Online Quiz | Interview Questions | Learning Series | Code Snippets | Tech Articles | Contact Us

Copyright © 2005 - 2007 geekinterview.com