i
Infosys
Filter interviews by
posted on 29 Aug 2024
My work experience in consulting and project management aligns well with the responsibilities of a Senior Associate Consultant.
I have successfully led multiple consulting projects from initiation to completion, demonstrating strong analytical and problem-solving skills.
I have experience in client relationship management, conducting market research, and developing strategic recommendations.
I have a track record of deliv...
I appeared for an interview in Oct 2024.
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
A Fibonacci series program using recursion in Python
Define a function to calculate Fibonacci series recursively
Base case: return 0 if n is 0, return 1 if n is 1
Recursive case: return fibonacci(n-1) + fibonacci(n-2)
Example: def fibonacci(n): return n if n <= 1 else fibonacci(n-1) + fibonacci(n-2)
Infosys interview questions for designations
ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.
ASP.NET Core is an open-source, cross-platform framework for building web applications.
It is a high-performance framework that allows developers to build modern, cloud-based applications.
ASP.NET Core supports multiple platforms including Windows, macOS, and Linux.
It is designed to be modular, a...
Get interview-ready with Top Infosys Interview Questions
Basic questions on testing and flow
A trigger is a special kind of stored procedure that is automatically executed when certain events occur in a database.
Triggers can be used to enforce business rules, maintain referential integrity, and automate repetitive tasks.
Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.
Triggers can be defined to execute before or after the triggering event.
They are commonly used in database ma...
Flows are sequences of steps that represent a process or workflow. There are different types of flows based on their purpose and structure.
Flows are used to represent the sequence of steps in a process or workflow.
Types of flows include linear flows, branching flows, and looping flows.
Linear flows follow a single path from start to finish.
Branching flows have multiple paths based on conditions or decisions.
Looping flow...
Batch class is a Salesforce feature used to process large amounts of data in chunks.
Batch class implements the Database.Batchable interface in Salesforce
It allows you to break down a large data set into smaller batches for processing
Batch class is useful for handling large data volumes without hitting governor limits
Example: A batch class can be used to update all account records with a specific field value
A trigger on account to perform actions on record insert, update, or delete
Triggers are used to perform actions before or after records are inserted, updated, or deleted
Triggers can be written in Apex language
Example: Trigger to update a related object when an account is inserted
Future and queable are terms related to asynchronous programming and task scheduling.
Future refers to a result that is not immediately available but will be at some point in the future.
Queable refers to tasks that can be added to a queue and executed in a specific order or based on certain conditions.
Examples: Future in Java's CompletableFuture, Queable tasks in Python's Celery.
What people are saying about Infosys
Some of the top questions asked at the Infosys Senior Associate Consultant interview -
The duration of Infosys Senior Associate Consultant interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 163 interviews
5 Interview rounds
based on 1.7k reviews
Rating in categories
Technology Analyst
55.4k
salaries
| ₹3 L/yr - ₹11.2 L/yr |
Senior Systems Engineer
51.2k
salaries
| ₹2.5 L/yr - ₹8 L/yr |
System Engineer
31.7k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
31k
salaries
| ₹5.1 L/yr - ₹19.6 L/yr |
Senior Associate Consultant
28.8k
salaries
| ₹6.2 L/yr - ₹16.9 L/yr |
TCS
Wipro
Cognizant
Accenture