Upload Button Icon Add office photos

Filter interviews by

Renault-Nissan Project Management Coordinator Interview Questions and Answers

Updated 10 Aug 2017

Renault-Nissan Project Management Coordinator Interview Experiences

1 interview found

I appeared for an interview before Aug 2016.

Interview Questionnaire 

8 Questions

  • Q1. Tell me about your self
  • Ans. 

    Experienced project management professional with a proven track record of successfully coordinating and executing projects.

    • Over 5 years of experience in project management

    • Strong organizational and communication skills

    • Proficient in project management tools such as Microsoft Project

    • Managed cross-functional teams to deliver projects on time and within budget

  • Answered by AI
  • Q2. Tell me about your previous experience
  • Ans. 

    I have 5 years of experience in project management, coordinating various projects and ensuring their successful completion.

    • Managed multiple projects simultaneously

    • Coordinated project teams and ensured effective communication

    • Monitored project progress and identified and resolved issues

    • Developed and maintained project schedules and budgets

    • Implemented project management methodologies and best practices

  • Answered by AI
  • Q3. Your role is co ordinator, in case users are not supporting mean how you can collect the data from them...?
  • Ans. 

    To collect data from users who are not supporting, I would use various methods such as surveys, interviews, and data analysis.

    • Conduct surveys to gather feedback and insights from users

    • Arrange interviews with users to understand their needs and challenges

    • Analyze user behavior data to identify patterns and trends

    • Utilize feedback forms or suggestion boxes to encourage user input

    • Implement user testing sessions to observe a...

  • Answered by AI
  • Q4. Wat kind of reports your following in previous company
  • Ans. 

    I followed various reports in my previous company to track project progress and performance.

    • Weekly status reports to update stakeholders on project milestones and deliverables.

    • Risk assessment reports to identify potential risks and develop mitigation strategies.

    • Budget reports to track project expenses and ensure adherence to financial goals.

    • Resource allocation reports to monitor the utilization of team members and make...

  • Answered by AI
  • Q5. What is planning
  • Ans. 

    Planning is the process of setting goals, determining the actions needed to achieve those goals, and creating a timeline for completion.

    • Planning involves identifying objectives and defining the steps required to reach them.

    • It includes creating a detailed project plan with tasks, resources, and deadlines.

    • Effective planning helps in organizing resources, managing risks, and ensuring project success.

    • Examples of planning a...

  • Answered by AI
  • Q6. What is Forcast
  • Ans. 

    Forecasting is the process of estimating or predicting future events or outcomes based on historical data and trends.

    • Forecasting involves analyzing past data and trends to make predictions about future events.

    • It helps in planning and decision-making by providing insights into future demand, resource requirements, and project outcomes.

    • Various techniques like statistical models, time series analysis, and predictive analy...

  • Answered by AI
  • Q7. Excel knowledge
  • Q8. PPT knowledge

Interview Preparation Tips

Round: HR Interview
Experience: During interview session, I was clearly answering to interviewer, same as I explained with some examples for better understanding purpose, so open talk is accepting my interviewer,
Tips: First initially we have fix self confidence and Without fear clearly we need answer to interviewer,

Round: Technical Interview
Experience: I know well some formulas in Excel that is helpful for me to project my skill
Tips: System knowledge is important,at least we need to know 10 formulas in Excel

Skills: Communication And Confidence

Top trending discussions

View All
Interview Hub
3d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Renault-Nissan?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Basic networking theory like arp, ping, vlans, subnetting
  • Q2. Switching scenarios mostly related to STP
  • Q3. OSI layer based questions. For example, which layer deals with congestion control.
  • Q4. Basics of routing. Ospf n bgp scenarios
  • Q5. One of the challenging cases worked on
  • Q6. Scenarios questions to check how you would approach a problem and work towards resolution. Like what all information would you ask from the customer to understand the issue and how you would make use of it...

Interview Preparation Tips

Interview preparation tips for other job seekers - Having a concrete networking experience and understanding would help you to crack the interview easily.
The scenarios are not tough and are basically put to check if you know the basics.

Project Management Coordinator Interview Questions Asked at Other Companies

Q1. As a coordinator, how would you collect data from users who are n ... read more
Q2. What is planning?
Q3. Which methodologies and software tools Use HCL technologies ❓
Q4. What is Forecasting?
Q5. What software are you familiar with?

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

It was in the morning at our institute. There were technical and aptitude problems.

  • Q1. 

    Star Pattern Generation

    Develop a function to print star patterns based on the given number of rows 'N'. Each row in the pattern should follow the format demonstrated in the example.

    The picture illustra...

  • Ans. 

    Function to print star patterns based on the given number of rows 'N'.

    • Iterate through each row from 1 to N

    • For each row, print spaces (N-row) followed by stars (2*row-1)

    • Repeat until all rows are printed

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

It was actually a Techno HR round. I was asked some technical questions about OS, OOPS, COMPUTER NETWORKING, WEB DEVELOPMENT. He went through my whole resume, asked about all the projects and past working experiences. The interviewer was really good, we talked about so many other topics, from Women empowerment to Water Crises. I felt really confident while speaking because he made me so comfortable.

  • Q1. 

    Selection Sort Algorithm

    Selection sort is a sorting technique that works by repeatedly finding the minimum element (considering ascending order) from the unsorted part and placing it at the beginning of ...

  • Ans. 

    Selection Sort Algorithm sorts an array by repeatedly finding the minimum element and placing it at the beginning of the unsorted part.

    • Iterate through the array to find the minimum element and swap it with the first unsorted element.

    • Repeat this process for each element in the array until it is fully sorted.

    • Time complexity of Selection Sort is O(n^2) making it inefficient for large arrays.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from MKSSS's Cummins College of Engineering For Women, Pune. I applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7 CGPADell India interview preparation:Topics to prepare for the interview - Data structures and Algorithms, DBMS, OOPS, OS, NETWORKING, WEB DEVELOPMENTTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Study data structures thoroughly and practice coding regularly. Do practice it on Leetcode as it has a lot of test cases, I personally find it really helpful. 
Tip 2 : Learn new skills and make projects with them to get the most out of them. 
Tip 3 : Do study other basic and very important subjects like Oops, DBMS, OS.

Application resume tips for other job seekers

Tip 1 : Do mention your achievements and other co curricular activities. 
Tip 2 : Your projects are a big highlight, keep them crisp and be prepared to explain them thoroughly.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was technial and some hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to excel in what you know, learning small and perfectly matters rather than knowing many things but not in depth.
So whatever you have done worked get completed hold on it.

I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Education, experience and ambition

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest in the interview

I appeared for an interview in May 2017.

Interview Questionnaire 

3 Questions

  • Q1. Question on Revit Software and Civil Engg Basics
  • Q2. How do you justify yourself to be a Team Lead
  • Ans. 

    I have proven leadership skills, experience in managing teams, and a track record of achieving results.

    • I have successfully led a team in my previous role, demonstrating my ability to motivate and guide team members towards achieving goals.

    • I have strong communication and interpersonal skills, which are essential for effective team leadership.

    • I have a track record of delivering projects on time and within budget, showcas...

  • Answered by AI
  • Q3. The HR asked me my salary expectations and a possible joining date.

Interview Preparation Tips

Round: Resume Shortlist
Experience: The interview started with a discussion on my experience, companies I worked with and the project types completed
Tips: Whatever you say should match with the CV exactly.

Round: Technical Interview
Experience: I was asked a lot of questions on the software Revit, its utility and the way it has been used for projects. Also different case studies from Civil Engineering basics was asked.
Tips: Never try to fake any answers, you may get caught.

Round: HR Interview
Experience: I was asked to disclose my expected salary and which was a possible date for me to join.
Tips: Always raise your expectations by 40% to the HR since they will negotiate and a reduction of around 20%-30% will take place.

Round: Technical Interview
Experience: I had to highlight my capabilities and justify my selection for this position
Tips: Be specific in what you say to the person who is asking questions.

Renault-Nissan HR Interview Questions

29 questions and answers

Q. Introduce yourself.
Q. How do you manage critical matters? Explain with an actual scenario.
Q. Tell me about your previous company.

Intern Interview Questions & Answers

Cyient user image Anonymous

posted on 22 Sep 2017

I appeared for an interview in Mar 2017.

Interview Questionnaire 

1 Question

  • Q1. Explain about your career objective
  • Ans. 

    To become a successful marketing professional in a dynamic and challenging environment.

    • Seeking opportunities to develop and implement innovative marketing strategies

    • Working towards building a strong brand presence and increasing market share

    • Continuous learning and growth in the field of marketing

    • Collaborating with cross-functional teams to achieve business objectives

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: We were given 4 sections total 60 questions .Sectional cutoff was included which includes technical questions of mechanical ,aptitude, english.
Tips: Take care of the duration.
Duration: 1 hour 15 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: A panel of 5 members interviewed me for 30 minutes which included so many questions about project etc.
Tips: Be confident and be truthful , trust mw they can read your mind.

College Name: MLRIT
Are these interview questions helpful?

Interview Preparation Tips

Round: Resume Shortlist
Experience: Post the shortlist of resume, these days there is practise of casual discsiion over teleh[phone. This is bascialy to know your interest to chnage the cop

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 90

College Name: VNIT Nagpur

I appeared for an interview in Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. What is the difference between pneumatic and hydraulic?
  • Ans. 

    Pneumatic systems use compressed air to transmit power, while hydraulic systems use fluid to transmit power.

    • Pneumatic systems use air as the working fluid, while hydraulic systems use liquid.

    • Pneumatic systems are typically used for lighter loads and faster movements, while hydraulic systems are used for heavier loads and slower movements.

    • Pneumatic systems are generally less expensive and easier to maintain compared to ...

  • Answered by AI
  • Q2. List the types of welding.
  • Ans. 

    There are several types of welding techniques used in various industries.

    • Arc welding: Uses an electric arc to create heat and join metals.

    • MIG welding: Uses a consumable wire electrode and shielding gas to join metals.

    • TIG welding: Uses a non-consumable tungsten electrode and inert gas to join metals.

    • Spot welding: Joins metal sheets by applying pressure and heat at specific points.

    • Flux-cored arc welding: Similar to MIG w...

  • Answered by AI
  • Q3. What is the use of CNC machine and lathe machine?

Interview Preparation Tips

Round: Test
Tips: Most of the questions were taken from indiabix.com.
Duration: 1 hour 30 minutes

Round: Group Discussion
Tips: Try to speak and communicate effectively.
Duration: 10 minutes

Round: Technical + HR Interview
Tips: For production branch people, please study thoroughly about manufacturing processes, CNC programming and industrial engineering key terms.

Renault-Nissan Interview FAQs

What are the top questions asked in Renault-Nissan Project Management Coordinator interview?

Some of the top questions asked at the Renault-Nissan Project Management Coordinator interview -

  1. Your role is co ordinator, in case users are not supporting mean how you can co...read more
  2. What is planni...read more
  3. What is Forca...read more

Tell us how to improve this page.

Interview Questions from Trending Companies on AmbitionBox

TELUS Digital Interview Questions
3.6
 • 121 Interviews
Amdocs Interview Questions
3.7
 • 535 Interviews
Fractal Analytics Interview Questions
4.0
 • 216 Interviews
State Bank of India Interview Questions
3.9
 • 279 Interviews
Johnson Controls Interview Questions
3.5
 • 281 Interviews
Standard Chartered Interview Questions
3.6
 • 302 Interviews
Adobe Interview Questions
3.8
 • 249 Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 789 Interviews
View all
Engineer
435 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Senior Engineer
408 salaries
unlock blur

₹7.9 L/yr - ₹13.2 L/yr

Assistant Engineer
334 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Assistant Manager
279 salaries
unlock blur

₹10 L/yr - ₹17.2 L/yr

Graduate Apprentice Trainee
243 salaries
unlock blur

₹1 L/yr - ₹2.9 L/yr

Explore more salaries
write
Share an Interview