i
Infosys
Filter interviews by
I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.
No aptitude test in this round.
3 codes were given and we gave to solved them.
I applied via Company Website and was interviewed in Nov 2021. There were 3 interview rounds.
Thei round name is Certification round. This round consists of 25 mcqs and 2 coding questions. Test duration is 3 hours. We need to get more than 65 percent to clear this round.
This round name is Advantage Round. This round is optional. But if we clear this round we will interviewed for the DSE role. If clear only 1st round we will be interviewed for System engineer role.
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)
Space complexity is O(1)
Example: [5, 3, 8, 4, 2] -> [3, 5, 4, 2, 8] -> [3, 4, 2, 5, 8] -> [3, 2, 4, 5, 8] -> [2, 3, 4, 5, 8] (so
Truncate, delete, and drop are SQL commands used to remove data from a table.
Truncate removes all data from a table and resets the identity column
Delete removes specific rows from a table
Drop removes the entire table from the database
Truncate and drop cannot be rolled back, while delete can be
Truncate is faster than delete as it does not log individual row deletions
Set, list, and tuple are data structures in Python with different properties.
A set is an unordered collection of unique elements.
A list is an ordered collection of elements that can be modified.
A tuple is an ordered collection of elements that cannot be modified.
Sets are useful for operations like union, intersection, and difference.
Lists are useful for storing and accessing data in a specific order.
Tuples are useful f...
Calculate average of an array.
Loop through the array and add all the elements
Divide the sum by the length of the array
Return the average
IP address is a unique identifier assigned to devices on a network. DNS is a system that translates domain names to IP addresses.
IP address stands for Internet Protocol address
It is a numerical label assigned to each device connected to a network
It serves as a unique identifier for the device
DNS stands for Domain Name System
It is a system that translates domain names to IP addresses
For example, www.google.com is transl
Python provides a built-in module 'threading' to implement threads.
Import the 'threading' module
Create a new thread using the 'Thread' class
Define the target function for the thread
Start the thread using the 'start()' method
Join the thread using the 'join()' method
Use locks to synchronize access to shared resources
ACID properties are a set of properties that ensure database transactions are processed reliably.
ACID stands for Atomicity, Consistency, Isolation, and Durability.
Atomicity ensures that a transaction is treated as a single, indivisible unit of work.
Consistency ensures that a transaction brings the database from one valid state to another.
Isolation ensures that concurrent transactions do not interfere with each other.
Du...
I applied via Prepinsta and was interviewed in Sep 2021. There were 2 interview rounds.
Round duration - 180 minutes
The first round was Hackwithinfy. This is a coding round and consists of 3 questions- 1 Easy, 1 Medium and 1 Hard. I was able to solve one question completely and passed 14% of the test cases of another question in this round.
Binary search, permutation and dynamic programming based interview question on stone piles.
The easy question involves splitting stones from one pile to the other two piles.
The medium question involves permutations of a given set of elements.
The hard question involves dynamic programming.
Test cases involve checking if it is possible to obtain two piles with given number of stones after splitting.
The output should be YES
Round duration - 30 - 45 minutes
After completing an easy question completely and another medium question 14%, I got shortlisted for the Interview.
I am a digital system engineer with experience in designing and implementing complex systems.
I have a degree in Electrical Engineering
I have worked on projects involving FPGA and microcontroller programming
I am proficient in programming languages such as Verilog, VHDL, and C
I have experience in designing and testing digital circuits
I am familiar with various digital communication protocols such as SPI, I2C, and UART
Technical questions on OOPS, Multi Threading, and Exceptional Handling in Java.
OOPS concepts include inheritance, polymorphism, and encapsulation.
Multi Threading allows for concurrent execution of multiple threads.
Exceptional Handling is used to handle errors and exceptions in code.
Examples of exceptions include NullPointerException and ArrayIndexOutOfBoundsException.
Interview question on sorting an array using quick sort and solving fibonacci problem using recursion.
Demonstrate your coding skills by providing both brute force and optimized solutions.
Practice coding problems beforehand to be prepared for technical interviews.
Be comfortable with online compilers and screen sharing.
Quick sort example: https://www.geeksforgeeks.org/quick-sort/
Fibonacci recursion example: https://www.g...
Infosys interview questions for designations
What people are saying about Infosys
Handling deadlines requires effective time management, prioritization, and communication.
Break down tasks into smaller, manageable chunks
Use tools like calendars and project management software to track deadlines
Prioritize tasks based on urgency and importance
Set realistic deadlines and communicate any potential delays in advance
Delegate tasks when necessary to meet deadlines
Regularly review progress and adjust timelin
I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.
Case studies to be written in detail
Logical Reasoning questions
Group discussion with hr
I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.
posted on 4 Aug 2022
I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.
based on 1 review
Rating in categories
Technology Analyst
56k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
49.3k
salaries
| ₹2.8 L/yr - ₹9.2 L/yr |
System Engineer
38.8k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.6k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27k
salaries
| ₹6.2 L/yr - ₹16.8 L/yr |
TCS
Wipro
Cognizant
Accenture