Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Gennext Plm Team. If you also belong to the team, you can get access from here

Gennext Plm Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Gennext Plm Interview Questions and Answers

Updated 28 May 2024

Gennext Plm Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is PLM ?
  • Q2. How PLM helps companies to reduce time to market?
  • Ans. 

    PLM helps companies reduce time to market by streamlining product development processes and improving collaboration.

    • PLM centralizes product data, making it easier to access and share among teams.

    • PLM automates workflows, reducing manual errors and speeding up approval processes.

    • PLM enables concurrent engineering, allowing different teams to work on different aspects of a product simultaneously.

    • PLM provides real-time vis...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is BOM and their types?
  • Ans. 

    BOM stands for Bill of Materials, which is a list of components or parts needed to manufacture a product.

    • BOM is used in manufacturing to ensure all necessary components are accounted for.

    • Types of BOM include Engineering BOM, Manufacturing BOM, and Service BOM.

    • Engineering BOM lists all components needed for design, Manufacturing BOM includes materials and quantities for production, and Service BOM lists parts needed for...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Gennext Plm Applications Engineer interview:
  • PLM
  • Teamcenter

Top trending discussions

View All
Interview Hub
6d
a client servicing executive
FeedCard Image
Got a question about Gennext Plm?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

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

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

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

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer
Be interview-ready. Browse the most asked HR questions.
illustration image

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Questions on the concept of oops and SQL

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are Joins in SQL? Briefly explain difference between all types of joins
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables, with NULL values for non-matching rows

    • Cross join retur...

  • Answered by AI
  • Q2. Find a sub array with a given sum
  • Ans. 

    Given an array of integers, find a contiguous subarray with a given sum.

    • Use a sliding window approach to iterate through the array and keep track of the current sum.

    • If the current sum exceeds the given sum, move the window's left endpoint forward.

    • If the current sum is less than the given sum, move the window's right endpoint forward.

    • If the current sum equals the given sum, return the subarray.

    • Time complexity: O(n), Spa...

  • Answered by AI
  • Q3. Questions related to Projects mentioned in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview advice would be to remain honest throughout the interview. The interviewer checks the problem solving abilities by your approach of solving it. Ask if there are any doubts.

Skills evaluated in this interview

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

First round is online test of 3 virtual rounds consist of aptitude , and coding

Round 2 - Technical 

(2 Questions)

  • Q1. Matrix multiplication
  • Q2. Singly linked list
  • Ans. 

    A singly linked list is a data structure where each element points to the next element in the list.

    • Each node in the list contains data and a reference to the next node

    • Traversal starts from the head node and follows the next pointers until the end

    • Insertion and deletion can be done efficiently at the beginning or end of the list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa well

Skills evaluated in this interview

Gennext Plm Interview FAQs

How many rounds are there in Gennext Plm interview?
Gennext Plm interview process usually has 2 rounds. The most common rounds in the Gennext Plm interview process are One-on-one Round and Technical.
How to prepare for Gennext Plm interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Gennext Plm. The most common topics and skills that interviewers at Gennext Plm expect are Chinese and GIT.
What are the top questions asked in Gennext Plm interview?

Some of the top questions asked at the Gennext Plm interview -

  1. How PLM helps companies to reduce time to mark...read more
  2. What is BOM and their typ...read more
  3. What is PL...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Northcorp Software Interview Questions
4.6
 • 236 Interviews
Zidio Development Interview Questions
4.5
 • 115 Interviews
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.4
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 41 Interviews
Quantsapp Interview Questions
3.0
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 36 Interviews
View all

Gennext Plm Reviews and Ratings

based on 46 reviews

3.9/5

Rating in categories

4.2

Skill development

4.0

Work-life balance

3.6

Salary

3.9

Job security

3.7

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 46 Reviews and Ratings
Applications Engineer
44 salaries
unlock blur

₹2.2 L/yr - ₹6.1 L/yr

Software Engineer
10 salaries
unlock blur

₹2 L/yr - ₹9.9 L/yr

Teamcenter Developer
10 salaries
unlock blur

₹4.8 L/yr - ₹11.6 L/yr

Software Developer
5 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Project Manager
5 salaries
unlock blur

₹4.8 L/yr - ₹16 L/yr

Explore more salaries
Compare Gennext Plm with

Northcorp Software

4.6
Compare

Zidio Development

4.5
Compare

Accel Frontline

4.0
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview