Upload Button Icon Add office photos

Filter interviews by

Plintron Global Technology Solutions Software Developer Trainee Interview Questions, Process, and Tips

Updated 27 Mar 2022

Plintron Global Technology Solutions Software Developer Trainee Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude+Logical Reasoning+Puzzles

Round 2 - Coding Test 

Required to write 2 programs in the language one is comfortable with.

Round 3 - Technical 

(4 Questions)

  • Q1. What is a constructor?
  • Ans. 

    A constructor is a special method that is used to initialize objects of a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • They can take parameters to set initial values for object properties.

    • If a class does not have a constructor, a default constructor is created automatically.

  • Answered by AI
  • Q2. What is a variable/ static variable?
  • Ans. 

    A variable is a named storage location in memory that holds a value. A static variable is a variable that retains its value between function calls.

    • Variables are used to store data in a program

    • They can be of different data types such as int, float, char, etc.

    • Static variables are declared with the static keyword and retain their value between function calls

    • They are useful for maintaining state across function calls

  • Answered by AI
  • Q3. Can you declare constructor privately? If so, what are the ways to access it from outside its class?
  • Ans. 

    Yes, a constructor can be declared privately.

    • Private constructors are used to prevent the creation of objects of a class from outside the class itself.

    • To access a private constructor from outside its class, we can use a public static method or a factory method.

    • The public static method or factory method can create an instance of the class by calling the private constructor.

  • Answered by AI
  • Q4. What is a class? And how can a class access another class?
  • Ans. 

    A class is a blueprint for creating objects that have properties and methods. One class can access another class using inheritance or composition.

    • A class is a user-defined data type that encapsulates data and functions.

    • Classes can have access modifiers like public, private, and protected.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Composition allows a class to use objects of another ...

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. Why did you choose to study what you studied?
  • Q2. Write Fibonacci program
  • Ans. 

    Fibonacci program generates a series of numbers where each number is the sum of the two preceding ones.

    • Declare variables for first and second numbers in the series

    • Use a loop to generate subsequent numbers by adding the previous two

    • Print or store the numbers in an array

  • Answered by AI
  • Q3. Write reverse string manipulation without using the predefined methods.
  • Ans. 

    Reverse a string without using predefined methods.

    • Create an empty string to store the reversed string.

    • Loop through the original string from the end to the beginning.

    • Add each character to the empty string.

    • Return the reversed string.

  • Answered by AI
  • Q4. 3l Jar and 5l Jar puzzle.

Interview Preparation Tips

Topics to prepare for Plintron Global Technology Solutions Software Developer Trainee interview:
  • C++
  • OOPS
Interview preparation tips for other job seekers - Answer what you know and be truthful. Never pretend to know something.

Skills evaluated in this interview

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 

(4 Questions)

  • Q1. OOPS concepts in java
  • Q2. What the interface
  • Q3. What is advantageof java
  • Q4. What is differentjava and xlc++
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a linked list.
  • Q2. Merge sort on a array/
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy-medium level and it included two coding questions and some technical questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. How are structures and classes stored?
  • Ans. 

    Structures and classes are stored in memory as a combination of data members and member functions.

    • Structures and classes are stored in memory as a combination of data members and member functions.

    • Data members of a structure or class are stored in contiguous memory locations.

    • Member functions of a class are stored separately in memory and are shared among all instances of the class.

    • Pointers to member functions are used t...

  • Answered by AI
  • Q2. What is final and finalize?
  • Ans. 

    final is a keyword in Java used to restrict inheritance, overriding, and modification. finalize is a method used for cleanup operations before an object is garbage collected.

    • final keyword is used to declare constants, prevent inheritance by marking a class as final, and prevent method overriding by marking a method as final

    • finalize method is called by the garbage collector before an object is destroyed

    • Example: final in...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - HR 

(1 Question)

  • Q1. Introduction call and experience matching
Round 2 - One-on-one 

(1 Question)

  • Q1. Docker and web development questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Overivew of the previous company project, and question about the system design ex LRUCache system and IRCTC DB design

2nd Round -
Basic Interview, Mostly system Design Question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls prepare for the system design.
Not only questions, but you should know how to design a BE architecture.
How to optimize the BE by REDIS and etc.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Normal aptitude questions

Round 2 - Assignment 

Coding MCQ's like code snippets and find the output

Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical with two coding questions
  • Q2. Linked list question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Round 1 is about basic questions on technology
Round 2 - One-on-one 

(1 Question)

  • Q1. Round is about high level design and data structure questions
Round 3 - Coding Test 

It involves 2 problem solving logical questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Team work - how to participate, foster etc.

Round 2 - HR 

(2 Questions)

  • Q1. Ambition and how to work towards it
  • Q2. How to function in a team
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Regarding java and feature of java8
  • Q2. Regarding spring boot
Round 2 - Technical 

(2 Questions)

  • Q1. Regarding micro service
  • Q2. Regarding cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and friendly employees and HR is very good

Plintron Global Technology Solutions Interview FAQs

How many rounds are there in Plintron Global Technology Solutions Software Developer Trainee interview?
Plintron Global Technology Solutions interview process usually has 4 rounds. The most common rounds in the Plintron Global Technology Solutions interview process are HR, Aptitude Test and Coding Test.
What are the top questions asked in Plintron Global Technology Solutions Software Developer Trainee interview?

Some of the top questions asked at the Plintron Global Technology Solutions Software Developer Trainee interview -

  1. Can you declare constructor privately? If so, what are the ways to access it fr...read more
  2. What is a class? And how can a class access another cla...read more
  3. What is a variable/ static variab...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 789 Interviews
View all
Software Developer
53 salaries
unlock blur

₹3 L/yr - ₹9.9 L/yr

Engineer
51 salaries
unlock blur

₹3.2 L/yr - ₹8 L/yr

Test Engineer
43 salaries
unlock blur

₹2.3 L/yr - ₹9.5 L/yr

Softwaretest Engineer
36 salaries
unlock blur

₹3.8 L/yr - ₹13 L/yr

Senior Engineer
27 salaries
unlock blur

₹5.5 L/yr - ₹11 L/yr

Explore more salaries
Compare Plintron Global Technology Solutions with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Tech Mahindra

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