Infosys Interview Questions (6+ Questions)

Last Updated: June 8, 2026 • 6 QuestionsReal Company Interviews

Prepare for your Infosys interview with our comprehensive collection of 6+ real interview questions and detailed answers. These questions have been curated from actual Infosys technical interviews across various roles including DevOps Engineer, Data Engineer, QA Engineer, and more.

6
Interview Questions
1
Categories
2
Difficulty Levels

Table of Contents

Our Infosys interview questions cover a wide range of technical topics and difficulty levels, from entry-level positions to senior roles. Each question includes detailed explanations and answers to help you understand the concepts and prepare effectively for your interview.

💡 Pro Tips for Infosys Interviews

  • Practice each question and understand the underlying concepts
  • Review Infosys's specific technologies and methodologies
  • Prepare follow-up questions and edge cases
  • Practice explaining your solutions clearly and concisely

Interview Questions & Answers

1. Release Locked Log File

Company: Infosys Difficulty: medium 🔒 Premium Categories: Devops

Diagnose and resolve locked files in Linux by identifying processes holding file descriptors and releasing file locks safely. Learn how to use lsof and ps commands to find which process is preventing file modification, rotation, or deletion. This guide covers understanding file descriptor modes (read/write), gracefully restarting processes without full server restarts, implementing SIGHUP-based log reopening, and preventing disk space emergencies. Essential for troubleshooting log rotation failures, resolving "resource busy" and "text file busy" errors, and managing file access conflicts in production environments.

2. Route Subnet Through Gateway

Company: Infosys Difficulty: medium 🔒 Premium Categories: Devops

Configure Linux static routes for multi-interface networks and ensure persistent routing across reboots. Learn how to add static routes for specific subnets via alternate gateways, verify routing table entries, and configure netplan/systemd-networkd for persistent routes. This guide covers managing default and specific routes, understanding next-hop gateways, testing route behavior, and implementing configuration management for consistent network topology. Essential for multi-datacenter setups, hybrid cloud environments, and ensuring traffic takes the correct network path in complex topologies.

3. Sales Forecast Accuracy Evaluator

Company: Infosys Difficulty: medium 🔒 Premium Categories: Data engineering

Crafting the Perfect SQL Query for Forecast Accuracy Calculation

When it comes to assessing the forecast accuracy for products based on forecasted and actual sales data, an optimized SQL query can provide precise insights. Below is a step-by-step approach to achieve the objective using SQL:

##...


🔒 Premium Content

Detailed explanation and solution available for premium members.

Upgrade to Premium →

4. Aggregate Review Sentiments

Company: Infosys Difficulty: medium 🔒 Premium Categories: Data engineering

SQL Query Challenge: Finding Products with Reviews and Calculating Sentiment Scores

Objective

This SQL interview question aims to test your ability to aggregate and manipulate data from a table. Specifically, you are required to write an SQL query that identifies products with at least thr...


🔒 Premium Content

Detailed explanation and solution available for premium members.

Upgrade to Premium →

5. Daily Login Count Aggregation

Company: Infosys Difficulty: easy 🔒 Premium Categories: Data engineering

SQL Query to Determine the Number of Logins for Each Day

Objective

To write an SQL query that counts the number of user logins for each day and returns the results with two specific columns: day (the date in 'YYYY-MM-DD' format) and login_count (the total number of logins on that day)....


🔒 Premium Content

Detailed explanation and solution available for premium members.

Upgrade to Premium →

6. Basic Link Navigation Testing

Company: Infosys Difficulty: easy 🔒 Premium Categories: Quality assurance

Master basic link navigation testing with Selenium. Learn simple element finding and click validation techniques for beginners....


🔒 Premium Content

Detailed explanation and solution available for premium members.

Upgrade to Premium →


Ready to Practice More?

Explore interview questions from other companies or try our hands-on labs to build practical experience.