Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 37.2k Reviews

Filter interviews by

Infosys Power Programmer Interview Questions, Process, and Tips

Updated 18 Oct 2024

Top Infosys Power Programmer Interview Questions and Answers

  • Q1. Why do we need normalization in DBMS? What are its advantages and disadvantages?
  • Q2. Difference between TCP and UDP protocol and also which is the better one.
  • Q3. Find out the maximum possible average value of sub-sequences of an array a.
View all 17 questions

Infosys Power Programmer Interview Experiences

20 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium to hard DA Algo Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Medium level coding question
  • Q2. SQL, Python and Oops questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Exception Handling
  • Q2. Question on core java

Power Programmer Interview Questions Asked at Other Companies

asked in Infosys
Q1. Why do we need normalization in DBMS? What are its advantages and ... read more
asked in Infosys
Q2. Difference between TCP and UDP protocol and also which is the bet ... read more
asked in Infosys
Q3. Find out the maximum possible average value of sub-sequences of a ... read more
asked in Infosys
Q4. the difference between list and tuple in Python along with their ... read more
asked in Infosys
Q5. Difference between TCP/IP model and OSI model in computer network ... read more
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions easy medium hard you have to do two to clear

Round 2 - Coding Test 

2 coding questions you have to compete both to clear easy-medium

Round 3 - Technical 

(2 Questions)

  • Q1. Backtracking question keypad combinations of a phone
  • Q2. Java related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant

Round 1 - Coding Test 

Medium to tough level questions of dsa

Round 2 - Technical 

(1 Question)

  • Q1. Question related to DSA , DBMS and project
Round 3 - HR 

(1 Question)

  • Q1. Related to yourself and why do you want to join our company and so on...

Infosys interview questions for designations

 Programmer

 (11)

 Power Engineer

 (2)

 Specialist Programmer

 (88)

 Programmer Analyst

 (3)

 Software Programmer

 (3)

 Java Programmer

 (1)

 SAS Programmer

 (1)

 Senior Programmer

 (1)

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 DSA medium level questions, have to clear 2+ for next round.

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to DSA , have to code. Questions related to project mentioned and every tech skill that you have mentioned in resume.

Interview Preparation Tips

Topics to prepare for Infosys Power Programmer interview:
  • Data Structures
  • Project
Interview preparation tips for other job seekers - Be prepared with DSA. They look for strong programming skill.

Get interview-ready with Top Infosys Interview Questions

Power Programmer Interview Questions & Answers

user image imran kuraishi

posted on 25 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Standard leetcode array question
  • Q2. Jump game in which every elements have maximum jump from given index
  • Ans. 

    The task is to implement a jump game where each element specifies the maximum jump from that index.

    • Iterate through the array and keep track of the maximum reachable index at each step.

    • If the current index exceeds the maximum reachable index, return false.

    • If the loop completes without any issues, return true.

  • Answered by AI

Skills evaluated in this interview

Power Programmer Interview Questions & Answers

user image Rohini Dilip Mohite

posted on 21 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduce your self
Round 2 - Technical 

(2 Questions)

  • Q1. Mongodb related quetions
  • Q2. JavaScript program

Power Programmer interview

user image FACE Prep

posted on 5 Dec 2021

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked coding questions from dynamic programming

Round 2 - Technical 

(3 Questions)

  • Q1. Write a code that return 2nd most value from 2 arrays
  • Ans. 

    Code to return 2nd most value from 2 arrays of strings

    • Merge both arrays into one

    • Remove duplicates

    • Sort the array in descending order and return the second element

  • Answered by AI
  • Q2. Write a sorting technique
  • Ans. 

    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 each pair of adjacent elements in the array and swap them if they are in the wrong order

    • Repeat this process for each element in the array until no swaps are needed

    • Time complexity of O(n^2) makes it inefficient for large datasets

  • Answered by AI
  • Q3. Asked questions from DSA and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and brush up what you mentioned in your resume.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

HackerRank test where you need to solve problem online full stack developer

Round 2 - Technical 

(1 Question)

  • Q1. FOllwoed by technical interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident, have good practice of HackerRank

Infosys Interview FAQs

How many rounds are there in Infosys Power Programmer interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Infosys Power Programmer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infosys. The most common topics and skills that interviewers at Infosys expect are SCALA, .Net, AWS, Agile and Backend.
What are the top questions asked in Infosys Power Programmer interview?

Some of the top questions asked at the Infosys Power Programmer interview -

  1. Jump game in which every elements have maximum jump from given in...read more
  2. Write a code that return 2nd most value from 2 arr...read more
  3. tree diagram from the data structu...read more

Tell us how to improve this page.

Infosys Power Programmer Interview Process

based on 12 interviews in last 1 year

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Infosys Power Programmer Salary
based on 234 salaries
₹4.3 L/yr - ₹15 L/yr
At par with the average Power Programmer Salary in India
View more details

Infosys Power Programmer Reviews and Ratings

based on 22 reviews

4.0/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.5

Salary

4.4

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 22 Reviews and Ratings
Technology Analyst
56.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.8k salaries
unlock blur

₹2.8 L/yr - ₹6.4 L/yr

System Engineer
39.1k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.3k salaries
unlock blur

₹6.2 L/yr - ₹17.1 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview