Upload Button Icon Add office photos

Filter interviews by

Infosys Public Services Executive Engineer Interview Questions and Answers

Updated 25 May 2023

Infosys Public Services Executive Engineer Interview Experiences

1 interview found

Executive Engineer Interview Questions & Answers

user image Sai snigdha Nayak

posted on 25 May 2023

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

I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Case Study 

Two case study :- how to accumulate garbage in your area and how to develop food delivery app

Round 3 - Technical 

(1 Question)

  • Q1. Write a program logic factorial in c programming
  • Ans. 

    Program logic for factorial in C programming

    • Use a loop to multiply the number with all the numbers less than it

    • Initialize the result variable with 1

    • Handle the case when the input is 0 or 1 separately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all they see ur communication skill always be confident and be smart

Skills evaluated in this interview

Interview questions from similar companies

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
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
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
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 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

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 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 was interviewed in Jan 2017.

Interview Questionnaire 

6 Questions

  • Q1. Types of standard traffic signs(warning, prohibitory, directional signs)
  • Ans. 

    There are three types of standard traffic signs: warning signs, prohibitory signs, and directional signs.

    • Warning signs: These signs alert drivers to potential hazards or changes in road conditions. Examples include signs for curves, slippery roads, and pedestrian crossings.

    • Prohibitory signs: These signs indicate actions that are not allowed. Examples include signs for no entry, no parking, and no U-turn.

    • Directional sig...

  • Answered by AI
  • Q2. Standard of code followed in Qatar for traffic (Work zone traffic management guide, QCS)
  • Ans. 

    The standard of code followed in Qatar for traffic is the Work Zone Traffic Management Guide and the Qatar Construction Specifications (QCS).

    • The Work Zone Traffic Management Guide provides guidelines and best practices for managing traffic in work zones.

    • The Qatar Construction Specifications (QCS) outline the technical requirements and standards for construction projects, including traffic management.

    • These codes ensure ...

  • Answered by AI
  • Q3. Standard size of barriers
  • Ans. 

    The standard size of barriers varies depending on their purpose and location.

    • The standard size of traffic barriers is typically around 3 to 4 feet in height.

    • For highway barriers, the standard length is usually 12 to 20 feet.

    • Barriers used in construction sites or events may have different sizes based on the specific requirements.

    • Some examples of standard barrier sizes include 3 feet by 10 feet, 4 feet by 8 feet, and 6 f...

  • Answered by AI
  • Q4. Process to be followed for a traffic diversion plan
  • Ans. 

    A traffic diversion plan involves several steps to ensure smooth flow of traffic.

    • Identify the need for traffic diversion based on road conditions, construction work, accidents, etc.

    • Conduct a thorough survey of the area to determine alternative routes and assess their feasibility.

    • Develop a detailed plan considering factors like traffic volume, road capacity, and safety measures.

    • Coordinate with relevant authorities, such...

  • Answered by AI
  • Q5. Minimum width of road during TDP
  • Ans. 

    The minimum width of road during TDP varies depending on the type of road and traffic volume.

    • The minimum width of a single lane road during TDP is typically around 3.7 meters.

    • For a two-lane road, the minimum width during TDP is usually around 7.3 meters.

    • In urban areas with heavy traffic, the minimum width of a road during TDP can be as wide as 10 meters or more.

    • The width of roads during TDP is determined by factors suc...

  • Answered by AI
  • Q6. We all knew very well hr people will bargain for the least. And these guys did the same with me too.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Asked me to update my CV as per their requirements and in their format I updated and sent to them.

Round: Technical Interview
Experience: Parsons interviewed me on Skype for almost 50 min and I answered very few qstns as I don't have any idea on Qatar standards. Whatever I know according to Indian standards I explained them. Finally the interviewer said I vl keep you in option only. But luckily no other guy performed better than me may be or they might have not accepted for Parsons offer I was called in 3 days and sent final offer letter.

Skills: Technical Skill And Speaking Skill, Knowledge on traffic diversion plans implementation

Infosys Public Services Interview FAQs

How many rounds are there in Infosys Public Services Executive Engineer interview?
Infosys Public Services interview process usually has 3 rounds. The most common rounds in the Infosys Public Services interview process are Case Study, Technical and Resume Shortlist.

Tell us how to improve this page.

Infosys Public Services Executive 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
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