Upload Button Icon Add office photos

Filter interviews by

Nagarjuna Construction Company Associate Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Referral and was interviewed before Sep 2023.

2 Interview Rounds

1

Aptitude Test Round

Question related to NPD

2

Technical Round (3 Questions)

  • Q1. About GD&T symbol
  • Q2. About Inspection tools
  • Q3. How casting made

Interview Preparation Tips

Interview preparation tips for other job seekers - Just answers what you know , don't hesitate to say sir I don't know
Interview experience
5
Excellent
Difficulty level
-
Duration
-
Result
-

3 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

#include
#include
#include
#include

class SeatReservation {
private:
int n; // Number of rows
int m; // Number of seats per row
std::vector> reservedSeats;

public:
SeatReservation(int rows, int seatsPerRow) : n(rows), m(seatsPerRow) {
reservedSeats.resize(n);
}

std::string reserve(int r, int k) {
if (r < 1 || r > n || k < 1 || k > m) {
return "Invalid row or seat number";
}

// Check if requested seats are available
for (int i = k; i < k + 3; ++i) {
if (reservedSeats[r - 1].count(i) > 0) {
return "Seats not available";
}
}

// Reserve the seats
for (int i = k; i < k + 3; ++i) {
reservedSeats[r - 1].insert(i);
}

return "Booked with seat number " + std::to_string(k);
}
};

int main() {
// Example usage
SeatReservation theater(2, 3);

std::cout << theater.reserve(1, 3) << std::endl; // Booked with seat number 1
std::cout << theater.reserve(2, 4) << std::endl; // Seats not available

return 0;
}

3

Behavioral Round (1 Question)

  • Q1. Four couples, the Maceys, Makins, Salmons and Ainsworths, used a different mode of transportation car, airplane, bus and ship-to reach their vacation dm They ea...read more

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a movie theater that has n rows of seats, and m seats in each row. A ticketing service allocates the seats among the q incoming booking requests.

Implement the classes and methods of the ticketing service. Return whether the seats are available for incoming queries.

Implement the classes and methods defined below :-

1. A class named SeatReservation.


Instance Variables :-

Name :-
n

Functionality :-
Stores the value of number of rows in theater.

Name :-
m

Functionality :-
Stores the value of total number of seats per row.

Constructor :-

Name :-

SeatReservation(...)

Functionality :-

A parameterized constructor that initializes the instance variables.

Methods :-

Name :-

string reserve(int r, int k)

Functionality :-

Return "Booked with seat number s" where s is the starting number of the seat otherwise prints "Seats not available".

If the seats are available, the function should return a string with the first seat number of the booked seat in the format "Booked with seat number s" where s is the number of the first seat available in the rth row. If it is not possible, return "Seats not available" and do not reserve a seat.


Example :-

n=2,m=3
q=2
first query: (1, 3)
second query (2, 4)


The theater has 2 rows of 3 seats.

The first request is for 3 seats in row 1. They are available, starting at seat 1. Return "Booked with seat number 1".

The second query is for 4 seats in row 2. Row 2 does not have 4 adjacent seats available. Return "Seats not available".

Requests are handled in the order received and allocations persist through the series of requests. A seat cannot be booked twice.

Constraints :-

• 1 ≤ n, m ≤ 10^5

• 1 ≤ q ≤ 10^4

• 1 ≤ r ≤ n

• 1 ≤ k ≤ 10^9
Interview experience
3
Average
Difficulty level
-
Duration
-
Result
-

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Questions on java
  • Q2. Questions on oops
Interview experience
5
Excellent
Difficulty level
-
Duration
-
Result
-

1 Interview Round

1

One-on-one Round (1 Question)

  • Q1. Why you want to join our compeny
Interview experience
1
Bad
Difficulty level
Easy
Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2023.

1 Interview Round

1

One-on-one Round (2 Questions)

  • Q1. Field instrument working
  • Q2. Transmitters ,sensors

Interview Preparation Tips

Interview preparation tips for other job seekers - Always ask for written details don't go with verbal talks worse company I had ever worked

4 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
2

Group Discussion Round

Have Group discussion after written test and face to face interview

3

One-on-one Round (1 Question)

  • Q1. After Group Discussion
4

Technical Round (1 Question)

  • Q1. With Discipline manager and subject matter extert

Interview Preparation Tips

Topics to prepare for McDermott International Associate Engineer interview:
  • Written test
Interview preparation tips for other job seekers - Good experience, candidate were taken care , from food to safety of us. Manager and HR were very polite and explained the process clearly and guided us .

I applied via Referral and was interviewed in Jul 2021.

1 Interview Round

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is very easy if you have knowledge.
Interview experience
5
Excellent
Difficulty level
-
Duration
-
Result
-

2 Interview Rounds

1

Aptitude Test Round

Easy for developer work on quant reasoning and verbal for aptitude round

2

Coding Test Round

Easy to medium level questions for coding round

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

I applied via Internshala and was interviewed in Apr 2023.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Aptitude Test Round

Aptitude test I like it very much

3

One-on-one Round (3 Questions)

  • Q1. What are the group
  • Q2. What are the benefits of the company
  • Q3. What area benefits
4

Assignment Round

Coding test I like it

Interview Preparation Tips

Interview preparation tips for other job seekers - I like aptitude test on GMR
Interview experience
4
Good
Difficulty level
Moderate
Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2022.

2 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
2

One-on-one Round (3 Questions)

  • Q1. What is a Thrust Block?
  • Q2. How to design pipe bedding details?
  • Q3. What do you understand by a non restrained joint?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics. Say no if you don't know the answer. Do not imagine answers.

Tell us how to improve this page.

Associate Interview Questions from Similar Companies

Wipro Associate Interview Questions
3.7
 • 140 Interviews
TCS Associate Interview Questions
3.7
 • 59 Interviews
View all
Junior Engineer
898 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Assistant Engineer
664 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Junior Engineer Civil
393 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Senior Engineer
344 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Civil Site Engineer
259 salaries
unlock blur

₹1.9 L/yr - ₹6 L/yr

Explore more salaries
Compare Nagarjuna Construction Company with

Larsen & Toubro Limited

4.0
Compare

TCS

3.7
Compare

BHEL

4.2
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview