Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys WMB Developer Interview Questions and Answers

Updated 19 Oct 2022

11 Interview questions

A WMB Developer was asked
Q. Are you aware of the pub-sub mechanism?
Ans. 

Yes, pub sub mechanism is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers.

  • Publishers send messages to a topic or channel without knowing which subscribers, if any, will receive the message.

  • Subscribers express interest in one or more topics and only receive messages that are of interest.

  • It is commonly used in...

A WMB Developer was asked
Q. What is the difference between return true and return false?
Ans. 

return true means a positive response while return false means a negative response.

  • return true is used to indicate that a certain condition is met or an operation is successful

  • return false is used to indicate that a certain condition is not met or an operation has failed

  • return true and return false are often used in conditional statements and functions

  • example: function isEven(num) { if(num % 2 === 0) { return true...

WMB Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is the difference between writing 'propagate to' and not wri ... read more
asked in Infosys
Q2. When message will come to failure and catch in mq node? Is it sam ... read more
asked in Infosys
Q3. What is the difference between return true and return false?
asked in Infosys
Q4. What is the difference between xmlns:c and xmlns?
asked in Infosys
Q5. Can you use multiple databases in a flow? And how?
A WMB Developer was asked
Q. What nodes are used in IBM Integration Bus (IIB)?
Ans. 

IIB uses various nodes for different purposes.

  • Input nodes: HTTPInput, MQInput, FileInput, etc.

  • Output nodes: HTTPOutput, MQOutput, FileOutput, etc.

  • Processing nodes: Compute, Filter, Route, etc.

  • Transformation nodes: Mapping, XSLT, JSON, etc.

  • Utility nodes: Timer, Trace, TryCatch, etc.

  • Storage nodes: Database, File, etc.

  • Security nodes: SSLConfig, Authentication, etc.

A WMB Developer was asked
Q. What is the difference between writing 'propagate to' and not writing 'propagate to'?
Ans. 

Using propagate to determines whether an exception should be propagated to the caller or not.

  • If propagate to is not used, the exception will not be propagated to the caller and will be handled within the flow.

  • If propagate to is used, the exception will be propagated to the caller and can be handled by the calling flow or application.

  • Propagate to can be used in conjunction with exception handling nodes like Try-Cat...

A WMB Developer was asked
Q. Is it mandatory to use a validate node?
Ans. 

No, it is not mandatory to use validate node.

  • Validate node is used to validate the input data against a schema.

  • It is not mandatory to use it, but it is recommended to ensure data consistency.

  • Other nodes like switch, function, and change can also be used for validation.

A WMB Developer was asked
Q. Are you cloud aware?
Ans. 

Yes, I am cloud aware.

  • I have experience working with cloud platforms such as AWS, Azure, and Google Cloud.

  • I understand the benefits of cloud computing such as scalability, cost-effectiveness, and accessibility.

  • I am familiar with cloud-based tools and technologies such as Docker, Kubernetes, and serverless computing.

  • I have worked on projects that involve cloud-based storage, databases, and APIs.

A WMB Developer was asked
Q. What are transaction modes in MQ node?
Ans. 

Transaction modes in MQ node are used to control the behavior of transactions.

  • Transaction modes include 'auto', 'none', 'single', and 'multiple'

  • Auto mode automatically starts a transaction for each message

  • None mode disables transactions

  • Single mode ensures that each message is part of a single transaction

  • Multiple mode allows messages to be part of multiple transactions

  • Transaction modes can be set at the node level ...

Are these interview questions helpful?
A WMB Developer was asked
Q. What is the difference between xmlns:c and xmlns?
Ans. 

xmlnsc is used for defining namespaces in IBM Integration Bus, while xmlns is used in XML documents for the same purpose.

  • xmlnsc is specific to IBM Integration Bus, while xmlns is a standard XML attribute.

  • xmlnsc is used in message flows to define namespaces for message elements.

  • xmlns is used in XML documents to define namespaces for elements and attributes.

  • Both are used to avoid naming conflicts in XML documents.

A WMB Developer was asked
Q. What are the different parsers used?
Ans. 

There are various parsers used in webMethods Broker (WMB) such as XML, Flat File, JSON, and EDI.

  • XML parser is used to parse XML messages

  • Flat File parser is used to parse flat file messages

  • JSON parser is used to parse JSON messages

  • EDI parser is used to parse EDI messages

A WMB Developer was asked
Q. When message will come to failure and catch in mq node? Is it same in soap node?
Ans. 

Messages fail and catch in MQ and SOAP nodes based on different criteria.

  • In MQ nodes, messages can fail due to issues like invalid message format, queue full, or network errors.

  • MQ nodes can catch messages that fail due to these issues and route them to a designated error queue.

  • In SOAP nodes, messages can fail due to issues like invalid SOAP message format or authentication errors.

  • SOAP nodes can catch messages that...

Infosys WMB Developer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Oct 2021. There were 2 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. What are transaction modes in mq node?
  • Ans. 

    Transaction modes in MQ node are used to control the behavior of transactions.

    • Transaction modes include 'auto', 'none', 'single', and 'multiple'

    • Auto mode automatically starts a transaction for each message

    • None mode disables transactions

    • Single mode ensures that each message is part of a single transaction

    • Multiple mode allows messages to be part of multiple transactions

    • Transaction modes can be set at the node level or th...

  • Answered by AI
  • Q2. Have you worked on kafka? What are advantages of kakfa over ibm mq?
  • Q3. What all nodes are used in IIB?
  • Ans. 

    IIB uses various nodes for different purposes.

    • Input nodes: HTTPInput, MQInput, FileInput, etc.

    • Output nodes: HTTPOutput, MQOutput, FileOutput, etc.

    • Processing nodes: Compute, Filter, Route, etc.

    • Transformation nodes: Mapping, XSLT, JSON, etc.

    • Utility nodes: Timer, Trace, TryCatch, etc.

    • Storage nodes: Database, File, etc.

    • Security nodes: SSLConfig, Authentication, etc.

  • Answered by AI
  • Q4. What are the different parsers used?
  • Ans. 

    There are various parsers used in webMethods Broker (WMB) such as XML, Flat File, JSON, and EDI.

    • XML parser is used to parse XML messages

    • Flat File parser is used to parse flat file messages

    • JSON parser is used to parse JSON messages

    • EDI parser is used to parse EDI messages

  • Answered by AI
  • Q5. What is the difference between xmlnsc and xmlns?
  • Ans. 

    xmlnsc is used for defining namespaces in IBM Integration Bus, while xmlns is used in XML documents for the same purpose.

    • xmlnsc is specific to IBM Integration Bus, while xmlns is a standard XML attribute.

    • xmlnsc is used in message flows to define namespaces for message elements.

    • xmlns is used in XML documents to define namespaces for elements and attributes.

    • Both are used to avoid naming conflicts in XML documents.

  • Answered by AI
  • Q6. Is it mandatory to use validate node?
  • Ans. 

    No, it is not mandatory to use validate node.

    • Validate node is used to validate the input data against a schema.

    • It is not mandatory to use it, but it is recommended to ensure data consistency.

    • Other nodes like switch, function, and change can also be used for validation.

  • Answered by AI
  • Q7. Can you use multiple databases in a flow? And how?
  • Ans. 

    Yes, multiple databases can be used in a flow by configuring multiple database connectors.

    • Configure multiple database connectors in the flow

    • Specify the database name and connection details for each connector

    • Use the appropriate connector in each step of the flow based on the required database

    • Data can be transferred between databases using intermediate steps

  • Answered by AI
  • Q8. What is difference between return true and return false?
  • Ans. 

    return true means a positive response while return false means a negative response.

    • return true is used to indicate that a certain condition is met or an operation is successful

    • return false is used to indicate that a certain condition is not met or an operation has failed

    • return true and return false are often used in conditional statements and functions

    • example: function isEven(num) { if(num % 2 === 0) { return true; } e...

  • Answered by AI
  • Q9. What is the difference if we write propagate to and don’t write propagate to?
  • Ans. 

    Using propagate to determines whether an exception should be propagated to the caller or not.

    • If propagate to is not used, the exception will not be propagated to the caller and will be handled within the flow.

    • If propagate to is used, the exception will be propagated to the caller and can be handled by the calling flow or application.

    • Propagate to can be used in conjunction with exception handling nodes like Try-Catch or...

  • Answered by AI
  • Q10. When message will come to failure and catch in mq node? Is it same in soap node?
  • Ans. 

    Messages fail and catch in MQ and SOAP nodes based on different criteria.

    • In MQ nodes, messages can fail due to issues like invalid message format, queue full, or network errors.

    • MQ nodes can catch messages that fail due to these issues and route them to a designated error queue.

    • In SOAP nodes, messages can fail due to issues like invalid SOAP message format or authentication errors.

    • SOAP nodes can catch messages that fail...

  • Answered by AI
  • Q11. Are you aware about pub sub mechanism?
  • Ans. 

    Yes, pub sub mechanism is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers.

    • Publishers send messages to a topic or channel without knowing which subscribers, if any, will receive the message.

    • Subscribers express interest in one or more topics and only receive messages that are of interest.

    • It is commonly used in dist...

  • Answered by AI
  • Q12. Do you know about swagger?
  • Q13. Are you cloud aware?
  • Ans. 

    Yes, I am cloud aware.

    • I have experience working with cloud platforms such as AWS, Azure, and Google Cloud.

    • I understand the benefits of cloud computing such as scalability, cost-effectiveness, and accessibility.

    • I am familiar with cloud-based tools and technologies such as Docker, Kubernetes, and serverless computing.

    • I have worked on projects that involve cloud-based storage, databases, and APIs.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the fundamentals. Learn basics of kafka and azure/ aws cloud concepts and IIB Latest version features

Skills evaluated in this interview

What people are saying about Infosys

View All
schedule2
Verified Icon
6d
works at
Cognizant
Salary expectation
I have 5+ years of experience in springboot microservices, currently working in CTS and having 10L CTC , wanted to switch in Infosys or Accenture like companies, how much should I ask for 15L-18L ? Just worried if I ask more they can reject my application, please help me with some numbers
Got a question about Infosys?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

WMB Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is the difference between writing 'propagate to' and not wri ... read more
asked in Infosys
Q2. When message will come to failure and catch in mq node? Is it sam ... read more
asked in Infosys
Q3. What is the difference between return true and return false?
asked in Infosys
Q4. What is the difference between xmlns:c and xmlns?
asked in Infosys
Q5. Can you use multiple databases in a flow? And how?

I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity that aligns with my career goals and personal growth.

    • Relocation can provide exposure to new technologies and methodologies.

    • I am excited about the prospect of working in diverse teams and cultures.

    • For example, moving to a tech hub like San Francisco could enhance my career.

    • I understand the challenges of relocating, but I see them as opportunities for growth.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I bring a unique blend of skills, experience, and passion for software development that aligns perfectly with your team's goals.

    • Proven experience in developing scalable applications, such as a recent project where I improved performance by 30%.

    • Strong problem-solving skills demonstrated through my contributions to open-source projects, enhancing functionality and fixing bugs.

    • Excellent teamwork and communication abilitie...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical and Hr interview done at same place. It lasted about 40minutes. The interviewer test both my technical knowledge and communication skills. I tell most of the answer. They check patience level.He stressed on my final year project . Asking about range and specification of compotents which I heve used in my project. Finally ask some HR questions.

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Ans. 

    A Fibonacci program generates a sequence where each number is the sum of the two preceding ones, starting from 0 and 1.

    • The Fibonacci sequence starts with 0 and 1.

    • Each subsequent number is the sum of the previous two: 0, 1, 1, 2, 3, 5, 8, 13, ...

    • Common implementations include recursive, iterative, and using dynamic programming.

    • Example of an iterative approach in Python: ```python def fibonacci(n): a, b = 0, 1 ...

  • Answered by AI
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy logical questions
basic quant

Round 2 - Coding Test 

Easy level coding questions
Counting frequency of alphabets

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the basics of javascript
Hoisting

Interview Questionnaire 

1 Question

  • Q1. How to use multiple dispatch in redux?
  • Ans. 

    Multiple dispatch is not a feature of Redux. It can be achieved using middleware or custom logic.

    • Middleware like redux-thunk or redux-saga can be used to dispatch multiple actions based on a single action.

    • Custom logic can be implemented in the reducer to handle multiple actions based on a single action type.

    • For example, a single 'ADD_ITEM' action can trigger multiple actions like 'UPDATE_TOTAL', 'UPDATE_HISTORY', etc.

    • M...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?
  • Ans. 

    Faced various technical challenges, including system integration and performance optimization, which I successfully navigated through strategic solutions.

    • Integration of legacy systems with modern applications: I utilized APIs and middleware to ensure seamless data flow.

    • Performance bottlenecks in a web application: Implemented caching strategies and optimized database queries, resulting in a 40% speed increase.

    • Debugging...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via Walk-in and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.Technical Ques(OOPS Concept)and 2. Area of Interest 3. About Company 4. more

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello Folks,
Sharing some tips while facing Interview Assessment or GD Round Assessment.
1. Be Confident always give the answer what they ask for, Never connect your answer with different topic.
2. Always go through Company Portal or wiki about their Operation & Function.
3. Always have positive vibes that whatever yes or No, You will surely gain something.
All the Best..!!

Interview Questionnaire 

1 Question

  • Q1. All about SQL joins,data warehouse.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and answer only if you know the concept clearly.

Infosys Interview FAQs

What are the top questions asked in Infosys WMB Developer interview?

Some of the top questions asked at the Infosys WMB Developer interview -

  1. What is the difference if we write propagate to and don’t write propagate ...read more
  2. When message will come to failure and catch in mq node? Is it same in soap no...read more
  3. What is difference between return true and return fal...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
View all
Technology Analyst
55.8k salaries
unlock blur

₹3 L/yr - ₹11.6 L/yr

Senior Systems Engineer
53.7k salaries
unlock blur

₹2.5 L/yr - ₹8.3 L/yr

Technical Lead
35k salaries
unlock blur

₹7.3 L/yr - ₹20 L/yr

System Engineer
32.4k salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Senior Associate Consultant
31k salaries
unlock blur

₹6.3 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.6
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
write
Share an Interview