Categories
Technology Articles
- .Net (8)
- How does the HttpApplicationFactory in ASP.Net work?
- What is the difference betwen ADO.net datasets and ADO recordset?
- What is boxing and unboxing?
- What is the fundamental difference between value type and reference type?
- Explain shadowing.
- Difference between Typed data set and Untyped data set?
- What is the CLR in .Net?
- What is the lifecycle of a ASP.Net requests?
- ASP.Net (2)
- C (3)
- What is an Object Oriented System?
- Why is new better than using malloc?
- What is the use of inline functions?
- C# (3)
- What is boxing and unboxing?
- What is the fundamental difference between value type and reference type?
- Are C# destructors the same as C++ destructors?
- C++ (36)
- How does the HttpApplicationFactory in ASP.Net work?
- What is an Object Oriented System?
- What are encapsulated classes?
- What are class hierarchies?
- What is abstraction of objects in object oriented terminology?
- Explain communication via messages in object oriented world?
- What is object lifetime?
- What is the concept of abstract classes?
- Which are the creational design patterns?
- Which are the structural design patterns?
- What is a 2-tier architecture?
- Are C# destructors the same as C++ destructors?
- What are the basics of adding constructor?
- What are the basics of adding destructor?
- What are the basics of throwing and catching exceptions in C++?
- What is an abstraction and why is it important?
- What is the difference between encapsulation and abstraction?
- Why is it important to separate interface from implementation?
- What are the benefits of inheritance?
- How should runtime errors be handled in C++?
- Why shouldnt one use return codes for error handling?
- What are references in C++?
- Why is new better than using malloc?
- What is the use of inline functions?
- What is the difference between inspector and a mutator?
- What are namespaces?
- What are static class members?
- What is a friend in C++?
- What is a virtual member function?
- Explain the need of a pure virtual function.
- What is operator overloading?
- What is the purpose of templates?
- What is static and dynamic type checking?
- What is CVS?
- Explain branching in CVS.
- What is the lifecycle of a ASP.Net requests?
- CRM (6)
- Service Scenarios for best practices in SAP CRM
- Mobile Infrastructure - Open Platform for enterprise mobility
- Explain SAP In-House Cash.
- SAP Collections Management
- SAP Dispute Management
- SAP Financial Accounting - General Ledger
- CVS (1)
- Database (1)
- Databases (4)
- Explain the shared nothing architecture.
- What is an ACID transaction?
- What are the transaction isolation levels?
- What is a log manager?
- Design Patterns (1)
- ERM (1)
- ERP (17)
- From Patchwork to Business Solutions
- IT and business organization in sync
- Solutions Designed for small and mid size businesses
- SAP Human Capital Management
- Recruiting enabled by SAP E-Recruiting
- Explain SAP E-Recruiting.
- Workforce Analytics in SAP ERP
- Explain inbound and outbound logistics.
- SAP Business One features
- SAP Customer Relationship Management (SAP CRM)
- Business Process Monitoring
- SAP Solution Manager
- SAP Implementation Tools and Technologies
- SAP NetWeaver Java Development Infrastructure
- SAP Exchange Infrastrcuture SAP XI
- Business Process Management
- Changing technology in SAP ERP Markets.
- Hibernate (1)
- J2EE (73)
- Explain the front controller pattern?
- Explain the session facade design pattern.
- Explain the singleton design pattern.
- What is XML?
- What is JAXP?
- Explain the SAX parser
- What is the difference between JAXP and JAXB?
- Explain the DOM API.
- What are the different ways of session management?
- What are session objects?
- What is log4j framework?
- What are the ServletContextListener interface used for?
- Explain the ServletContentAttributeListener interface.
- How does one listen to HttpSession events?
- Explain the Filter interface
- Explain the JspPage interface.
- Which are the different elements of a JSP page?
- Explain the different scopes for a bean.
- Explain the tag library descriptor file.
- Which are the classes used to develop custom tags in JSP?
- Explain the Http entity headers.
- What is an EJB?
- Which are the roles in an EJB application development?
- Explain the EJB home interface.
- Explain JNDI.
- What is a session bean?
- What are entity beans?
- What are the types of entity beans?
- What is JMS?
- JAXB: Java API for XML Binding
- JAXM: Java API for XML Messaging
- What is ORM?
- Explain web services.
- Explain the command design pattern.
- Explain the features of a Spring framework.
- Explain Dependency Injection in Spring.
- Explain the BeanFactory in Spring.
- Explain the ApplicationContext in Spring.
- JAXR: Java API for XML Registries
- What are the different roles in SOA?
- Explain the structure of a SOAP message?
- What is AXIS?
- Explain the Service Locator design pattern
- What is IoC?
- What is AOP?
- What is Hibernate?
- Explain the struts architecture.
- What is JavaMail?
- Explain transaction management in Spring.
- Explain JDO
- Java (102)
- What is JAXP?
- Explain the SAX parser
- What is the difference between JAXP and JAXB?
- Explain the DOM API.
- What are the different ways of session management?
- What are session objects?
- What is log4j framework?
- What are the ServletContextListener interface used for?
- Explain the ServletContentAttributeListener interface.
- How does one listen to HttpSession events?
- Explain the Filter interface
- Explain the JspPage interface.
- Which are the different elements of a JSP page?
- Rules to create a java bean.
- Explain the different scopes for a bean.
- Explain the tag library descriptor file.
- Which are the classes used to develop custom tags in JSP?
- Explain the Http entity headers.
- What is an EJB?
- Which are the roles in an EJB application development?
- Explain the EJB home interface.
- Explain JNDI.
- What is a session bean?
- What are entity beans?
- What are the types of entity beans?
- What is JMS?
- JAXB: Java API for XML Binding
- JAXM: Java API for XML Messaging
- What is ORM?
- Explain web services.
- Explain the command design pattern.
- Explain the features of a Spring framework.
- Explain Dependency Injection in Spring.
- Explain the BeanFactory in Spring.
- Explain the ApplicationContext in Spring.
- JAXR: Java API for XML Registries
- What are the different roles in SOA?
- Explain the structure of a SOAP message?
- What is AXIS?
- Explain the Service Locator design pattern
- What is IoC?
- What is AOP?
- What is Hibernate?
- Explain the struts architecture.
- What is JavaMail?
- Explain transaction management in Spring.
- Explain JDO
- What is CVS?
- Explain working of CVS.
- Explain branching in CVS.
- JDBC (2)
- JDBC. J2EE (1)
- JSP (5)
- What is JSTL ?
- Explain the purpose of <jsp: include>.
- Explain the <%@taglib%> directive.
- Explain the session scope in a JSP.
- Rules to create a java bean.
- Macros (1)
- Networking (1)
- OOPS (8)
- What is an Object Oriented System?
- What are encapsulated classes?
- What are class hierarchies?
- What is polymorphism?
- What is abstraction of objects in object oriented terminology?
- Explain communication via messages in object oriented world?
- What is object lifetime?
- What is the concept of abstract classes?
- Oracle (5)
- What are cursors?
- What are subprograms in PL/SQL?
- What are procedures in Oracle?
- What are functions in Oracle?
- What are database triggers?
- Programming (1)
- QA (1)
- Reviews
- SAP (35)
- From Patchwork to Business Solutions
- IT and business organization in sync
- SAP Mobile Computing .Heard about it?
- Benefits of SAP Netweaver
- Ramping the Enterpirse Quotient:
- Integrating Business Processes
- Designing Cross Solutions
- How Does SAP MDM Work?
- Greater options for transformation of message content between sender and recipient
- How does SAP EDI help businesses?
- What is Single Sign-On in SAP?
- Explain Central User Management in SAP.
- Explain the SAP Web Application Server Architecture.
- Solutions Designed for small and mid size businesses
- Service Scenarios for best practices in SAP CRM
- Mobile Infrastructure - Open Platform for enterprise mobility
- Explain SAP Credit Management.
- Explain SAP In-House Cash.
- SAP Collections Management
- SAP Dispute Management
- SAP Financial Accounting - General Ledger
- SAP Human Capital Management
- Recruiting enabled by SAP E-Recruiting
- Explain SAP E-Recruiting.
- Workforce Analytics in SAP ERP
- Explain inbound and outbound logistics.
- SAP Business One features
- SAP Customer Relationship Management (SAP CRM)
- Business Process Monitoring
- SAP Solution Manager
- SAP Implementation Tools and Technologies
- SAP NetWeaver Java Development Infrastructure
- SAP Exchange Infrastrcuture SAP XI
- Business Process Management
- Changing technology in SAP ERP Markets.
- SOAP (1)
- Spring (6)
- What are the types of dependency injections in Spring?
- Explain the features of a Spring framework.
- Explain Dependency Injection in Spring.
- Explain the BeanFactory in Spring.
- Explain the ApplicationContext in Spring.
- What is AOP?
- SQL (8)
- What is an ACID transaction?
- What are the transaction isolation levels?
- What is a log manager?
- What are cursors?
- What are subprograms in PL/SQL?
- What are procedures in Oracle?
- What are functions in Oracle?
- What are database triggers?
- SQL Server (1)
- Struts (1)
- tset
- UML (3)
- What are UML use cases?
- What are state diagrams and activity charts?
- Which are the requirements gathering methodologies?
- Unix (1)
- VB.Net (1)
- VC++ (2)
- Web Services (4)
- XML (2)
Technology Articles
- Jobs (34)
- Jobs in Delhi | Delhi jobs
- Jobs in Andaman and Nicobar | Andaman and Nicobar jobs
- Jobs in Arunachal Pradesh | Arunachal Pradesh jobs
- Jobs in Chandigarh | Chandigarh jobs
- Jobs in Dadra and Nagar Haveli | Dadra and Nagar Haveli jobs
- Jobs in Gujarat | Gujarat jobs
- Jobs in Himachal Pradesh | Himachal Pradesh jobs
- Jobs in Jharkhand | Jharkhand jobs
- Jobs in Kerala | Kerala jobs
- Jobs in Maharashtra | Maharashtra jobs
- Jobs in Mizoram | Mizoram jobs
- Jobs in Orissa | Orissa jobs
- Jobs in Punjab | Punjab jobs
- Jobs in Sikkim | Sikkim jobs
- Jobs in Tripura | Tripura jobs
- Jobs in Uttarakhand | Uttarakhand jobs
- Jobs in Andhra Pradesh | Andhra Pradesh jobs
- Jobs in Assam | Assam jobs
- Jobs in Bihar | Bihar jobs
- Jobs in Chhattisgarh | Chhattisgarh jobs
- Jobs in Daman and Diu | Daman and Diu jobs
- Jobs in Goa | Goa jobs
- Jobs in Haryana | Haryana jobs
- Jobs in Jammu and Kashmir | Jammu and Kashmir jobs
- Jobs in Karnataka | Karnataka jobs
- Jobs in Madhya Pradesh | Madhya Pradesh jobs
- Jobs in Manipur | Manipur jobs
- Jobs in Meghalaya | Meghalaya jobs
- Jobs in Nagaland | Nagaland jobs
- Jobs in Puducherry | Puducherry jobs
- Jobs in Rajasthan | Rajasthan jobs
- Jobs in Tamil Nadu | Tamil Nadu jobs
- Jobs in Uttar Pradesh | Uttar Pradesh jobs
- Jobs in West Bengal | West Bengal jobs
- Jobs (203)
- Jobs in Jamshedpur | Jamshedpur jobs
- Jobs in Kota | Kota jobs
- Jobs in Firozabad | Firozabad jobs
- Jobs in Durg | Durg jobs
- Jobs in Dindigul | Dindigul jobs
- Jobs in Chapra | Chapra jobs
- Jobs in Buxar | Buxar jobs
- Jobs in Balaghat | Balaghat jobs
- Jobs in Asansol | Asansol jobs
- Jobs in Puri | Puri jobs
- Jobs in Sholapur | Sholapur jobs
- Jobs in Quilon | Quilon jobs
- Jobs in Muzaffarnagar | Muzaffarnagar jobs
- Jobs in Madurai | Madurai jobs
- Jobs in Leh | Leh jobs
- Jobs in Katni | Katni jobs
- Jobs in Kanauj | Kanauj jobs
- Jobs in Jalalabad | Jalalabad jobs
- Jobs in Howrah | Howrah jobs
- Jobs in Hamirpur | Hamirpur jobs
- Jobs in Haldia | Haldia jobs
- Jobs in Gandhinagar | Gandhinagar jobs
- Jobs in Ferozepur Cantt. | Ferozepur Cantt. jobs
- Jobs in Cochin | Cochin jobs
- Jobs in Bhandara | Bhandara jobs
- Jobs in Azamgarh | Azamgarh jobs
- Jobs in Balrampur | Balrampur jobs
- Jobs in Dehradun | Dehradun jobs
- Jobs in Dharamsala | Dharamsala jobs
- Jobs in Bongaigaon | Bongaigaon jobs
- Jobs in Faridkot | Faridkot jobs
- Jobs in Guwahati | Guwahati jobs
- Jobs in Nalgonda | Nalgonda jobs
- Jobs in Nizamabad | Nizamabad jobs
- Jobs in Patiala | Patiala jobs
- Jobs in Raipur | Raipur jobs
- Jobs in Rampur | Rampur jobs
- Jobs in Ranikhet | Ranikhet jobs
- Jobs in Ratnagiri | Ratnagiri jobs
- Jobs in Roorkee | Roorkee jobs
- Jobs in Satna | Satna jobs
- Jobs in Shimla | Shimla jobs
- Jobs in Shivpuri | Shivpuri jobs
- Jobs in Siwan | Siwan jobs
- Jobs in Srinagar | Srinagar jobs
- Jobs in Sonipat | Sonipat jobs
- Jobs in Suratgarh | Suratgarh jobs
- Jobs in Thiruvananthapuram | Thiruvananthapuram jobs
- Jobs in Thrissur | Thrissur jobs
- Jobs in Tinsukia | Tinsukia jobs
- Jobs (336)
- Jobs in Network Solutions
- Jobs in NJ IndiaInvest
- Jobs in Nokia Siemens Networks
- Jobs in Noor Al Sharq
- Jobs in Norgren
- Jobs in Nortel Networks
- Jobs in Novell
- Jobs in Nucleus Software
- Jobs in NVIDIA
- Jobs in Omaxe New
- Jobs in Opus Software
- Jobs in ORACLE
- Jobs in Orange
- Jobs in Pacific Controls
- Jobs in Pangea3
- Jobs in Patni Computers
- Jobs in Perot Systems | Perot Systems jobs
- Jobs in Persistent Systems Ltd. | Persistent Systems Ltd. jobs
- Jobs in Philips | Philips jobs
- Jobs in Piramal Healthcare | Piramal Healthcare jobs
- Jobs in Playtech | Playtech jobs
- Jobs in Portescap | Portescap jobs
- Jobs in PRAXAIR | PRAXAIR jobs
- Jobs in PTC Software | PTC Software jobs
- Jobs in PURAVANKARA | PURAVANKARA jobs
- Jobs in Q3 Technologies | Q3 Technologies jobs
- Jobs in Qatalys | Qatalys jobs
- Jobs in QLogic | QLogic jobs
- Jobs in QUALCOMM India | QUALCOMM India jobs
- Jobs in Quest Diagnostics | Quest Diagnostics jobs
- Jobs in Quotient | Quotient jobs
- Jobs in R Systems | R Systems jobs
- Jobs in Quest Software | Quest Software jobs
- Jobs in @risGlobal
- Jobs in 4004 Incorporated
- Jobs in ABC Bearings New
- Jobs in ABN AMRO ACES
- Jobs in Accenture
- Jobs in Accor Hospitality
- Jobs in Actavis Pharma
- Jobs in ADP
- Jobs in Advance India Projects
- Jobs in Agilent Tech.
- Jobs in Agility
- Jobs in Agilis
- Jobs in Agni Property
- Jobs in Al Malki Qatar
- Jobs in Al Shirawi
- Jobs in Alcatel Lucent
- Jobs in Al Tuwairqi
- Jobs (179)
- Embedded Jobs in India
- Employment Firm Jobs in India
- Energy Jobs in India
- Engineering Design Jobs in India
- Engineering Jobs in India
- Entertainment Jobs in India
- ERP Jobs in India
- Events Jobs in India
- Export Jobs in India
- Fertilizers Jobs in India
- Films Jobs in India
- Finance Jobs in India
- Financial Services
- Financial Services Jobs in India
- FMCG Jobs in India
- Foods Jobs in India
- Freight Jobs in India
- Fresher Jobs in India
- Freshers Jobs in India
- Fashion Jobs in India
- Garments Jobs in India
- Front Off Jobs in India
- EDA Jobs in India
- Gems Jobs in India
- Government Jobs in India
- Graphic Design Jobs in India
- Guards Jobs in India
- Hardware Jobs in India
- Healthcare Jobs in India
- Heavy Machinery Jobs in India
- Hospital Jobs in India
- Hotels Jobs in India
- HR Jobs in India
- Import Jobs in India
- Industrial Products
- Industrial Products Jobs in India
- Infrastructure Jobs in India
- Insurance Jobs in India
- Interior Design Jobs in India
- Interior Designing Jobs in India
- International Jobs in India
- Internet Technologies Jobs in India
- IR Jobs in India
- ISP Jobs in India
- IT-Hardware Jobs in India
- ITES Jobs in India
- Jewellery Jobs in India
- Journalism Jobs in India
- KPO Jobs in India
- Law Enforcement Jobs in India
- Jobs
