Upload Button Icon Add office photos

Filter interviews by

Iron Systems Project Coordinator Interview Questions and Answers

Updated 14 May 2024

Iron Systems Project Coordinator Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Ask basic question about previous Exp. related
Round 2 - Technical 

(1 Question)

  • Q1. Ask to explain the single project of IT Infra from start to end execution & ask some questions about them.

Project Coordinator Jobs at Iron Systems

View all

Interview questions from similar companies

Interview Preparation Tips

Round: PRE placement
Experience: Was accepted through the pre placement offer after a satisfactory internship during the summer.
There was a small test after the internship. Work done in the internship in co-ordination with mentor, employees and manager has more weight-age.

General Tips: Just brush up on your fundamentals. The questions asked will just be a direct or indirect applications of what you have learnt. Good programming practice is also needed.
Good knowledge about Operating systems, Data structures, Networking and Programming is what they generally look for while hiring.
A good internship project helped in securing the PPO.
Skills:
College Name: NIT Surathkal

I applied via Referral and was interviewed before Apr 2021. 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 - One-on-one 

(1 Question)

  • Q1. 1. C basics 2. Bitwise operators 3. Pointers 4. Embedded protocols 5. Linux Commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up basics on C programming, embedded protocols.

I applied via LinkedIn and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript / UI related
Round 2 - Case Study 

SYSTEM Design

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your core skills and system design knowledge.

I applied via Naukri.com and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Coding Test 

It's a one hour coding test which tests basic problem solving skills.

Round 2 - Technical 

(1 Question)

  • Q1. In this round interviewer tests your problem solving skills, you will be given a link to a coding platform and will be asked to solve couple of problems (1- easy, 2- medium). Approach will be considered ra...
Round 3 - One-on-one 

(1 Question)

  • Q1. This will test your technical skills for the domain you have been shortlisted for
Round 4 - One-on-one 

(1 Question)

  • Q1. It's kind of a behavioural round which targets your previous experiences and your exposure

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics right. Work of Data-structures and Algorithms and All the Best!!!
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. 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 - Coding Test 

Quite easy, implementation questions were there

Round 3 - Technical 

(1 Question)

  • Q1. Implement Hash Maps
  • Ans. 

    Hash maps are data structures that store key-value pairs and provide efficient lookup, insertion, and deletion operations.

    • Hash maps use a hash function to convert keys into array indices.

    • Collisions can occur when multiple keys hash to the same index, requiring collision resolution techniques.

    • Common collision resolution methods include chaining and open addressing.

    • Hash maps have an average time complexity of O(1) for ba...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 coding questions; 1 was of Trie, 1 was greedy and another was related to OOPs, and high level data structures

Round 2 - Technical 

(1 Question)

  • Q1. Based on resume, technical skills.
Round 3 - One-on-one 

(1 Question)

  • Q1. Again Technical skills and CS subjects knowledge
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions around software design
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Questions regarding JS concepts. JS and React specific rounds, closures, Promises, etc

Round 2 - Technical 

(1 Question)

  • Q1. Solve a js problem to traverse a directory. Simple question
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round to understand roles and responsibilities in previous orgs.

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Online test

  • Q1. MCQ Questions

    Based on c++,c and java basics

  • Ans. 

    MCQ questions based on C++, C, and Java basics.

    • Understand the differences between C++, C, and Java syntax and features.

    • Be familiar with basic concepts like data types, control structures, and functions.

    • Practice solving MCQs to improve your understanding of the languages.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

Technical interview

  • Q1. 

    Distinct Elements in K-Sized Windows

    The task is to determine the number of distinct elements in every sliding window of size 'K' across an array 'ARR' of size 'N'. A 'K' sized window is a contiguous sequ...

  • Ans. 

    Calculate the count of distinct elements in each sliding window of size 'K' across an array 'ARR'.

    • Use a sliding window approach to iterate through the array and keep track of distinct elements using a hashmap or set.

    • Update the count of distinct elements in each window as it slides across the array.

    • Return the array detailing the count of distinct elements in each 'K' sized window for each test case.

  • Answered by AI
  • Q2. 

    MergeSort Linked List Problem Statement

    You are given a Singly Linked List of integers. Your task is to sort the list using the 'Merge Sort' algorithm.

    Input:

    The input consists of a single line contain...
  • Ans. 

    Sort a Singly Linked List using Merge Sort algorithm.

    • Implement the Merge Sort algorithm for linked lists.

    • Divide the list into two halves, sort each half recursively, and then merge them.

    • Use a fast and slow pointer to find the middle of the list for splitting.

    • Handle the base cases of empty list or single node list.

    • Example: Input: 4 3 2 1 -1, Output: 1 2 3 4

  • Answered by AI
Round 3 - Coding Test 

Round duration - 20 minutes
Round difficulty - Hard

Hr interview

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteria80% and above in 10th,12th and ugWatchGuard Technologies interview preparation:Topics to prepare for the interview - Stack Implementation, DBMS, SQL QUERIES, Data structure and ADATime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Go through oosp concept properly
Tip 2 : Good knowledge on coding
Tip 3 : intermediate knowledge on database and data structures

Application resume tips for other job seekers

Tip 1 : A project based on database
Tip 2 : Mention all the fields properly and have a prior knowledge on your project

Final outcome of the interviewRejected

Skills evaluated in this interview

Iron Systems Interview FAQs

How many rounds are there in Iron Systems Project Coordinator interview?
Iron Systems interview process usually has 2 rounds. The most common rounds in the Iron Systems interview process are Technical.
How to prepare for Iron Systems Project Coordinator interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Iron Systems. The most common topics and skills that interviewers at Iron Systems expect are Communication Skills, PMP, Project Coordination, Project Management and Project Planning.

Tell us how to improve this page.

Iron Systems Project Coordinator Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Arista Networks Interview Questions
4.1
 • 43 Interviews
ENH iSecure Interview Questions
4.1
 • 29 Interviews
Sandvine Interview Questions
3.2
 • 17 Interviews
Jasmin Infotech Interview Questions
4.0
 • 13 Interviews
ZeroFOX Interview Questions
3.4
 • 12 Interviews
Aryaka Networks Interview Questions
3.5
 • 11 Interviews
View all
Iron Systems Project Coordinator Salary
based on 24 salaries
₹3.5 L/yr - ₹8 L/yr
16% more than the average Project Coordinator Salary in India
View more details

Iron Systems Project Coordinator Reviews and Ratings

based on 2 reviews

3.4/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

2.0

Salary

3.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 2 Reviews and Ratings
Incident Management Specialist
25 salaries
unlock blur

₹4.2 L/yr - ₹6 L/yr

Support Service Coordinator
25 salaries
unlock blur

₹3.5 L/yr - ₹6.3 L/yr

Project Coordinator
24 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Program Manager
22 salaries
unlock blur

₹6.5 L/yr - ₹18.5 L/yr

Team Lead
21 salaries
unlock blur

₹6.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Iron Systems with

Presto Infosolutions

3.6
Compare

Jasmin Infotech

4.0
Compare

Paladion Networks

3.7
Compare

GTT Communications

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