Filter interviews by
I applied via Walk-in and was interviewed in Jun 2020. There were 3 interview rounds.
SDLC stands for Software Development Life Cycle. It is a process used to design, develop, and test software applications.
SDLC is a structured approach to software development.
It consists of several phases including requirements gathering, design, coding, testing, and maintenance.
Each phase has specific deliverables and activities.
SDLC models include Waterfall, Agile, and DevOps.
Example: In the requirements gathering ph...
SQL joins are used to combine data from two or more tables based on a related column between them.
Inner join: returns only the matching rows from both tables
Left join: returns all the rows from the left table and matching rows from the right table
Right join: returns all the rows from the right table and matching rows from the left table
Full outer join: returns all the rows from both tables, with NULL values in the colu...
I applied via Walk-in and was interviewed before Apr 2020. There were 3 interview rounds.
OOPs is a programming paradigm based on the concept of objects that interact with each other.
OOPs stands for Object-Oriented Programming.
It focuses on creating objects that have properties and methods.
Encapsulation, Inheritance, and Polymorphism are the three main pillars of OOPs.
Encapsulation is the process of hiding the implementation details of an object.
Inheritance allows a new class to be based on an existing clas...
SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.
SDLC is a structured approach to software development.
It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables.
The goal of SDLC is to produce high-quality software that meets the customer's requirements.
...
Program to calculate no. of comparisons required based on no. of coins input.
Create a function that takes the input of no. of coins
Use a loop to compare each coin with every other coin
Increment the comparison count for each comparison made
Return the total comparison count
Binary search algorithm should be used to minimize time complexity.
Binary search algorithm has a time complexity of O(log n).
It is efficient for searching in a sorted array.
The algorithm works by repeatedly dividing the search interval in half.
Example: If the array is [1, 3, 5, 7, 9] and we want to insert 6, we can use binary search to find the index where 6 should be inserted.
Once we find the index, we can shift the e...
I am a detail-oriented software developer with a passion for problem-solving and learning new technologies.
Proficient in multiple programming languages including Java, Python, and C++
Experience with web development frameworks such as React and Angular
Strong understanding of data structures and algorithms
Excellent communication and teamwork skills
Constantly seeking to improve and expand my skillset
3DPLM is a leading software development company with a strong focus on innovation and growth.
3DPLM offers exciting opportunities to work on cutting-edge technologies and projects.
The company has a great work culture and provides ample learning and development opportunities.
3DPLM has a strong reputation in the industry and is known for delivering high-quality software solutions.
Working at 3DPLM provides exposure to a di...
I wanted to explore new technologies and gain diverse experience.
I believe in continuous learning and growth.
I wanted to broaden my skill set and gain exposure to different areas of development.
I saw an opportunity to work on exciting projects and learn from experienced developers.
I wanted to challenge myself and step out of my comfort zone.
I saw potential for career advancement and personal development in this role.
My short term goal is to learn new technologies and improve my coding skills. My long term goal is to become a lead developer and contribute to the growth of the company.
Short term goal: Learn new technologies
Short term goal: Improve coding skills
Long term goal: Become a lead developer
Long term goal: Contribute to company growth
Growth is the process of developing and improving oneself or something over time.
Growth involves continuous learning and development
It can be personal, professional, or organizational
It requires setting goals and working towards them
Examples include learning new skills, expanding one's network, and increasing revenue
Growth is essential for success and fulfillment
My friends would describe me as dependable.
Reliable
Trustworthy
Consistent
Responsible
3DPLM Software Solutions interview questions for designations
Top trending discussions
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank
Again same but dsa question and oops concept in deep level
I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jun 2024. There were 4 interview rounds.
Hacker rank mcq medium to hard level 1 hr duration
Singleton ensures a class has only one instance, while Abstract Factory provides an interface for creating families of related objects.
Singleton pattern restricts the instantiation of a class to one object, ensuring there is only one instance of the class.
Abstract Factory pattern provides an interface to create families of related or dependent objects without specifying their concrete classes.
Singleton pattern can be i...
Implement linked list and generate all combination strings in Python.
Create a Node class to represent each element in the linked list.
Implement methods to add nodes, delete nodes, and generate all combinations of strings.
Use recursion to generate all combinations of strings.
Oops concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.
Oops concept is a programming paradigm that focuses on objects and classes.
It includes principles like inheritance, where a class can inherit properties and behaviors from another class.
Encapsulation is another principle where data is wrapped within a class and can only be...
Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.
Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.
Hash Map typically has a load factor threshold to determine whe...
posted on 10 Jun 2024
diff var let const
var is function-scoped, let and const are block-scoped
var can be redeclared and reassigned, let can be reassigned but not redeclared, const cannot be reassigned or redeclared
const must be initialized during declaration, let and var can be declared without initialization
I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.
Good round moderate coding questions were asked
based on 5 reviews
Rating in categories
Senior Software Engineer
30
salaries
| ₹5.8 L/yr - ₹12 L/yr |
Software Developer
26
salaries
| ₹5.2 L/yr - ₹12 L/yr |
Software Engineer
13
salaries
| ₹5.1 L/yr - ₹16.5 L/yr |
R&D Engineer
10
salaries
| ₹7.7 L/yr - ₹13.2 L/yr |
QA Engineer
8
salaries
| ₹4.3 L/yr - ₹8.2 L/yr |
TCS
Infosys
Wipro
HCLTech