Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

L&T Technology Services Should Costing Engineer Interview Questions and Answers

Updated 15 Sep 2024

L&T Technology Services Should Costing Engineer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Brief introduction
  • Q2. Explain P2P process
  • Ans. 

    P2P process stands for Procure-to-Pay process, which involves all steps from requisition to payment for goods or services.

    • P2P process starts with a purchase requisition being created by the requester.

    • The requisition is then approved by the appropriate authority.

    • A purchase order is generated and sent to the supplier.

    • Goods or services are received and inspected.

    • An invoice is received from the supplier.

    • The invoice is matc...

  • Answered by AI
  • Q3. Forward scheduling/ Backward Scheduling

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a terrible experience during the walk-in interview. Despite being called several times by HR to attend, there was no proper process followed. I arrived at 9 AM, but the interview didn’t happen until 4 PM. Meanwhile, people who came after me were interviewed within 30 minutes to an hour of their arrival.

I had already communicated all my previous experience and the gap in my resume in an email to an HR representative named Dona Cristel. She still insisted I attend the interview. After waiting the entire day, I was given just a 10-minute interview, which ended in rejection.

My question is: if everything was already discussed via email, why was I asked to attend in the first place? There were 150 people there, and I had already shared all the necessary details. Did you not read my resume or the email properly? Please, don’t waste anyone’s time like this.

Thank you. 🙏
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Elements of Should costing
  • Ans. 

    Should costing involves analyzing the components and processes of a product to determine the ideal cost.

    • Analyzing the materials and components used in the product

    • Evaluating the manufacturing processes involved

    • Estimating the labor and overhead costs

    • Comparing the should cost with the actual cost to identify cost-saving opportunities

  • Answered by AI
  • Q2. MHR calculation for different production process i.e. Casting, machining, forging, sheet metal, welding, powder coating etc
  • Ans. 

    MHR calculation involves analyzing the manufacturing processes to determine the most cost-effective method.

    • Calculate the Machine Hour Rate (MHR) for each production process by dividing the total cost of running the machine by the total number of machine hours.

    • Consider factors such as labor costs, material costs, overhead costs, and machine depreciation when calculating MHR.

    • For example, in casting, the MHR would include...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Management related questions

Interview Preparation Tips

Topics to prepare for L&T Technology Services Should Costing Engineer interview:
  • Should costing
  • Machine hour rate
  • Commodity knowledge
  • Strategic Sourcing
Interview preparation tips for other job seekers - Prepare related to verious MHR and should costing elements

Should Costing Engineer Interview Questions Asked at Other Companies

Q1. MHR calculation for different production process i.e. Casting, ma ... read more
Q2. Elements of Should costing
Q3. Explain P2P process

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Case Study 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is smooth and majorly asked direct questions and some scenarios

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Design Patterns
  • Q2. Solid Principles
  • Q3. MVC Routing
  • Q4. Asp.Net WebAPI Http protocols
  • Q5. SQL Server Read/Insert/Update/Delete/ queries and Sub queries
  • Q6. HackerRank Test

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice string manipulation, arrays and list manipulation for hackerrank test

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Routing and switching related

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best. Study well.
Its all about God's grace.

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Selenium web driver, Testng, xpath, types of xpath, locators, agile model, select class, action class

Interview Preparation Tips

Interview preparation tips for other job seekers - Be technically prepared, give answer in concise and short manner.

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core Java and Spring related

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself well with Java concepts along with Spring framework

Interview Questionnaire 

1 Question

  • Q1. 1) Achievements

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Static classes, oops, normal programming questions, javascript, jquery, css, html, entity framework, query optimization, login screen design & aproach, stored procedures, custom functions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, and revise what you have written in the resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I appeared for an interview in Sep 2023.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Reverse a String using Array
  • Ans. 

    Reverse a string using array of characters

    • Create an array of characters from the input string

    • Use two pointers to swap characters at opposite ends of the array until they meet

    • Join the characters in the array to form the reversed string

  • Answered by AI
  • Q2. Microservices vs Monilith
  • Ans. 

    Microservices allow for modular, independent services while monolith is a single, cohesive unit.

    • Microservices promote scalability and flexibility

    • Monoliths are easier to develop and deploy initially

    • Microservices can lead to more complex infrastructure and communication between services

    • Monoliths can become difficult to maintain and scale as they grow

    • Examples: Netflix uses microservices for their streaming platform, while...

  • Answered by AI
  • Q3. SQL query to get 3 max salary by group
  • Ans. 

    SQL query to get 3 max salary by group

    • Use the RANK() function to rank the salaries within each group

    • Filter the results to only include rows where the rank is less than or equal to 3

    • Order the results by group and salary in descending order

  • Answered by AI
  • Q4. CI CD process followed in last project
  • Ans. 

    Implemented CI/CD process using Jenkins for automated builds, tests, and deployments.

    • Utilized Jenkins for continuous integration and continuous deployment

    • Automated build process triggered by code commits to version control

    • Implemented automated testing to ensure code quality

    • Deployed code to different environments based on predefined pipelines

  • Answered by AI
  • Q5. Major changes in Spring boot 3
  • Ans. 

    Major changes in Spring Boot 3 include support for Java 17, improved performance, and enhanced security features.

    • Support for Java 17

    • Improved performance optimizations

    • Enhanced security features such as OAuth 2.1 support

    • Updated dependencies and libraries

  • Answered by AI

Skills evaluated in this interview

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Should Costing Engineer interview?
L&T Technology Services interview process usually has 1-2 rounds. The most common rounds in the L&T Technology Services interview process are One-on-one Round and Technical.
What are the top questions asked in L&T Technology Services Should Costing Engineer interview?

Some of the top questions asked at the L&T Technology Services Should Costing Engineer interview -

  1. MHR calculation for different production process i.e. Casting, machining, forgi...read more
  2. Elements of Should cost...read more
  3. Explain P2P proc...read more

Tell us how to improve this page.

L&T Technology Services Should Costing Engineer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 805 Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 763 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 620 Interviews
View all
Senior Engineer
5.9k salaries
unlock blur

₹5 L/yr - ₹17.1 L/yr

Engineer
4.6k salaries
unlock blur

₹2.6 L/yr - ₹8.2 L/yr

Technical Lead
2.2k salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Project Lead
1.5k salaries
unlock blur

₹6 L/yr - ₹22.1 L/yr

Software Engineer
1.4k salaries
unlock blur

₹2.8 L/yr - ₹9.8 L/yr

Explore more salaries
Compare L&T Technology Services with

LTIMindtree

3.7
Compare

DXC Technology

3.7
Compare

Mphasis

3.4
Compare

Sutherland Global Services

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