Upload Button Icon Add office photos

J. Kumar Infraprojects

Compare button icon Compare button icon Compare

Filter interviews by

J. Kumar Infraprojects Process Associate Interview Questions and Answers

Updated 26 Oct 2023

J. Kumar Infraprojects Process Associate Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

#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;
}

Round 3 - Behavioral 

(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 each left from different cities: Miami, Memphis...

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 questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

General communication skills

Round 3 - One-on-one 

(1 Question)

  • Q1. Communication and basics of accounting
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What was your experience like during the one-on-one interview with HR?
  • Ans. 

    The one-on-one interview with HR was professional and informative.

    • The HR representative was friendly and welcoming

    • The questions asked were relevant to the position and my experience

    • I was given a clear overview of the company culture and expectations

  • Answered by AI
  • Q2. What types of questions will the manager ask?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you explain your previous work experience?
  • Ans. 

    I have 5 years of experience as a financial analyst at a Fortune 500 company.

    • Analyzed financial data to provide insights and recommendations

    • Created financial models to forecast future performance

    • Prepared reports for senior management

    • Collaborated with cross-functional teams on budgeting and forecasting

    • Identified cost-saving opportunities and efficiency improvements

  • Answered by AI
  • Q2. Salary negotiable

Interview Preparation Tips

Interview preparation tips for other job seekers - Married women with kid should not join this company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Aptitude test which goes nice and we done will and basic knowledge in excel and ms offcie tool

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of js, angular
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 4 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 

Normal level English grammer and General Maths

Round 3 - Typing Test 

(4 Questions)

  • Q1. Normal and easy
  • Q2. Tell me about yourself
  • Q3. Strength and warkness
  • Q4. About Insurance
Round 4 - HR 

(1 Question)

  • Q1. Tell me about Yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why are you looking for job change?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a new challenge to further develop my skills and knowledge

    • Interested in exploring different industries and gaining diverse experience

    • Seeking opportunities for career advancement and professional growth

  • Answered by AI
Round 2 - Assignment 

Apritude test and coding test

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

1 hour duration, related financial crisis

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

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

Round 2 - Coding Test 

Easy to medium level questions for coding round

I applied via Campus Placement and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - candidates which were recruited by JMC in the year 2018 are getting less payments than the students recruited in the year 2019. The same happened to me and I left just because casual behavior from the management.

J. Kumar Infraprojects Interview FAQs

How many rounds are there in J. Kumar Infraprojects Process Associate interview?
J. Kumar Infraprojects interview process usually has 3 rounds. The most common rounds in the J. Kumar Infraprojects interview process are Behavioral, Resume Shortlist and Coding Test.

Tell us how to improve this page.

J. Kumar Infraprojects Process Associate Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

L&T Construction Interview Questions
4.0
 • 757 Interviews
Tata Projects Interview Questions
4.2
 • 449 Interviews
KEC International Interview Questions
4.0
 • 309 Interviews
Dilip Buildcon Interview Questions
4.0
 • 146 Interviews
G R Infraprojects Interview Questions
4.1
 • 134 Interviews
AtkinsRealis Interview Questions
3.9
 • 88 Interviews
View all
Junior Engineer
176 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Senior Engineer
168 salaries
unlock blur

₹4.4 L/yr - ₹11.6 L/yr

Civil Engineer
168 salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Civil Site Engineer
149 salaries
unlock blur

₹2 L/yr - ₹6.4 L/yr

Junior Engineer Civil
111 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Explore more salaries
Compare J. Kumar Infraprojects with

Larsen & Toubro Limited

3.9
Compare

Tata Projects

4.2
Compare

L&T Construction

4.0
Compare

Kalpataru Projects International

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