[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Technical Interview Questions and Answers :: WebMethod

    1 / 166

    Some question from project specific.
    Answer:

    1. Name of project( also, tell the summary)
    2. Explain the key words in the name of project
    3. Why this project
    4. Your contribution
    5. Advantages
    6. Disadvantages
    7. Explain by drawing a block diagram (if possible)
    8. Explain the project.( With or without pen

    Please Login First :

    2 / 166

    On what all webmethods components you worked on.
    Answer:

      1) Designer

      2) Developer

      3) MWS

      4) Brokers

      5) PubSub Models

      6) Deployer

      7) Trading Network

      8) Integration Server

      9) Triggers, Adapters and file polling ports.

    Please Login First :

    3 / 166

    How does jdbc notification works explain
    Answer:

    An adapter notification monitors a specified database table for changes, such as an insert, update, or delete operation, so that the appropriate Java or flow services can make use of the data, such as sending an invoice or publishing it to the Integration Server.
    JDBC Adapter notifications are polling-based. That is, the Integration Server will invoke the notification periodically based on the polling interval that you specify when you schedule the notification.

    Enabled: The polling notification performs as scheduled.
    Suspended: The polling notification is removed from the scheduler but the database trigger and buffer table are not dropped.
    Disabled: The polling notification is removed from the scheduler and the database trigger and buffer table are dropped.

    Adapter Notification Templates
    The JDBC Adapter provides the following adapter notification templates:

    Notification Type

    Notification Template

    Description

    Insert Notification Insert NotificationPublishes notification of insert operations on a database table.
    Update NotificationUpdate NotificationPublishes notification of update operations on a database table.
    Delete NotificationDelete Notification Publishes Notification of delete operations on a database table.
    Basic Notification Basic NotificationPolls a database table for data using a SQL Select operation.
    Stored ProcedureStored Procedure NotificationPublishes notification data by calling a stored procedure inside of a database.
    Ordered NotificationOrdered Notification Publishes notification data for multiple insert, update, or delete operations on multiple tables for a given database.

    Most adapter notifications, such as Insert Notifications and Update Notifications, can use the Exactly Once notification feature. This feature ensures that notification data will not be duplicated even if a failure occurs during processing. This is achieved by assigning unique IDs for each publishable document. After a processing failure, the Integration Server checks for duplicate records in storage and ignores any duplicate IDs.

    Note: Stored Procedure Notifications do not support the Exactly Once notification feature because they do not use publishable document unique IDs

    Notification Types
    There are six types of notifications: Insert, Update, Delete, Basic, Stored Procedure, and Ordered Notifications. They vary in how they are structured and operate, as described in the following sections.
    Insert Notifications, Update Notifications, and Delete Notifications use a combination of triggers and buffer tables to capture events that happen on specific tables in a database. You configure the triggers and buffer tables when you configure the notifications.
    These types of notifications operate similarly, with the exception of the type of SQL operation (insert, update, or delete) that they monitor. The adapter creates the trigger and buffer table when you enable a notification. The buffer table, which you specified when you configured the notification, holds the data selected by the trigger. There are no special size constraints for the buffer tables. The trigger monitors the database table you specified when you configured the notification and inserts data into the buffer table. When you disable a notification, the adapter drops the trigger and buffer table.When you enable a notification, the database trigger monitors the table and inserts the data into the buffer table. When the Integration Server invokes the notification, it retrieves the rows of data from the buffer table, publishes each row in the notifications publishable document, and then removes this row from the buffer table.After you enable these types of notifications, the trigger and buffer table remain in the database table when you: Shut down the Integration Server Disable the package containing the enabled notification Reload the package containing the enabled notification Suspend the notification.

    Please Login First :

    4 / 166

    Types of JDBC transactions and their working methods.
    Answer:

    Local Transaction,

    No Transaction,

    XA Transaction.



     

    Please Login First :

    5 / 166

    When the broker goes down what happens to the files.
    Answer:

    If it is guaranteed then it will store in outbound document store and if volatile then it get discarded.

    Please Login First :

    6 / 166

    Web services: how do you differentiate provider and consumer.
    Answer:

      1) we Can see in properties panel

      2) Symbol

    Please Login First :

    7 / 166

    What is RESTFUL services.
    Answer:

    While REST stands for Representational State Transfer, which is an architectural style for networked hypermedia applications, it is primarily used to build Web services that are lightweight, maintainable, and scalable. A service based on REST is called a RESTful service.

    Please Login First :

    8 / 166

    Difference between web services and REST.
    Answer:






































    SOAP REST
    1)An XML based message protocol. An Architecture style Protocol.
    2) Uses WSDL for communication between consumer and provider. Uses XML or JSON to send and receive data.
    3) Invoking service by calling RPC methods. SImply call service via URL path.
    4) Does not return human readable format. Result is readable, which is just plain XML or JSON.
    5) Transafer Over HTTP. Also use other protocols such as SMTP, FTP etc Transfer is over HTTP only.
    6)Java Script can call SOAP, But it is difficult to implement. Easy to call from Java script
    7) Performance is not great. Performance is much better, Less CPU use, Leaner code, Light weight etc.

    Please Login First :

    9 / 166

    How do you get thread dumps.
    Answer:

    Following are methods for generating a Java thread dump on Unix:

    Note the process ID number of the Java process (e.g. using top, a grep on ps -axw, etc.) 



    Example: PS -ef | grep -i java

    Send a QUIT signal to the process with the kill -QUIT or kill -3 command.



    Example: kill -3 JAVA_PID

    Please Login First :

    10 / 166

    When you are trying to send transaction to target system, If for some reason the target system is down. What you would be assure that no data is lost.
    Answer:

    Use guaranteed document

    The document will store in Client Queue

    Please Login First :


Your responses will be stronger if you prepare well in advance for Webmethod Interview Questions, get most frequently asked top Basic and Advanced Webmethods interview questions and answers with detailed explanation.
This section covers Webmethod Interview Questions Accenture, Webmethod Interview Questions IBM for freshers and experienced. It helps job seekers who are about to attend Interview for Webmethod Profile.
You can Compile a list of the Top/Favorite/Frequently asked Interview Questions/Answers and add to your "Reading List" and refer your Reading list questions whenever you want.