i
Infosys
Work with us
Filter interviews by
A database is a structured collection of data that is organized in a way that allows for easy access, management, and retrieval.
Database stores data in tables, with each table consisting of rows and columns.
It allows for efficient querying and retrieval of specific data.
Examples of databases include MySQL, Oracle, and MongoDB.
Joins are used in databases to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column between them
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
I am currently working on Python.
I have experience in developing automation scripts using Python.
I have also worked on building web applications using Django framework.
I am familiar with data analysis and visualization using Python libraries like Pandas and Matplotlib.
OOPs concepts are the fundamental principles of Object-Oriented Programming.
Abstraction
Encapsulation
Inheritance
Polymorphism
Classes and Objects
Methods and Properties
Message Passing
Dynamic Binding
The #include stdio.h is a preprocessor directive that includes the standard input/output library in C programming language.
stdio.h stands for standard input/output header file.
It contains functions like printf() and scanf() for input/output operations.
It is included at the beginning of a C program using #include directive.
It allows the program to use the standard input/output functions without having to write them...
Yes, I have experience with MS Excel and MS PowerPoint.
Proficient in creating and managing spreadsheets in MS Excel
Skilled in using formulas, functions, and data analysis tools in Excel
Experienced in creating professional presentations in MS PowerPoint
Knowledgeable in using slide layouts, animations, and transitions
Familiar with creating charts, graphs, and visual representations of data
I don't have my identity card with me at the moment.
I apologize for not having my identity card with me.
I can provide a copy of my identity card at a later time.
I can provide other forms of identification if needed.
The first line in coding is typically the declaration of the programming language being used.
The first line is also known as the 'shebang' or 'hashbang' line.
It specifies the interpreter or compiler to be used for the code.
For example, in Python, the first line would be '#!/usr/bin/env python'.
JVM stands for Java Virtual Machine. It is an abstract machine that enables a computer to run Java programs.
JVM is responsible for interpreting the compiled Java code and executing it on the computer.
It provides a platform-independent environment for Java programs to run on different operating systems.
JVM has various components like class loader, bytecode verifier, interpreter, and just-in-time compiler.
Class load...
Public and protected are access modifiers in object-oriented programming.
Public allows unrestricted access to a class member from any part of the program.
Protected allows access to a class member within the class and its subclasses.
Public members are accessible outside the class, while protected members are not.
Public members can be accessed by any object, while protected members can only be accessed by the class ...
I applied via Internshala and was interviewed before Dec 2022. There were 2 interview rounds.
I applied via Campus Placement and was interviewed in Apr 2022. There were 2 interview rounds.
Arithmetics-Number system,ratio and proportion sums,partnership,problem on ages,clock,calender.
Reasoning-series,coding and decoding,puzzles,blood relations,directions and distance sums
Yes, I have experience with MS Excel and MS PowerPoint.
Proficient in creating and managing spreadsheets in MS Excel
Skilled in using formulas, functions, and data analysis tools in Excel
Experienced in creating professional presentations in MS PowerPoint
Knowledgeable in using slide layouts, animations, and transitions
Familiar with creating charts, graphs, and visual representations of data
The first line in coding is typically the declaration of the programming language being used.
The first line is also known as the 'shebang' or 'hashbang' line.
It specifies the interpreter or compiler to be used for the code.
For example, in Python, the first line would be '#!/usr/bin/env python'.
The #include stdio.h is a preprocessor directive that includes the standard input/output library in C programming language.
stdio.h stands for standard input/output header file.
It contains functions like printf() and scanf() for input/output operations.
It is included at the beginning of a C program using #include directive.
It allows the program to use the standard input/output functions without having to write them from...
I don't have my identity card with me at the moment.
I apologize for not having my identity card with me.
I can provide a copy of my identity card at a later time.
I can provide other forms of identification if needed.
Logical problems, quantative problems, Basic IT questions regarding:
Dbms, oops, python, c++, core java, sql
Python is more convenient due to its simplicity, versatility, and vast community support.
Python has a simple and easy-to-learn syntax, making it accessible to beginners.
Python is versatile and can be used for a wide range of applications, from web development to data analysis.
Python has a vast community of developers who contribute to its libraries and frameworks, making it easier to find solutions to problems.
Python h...
C is considered the mother of all other languages due to its influence on modern programming languages.
C was developed in the 1970s and was the first high-level programming language to be widely used.
Many modern programming languages, such as Java, Python, and C++, were influenced by C.
C is known for its efficiency, portability, and low-level memory manipulation capabilities.
C is still widely used today in operating sy...
I applied via Freshers voice and was interviewed in Apr 2022. There were 3 interview rounds.
Reasoning, Vocabulary, Basic Maths like profit and loss.
There are two types of modifiers: adjectives and adverbs.
Adjectives modify nouns or pronouns, e.g. 'red apple', 'happy child'.
Adverbs modify verbs, adjectives, or other adverbs, e.g. 'quickly ran', 'very happy', 'extremely slowly'.
Public and protected are access modifiers in object-oriented programming.
Public allows unrestricted access to a class member from any part of the program.
Protected allows access to a class member within the class and its subclasses.
Public members are accessible outside the class, while protected members are not.
Public members can be accessed by any object, while protected members can only be accessed by the class and i...
Method overloading is a feature in object-oriented programming where a class can have multiple methods with the same name but different parameters.
Method overloading allows for more flexibility in programming by allowing methods with the same name to perform different tasks based on the parameters passed to them.
The methods must have different parameter lists, which can differ in the number, type, or order of parameter...
JVM stands for Java Virtual Machine. It is an abstract machine that enables a computer to run Java programs.
JVM is responsible for interpreting the compiled Java code and executing it on the computer.
It provides a platform-independent environment for Java programs to run on different operating systems.
JVM has various components like class loader, bytecode verifier, interpreter, and just-in-time compiler.
Class loader lo...
I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.
Round 1 i.e Aptitude test, is all about General Intelligence, Quantitative Aptitude and English .
It's not that hard and not that easy, one have to practice the topic once.
I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.
Building blocks of Java include variables, data types, operators, control structures, and classes.
Variables are used to store data
Data types define the type of data that can be stored in a variable
Operators are used to perform operations on data
Control structures are used to control the flow of a program
Classes are used to define objects and their behavior
I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.
Easy level, game based
A database is a structured collection of data that is organized in a way that allows for easy access, management, and retrieval.
Database stores data in tables, with each table consisting of rows and columns.
It allows for efficient querying and retrieval of specific data.
Examples of databases include MySQL, Oracle, and MongoDB.
Joins are used in databases to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column between them
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
I appeared for an interview in Jun 2022.
Apti, reasoning and communication questions
3 levels Quants,Logical and verbal easy
I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.
What people are saying about Infosys
The duration of Infosys Operations Executive interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 6 interview experiences
Difficulty level
Duration
based on 349 reviews
Rating in categories
Technology Analyst
54.7k
salaries
| ₹4.8 L/yr - ₹10 L/yr |
Senior Systems Engineer
53.7k
salaries
| ₹2.5 L/yr - ₹6.3 L/yr |
Technical Lead
35k
salaries
| ₹7.3 L/yr - ₹20 L/yr |
System Engineer
32.5k
salaries
| ₹2.4 L/yr - ₹5.3 L/yr |
Senior Associate Consultant
31k
salaries
| ₹8.1 L/yr - ₹14 L/yr |
TCS
Wipro
Cognizant
Accenture