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

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Senior Associate Consultant Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top Infosys Senior Associate Consultant Interview Questions and Answers

  • Q1. Suppose there are two tables: A Customer table and an Order table. The Order table has a column OrderID CustomerID, OrderStatus, and TotalAmount. The Customer table has t ...read more
  • Q2. tell me security vulnerabilities that you have fixed in your project?
  • Q3. what are challenges faced while migrating java 8 to java 17?
View all 187 questions

Infosys Senior Associate Consultant Interview Experiences

176 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(15 Questions)

  • Q1. API Led connectivity explanation in Mulesoft
  • Ans. 

    API Led connectivity in Mulesoft is an approach to connecting and exposing APIs in a reusable and scalable manner.

    • API Led connectivity involves organizing APIs into layers based on their functionality such as experience, process, and system APIs.

    • It promotes reusability, flexibility, and scalability by allowing different APIs to be easily connected and reused in various applications.

    • For example, a company may have an AP...

  • Answered by AI
  • Q2. Error Handling way in Mule4
  • Ans. 

    Error handling in Mule4 involves using Try scope, Error handler, and On Error Continue

    • Use Try scope to encapsulate the code that might throw an error

    • Use Error handler to catch and handle specific errors

    • Use On Error Continue to continue processing even if an error occurs

  • Answered by AI
  • Q3. How to handle error in subflow.
  • Ans. 

    Error handling in subflows is crucial for maintaining the flow of the main process.

    • Use error handling nodes like Try/Catch or Error Boundary in the subflow.

    • Log the error message or send it to a monitoring system for further analysis.

    • Consider retrying the subflow or notifying the main process about the error.

    • Implement fallback mechanisms to ensure the main process can continue despite errors.

  • Answered by AI
  • Q4. Batch Processing in mule 4
  • Ans. 

    Batch processing in Mule 4 allows for processing large amounts of data in chunks.

    • Batch processing in Mule 4 is achieved using the Batch Job component.

    • It allows for processing large amounts of data in chunks, improving performance and efficiency.

    • You can configure batch jobs to read data from a variety of sources, process it, and then write the results to a target system.

    • Batch processing in Mule 4 also supports error han...

  • Answered by AI
  • Q5. For Each Loop vs Batch processing diff
  • Ans. 

    For Each Loop processes elements one by one, while Batch processing groups elements together for processing.

    • For Each Loop is used to iterate over each element in a collection individually.

    • Batch processing involves processing a group of elements together in a single operation.

    • For Each Loop is more suitable for small collections, while Batch processing is efficient for large datasets.

    • Example: For Each Loop can be used to...

  • Answered by AI
  • Q6. How to implement retry mechanism for external system connection.
  • Ans. 

    Implement retry mechanism for external system connection

    • Use a loop to attempt connection multiple times

    • Include a delay between each retry to avoid overwhelming the external system

    • Set a maximum number of retry attempts to prevent infinite loops

    • Consider implementing exponential backoff for retries to gradually increase the time between attempts

  • Answered by AI
  • Q7. How to handle System API error handling in Experience API.
  • Ans. 

    Handle System API errors in Experience API by implementing proper error handling techniques.

    • Implement try-catch blocks to catch and handle exceptions thrown by System APIs.

    • Use status codes and error messages to communicate errors to the user.

    • Log detailed error information for troubleshooting purposes.

    • Provide user-friendly error messages to guide users on how to resolve the issue.

    • Consider implementing retry mechanisms f

  • Answered by AI
  • Q8. Can we use same API Id in two different applications.
  • Ans. 

    No, API Id should be unique to avoid conflicts and ensure proper functioning of applications.

    • API Id should be unique to avoid conflicts in data retrieval and processing.

    • Using the same API Id in two different applications can lead to errors and unexpected behavior.

    • Each application should have its own unique API Id to maintain clarity and organization.

    • For example, Application A should have API Id '123' and Application B

  • Answered by AI
  • Q9. How to consume SOAP web services in mule and implement security header for WSDL.
  • Ans. 

    To consume SOAP web services in Mule and implement security header for WSDL, you can use the MuleSoft Secure Configuration Properties.

    • Use MuleSoft Secure Configuration Properties to configure security headers in the Mule flow.

    • Add a security header to the SOAP request using the element in the Mule configuration file.

    • Configure the security header properties such as username, password, encryption, etc.,...

  • Answered by AI
  • Q10. What is SLA Based policy, explanation
  • Ans. 

    SLA Based policy is a service level agreement that defines the level of service a customer can expect from a provider.

    • SLA Based policy outlines the agreed upon level of service between a service provider and a customer.

    • It includes details such as response time, resolution time, availability, and performance metrics.

    • Failure to meet the SLA can result in penalties or compensation for the customer.

    • For example, an SLA may ...

  • Answered by AI
  • Q11. How to configure and manage mule application application log.
  • Ans. 

    To configure and manage Mule application logs, you can use log4j configuration in the Mule project.

    • Use log4j configuration file to define log levels, appenders, and log format.

    • Add log4j configuration file to src/main/resources folder in Mule project.

    • Configure log4j properties like log level, log file location, and log format.

    • Use Mule properties to dynamically change log levels in different environments.

  • Answered by AI
  • Q12. How to handle error for Scatter Gatter component.
  • Ans. 

    Handle errors in Scatter Gatter component by using try-catch blocks and displaying error messages to the user.

    • Use try-catch blocks to catch errors in the Scatter Gatter component.

    • Display informative error messages to the user when an error occurs.

    • Handle different types of errors such as data loading errors or rendering errors.

    • Implement error logging to track and troubleshoot errors in the Scatter Gatter component.

  • Answered by AI
  • Q13. Scenario: Call Database connector and get database response. we have input payload also. How to use input payload in next component after DB connector.
  • Q14. Can we use resource type in trait in RAML
  • Ans. 

    Yes, resource types can be used in traits in RAML.

    • Resource types can be defined and reused in traits to avoid duplication of code.

    • By using resource types in traits, you can define common characteristics and behaviors that can be applied to multiple resources.

    • Example: defining a resource type for authentication and then using it in multiple resources.

  • Answered by AI
  • Q15. What is fragment
  • Ans. 

    A fragment is a small piece or part of something larger.

    • Fragments can refer to broken pieces of objects or materials.

    • In programming, a fragment is a reusable portion of code that can be included in multiple parts of a program.

    • In literature, a fragment can refer to an incomplete or unfinished work.

    • Fragments can also be used in art to create a sense of incompleteness or ambiguity.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Senior Associate Consultant interview:
  • Mulesoft
  • Anypoint Platform
Interview preparation tips for other job seekers - explain properly each and every answer.
anything don't know just say don't know, will learn.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java 8a features

Senior Associate Consultant Interview Questions Asked at Other Companies

asked in WNS
Q1. What is journal entries? What is cash allotment? What is differan ... read more
asked in Infosys
Q2. Suppose there are two tables: A Customer table and an Order table ... read more
asked in Infosys
Q3. tell me security vulnerabilities that you have fixed in your proj ... read more
asked in Infosys
Q4. what are challenges faced while migrating java 8 to java 17?
Q5. What are the errors you got while replicating the data from c4c t ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Asked about technical programming questions

Round 2 - HR 

(1 Question)

  • Q1. Asked about past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your current skills.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Internal working of HashSet, HashMap vs HashTable, Tell the output for a code snippet based on Arraylist, what is an IoC container, questions on Spring boot annotations, Current project details
  • Ans. 

    The question covers topics like internal working of HashSet, HashMap vs HashTable, IoC container, Spring boot annotations, and current project details.

    • HashSet is implemented using a hash table, HashMap is implemented using a hash table with key-value pairs, and HashTable is a synchronized version of HashMap.

    • ArrayList is a dynamic array that can grow or shrink in size, and the output of a code snippet depends on the spe...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Questions on SDLC processes, Microservice Architecture and design patterns used, write code to sort Employee list based on a field using Lambda expression, Database related questions, question on session ...

Skills evaluated in this interview

Infosys interview questions for designations

 Associate Consultant

 (270)

 Associate Technical Consultant

 (3)

 Associate SAP Consultant

 (2)

 Associate Functional Consultant

 (1)

 Associate Consultant Engineering

 (1)

 Senior Consultant

 (101)

 Senior Associate IT Consultant

 (1)

 Associate SAP MM Consultant

 (3)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Different reports in grc, connectors, plugin, what to do if script button is disabled, auth checks when user executes tcode.
  • Ans. 

    The question is about different reports in GRC, connectors, plugins, handling disabled script buttons, and authorization checks when executing transactions.

    • Different reports in GRC provide insights into compliance and risk management.

    • Connectors and plugins are used to integrate GRC systems with other software applications.

    • If the script button is disabled, check user permissions and system settings.

    • Authorization checks ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Difference between centralised & decentralised EAM
  • Ans. 

    Centralised EAM involves a single central authority making decisions, while decentralised EAM allows for decision-making at various levels.

    • Centralised EAM has a top-down approach with decisions made by a central authority.

    • Decentralised EAM allows for decision-making at different levels within the organization.

    • Centralised EAM can lead to quicker decision-making but may lack flexibility.

    • Decentralised EAM can promote inno...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations, how do you handle frustrated user

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java specific concepts, coding
  • Q2. Spring boot and concepts

Senior Associate Consultant Jobs at Infosys

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Complete core java Spring boot
  • Ans. 

    Core Java is the foundation of Java programming language, while Spring Boot is a framework for building Java applications.

    • Core Java includes concepts like OOP, multithreading, collections, and exception handling.

    • Spring Boot simplifies the development of Java applications by providing pre-configured settings and tools.

    • Example: Core Java - classes, objects, inheritance. Spring Boot - auto-configuration, embedded servers.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Design Thinking
  • Ans. 

    Design Thinking is a problem-solving approach focused on understanding the user's needs, generating ideas, prototyping, and testing solutions.

    • Empathize with the user to understand their needs and challenges

    • Define the problem statement based on user insights

    • Ideate and brainstorm potential solutions

    • Prototype and test the solutions with users for feedback

    • Iterate on the solutions based on feedback to improve them

  • Answered by AI
  • Q2. How your hobby is going to benefit the company ?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basis DevOps related questions
Round 2 - Technical 

(1 Question)

  • Q1. Kubernetes related
Round 3 - HR 

(1 Question)

  • Q1. Reason behind leaving previous organization
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the different type of extractors?
  • Ans. 

    Different types of extractors include mechanical extractors, chemical extractors, and biological extractors.

    • Mechanical extractors use physical force to extract substances from a mixture, such as pressing or grinding.

    • Chemical extractors use solvents or other chemicals to separate desired compounds from a mixture.

    • Biological extractors use living organisms or enzymes to extract specific compounds from a mixture.

    • Examples i...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Introduce Yourself

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Senior Associate Consultant interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Technical, HR and Resume Shortlist.
How to prepare for Infosys Senior Associate Consultant interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infosys. The most common topics and skills that interviewers at Infosys expect are Salesforce, SFDC, Project Management, Team Management and CRM.
What are the top questions asked in Infosys Senior Associate Consultant interview?

Some of the top questions asked at the Infosys Senior Associate Consultant interview -

  1. Suppose there are two tables: A Customer table and an Order table. The Order t...read more
  2. tell me security vulnerabilities that you have fixed in your proje...read more
  3. what are challenges faced while migrating java 8 to java ...read more
How long is the Infosys Senior Associate Consultant interview process?

The duration of Infosys Senior Associate Consultant interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Infosys Senior Associate Consultant Interview Process

based on 152 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Senior Associate Consultant Salary
based on 27.8k salaries
₹4.5 L/yr - ₹17 L/yr
5% less than the average Senior Associate Consultant Salary in India
View more details

Infosys Senior Associate Consultant Reviews and Ratings

based on 1.6k reviews

3.5/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

2.7

Salary

4.2

Job security

3.6

Company culture

2.5

Promotions

3.3

Work satisfaction

Explore 1.6k Reviews and Ratings
Senior Associate Consultant- CSG

Bangalore / Bengaluru

3-8 Yrs

₹ 4.8-15.3 LPA

Senior Associate Consultant (Mainframe technologies)

Bangalore / Bengaluru

3-8 Yrs

₹ 9.05-15 LPA

S2RL Senior Associate Consultant

Ahmedabad

5-8 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.8k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.8k salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview