Intervue featured on Shark TankIntervue featured on Shark Tank - mobile banner

Top infosys interview questions

Real interview questions from Infosys company. Includes theoretical concepts and coding problems.

What is the difference between monolithic architecture and microservices architecture?

What are the benefits of using Agile methodology in software development?

What is the purpose of a design pattern in software development?

What is the difference between a hash table and a binary search tree?

What are the principles of object-oriented programming?

What is the purpose of a database index?

What is the difference between a left join and a right join in SQL?

What is the purpose of a transaction in a database?

What are the benefits of using a cloud-based infrastructure?

What is the difference between a public cloud and a private cloud?

What is the purpose of a load balancer in a distributed system?

What are the benefits of using a containerization platform like Docker?

What is the difference between a RESTful API and a GraphQL API?

What are the principles of a DevOps culture?

What is the purpose of a continuous integration/continuous deployment (CI/CD) pipeline?

What are the benefits of using a version control system like Git?

What is the difference between a merge and a rebase in Git?

What are the principles of test-driven development (TDD)?

What is the purpose of a behavioral interview?

What are the benefits of using a project management framework like Scrum?

What is the difference between a product owner and a product manager?

What are the principles of a lean software development methodology?

What is the purpose of a retrospective in Agile development?

What are the benefits of using a continuous monitoring and feedback loop?

What is the difference between a leader and a manager?

What are the principles of a servant leadership approach?

What is the purpose of a 360-degree feedback process?

What are the benefits of using a strengths-based approach to development?

What is the difference between a coach and a mentor?

Write a Java function to reverse a linked list

Write a Python function to find the maximum value in a binary tree

Write a JavaScript function to implement a stack using an array

Write a C++ function to find the minimum value in an array

Write a Java function to implement a queue using a linked list

Write a Python function to find the first duplicate in an array

Write a JavaScript function to implement a binary search algorithm

Write a C++ function to find the maximum sum of a subarray

Write a Java function to implement a merge sort algorithm

Write a Python function to find the longest common prefix in an array of strings

Write a JavaScript function to implement a depth-first search algorithm