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 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 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)
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 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. Can we integrate AWS Lambda with Amazon Elastic Container Registry (ECR)?
View answer (1)

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 (43)

Jobs at Platform3 Solutions

View all

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were 50 question out of which if you score 20 you were passed out to next round, No negative markings.

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Prime number function using C
  • Ans. 

    A function in C to check if a number is prime or not

    • Create a function that takes an integer as input

    • Check if the input number is divisible by any number from 2 to its square root

    • If it is not divisible by any number, return true (prime), else return false (not prime)

  • Answered by AI
  • Q2. Write some basic codes for Manipulation in array
  • Ans. 

    Basic codes for array manipulation including sorting, searching, and filtering.

    • Use built-in functions like sort() for sorting arrays.

    • Implement algorithms like binary search for searching in arrays.

    • Utilize filter() method for filtering arrays based on specific criteria.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Keep calm and make sure you mentally prepared.

Skills evaluated in this interview

I applied via Other and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic C language question like what is pointer ,Array,structure,Call by reference, Difference between union and structure. Some programming question are prime number,factorial,fabonacci series,strings etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good first of all learn every basic programming question and some times it also depend on interviewer

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1) What is volatile? 2) What is constant? 3) Can we use volatile and const at a time?4) What is ISR how it works?
  • Ans. 

    Answers to questions related to software engineering concepts.

    • Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.

    • Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.

    • Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.

    • ISR stands for Interrupt Service Routi...

  • Answered by AI
  • Q2. What is pointer? Explain dangling pointer, null pointer, void pointer.
  • Ans. 

    A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.

    • Dangling pointer: a pointer that points to a memory location that has been deallocated or freed

    • Null pointer: a pointer that does not point to any memory location

    • Void pointer: a pointer that has no specific data type and can point to any data type

  • Answered by AI
  • Q3. Storage classes explain all the storage classes in c.
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • auto: default storage class for local variables

    • register: stores variables in CPU registers for faster access

    • static: retains value between function calls

    • extern: used to access global variables across multiple files

  • Answered by AI
  • Q4. Compilation stages.
  • Q5. Projects done at previous company with clear explanation.
  • Q6. CAN, SPI, I2C, UART differences.
  • Q7. Explain CAN data frame.
  • Ans. 

    CAN data frame is a message format used in Controller Area Network (CAN) protocol.

    • CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).

    • The Arbitration ID field is used to identify the message priority and the source of the message.

    • The Data Field can contain up to 8 bytes of data.

    • The CRC field is...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through whatever things you have kept on your resume. Go through the project. Practice C as much as possible most of the questions will be asked on C programming.

Skills evaluated in this 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 Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding test having basic problems and some aptitude problem.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Interviewer will ask opps and 2 basic coding problem 2 aptitude problem if you mention any technology in resume then ask about technology and projects
  • Q2. What is opps ?
  • Ans. 

    OOPs stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, polymorphism, and abstraction are key principles of OOPs.

    • Examples of OOPs languages include Java, C++, and Python.

  • Answered by AI
  • Q3. What is singleton class ?
  • Ans. 

    A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They typically have a private constructor to prevent instantiation from other classes.

    • They provide a static method to access the single instance, which is created if it doesn't exist yet.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Surya Software Systems Software Developer interview:
  • Opps
  • DSA
Interview preparation tips for other job seekers - Focus on learning

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in May 2024.

Round 1 - Aptitude Test 

Totally there were 15 questions

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 Resume Shortlist, HR and One-on-one Round.
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

Tell us how to improve this page.

Platform3 Solutions Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Platform3 Solutions Reviews and Ratings

based on 41 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.4

Promotions

3.7

Work satisfaction

Explore 41 Reviews and Ratings
Event Marketing Co-Ordinator

Chennai,

Bangalore / Bengaluru

1-2 Yrs

Not Disclosed

Content Writer

Chennai

1-3 Yrs

Not Disclosed

Hr Executive And Recruiter

Chennai

1-1 Yrs

Not Disclosed

Explore more jobs
Software Developer
22 salaries
unlock blur

₹3.1 L/yr - ₹10.6 L/yr

Associate Software Developer
19 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Software Engineer
13 salaries
unlock blur

₹2.8 L/yr - ₹9.5 L/yr

Associate Software Engineer
12 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Devops Engineer
10 salaries
unlock blur

₹3 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Platform3 Solutions with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Global Edge Software

3.5
Compare

Trawex Technologies

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