Upload Button Icon Add office photos

Filter interviews by

PSA Singapore Interview Questions and Answers

Updated 13 Oct 2024

PSA Singapore Interview Experiences

Popular Designations

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is a Vlan?
  • Ans. 

    A VLAN (Virtual Local Area Network) is a logical network that groups devices together based on factors such as department, function, or location.

    • VLANs help improve network security by isolating traffic between different groups of devices.

    • They can also help optimize network performance by reducing broadcast traffic.

    • VLANs are configured at the switch level and allow for segmentation of network traffic.

    • For example, a comp...

  • Answered by AI
  • Q2. How to you route packets?
  • Ans. 

    Routing packets involves determining the best path for data to travel from source to destination.

    • Routing protocols like OSPF and BGP are used to determine the best path for packets.

    • Routers use routing tables to make decisions on how to forward packets.

    • Packet headers contain destination IP addresses which routers use to determine the next hop.

    • Static routes can also be configured manually to specify the path packets shou...

  • Answered by AI

Skills evaluated in this interview

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical experience and knowledge on hydraulic
  • Q2. How can you apply your knowledge and if a motor is faulty, what are the requirements you need to consider?
  • Ans. 

    To identify a faulty motor, I would apply my knowledge of motor functioning and consider factors such as noise, vibration, and temperature.

    • Check for abnormal noise or vibration during operation

    • Measure the temperature of the motor during operation

    • Inspect the motor for physical damage or wear and tear

    • Check the electrical connections and wiring for any faults

    • Perform diagnostic tests to identify the specific issue

    • Consider

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study technical circuits and know what you are saying. Do not smoke around.

Service Engineer Interview Questions asked at other Companies

Q1. What are the compulsory policy excess in four wheeler private vehicles?
View answer (12)

I applied via LinkedIn and was interviewed before Nov 2021. 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 

Good nice questions and proper answers

Round 3 - HR 

(2 Questions)

  • Q1. Real reason to leave the company
  • Q2. How’s the work there?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do your best and make sure don’t slip. Friendly staff but feel like being used

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - just basic questions from my cv

PSA Singapore Interview FAQs

How many rounds are there in PSA Singapore interview?
PSA Singapore interview process usually has 2 rounds. The most common rounds in the PSA Singapore interview process are Resume Shortlist, Technical and Aptitude Test.
What are the top questions asked in PSA Singapore interview?

Some of the top questions asked at the PSA Singapore interview -

  1. How can you apply your knowledge and if a motor is faulty, what are the require...read more
  2. How to you route packe...read more
  3. What is a Vl...read more

Tell us how to improve this page.

PSA Singapore Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
DP World Interview Questions
3.9
 • 63 Interviews
APM Terminals Interview Questions
4.5
 • 6 Interviews
View all

PSA Singapore Reviews and Ratings

based on 11 reviews

4.6/5

Rating in categories

4.5

Skill development

4.2

Work-life balance

3.7

Salary

3.9

Job security

4.7

Company culture

3.2

Promotions

4.0

Work satisfaction

Explore 11 Reviews and Ratings
Compare PSA Singapore with

Adani Ports and SEZ

3.8
Compare

Jawaharlal Nehru Port Trust

4.3
Compare

DP World

3.9
Compare

APM Terminals

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