Upload Button Icon Add office photos

Pie Infocomm

Compare button icon Compare button icon Compare

Filter interviews by

Pie Infocomm Software Developer Interview Questions and Answers

Updated 15 Jan 2025

Pie Infocomm Software Developer Interview Experiences

6 interviews found

Software Developer Interview Questions & Answers

user image Samridh Gaur

posted on 15 Jan 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy round anyone with basic maths can clear the round.

Round 2 - Group Discussion 

The topic given to us is online education system,and the round was easy to clear.

Round 3 - One-on-one 

(1 Question)

  • Q1. Call by value vs call by reference
  • Ans. 

    Call by value passes a copy of the variable, while call by reference passes the actual variable.

    • Call by value: changes to the parameter inside the function do not affect the original variable.

    • Call by reference: changes to the parameter inside the function affect the original variable.

    • Example: Call by value - int x = 5; func(x); // x remains 5. Call by reference - int x = 5; func(&x); // x changes to the value set i

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple mathematics and logic based questions requiring logical ability and problem solving skills of the candidate

Round 2 - Coding Test 

Easy questions about react javascript and oops with HR questions as well

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 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 - Aptitude Test 

Duration of 30 minutes and 25 MCQs

Round 3 - Group Discussion 

You have to be as fast as light with your point of view on the given topic. 1 minute of thinking time is given after the topic is revealed.

Round 4 - Technical 

(1 Question)

  • Q1. Can you implement linked lists?
  • Ans. 

    Yes, I can implement linked lists in various programming languages.

    • I can implement linked lists in languages like C, C++, Java, Python, etc.

    • I understand the concept of nodes pointing to the next node in the list.

    • I can create functions for inserting, deleting, and traversing the linked list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic just be confident

Skills evaluated in this interview

Interview experience
5
Excellent
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 - Aptitude Test 

Blood relations,ratios and English

Round 3 - Group Discussion 

Based on present world

Round 4 - One-on-one 

(1 Question)

  • Q1. Course basic questions
Round 5 - HR 

(1 Question)

  • Q1. Communication skills

Pie Infocomm interview questions for designations

 Junior Software Developer

 (7)

 Software Engineer

 (4)

 Associate Software Engineer

 (1)

 Sde1

 (1)

 Automation Test Engineer

 (1)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Some questions related to technical knowledge

Interview Preparation Tips

Topics to prepare for Pie Infocomm Software Developer interview:
  • Oops concepts

I applied via LinkedIn and was interviewed in Nov 2021. There were 7 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C language vs c++ their benefits and loses
  • Ans. 

    C and C++ have different benefits and drawbacks.

    • C is a procedural language while C++ is an object-oriented language.

    • C++ has features like classes, inheritance, and polymorphism that C lacks.

    • C is faster and more efficient than C++.

    • C++ has a steeper learning curve than C.

    • C++ is better suited for large-scale projects while C is better for small-scale projects.

    • C++ is more complex and has more potential for errors than C.

  • Answered by AI
  • Q2. I don't know the answer so sorry

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and friendly don't kill your self

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed before May 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 - Aptitude Test 
Round 3 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is more focused on MySQL queries.
Coding questions mostly related to arrays.

I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic knowledge required for the Aptitude Test. You need to understand the questions and their technicality and then each question is very easy.

Round 2 - Coding Test 

Need to focus more on the SQL Queries and some average coding skills. This test is used to check the code understanding of the candidate.

Round 3 - Coding Test 

Little more complex problems, need to understand the logic and some complex SQL Queries.
More Focus on JOINS in SQL.

Interview Preparation Tips

Interview preparation tips for other job seekers - You can learn new things here.
Work-Life balance is not good, you have to work more than expected.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

40 Minutes. 40 Question in office Test.
20 Questions Programming related and 20 Questions Aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Aptitude and input output Questions. Practice it for 1st round
if you clear that then you will be eligible for Technical Interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude question were asked around 20 Question of Aptitude and 20 of basic debugging of C language code. Before aptitude there was a essay writing on "factors which increases the market of E-commerce platforms"

Round 2 - Coding Test 

There were 4 coding question and 2 SQL questions. Basic pattern printing question and easy question of leetcode were there in coding and in SQL from "joins" topic.

Round 3 - Coding Test 

Same as the previous round more question of Coding and SQL, plus in the starting they would ask about your tech stack and then assign you a stack for the same.

Interview Preparation Tips

Topics to prepare for Velocity Software Solutions Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Do easy to medium leetcode question mostly pattern printing and SQL as well.

Pie Infocomm Interview FAQs

How many rounds are there in Pie Infocomm Software Developer interview?
Pie Infocomm interview process usually has 3 rounds. The most common rounds in the Pie Infocomm interview process are Aptitude Test, Group Discussion and One-on-one Round.
What are the top questions asked in Pie Infocomm Software Developer interview?

Some of the top questions asked at the Pie Infocomm Software Developer interview -

  1. C language vs c++ their benefits and los...read more
  2. Can you implement linked lis...read more
  3. call by value vs call by refere...read more

Tell us how to improve this page.

Pie Infocomm Software Developer Interview Process

based on 8 interviews

1 Interview rounds

  • Group Discussion Round
View more

Pie Infocomm Software Developer Reviews and Ratings

based on 11 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.8

Salary

5.0

Job security

5.0

Company culture

4.8

Promotions

5.0

Work satisfaction

Explore 11 Reviews and Ratings
Junior Software Developer
25 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Junior Automation Engineer
7 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Auto CAD Designer
7 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Web Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹5.2 L/yr

Business Development Manager
5 salaries
unlock blur

₹5.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Pie Infocomm with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

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