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

Filter interviews by

Infosys Project Engineer Interview Questions, Process, and Tips

Updated 19 Apr 2024

Top Infosys Project Engineer Interview Questions and Answers

Infosys Project Engineer Interview Experiences

8 interviews found

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain OOPs concept in JAVA
  • Ans. 

    OOPs concept in JAVA refers to Object-Oriented Programming principles like encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hidin...

  • Answered by AI
  • Q2. Explain Memory management in JAVA
  • Ans. 

    Memory management in JAVA involves allocation, usage, and deallocation of memory for objects and variables.

    • Java uses automatic memory management through garbage collection

    • Memory is allocated on the heap for objects and on the stack for local variables

    • Java Virtual Machine (JVM) manages memory allocation and deallocation

    • Memory leaks can occur if objects are not properly dereferenced

  • Answered by AI
  • Q3. Explain Reflection in JAVA
  • Ans. 

    Reflection in Java allows programs to inspect or modify their own structure at runtime.

    • Reflection allows access to class information, fields, methods, and constructors at runtime.

    • It is commonly used in frameworks like Spring and Hibernate for dependency injection and ORM.

    • Example: Using reflection to dynamically load classes or invoke methods based on user input.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Java Basics in depth

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the technologies you worked on
  • Q2. Explain how you used a specific technology and it helped your organization
  • Ans. 

    We implemented a new project management software which improved communication and task tracking.

    • Implemented project management software

    • Improved communication and task tracking

    • Reduced errors and delays in project completion

    • Increased efficiency and productivity

    • Example: Used Asana to manage tasks and deadlines for a construction project

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Please can you explain how you implemented a solution using the tool
  • Ans. 

    I implemented a solution using the tool by first analyzing the problem and then designing a plan of action.

    • Identified the problem and its requirements

    • Researched and selected the appropriate tool

    • Designed a plan of action and implemented the solution

    • Tested and evaluated the solution for effectiveness

    • Documented the process and provided training to users

  • Answered by AI
  • Q2. Based on the feedback you can ask further questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Never ask questions which can be googled . Concept based questions to be asked and you will know if he worked well in any organization.

Project Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Triangle Star Pattern Task Your task is to print a triangle patte ... read more
asked in Wipro
Q2. Encode The String Problem Statement Given a string S of length N, ... read more
asked in Wipro
Q3. Count Number of Subsequences Problem Statement Given an array of ... read more
asked in Wipro
Q4. Mindbending Product Problem Statement You are given an array ARR ... read more
asked in Wipro
Q5. Difference between compiler and interpreter. Why do you apply to ... read more

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It will be a bit hard. But it contains some basic algorithm questions pseudo solving nd problem solving

Round 2 - HR 

(1 Question)

  • Q1. 1. Introduction abt ourselves.? 2.Basic abt any computer language 3. About oops concept 4.why should we hire you?

Interview Preparation Tips

Topics to prepare for Infosys Project Engineer interview:
  • OOPS
  • Arrays
  • IP Addressing
  • Data Structures
Interview preparation tips for other job seekers - Tell a brief abt yourself. Have some basic idea abt any programming language.

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It will be a bit hard. But it contains some basic algorithm questions pseudo solving nd problem solving

Round 2 - HR 

(1 Question)

  • Q1. 1. Introduction abt ourselves.? 2.Basic abt any computer language 3. About oops concept 4.why should we hire you?

Interview Preparation Tips

Topics to prepare for Infosys Project Engineer interview:
  • OOPS
  • Arrays
  • IP Addressing
  • Data Structures
Interview preparation tips for other job seekers - Tell a brief abt yourself. Have some basic idea abt any programming language.

Infosys interview questions for designations

 Project Manager

 (28)

 Project Trainee

 (3)

 Project Coordinator

 (1)

 Project Intern

 (1)

 Project Lead

 (4)

 Senior Project Manager

 (3)

 IT Project Manager

 (1)

 QA Project Manager

 (1)

I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. 1.Self 2.oops 3.project based 4.strengths 5.quries

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare better and execute your best.
Need not to worry.

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is very important to the candidates gor known about skills and experienced persons

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Problems on directions and puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview very important to the candidates because what are the skills and experience in the candidates knows

Project Engineer interview

user image CodeEra

posted on 12 Mar 2022

Interview questions from similar companies

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

It had a 2 programs with easy and medium level of coding programs, please go through the recent interview problems asked in wipro

Round 2 - Technical 

(5 Questions)

  • Q1. What is Object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q2. What is multi threading
  • Ans. 

    Multi threading is a programming concept where multiple threads within a process execute independently to improve performance.

    • Allows for concurrent execution of tasks within a single process

    • Improves performance by utilizing multiple CPU cores

    • Requires careful synchronization to avoid race conditions

    • Examples include web servers handling multiple requests simultaneously

  • Answered by AI
  • Q3. Why is java not 100% oop
  • Ans. 

    Java is not 100% OOP because it supports primitive data types and static methods.

    • Java has primitive data types like int, double, etc. which are not objects.

    • Java allows static methods which do not require an instance of a class to be called.

    • Java also has the concept of wrapper classes to convert primitive data types to objects.

  • Answered by AI
  • Q4. What are collections in java
  • Ans. 

    Collections in Java are classes and interfaces that provide a way to store and manipulate groups of objects.

    • Collections provide dynamic data structures like List, Set, and Map.

    • They offer methods to add, remove, and manipulate elements in the collection.

    • Examples include ArrayList, LinkedList, HashSet, and HashMap.

  • Answered by AI
  • Q5. Internal working of hash map
  • Ans. 

    A hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collision resolution techniques like chaining or open addressing are used to handle situations where multiple keys hash to the same index.

    • Hash maps typically have O(1) average time complexity for i...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. What is the purpose of the test.startTest() and test.stopTest() methods in programming?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly before attending an interview.

Infosys Interview FAQs

How many rounds are there in Infosys Project Engineer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Aptitude Test, HR and Technical.
What are the top questions asked in Infosys Project Engineer interview?

Some of the top questions asked at the Infosys Project Engineer interview -

  1. Please can you explain how you implemented a solution using the t...read more
  2. Explain Memory management in J...read more
  3. Explain OOPs concept in J...read more

Tell us how to improve this page.

Infosys Project Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Project Engineer Salary
based on 31 salaries
₹2.5 L/yr - ₹9.6 L/yr
At par with the average Project Engineer Salary in India
View more details

Infosys Project Engineer Reviews and Ratings

based on 4 reviews

3.7/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

4.6

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
Technology Analyst
55.9k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.4k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.5k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.8k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.7k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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