Infosys DSE/SP Interview Experience 2026 25th May |Hyderabad Location|45-Minute Technical Interview

Infosys DSE/SP Interview Experience 2026 | Hyderabad Location | 45-Minute Technical Interview

Interview Overview

A candidate who attended the Infosys DSE/SP interview process at the Hyderabad location shared the following interview experience.

Interview Duration

  • Location: Hyderabad
  • Duration: Approximately 45 Minutes
  • Interview Type: Technical + Project Discussion

Questions Asked During the Interview

1. Self Introduction

The interviewer first asked the candidate to introduce themselves, including:

  • Educational background
  • Technical skills
  • Internship experience
  • Career goals

2. Project Explanation

The candidate was asked to explain their academic/project work in detail.

Topics covered:

  • Project objective
  • Technologies used
  • Team size
  • Challenges faced
  • Individual contribution

3. Project-Based Questions

Several follow-up questions were asked based on the project explanation.

Interviewers focused on:

  • Technical implementation
  • Logic used
  • Real-world applications
  • Improvements that could be made

Interview Duration: 45 Minutes

Topics Covered:

  • Self Introduction
  • Project Explanation
  • Project-Based Questions
  • SQL Query Questions
  • HTML Form Creation
  • Rotated Sorted Array
  • Output Prediction Questions

Coding Questions Asked

SQL Question

The candidate was asked to write a query to identify duplicate records in a table.

Example Topic:

SELECT column_name, COUNT(*)
FROM table_name
GROUP BY column_name
HAVING COUNT(*) > 1;

HTML Question

The interviewer asked the candidate to create:

  • Home Page
  • Login Form
  • Username Field
  • Password Field

Array Question

A question related to Rotated Sorted Arrays was asked.

Common Example:

  • Find the minimum element in a rotated sorted array
  • Search an element in a rotated sorted array

Output Prediction Question

The interviewer provided a code snippet and asked the candidate to predict the exact output without executing the code.

Key Takeaways

  • Prepare a strong self-introduction.
  • Be confident while explaining projects.
  • Revise SQL queries.
  • Practice HTML form creation.
  • Learn array-based coding problems.
  • Improve debugging and output prediction skills.

Final Thoughts

According to the candidate, the interview lasted around 45 minutes and included project discussions, technical questions, SQL, HTML, arrays, and code output prediction questions. Candidates preparing for Infosys DSE/SP interviews should focus on both technical fundamentals and project-related concepts.

Leave a Comment