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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Kadane's Algorithm
Reverse of a Linked List

Round 3 - HR 

(5 Questions)

  • Q1. Questions about the Projects
  • Q2. Questions about Previous Experience
  • Q3. Strength and Weakness
  • Q4. Where i showed my leadership
  • Q5. Why do you want this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA and Network concept. Don't worry interviewer will help and Gives a hint.
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
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

60 Minutes, Mostly DSA c# and platform used was HackerRank

Round 3 - Technical 

(2 Questions)

  • Q1. It was a virtual interview mostly preferred content is DSA, space and time complexity and software development
  • Q2. They'll give us a scenario and ask us to write code accordingly.

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is must
Be attentive
Don't get confused
Take time to think and then answer the question
If you're not familiar with the question just say 'I don't know' dont try to turnaround things
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Based on python and also question included networking

I appeared for an interview before Feb 2021.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic c cpp Stack and heap Project related Simple c programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of c and cpp well.

I applied via Referral and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java and Spring questions
Round 2 - Behavioral 

(1 Question)

  • Q1. Scenario Based questions majorly averagely technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical into JDK8, Spring, NodeJS + some cloud and devops

And then basics of APIs, API security, HTTP etc.

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

There is no fix platform for online coding, usually 1-2 Problem solving questions

Round 3 - Technical 

(1 Question)

  • Q1. Purely technical one-one or many-to-one round, asking from basic to advance questions Language Basics Computer Science Fundamentals Data Structures Programming concepts Frameworks Knowledge

Interview Preparation Tips

Topics to prepare for Ciena Software Engineer interview:
  • Data Structures
  • HTML
  • Java
  • Javascript
  • Angular
  • CSS
  • OOPS
  • Database
Interview preparation tips for other job seekers - Be prepared with the basics of every technology you have worked with.

I applied via Referral

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. About coding and all oops concept SQL, unix
  • Q2. Unix, sql, language and oops concepts questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare yourself for aptitute test and some language

I applied via Company Website and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What projects you have during your graduation?
  • Ans. 

    During my graduation, I worked on several software projects that involved developing web applications and implementing algorithms.

    • Developed a web application for an online shopping platform using HTML, CSS, and JavaScript.

    • Implemented a sorting algorithm in Java as part of a data structures course project.

    • Created a mobile app prototype for a travel planning tool using React Native.

    • Collaborated with a team to build a dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn basics of C ,DSA and some logical reasoning

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 Coding Test, Technical and HR.
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

Telstra Interview Questions
4.0
 • 49 Interviews
Ciena Interview Questions
4.2
 • 39 Interviews
ZTE Corporation Interview Questions
4.0
 • 19 Interviews
Spectranet Interview Questions
3.7
 • 18 Interviews
Mitel Interview Questions
3.5
 • 17 Interviews
PEARCE SERVICES Interview Questions
3.2
 • 16 Interviews
OnMobile Global Interview Questions
3.4
 • 15 Interviews
MetroTelworks Interview Questions
3.7
 • 14 Interviews
View all
Software Developer
55 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Test Engineer
46 salaries
unlock blur

₹2.3 L/yr - ₹9.5 L/yr

Engineer
40 salaries
unlock blur

₹3.4 L/yr - ₹9.6 L/yr

Softwaretest Engineer
34 salaries
unlock blur

₹3.8 L/yr - ₹11.6 L/yr

Software Engineer
27 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Plintron Global Technology Solutions with

Telstra

4.0
Compare

Ciena

4.2
Compare

Motorola Solutions

4.1
Compare

ZTE Corporation

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