Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Infosys Public Services System Engineer Interview Questions and Answers

Updated 23 Aug 2023

Infosys Public Services System Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 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 Resume tips
Round 2 - HR 

(3 Questions)

  • Q1. Why are you changingthe job?
  • Q2. Whats your experience in managing a specific technology
  • Q3. What is your notice period
Round 3 - Technical 

(3 Questions)

  • Q1. Details about specifc technology?
  • Ans. 

    Specific technology refers to a particular tool, system, or software used in a specialized field.

    • Specific technology can include programming languages like Python or Java

    • It can also refer to hardware components like servers or routers

    • Examples of specific technologies in the field of system engineering include virtualization software like VMware or network monitoring tools like Wireshark

  • Answered by AI
  • Q2. A question on scenario based
  • Q3. Question on problem solving skill

Interview Preparation Tips

Interview preparation tips for other job seekers - Research on salaries before you negotiate as they are not good payers

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java core and spring questions
  • Q2. How would you find an element from a list
  • Ans. 

    Use a loop to iterate through the list and compare each element with the target element

    • Iterate through the list using a loop

    • Compare each element with the target element

    • Return the element if found, otherwise return null

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Screening 

(3 Questions)

  • Q1. Basic C++ questions: initialiser list and applications
  • Q2. Questions on vector implementation
  • Q3. Question on linux file system
Round 2 - Technical 

(2 Questions)

  • Q1. Design a logger class
  • Ans. 

    A logger class to handle logging messages in an application

    • Create a Logger class with methods like logInfo, logError, logWarning, etc.

    • Use a file or database to store the log messages

    • Include timestamp and severity level in each log message

    • Implement log rotation to manage log file size

  • Answered by AI
  • Q2. What is RAII, rule of 3, 5. What is smart pointers and coding questions based on string
  • Ans. 

    RAII is a resource management technique in C++. Rule of 3/5 refers to special member functions. Smart pointers are objects that manage memory automatically.

    • RAII stands for Resource Acquisition Is Initialization, a C++ programming technique where resource management is tied to object lifetime.

    • Rule of 3 states that if a class defines a custom destructor, copy constructor, or copy assignment operator, it should define all...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Jan 2023. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. More than technology,a senior recruiter asks where you stay which gali you stay,which temple is near by,what your husband do,getting into more personal and final he will ask your janam kundali and tell you...
Round 3 - One-on-one 

(1 Question)

  • Q1. Senior recruiter will ask more personal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Girls and ladies please don't join this company as it is more into priest kinda,they check your caste,class rather your hardwork it seems. This so called senior recruiter totally flirts with you if you are single,divorce,seperarated and also heard his eyes rolls on always girls upper part,no matter whatever she is wearing. I heard after complaining also higher authorities didn't taken the action. Now you people only imagine how is it safe for a girl to work in that disgusting atmosphere. And in any MNC company if the complain is raised the higher authority should take an action but still they kept him then think what kinda company is this. INDIA HR cgs is worst the worst. They are not giving you secured job,HR are saving there job to close that position and you are bakra,who will be paid with very less salary comparative outside and also you are treated like a dog. Think twice thrice to take the decision.

I applied via Indeed and was interviewed in Nov 2022. There were 2 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your work experience?
  • Q2. Do you have sales experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - Sales department is not good and other is fine. So before go there check and inquired properly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Your life, about you, college family and friend your likes and dislikes and your previous employers

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong technical knowledge is required.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There are coding questions , and we need to write the logic for them.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative Aptitude

Round 2 - Group Discussion 

Stakeholders vs Shareholders

Round 3 - Assignment 

Analysis of financial time series

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Nov 2022.

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 Resume tips
Round 2 - Aptitude Test 

Strong appitude knowledge is required.

Round 3 - Technical 

(1 Question)

  • Q1. String , arrays, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong basic concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Public Services Interview FAQs

How many rounds are there in Infosys Public Services System Engineer interview?
Infosys Public Services interview process usually has 3 rounds. The most common rounds in the Infosys Public Services interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in Infosys Public Services System Engineer interview?

Some of the top questions asked at the Infosys Public Services System Engineer interview -

  1. Details about specifc technolo...read more
  2. Question on problem solving sk...read more
  3. A question on scenario ba...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Raja Software Labs

No Interviews

INTERVIEWS

Magna International

No Interviews

INTERVIEWS

MAHLE ANAND Filter Systems

No Interviews

INTERVIEWS

Dassault Systemes

No Interviews

INTERVIEWS

Info Edge

No Interviews

INTERVIEWS

Postman

No Interviews

INTERVIEWS

IBM

No Interviews

INTERVIEWS

Magic Edtech

No Interviews

Tell us how to improve this page.

Infosys Public Services System Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.6
 • 25 Interviews
Ricoh Interview Questions
3.9
 • 9 Interviews
Intellias Interview Questions
4.6
 • 6 Interviews
View all
Infosys Public Services System Engineer Salary
based on 53 salaries
₹3.6 L/yr - ₹4.2 L/yr
33% less than the average System Engineer Salary in India
View more details

Infosys Public Services System Engineer Reviews and Ratings

based on 4 reviews

2.9/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

2.1

Salary

3.4

Job security

3.5

Company culture

2.1

Promotions

2.5

Work satisfaction

Explore 4 Reviews and Ratings
System Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer Hardware
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys Public Services with

Primus Global Technologies

3.9
Compare

Ricoh

3.9
Compare

Plada Infotech Services

3.6
Compare

Riddhi Corporate Services

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent