Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Infosys

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Infosys reviews | Infosys jobs | Infosys salaries | Infosys benefits | Infosys conversations
      Infosys interviewsInfosys Specialist (Power Programmer) interviewsInfosys interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Specialist (Power Programmer) Interview

      Nov 15, 2021
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I interviewed at Infosys

      Interview

      There was an online exam with 3 coding questions followed by an interview round. Interviewer mainly focussed on DSA, projects and DBMS. Coding questions asked were from medium to high difficulty. His main focus was on designing a railway ticketing system using DBMS, doing it by creating our own tables, relations. There were many questions on projects.

      Interview questions [1]

      Question 1

      Brief Introduction, DSA questions(coding), Design a railway ticketing system, web development projects questions
      Answer question

      Other Specialist (Power Programmer) Interview Reviews for Infosys

      Specialist (Power Programmer) Interview

      Jun 4, 2026
      Anonymous Interview Candidate
      Hyderabad
      No offer
      Negative experience
      Difficult interview

      Application

      I applied through an employee referral. I interviewed at Infosys (Hyderabad) in May 2026

      Interview

      2 rounds of Technical Interview including DSA and MERN concepts. DSA was medium level sliding window question. 2nd round was heavily focused on react internals , optimization and monitoring techniques

      Interview questions [1]

      Question 1

      In First round , DSA longest substring without repeating characters. in 2nd eventough it was MERN , interviewer only focused on React and ended interview without asking other questions.
      Answer question

      Specialist (Power Programmer) Interview

      Oct 10, 2025
      Anonymous employee
      Visakhapatnam
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied online. The process took 2 months. I interviewed at Infosys (Visakhapatnam) in Sep 2025

      Interview

      It’s the HWI route. Initially, I was given the OA on July 12th, and the interview was scheduled for September 15th. I got a slot, and the interview began with two coding questions on the Infosys Wingspan portal. From there, they asked us to solve any one of the four questions. They only gave us 45 minutes to solve, and I managed to solve one. From there, he looked at my resume and asked questions in depth.

      Interview questions [1]

      Question 1

      You are given an integer array g of length n, where g[i] (1 ≤ i ≤ n) represents the next station you must go to from station i. There are n stations, numbered from 1 to n. It is guaranteed that every station eventually reaches station 1. Define the cost of a station i as the number of steps required to reach station 1 starting from station i (cost[1] = 0, and for i > 1, cost[i] = 1 + cost[g[i]]). Return the sum of the costs of all stations. Example 1: Input: g = [1,1,2,3] Output: 6 Explanation: Station 1 → cost 0, Station 2 → cost 1, Station 3 → cost 2, Station 4 → cost 3. Total = 6. Example 2: Input: g = [3,1,2] Output: 3 Explanation: Station 1 → cost 0, Station 2 → cost 1, Station 3 → cost 2. Total = 3. Example 3: Input: g = [2,1,1] Output: 2 Explanation: Station 1 → cost 0, Station 2 → cost 1, Station 3 → cost 1. Total = 2.
      Answer question

      Specialist (Power Programmer) Interview

      Aug 4, 2025
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied through a recruiter. I interviewed at Infosys

      Interview

      an online coding assessment of 3 hrs, then an onsite coding round taken live to solve 2 question in given time 45 mins at most. then interview round plus hr, mix of both unprobablistic.

      Interview questions [1]

      Question 1

      medium level question onsite dsa, then followed by resume-based question on tech stack
      Answer question