Upload Button Icon Add office photos
Engaged Employer

i

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

Platform3 Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Platform3 Solutions Interview Questions and Answers

Updated 13 Sep 2023

Platform3 Solutions Interview Experiences

Popular Designations

3 interviews found

Interview Questionnaire 

6 Questions

  • Q1. Coding asked in the first round is discussed here
  • Q2. What is the logic behind your code?
  • Ans. 

    The logic behind my code is to efficiently solve the given problem using algorithms and data structures.

    • I analyze the problem requirements and constraints.

    • I break down the problem into smaller subproblems.

    • I choose appropriate algorithms and data structures.

    • I implement the code using clean and readable syntax.

    • I test and debug the code to ensure correctness and efficiency.

  • Answered by AI
  • Q3. Difference between call by value and reference
  • Ans. 

    Call by value passes a copy of the value, while call by reference passes a reference to the original value.

    • Call by value creates a new copy of the value being passed.

    • Call by reference passes a reference to the original value.

    • Changes made to the parameter in call by value do not affect the original value.

    • Changes made to the parameter in call by reference affect the original value.

  • Answered by AI
  • Q4. Basic questions in C programming
  • Q5. Why should I hire you?
  • Ans. 

    I have a strong background in software development, problem-solving skills, and a passion for learning new technologies.

    • Extensive experience in programming languages such as Java, Python, and C++

    • Proven track record of delivering high-quality software solutions on time and within budget

    • Strong problem-solving skills and ability to work well under pressure

    • Passion for learning new technologies and staying up-to-date with i

  • Answered by AI
  • Q6. How was the day today?
  • Ans. 

    The day was productive with successful completion of a major project milestone.

    • Completed coding for new feature

    • Reviewed pull requests from team members

    • Participated in sprint planning meeting

  • Answered by AI

Interview Preparation Tips

Round: Test
Tips: should be strong in the logic of the code and syntax
Duration: 1 hour 30 minutes
Total Questions: 5

Round: Technical Interview
Tips: Be confident in what you are answering

Round: HR Interview
Tips: Be confident in what you are speaking

College Name: Thiagarajar College Of Engineering, Madurai

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 4 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. They will ask you about what you have done in current organisation and your achievement in technical background. They will provide one scenario to develop an api for that. Then they will ask you about some...
Round 3 - One-on-one 

(1 Question)

  • Q1. They will ask you to share your screen then they will provide one input and output. You have write the code for that. They will ask you the explanation. They will ask what you are doing in your current org...
Round 4 - HR 

(1 Question)

  • Q1. They will discuss you about your salary. They will not ready for the negotiation.

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)
Platform3 Solutions Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2021. There were 4 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 Resume tips
Round 2 - Coding Test 

They will ask you write the code

Round 3 - Technical 

(1 Question)

  • Q1. It will be Technical questions
Round 4 - HR 

(1 Question)

  • Q1. About Company and Package

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s Nice and great to work in Platform3solutions you get to know many new things

Associate DevOps Engineer Interview Questions asked at other Companies

Q1. Git usage and commands
View answer (1)

Jobs at Platform3 Solutions

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The medium level questions are present

Round 2 - Group Discussion 

There was no gd

Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Hr round and the technical discussion was combined into one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to enhance your skills and be prepared for hard work

I applied via Referral and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What tools do you recommend for content authoring?
  • Ans. 

    There are several tools available for content authoring, depending on the type of content and the level of expertise.

    • For beginners, tools like Grammarly and Hemingway can help with grammar and readability.

    • For more advanced users, Adobe Creative Suite and Microsoft Office are popular options.

    • Content management systems like WordPress and Drupal are also useful for creating and managing content.

    • Collaboration tools like Go...

  • Answered by AI
  • Q2. Adobe Captivate is a standalone authoring tool and one of the best tools with rich features.

Interview Preparation Tips

Interview preparation tips for other job seekers - TR panelist are industry experts so you need to prepare well for the TR round.

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

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience
Contribute & help others!
anonymous
You can choose to be anonymous

Platform3 Solutions Interview FAQs

How many rounds are there in Platform3 Solutions interview?
Platform3 Solutions interview process usually has 4 rounds. The most common rounds in the Platform3 Solutions interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Platform3 Solutions 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 Platform3 Solutions. The most common topics and skills that interviewers at Platform3 Solutions expect are Java, Spring Boot, Microservices, SEO and Social Media Marketing.
What are the top questions asked in Platform3 Solutions interview?

Some of the top questions asked at the Platform3 Solutions interview -

  1. What is the logic behind your co...read more
  2. difference between call by value and refere...read more
  3. coding asked in the first round is discussed h...read more

Recently Viewed

INTERVIEWS

Automotive Manufacturers

40 top interview questions

INTERVIEWS

American Express

5.6k top interview questions

INTERVIEWS

Razorpay

No Interviews

INTERVIEWS

Razorpay

No Interviews

INTERVIEWS

Platform3 Solutions

No Interviews

INTERVIEWS

Razorpay

5.6k top interview questions

INTERVIEWS

Meesho

10 top interview questions

CAMPUS PLACEMENT

Xplora Design Skool, Ahmedabad

LIST OF COMPANIES

Automotive Manufacturers

Locations

Tell us how to improve this page.

Platform3 Solutions Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all

Platform3 Solutions Reviews and Ratings

based on 40 reviews

4.1/5

Rating in categories

4.2

Skill development

3.6

Work-life balance

3.5

Salary

3.8

Job security

3.8

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 40 Reviews and Ratings
Hr Executive And Recruiter

Chennai

1-1 Yrs

Not Disclosed

Channels Manager

Chennai

2-3 Yrs

Not Disclosed

Java Technical Lead

Chennai

9-12 Yrs

Not Disclosed

Explore more jobs
Software Developer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Developer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Platform3 Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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