Add office photos
Employer?
Claim Account for FREE

Ford Motor

4.4
based on 2.8k Reviews
Filter interviews by

20+ Global Resources Management Consultancy Interview Questions and Answers

Updated 10 Dec 2024

Q1. What is AR,AP,BR,BP? Outstanding arrears,prepaid expense, amortization.

Ans.

AR stands for Accounts Receivable, AP stands for Accounts Payable, BR stands for Bank Reconciliation, BP stands for Budget Planning. Outstanding arrears are unpaid debts, prepaid expenses are expenses paid in advance, and amortization is the process of spreading out the cost of an intangible asset over its useful life.

  • AR (Accounts Receivable) - money owed to a company by its customers for goods or services provided on credit

  • AP (Accounts Payable) - money owed by a company to i...read more

Add your answer

Q2. What is the Journal entry for Credit Sales and provision for Doubtful debts?

Add your answer

Q3. What is the difference BSVI vehicle petrol & diesel vehicle briefing what’s are the components existing vehicles

Ans.

BSVI petrol & diesel vehicles have different fuel compositions & emission standards. Components vary based on vehicle type.

  • BSVI petrol vehicles have lower sulfur content in fuel compared to diesel vehicles

  • Diesel vehicles have higher fuel efficiency and torque compared to petrol vehicles

  • Components in petrol vehicles include spark plugs, fuel injectors, and carburetors

  • Components in diesel vehicles include fuel injectors, glow plugs, and turbochargers

Add your answer

Q4. If sound pass through any wall or some structure , there is a 3 possibility ( Either it transmitted or reflected or absorbed) these phenomenon is called sound transmission loss.

Ans.

Sound transmission loss refers to the phenomenon of sound being either transmitted, reflected or absorbed when passing through a wall or structure.

  • Sound transmission loss is measured in decibels (dB).

  • The higher the transmission loss, the less sound is transmitted through the wall or structure.

  • Transmission loss can be improved by adding sound insulation materials such as acoustic foam or mass loaded vinyl.

  • Examples of structures with high transmission loss include concrete wall...read more

Add your answer
Discover Global Resources Management Consultancy interview dos and don'ts from real experiences

Q5. General SCM process and your job role

Ans.

SCM process involves planning, sourcing, making, delivering, and returning products. As a Supply Chain Analyst, my role is to optimize these processes.

  • My job involves analyzing data to identify areas for improvement in the SCM process

  • I work with cross-functional teams to develop and implement strategies to optimize the supply chain

  • I monitor key performance indicators (KPIs) to ensure that the supply chain is operating efficiently

  • I identify and mitigate risks in the supply cha...read more

View 1 answer

Q6. AT transmission how the power flow on planetary gear sets

Ans.

Power flow in AT transmission on planetary gear sets is controlled by clutches and brakes.

  • Power from the engine is transferred to the torque converter

  • The torque converter drives the input shaft of the transmission

  • The planetary gear sets control the power flow to the output shaft

  • Clutches and brakes are used to engage and disengage the planetary gear sets

  • The final output is determined by the combination of gear sets and clutches/brakes engaged

Add your answer
Are these interview questions helpful?

Q7. 1. What is depth in defense 2. What is Attack surface management 3. What is APT? 4. Memory forensics 5. How to handle incidents 6. Threat hunting 7. Threat intel 8. Types of tools for blue team

Ans.

Cyber defense concepts and tools explained

  • Depth in defense refers to having multiple layers of security measures to protect against cyber threats

  • Attack surface management involves identifying and reducing the potential entry points for attackers

  • APT stands for Advanced Persistent Threat, which is a sophisticated and targeted cyber attack

  • Memory forensics is the analysis of volatile memory to investigate security incidents

  • Handling incidents involves detecting, responding to, and...read more

Add your answer

Q8. What do you understand by the term tooling?

Ans.

Tooling refers to the process of designing and manufacturing tools or equipment used in production or manufacturing processes.

  • Tooling involves creating specialized tools or equipment for specific tasks

  • It can include designing, prototyping, and manufacturing tools

  • Tooling is essential for efficient and accurate production processes

  • Examples include molds for injection molding, jigs for welding, and fixtures for assembly

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What do you do when a Current asset is showing a Credit balance.

Add your answer

Q10. 1. How to analyse logs in siem? 2. What is MITRE-ATTACK? 3. Owasp top 10 4. Incident response procedures 5. Phishing analysis

Ans.

Analyzing logs in SIEM involves reviewing and correlating data to identify security incidents and threats.

  • Review logs for anomalies and patterns

  • Correlate data from multiple sources to identify potential security incidents

  • Use SIEM tools to automate log analysis processes

  • Create alerts and triggers for suspicious activities

  • Regularly update and fine-tune SIEM rules and configurations

Add your answer

Q11. What do you mean by indexing?

Ans.

Indexing is the process of creating an index for a database table to improve the speed of data retrieval operations.

  • Indexing helps in quickly locating and accessing specific rows in a table.

  • It reduces the number of disk I/O operations required for query processing.

  • Examples of indexing methods include B-tree, hash, and bitmap indexes.

Add your answer

Q12. Duplicate elements in list using python

Ans.

Use Python to find duplicate elements in a list.

  • Iterate through the list and use a dictionary to store elements and their counts.

  • Identify elements with counts greater than 1 as duplicates.

  • Return a list of duplicate elements found.

View 1 answer

Q13. When should we use node js and java

Ans.

Node.js is suitable for real-time applications and microservices, while Java is better for large-scale enterprise applications.

  • Use Node.js for building real-time applications like chat apps, streaming services, and collaborative tools.

  • Node.js is also great for developing microservices and APIs due to its lightweight and event-driven architecture.

  • Java is ideal for building large-scale enterprise applications that require high performance, scalability, and security.

  • Java is comm...read more

Add your answer

Q14. what is lean six sigma?

Ans.

Lean Six Sigma is a methodology that combines Lean manufacturing principles and Six Sigma quality management techniques to improve processes and eliminate waste.

  • Combines Lean principles (focus on efficiency and waste reduction) with Six Sigma techniques (focus on quality and process improvement)

  • Uses tools like DMAIC (Define, Measure, Analyze, Improve, Control) to identify and solve problems

  • Aims to reduce defects, improve customer satisfaction, and increase efficiency

  • Popular i...read more

Add your answer

Q15. What is sound transmission loss?

Ans.

Sound transmission loss is the measure of how much sound is blocked by a material or structure.

  • It is measured in decibels (dB).

  • Higher the transmission loss, better the sound insulation.

  • It depends on the frequency of the sound and the thickness and density of the material.

  • Examples of materials with high transmission loss are concrete, brick, and lead.

  • It is important in designing soundproofing for buildings, vehicles, and machinery.

Add your answer

Q16. How to created Payload for API testing

Ans.

To create a payload for API testing, you need to understand the API endpoints, parameters, and expected data formats.

  • Identify the API endpoints and the type of request (GET, POST, PUT, DELETE, etc.)

  • Understand the parameters required for the API request (query parameters, headers, body)

  • Refer to API documentation for details on expected data formats and sample payloads

  • Use tools like Postman or Swagger to easily create and test payloads

  • Ensure the payload includes valid data to t...read more

Add your answer

Q17. Second highest salary in SQL

Ans.

Use SQL query with ORDER BY and LIMIT to find the second highest salary.

  • Use SELECT statement to retrieve the salary column

  • Use ORDER BY clause to sort the salaries in descending order

  • Use LIMIT 1,1 to skip the first highest salary and retrieve the second highest salary

Add your answer

Q18. What is salary in ford India

Ans.

The salary for Team Leader Quality at Ford India varies based on experience and location.

  • Salary for Team Leader Quality at Ford India is competitive and based on industry standards.

  • It varies based on the candidate's experience, skills, and location.

  • The average salary for a Team Leader Quality at Ford India is around INR 10-15 lakhs per annum.

  • However, this can vary based on the location of the job and the candidate's experience and qualifications.

Add your answer

Q19. What is 5s

Ans.

5S is a workplace organization method that aims to improve efficiency and productivity by maintaining cleanliness and orderliness.

  • 5S stands for Sort, Set in Order, Shine, Standardize, and Sustain.

  • Sort involves removing unnecessary items from the workplace.

  • Set in Order focuses on arranging necessary items in a logical and efficient manner.

  • Shine involves cleaning and maintaining the workplace.

  • Standardize aims to establish consistent processes and procedures.

  • Sustain focuses on m...read more

View 1 answer

Q20. Whats is 7 qc tools

Ans.

7 QC tools are a set of problem-solving tools used in quality control and quality management.

  • The tools include: Pareto chart, cause-and-effect diagram, check sheet, control chart, histogram, scatter diagram, and flowchart.

  • They are used to identify, analyze, and solve quality-related problems in a systematic and efficient manner.

  • For example, a Pareto chart can be used to identify the most common causes of defects, while a control chart can be used to monitor a process and dete...read more

Add your answer

Q21. wat was ur Experience

Ans.

I have 5 years of experience in guest experience management.

  • Managed guest experience at a luxury hotel for 3 years

  • Implemented customer feedback system to improve guest satisfaction

  • Trained and supervised a team of 10 staff members

  • Organized special events and promotions to enhance guest experience

View 1 answer

Q22. Design modification implementation procedure

Add your answer

Q23. API call chaining example

Ans.

API call chaining is the process of making multiple API calls in a sequence, where the output of one call is used as input for the next call.

  • API call chaining is commonly used in test automation to simulate user workflows.

  • For example, a test scenario might involve logging in, navigating to a specific page, and then performing an action on that page.

  • Each step in the scenario would be a separate API call, with the output of one call being used as input for the next.

Add your answer

Q24. Write terraform code

Ans.

Terraform code for infrastructure provisioning

  • Define provider and resource blocks

  • Specify variables and outputs

  • Use modules for reusable code

  • Leverage state management for tracking changes

Add your answer

More about working at Ford Motor

#4 Best Mid-Sized Company - 2021
#1 Best Automobile Company - 2021
HQ - Dearborn, Michigan, United States (USA)
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Global Resources Management Consultancy

based on 60 interviews in the last 1 year
Interview experience
4.1
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 265 Interview Questions
3.8
 • 202 Interview Questions
3.9
 • 192 Interview Questions
4.0
 • 160 Interview Questions
3.6
 • 133 Interview Questions
View all
Top Ford Motor Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter