i
Infosys
Filter interviews by
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)
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...
Basic questions on testing and flow
Infosys interview questions for designations
Get interview-ready with Top Infosys Interview Questions
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.
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
You can call an Apex class from a flow by using the 'InvocableMethod' annotation in the Apex class.
Create an Apex class with a method annotated with @InvocableMethod.
Add input and output parameters to the method.
Use the 'Flow' element in the flow builder to call the Apex class and pass input parameters.
Handle the output from the Apex class in the flow.
EC2 configuration process involves selecting instance type, configuring security groups, setting up storage, and launching the instance.
Select the appropriate EC2 instance type based on your requirements (e.g. t2.micro, m5.large)
Configure security groups to control inbound and outbound traffic to the instance (e.g. allow SSH access on port 22)
Set up storage options such as EBS volumes or instance store volumes for data...
S3 lifecycle management automates the process of moving objects between different storage classes in S3 based on predefined rules.
Lifecycle policies can transition objects to different storage classes like S3 Standard, S3 Intelligent-Tiering, S3 Standard-IA, and S3 One Zone-IA.
Objects can also be archived to Glacier or Glacier Deep Archive for cost optimization.
Rules can be based on object age, size, or custom metadata...
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 152 interviews
5 Interview rounds
based on 1.6k reviews
Rating in categories
Technology Analyst
55.8k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
50.6k
salaries
| ₹2.8 L/yr - ₹9 L/yr |
System Engineer
39.5k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.8k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27.8k
salaries
| ₹4.5 L/yr - ₹17 L/yr |
TCS
Wipro
Cognizant
Accenture