Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Parsons International Traffic Inspector Interview Questions, Process, and Tips

Updated 22 Sep 2017

Parsons International Traffic Inspector Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

Interview Questionnaire 

1 Question

  • Q1. Who is the most important person have to transform you in your life?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just speak your mind you will be selected.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Be clear on salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Say confidently what ever it is..

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • 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.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

I applied via Company Website and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Nodejs basics,AWS S3,script file run command,how to catch db timeout
  • Q2. Connect db options,
  • Ans. 

    Connecting to a database has multiple options depending on the type of database and programming language used.

    • For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.

    • For NoSQL databases, options include using MongoDB's driver for Python or Node.js.

    • ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.

    • Connection strings are used to spe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Db connection attributes need to prepare well

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Based on your previous jobs

Interview Preparation Tips

Interview preparation tips for other job seekers - It's totally your luck in interview
Contribute & help others!
anonymous
You can choose to be anonymous

Parsons International Interview FAQs

What are the top questions asked in Parsons International Traffic Inspector interview?

Some of the top questions asked at the Parsons International Traffic Inspector interview -

  1. Standard of code followed in Qatar for traffic (Work zone traffic management gu...read more
  2. Types of standard traffic signs(warning, prohibitory, directional sig...read more
  3. Process to be followed for a traffic diversion p...read more

Recently Viewed

SALARIES

Endava

SALARIES

Jubilant Industries

SALARIES

Jubilant Industries

SALARIES

Covenant Consultants

INTERVIEWS

Parsons International

No Interviews

INTERVIEWS

Bristlecone

No Interviews

SALARIES

First Quantum Minerals

INTERVIEWS

First Quantum Minerals

10 top interview questions

INTERVIEWS

First Quantum Minerals

No Interviews

SALARIES

Covenant Consultants

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
View all
Civil Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Civil Inspector
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Structural Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Resident Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Control & Planning Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Parsons International with

Bechtel

4.0
Compare

Fluor Corporation

4.3
Compare

Jacobs Engineering Group

4.1
Compare

AECOM

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