Upload Button Icon Add office photos

Filter interviews by

Plintron Global Technology Solutions Software Developer Interview Questions and Answers

Updated 25 Jun 2024

Plintron Global Technology Solutions Software Developer Interview Experiences

2 interviews found

Software Developer Interview Questions & Answers

user image 231103 SRIVATHSAN. S

posted on 16 Apr 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL based basic questions
Round 2 - HR 

(1 Question)

  • Q1. General questions and previous experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Company give the question paper with 10 questions answer the question it was like basic coding and general knowledge

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is split and where we used?
  • Ans. 

    Split is a method used to divide a string into an array of substrings based on a specified delimiter.

    • Split is commonly used in programming languages like Java, Python, and JavaScript.

    • It is used to separate a string into multiple parts based on a specific character or sequence of characters.

    • For example, in Java, you can use the split() method to split a sentence into words based on spaces.

  • Answered by AI
  • Q2. Cookies timeout?
  • Q3. Application and session statement difference?
  • Ans. 

    Application and session statements are used in programming to manage user data and interactions, but have different scopes and lifetimes.

    • Application statements are used to store data that is shared across all users and sessions.

    • Session statements are used to store data that is specific to a particular user's session.

    • Application statements are typically stored in a database or global variables, while session statements ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please explain your answer bold don't panic

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more

Interview questions from similar companies

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
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
-

I applied via Campus Placement

Round 1 - Coding Test 

Based on python and also question included networking

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

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 Recruitment Consulltant and was interviewed in Sep 2022. 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 

Easy and average coding ques and oops concepts

Round 3 - Technical 

(2 Questions)

  • Q1. Asked abt resume and some oops concepts
  • Ans. I next mr round asked resume projects and given sql scenario
  • Answered Anonymously
  • Q2. Hr round simply abt ourslf

Interview Preparation Tips

Interview preparation tips for other job seekers - dont fear say what u known and seek some prboem soving
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 in Aug 2023. There were 5 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 

Basic Servicenow questions.
Client side server side best practices.

Round 3 - Coding Test 

Basic serivicenow knowledge check.

Round 4 - Coding Test 

Hands on PDI. Or on any instance.
Fixing the existing code.
Detailed discussion on technical experience

Round 5 - HR 

(2 Questions)

  • Q1. Techno managerial.
  • Q2. Why telstra and preferred location

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not fake your experience.
If you are not aware of something do not fake it.
If
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

A Hacker rank test was trigerred

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Repeat until the entire string is reversed

  • Answered by AI
  • Q2. Move zeros in an array
  • Ans. 

    Move all zeros to the end of an array of strings

    • Iterate through the array and keep track of the index to place non-zero elements

    • After iterating, fill the remaining indices with zeros

  • Answered by AI

Skills evaluated in this interview

Plintron Global Technology Solutions Interview FAQs

How many rounds are there in Plintron Global Technology Solutions Software Developer interview?
Plintron Global Technology Solutions interview process usually has 2 rounds. The most common rounds in the Plintron Global Technology Solutions interview process are One-on-one Round, Technical and HR.
How to prepare for Plintron Global Technology Solutions Software Developer 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 Plintron Global Technology Solutions. The most common topics and skills that interviewers at Plintron Global Technology Solutions expect are C++, C#, SQL, ASP.Net and ASP.Net MVC.
What are the top questions asked in Plintron Global Technology Solutions Software Developer interview?

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

  1. What is split and where we us...read more
  2. Application and session statement differen...read more
  3. SQL based basic questi...read more

Tell us how to improve this page.

Plintron Global Technology Solutions Software Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Plintron Global Technology Solutions Software Developer Salary
based on 55 salaries
₹3 L/yr - ₹9.5 L/yr
26% less than the average Software Developer Salary in India
View more details

Plintron Global Technology Solutions Software Developer Reviews and Ratings

based on 19 reviews

2.7/5

Rating in categories

3.4

Skill development

2.8

Work-life balance

2.8

Salary

3.4

Job security

2.8

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 19 Reviews and Ratings
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