Upload Button Icon Add office photos

Filter interviews by

diTrinity Technologies PLM Consultant Interview Questions and Answers

Updated 16 Apr 2022

diTrinity Technologies PLM Consultant Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Rekated to tc questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Read everything of syllabus. Practice software.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between display none, visibility hidden and opacity 0 in CSS
  • Ans. 

    display none hides the element completely, visibility hidden hides the element but still takes up space, opacity 0 makes the element transparent.

    • display none removes the element from the layout

    • visibility hidden hides the element but it still occupies space

    • opacity 0 makes the element transparent but still occupies space

    • Example: display: none; visibility: hidden; opacity: 0;

  • Answered by AI
  • Q2. Write a polyfill for javascript method "filter"
  • Ans. 

    Polyfill for JavaScript method 'filter'

    • Create a function called 'filter' that takes a callback function as an argument

    • Loop through the array and apply the callback function to each element

    • If the callback function returns true, add the element to a new array and return it

  • Answered by AI
  • Q3. Explain ShadowDOM
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out and clashing with the rest of the page.

    • Shadow DOM allows for creating self-contained components with their own DOM tree and styling.

    • It helps in preventing styles from the main document affecting the component and vice versa.

    • Shadow DOM can be created using the 'attachShadow' method in JavaScript.

    • It is comm...

  • Answered by AI
  • Q4. Explain Currying in Javascript
  • Ans. 

    Currying is a technique in JavaScript where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.

    • Currying allows you to create reusable functions with partial application of arguments.

    • It helps in creating more flexible and composable functions.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8

  • Answered by AI
  • Q5. What is Event Deligation in javascript
  • Ans. 

    Event delegation in JavaScript is a technique where a single event listener is attached to a parent element to handle events for multiple child elements.

    • Event delegation helps improve performance by reducing the number of event listeners.

    • It is useful for dynamically created elements or elements with similar behavior.

    • Event delegation works by utilizing event bubbling, where events on child elements bubble up to the pare

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Associate Consultant interview:
  • Javascript Basics
  • React.Js
  • Javascript
Interview preparation tips for other job seekers - Having deep knowledge in Javascript is must for React.JS interview.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Introduce yourself
  • Q2. Explain the project you are working with
  • Ans. 

    I am currently working on a project to implement a new customer relationship management system for our client.

    • Analyzing client requirements and designing a customized CRM solution

    • Collaborating with developers to build and test the system

    • Training client staff on how to use the new CRM system

  • Answered by AI
  • Q3. Dependency Injections
  • Q4. OOPs Concept in detail
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation is a key principle in OOPs, where data is kept private and only accessible through public methods.

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism allows objects to b...

  • Answered by AI
  • Q5. Action Filters and Middlewares
  • Q6. MVC architecture and design patterns
  • Q7. Solid principles and how they are used in project
  • Ans. 

    SOLID principles are design principles used in software development to make software more maintainable, flexible, and scalable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasse...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Managerial Round
  • Q2. Introduce yourself
  • Q3. Challenges you faced during the project
  • Ans. 

    Managing conflicting stakeholder priorities and tight deadlines

    • Balancing the needs and expectations of different stakeholders

    • Prioritizing tasks to meet project deadlines

    • Communicating effectively to manage expectations and resolve conflicts

  • Answered by AI
  • Q4. If you find a bug in production system how will you handle it
  • Ans. 

    I would immediately notify the appropriate team, document the bug, and work on a fix to deploy as soon as possible.

    • Notify the appropriate team or individual responsible for handling production issues

    • Document the bug thoroughly, including steps to reproduce and impact on system

    • Work on a fix or workaround to deploy as soon as possible

    • Communicate with stakeholders about the issue and resolution progress

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your projects and have idea about all the important concepts that are being used in the project.

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Percentage and averages, number and alphabet series, compound interest (CI) and simple interest (SI).

Round 2 - Coding Test 

Basic programs include: 1. A program to perform the addition of two numbers, 2. A program to print a star pattern, and 3. A program to generate a triangle output, among others.

Round 3 - HR 

(4 Questions)

  • Q1. What challenges did we face?
  • Ans. 

    We faced challenges related to communication, resource allocation, and project timelines.

    • Communication breakdown between team members

    • Limited resources available for the project

    • Struggling to meet project deadlines

  • Answered by AI
  • Q2. Where do you see yourself in the next five years?
  • Ans. 

    In five years, I see myself as a senior consultant leading projects and mentoring junior team members.

    • Advancing to a senior consultant role

    • Leading projects and teams

    • Mentoring junior team members

    • Continuing professional development through training and certifications

  • Answered by AI
  • Q3. What strategies can be employed to overcome failures?
  • Ans. 

    Strategies to overcome failures include learning from mistakes, staying positive, seeking feedback, and setting new goals.

    • Learn from mistakes by analyzing what went wrong and how to improve

    • Stay positive and maintain a growth mindset to bounce back from setbacks

    • Seek feedback from mentors or colleagues to gain different perspectives

    • Set new goals and create a plan to move forward with renewed motivation

  • Answered by AI
  • Q4. Are you able to work effectively under pressure?
  • Ans. 

    Yes, I thrive under pressure and can effectively manage my time and priorities to meet deadlines.

    • I have experience working in fast-paced environments where quick decision-making and adaptability are key.

    • I am able to stay calm and focused under pressure, allowing me to deliver high-quality work even in challenging situations.

    • I prioritize tasks effectively to ensure that deadlines are met without compromising on quality.

    • ...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Java Based Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I believe this is one of the best companies for a fresher to learn new concepts and explore various opportunities.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Shipping point determination
  • Q2. Plant determination with order of preference
  • Ans. 

    Plant determination can be done by considering various factors in order of preference.

    • Start by looking at the plant's physical characteristics such as leaves, flowers, and stems.

    • Next, consider the plant's habitat and location to narrow down possibilities.

    • Use plant identification guides or apps for further assistance.

    • Consult with botanical experts or horticulturists for accurate identification.

    • Consider factors like seas...

  • Answered by AI
  • Q3. Difference between s4 hana and ecc
  • Ans. 

    SAP S/4HANA is the next-generation business suite designed to run on SAP HANA, while ECC is the previous version of SAP's ERP software.

    • S/4HANA is built on the SAP HANA platform for real-time data processing, while ECC runs on traditional databases.

    • S/4HANA offers a simplified data model and user interface, while ECC has a more complex structure.

    • S/4HANA includes advanced features like predictive analytics and machine lea...

  • Answered by AI
  • Q4. Difference between Greenfield and brownfield implementation
  • Ans. 

    Greenfield is starting a new project from scratch, while brownfield is implementing changes to an existing project.

    • Greenfield involves building a new system or project from the ground up.

    • Brownfield involves making changes or improvements to an existing system or project.

    • Greenfield projects are typically more time-consuming and costly due to starting from scratch.

    • Brownfield projects may have limitations or constraints d...

  • Answered by AI
  • Q5. Scenario based questions around Product allocation and back order processing bop
  • Q6. Business partner and what tables are updated in backend in sap s4 hana, why is the old tables like kna1, knb1 still required?
  • Ans. 

    Old tables like KNA1, KNB1 are still required in SAP S4 HANA for compatibility and historical data purposes.

    • Old tables like KNA1, KNB1 are still required in SAP S4 HANA for compatibility with existing programs and reports.

    • Some custom developments may still be using the old tables, requiring them to be maintained.

    • Historical data stored in the old tables may still be needed for reference or reporting purposes.

  • Answered by AI
  • Q7. Questions on current project
  • Q8. S4 Hana einvoice - consolidated invoice
  • Q9. Why are you looking for a change(Exp in curren company<= 2 years)
  • Ans. 

    Seeking new challenges and growth opportunities after gaining valuable experience in current role.

    • Looking for new challenges and opportunities for growth

    • Seeking a role with more responsibility and impact

    • Want to expand my skill set and knowledge in a different environment

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Senior Consultant interview:
  • Sap s4 hana
Interview preparation tips for other job seekers - Read through various sd processes from different sources.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Conflict resolution
  • Q2. Roles & responsibilities as SM
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to manage cross functional dependencies
  • Q2. Blocker reslution
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql related questions were askwd
  • Q2. Adf related questions were asked
Round 2 - Technical 

(2 Questions)

  • Q1. Ci cd questions were asked
  • Q2. Team work related questions were asked
Round 3 - Behavioral 

(1 Question)

  • Q1. Fitment round with location
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology,(NIT), Manipur and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Voice assesment,which will be evaluated by ai

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Basic dsa question on printing pattern
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Write a program to print the Fibonacci series.

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions L2 level
  • Q2. Technical questions L3 level
Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions
  • Q2. Technical questions L3
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever CTC final during HR discussion then why not management approved that CTC.

diTrinity Technologies Interview FAQs

How many rounds are there in diTrinity Technologies PLM Consultant interview?
diTrinity Technologies interview process usually has 1 rounds. The most common rounds in the diTrinity Technologies interview process are HR.

Tell us how to improve this page.

People are getting interviews through

based on 1 diTrinity Technologies interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
View all
diTrinity Technologies PLM Consultant Salary
based on 5 salaries
₹2 L/yr - ₹13.2 L/yr
34% less than the average PLM Consultant Salary in India
View more details

diTrinity Technologies PLM Consultant Reviews and Ratings

based on 2 reviews

4.4/5

Rating in categories

5.0

Skill development

4.6

Work-Life balance

4.4

Salary & Benefits

4.4

Job Security

4.0

Company culture

4.6

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
PLM Consultant
5 salaries
unlock blur

₹2 L/yr - ₹13.1 L/yr

Plm Trainee
4 salaries
unlock blur

₹2.3 L/yr - ₹3 L/yr

PLM Engineer
3 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Automation Consultant
3 salaries
unlock blur

₹8.2 L/yr - ₹17.6 L/yr

Senior PLM Consultant
3 salaries
unlock blur

₹13 L/yr - ₹21.7 L/yr

Explore more salaries
Compare diTrinity Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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