i
Infosys
Filter interviews by
I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.
Types of subfiles in technical analysis
Single-page subfiles: display a single page of data at a time
Multiple-page subfiles: display multiple pages of data at a time
Controlled subfiles: allow for user interaction and data manipulation
Window subfiles: display data in a separate window
Embedded subfiles: display data within a parent file or screen
I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.
Angular is a JavaScript framework for building web applications.
Developed and maintained by Google
Uses TypeScript for building applications
Provides a modular approach to building applications
Uses directives, components, and services for building UI
Example code:
OOPS Concepts are the fundamental principles of Object-Oriented Programming.
Encapsulation - bundling of data and methods that operate on that data
Inheritance - ability of a class to inherit properties and methods from a parent class
Polymorphism - ability of objects to take on many forms
Abstraction - hiding of complex implementation details from the user
Example: A car object can have properties like color, model, and me...
Abstraction is hiding unnecessary details while encapsulation is hiding implementation details.
Abstraction focuses on what an object does rather than how it does it.
Encapsulation is the practice of keeping implementation details hidden from the user.
Abstraction and encapsulation work together to create more modular and maintainable code.
Example of abstraction: A car's dashboard shows only necessary information like spe...
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Compare adjacent elements and swap them if they are in the wrong order
Repeat this process until the list is sorted
Time complexity is O(n^2)
Example:
int[] arr = {5, 2, 8, 12, 1};
for (int i = 0; i < arr.length - 1; i++) {
for (int j = 0; j < arr.length - i - 1; j++) ...
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
Infosys interview questions for designations
I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.
Get interview-ready with Top Infosys Interview Questions
SharePoint is a web-based collaboration and document management platform by Microsoft.
SharePoint is built on top of ASP.NET and IIS.
It uses a three-tier architecture consisting of web, application, and database servers.
SharePoint supports various deployment models such as on-premises, cloud, and hybrid.
It provides features such as document libraries, lists, workflows, and search capabilities.
SharePoint can be customize...
Azure provides infrastructure and services for hosting SharePoint in the cloud.
Azure provides virtual machines for hosting SharePoint servers
Azure also offers services like Azure SQL Database and Azure Active Directory for SharePoint
SharePoint can be integrated with other Azure services like Azure Search and Azure Functions
Azure provides scalability and flexibility for SharePoint deployments
I applied via Company Website and was interviewed before Nov 2020. There were 3 interview rounds.
String is immutable because it cannot be modified once created.
Immutable objects are safer to use in multi-threaded environments.
String pool in Java is possible because of immutability.
StringBuffer and StringBuilder classes are used for mutable strings.
Example: String s = "hello"; s.concat(" world"); // returns a new string, s remains unchanged.
Thread communication refers to the exchange of data between threads in a multi-threaded program.
Threads can communicate through shared memory or message passing.
Shared memory involves multiple threads accessing the same memory location.
Message passing involves threads sending and receiving messages to/from a message queue.
Synchronization mechanisms like locks and semaphores are used to ensure thread safety.
Examples of ...
Exception handling is an important aspect of any project to ensure smooth functioning.
We use try-catch blocks to handle exceptions.
We log the exceptions to track and fix them.
We also use custom exceptions to handle specific errors.
We prioritize handling critical exceptions first.
We regularly review and update our exception handling approach.
I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.
ABC is a term that can have different meanings depending on the context.
ABC can refer to the alphabet's first three letters.
In business, ABC can stand for Activity-Based Costing.
In medicine, ABC can be an acronym for Airway, Breathing, and Circulation.
ABC can also be a popular children's song and TV show.
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
JCL Cond condition is used to specify a condition for executing a job step based on the status of a previous step.
Cond is used in JCL to specify a condition for executing a job step based on the status of a previous step.
It can be used to check for successful completion, non-zero return codes, or specific abend codes.
Examples of Cond codes include COND=(0,NE), which checks for non-zero return codes, and COND=(4,LT), wh
What people are saying about Infosys
2 Interview rounds
based on 265 reviews
Rating in categories
Technology Analyst
56.3k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
49.7k
salaries
| ₹2.8 L/yr - ₹8 L/yr |
System Engineer
39k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.7k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27.2k
salaries
| ₹4.3 L/yr - ₹16.8 L/yr |
TCS
Wipro
Cognizant
Accenture