Upload Button Icon Add office photos

Pie Infocomm

Compare button icon Compare button icon Compare

Filter interviews by

Pie Infocomm Interview Questions and Answers

Updated 14 May 2025
Popular Designations

20 Interview questions

A Python Developer Intern was asked 1mo ago
Q. Why do you want to join this internship in Python ML/AI?
Ans. 

I am eager to join this internship to deepen my skills in Python and contribute to innovative ML/AI projects.

  • I have a strong foundation in Python programming, which I want to apply in real-world ML/AI scenarios.

  • I am passionate about data analysis and have completed projects using libraries like Pandas and NumPy.

  • I am excited to learn from experienced professionals and collaborate on cutting-edge AI solutions.

  • I aim ...

View all Python Developer Intern interview questions
A Python Developer Intern was asked 1mo ago
Q. What do you know about machine learning and artificial intelligence?
Ans. 

Machine learning and AI enable systems to learn from data, make predictions, and automate tasks without explicit programming.

  • Machine Learning (ML) is a subset of AI focused on algorithms that learn from data, e.g., linear regression for predicting house prices.

  • Deep Learning, a branch of ML, uses neural networks for complex tasks like image recognition, e.g., identifying objects in photos.

  • Natural Language Processin...

View all Python Developer Intern interview questions
A Senior Bdm Manager was asked 9mo ago
Q. Tell me about your specialization.
Ans. 

I specialize in strategic business development, focusing on building partnerships and driving revenue growth in competitive markets.

  • Expert in identifying market opportunities and trends, such as launching a new product line that increased revenue by 30%.

  • Skilled in negotiating high-value contracts, exemplified by securing a multi-million dollar deal with a key industry player.

  • Proficient in leading cross-functional ...

View all Senior Bdm Manager interview questions
A Junior Software Developer was asked
Q. Explain the features of OOPS in detail.
Ans. 

OOP features include encapsulation, inheritance, polymorphism, and abstraction, essential for modular and reusable code.

  • Encapsulation: Bundling data and methods in a class. Example: A class 'Car' with properties like 'speed' and methods like 'accelerate()'.

  • Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car', adding features like 'batteryCapacity'.

  • Polymorphism: Using a s...

View all Junior Software Developer interview questions
An Auto CAD Designer was asked
Q. Why are tires black?
Ans. 

The colour of tyres is black due to the use of carbon black in the manufacturing process.

  • Carbon black is added to the rubber compound to increase durability and strength.

  • Black colour helps in absorbing heat and UV rays, preventing degradation of the rubber.

  • Other colours may affect the performance and longevity of the tyre.

  • Black tyres are also aesthetically pleasing and match well with most vehicles.

View all Auto CAD Designer interview questions
A Software Developer was asked
Q. 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.

View all Software Developer interview questions
A Junior Automation Engineer was asked
Q. What is the difference between a capacitor and an inductor?
Ans. 

Capacitors store electrical energy in an electric field, while inductors store energy in a magnetic field.

  • Capacitors store energy in the form of an electric field, while inductors store energy in the form of a magnetic field.

  • Capacitors are used to store and release energy quickly, while inductors are used to resist changes in current flow.

  • Capacitors are commonly used in filtering and tuning circuits, while inducto...

View all Junior Automation Engineer interview questions
Are these interview questions helpful?
A Junior Software Developer was asked
Q. What is a primary key?
Ans. 

Primary key is a unique identifier for a record in a database table.

  • Primary key ensures data integrity and helps in faster data retrieval.

  • It cannot have null or duplicate values.

  • Examples of primary keys are social security number, email address, etc.

View all Junior Software Developer interview questions
A Junior Software Developer was asked
Q. What are the uses of Python?
Ans. 

Python is a high-level programming language used for web development, data analysis, artificial intelligence, and more.

  • Web development using frameworks like Django and Flask

  • Data analysis and visualization using libraries like Pandas and Matplotlib

  • Artificial intelligence and machine learning using libraries like TensorFlow and Scikit-learn

  • Scripting and automation tasks

  • Game development using Pygame

  • Desktop applicatio...

View all Junior Software Developer interview questions
A Junior Automation Engineer was asked
Q. What is Thevenin's theorem?
Ans. 

Thevenin's theorem states that any linear electrical network can be replaced by an equivalent circuit comprising a voltage source and a series resistor.

  • The theorem is used to simplify complex circuits into simpler ones.

  • It is based on the principle of superposition.

  • The equivalent circuit can be used to calculate the voltage and current in any part of the original circuit.

  • The theorem is named after French engineer L...

View all Junior Automation Engineer interview questions

Pie Infocomm Interview Experiences

41 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

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Case Study 

It was regarding the case study of Punjab National Bank and pnbmetlife.

Round 2 - Assignment 

It was regarding basic financial knowledge.

Interview Preparation Tips

Topics to prepare for Pie Infocomm Intern interview:
  • Basic financial knowledge
  • Fintech
Interview preparation tips for other job seekers - Either you have a very strong conceptual knowledge, companies will train you according to their need or a good internship and practical knowledge and skills.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was basic aptitude

Round 2 - Group Discussion 

GD with 10 to 12 members at a time

Round 3 - One-on-one 

(4 Questions)

  • Q1. Basic technical and hr questions
  • Q2. Object based vs object oriented
  • Ans. 

    Object based focuses on using objects for data storage and manipulation, while object oriented focuses on using objects for both data and behavior.

    • Object based programming languages allow for data to be stored in objects, but do not necessarily support inheritance or polymorphism.

    • Object oriented programming languages support encapsulation, inheritance, and polymorphism in addition to data storage in objects.

    • Examples of...

  • Answered by AI
  • Q3. Oops features asked in detail
  • Ans. 

    OOP features include encapsulation, inheritance, polymorphism, and abstraction, essential for modular and reusable code.

    • Encapsulation: Bundling data and methods in a class. Example: A class 'Car' with properties like 'speed' and methods like 'accelerate()'.

    • Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car', adding features like 'batteryCapacity'.

    • Polymorphism: Using a single...

  • Answered by AI
  • Q4. Python dictionary

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this fake company
U must regret after. Joining this fake employment
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test very easy

Round 2 - Group Discussion 

Topic was pros and cons of social media
total time was 10, 2 minutes for each candidate.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test is very nice questions

Round 2 - Group Discussion 

Advantages of work from home

Round 3 - HR 

(2 Questions)

  • Q1. About self introduction
  • Q2. Technical questions

Software Engineer Interview Questions & Answers

user image Shashikant Ambhore

posted on 28 Mar 2024

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

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

Round 1 - Aptitude Test 

The aptitude test was quite easy. You will easily solve the questions in one go

Round 2 - Group Discussion 

The group discussion around was moderate like the people were divided into different groups one group was of 10 people and you need to speak very well on the given topic as compared to the other guys and your through the round

Round 3 - Technical 

(1 Question)

  • Q1. Ask about the oops concepts and some programming related questions and after that finally discuss about the projects which I did in the college

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview experience was easy you will be easily able to crack if you are decent knowledge as well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Mcq basd 30 min question

Round 2 - Group Discussion 

Share for against topic for 10 min

Round 3 - HR 

(5 Questions)

  • Q1. Regarding internships
  • Q2. Regarding ur specialization
  • Ans. 

    I specialize in strategic business development, focusing on building partnerships and driving revenue growth in competitive markets.

    • Expert in identifying market opportunities and trends, such as launching a new product line that increased revenue by 30%.

    • Skilled in negotiating high-value contracts, exemplified by securing a multi-million dollar deal with a key industry player.

    • Proficient in leading cross-functional teams...

  • Answered by AI
  • Q3. Communication should be good
  • Q4. How can u handle work pressure
  • Ans. 

    I handle work pressure by prioritizing tasks, staying organized, taking breaks, and seeking support when needed.

    • Prioritize tasks based on deadlines and importance

    • Stay organized with to-do lists and calendars

    • Take short breaks to recharge and refocus

    • Seek support from colleagues or supervisors when feeling overwhelmed

  • Answered by AI
  • Q5. How can u handle team as leader
  • Ans. 

    I can handle a team as a leader by setting clear goals, providing support and guidance, fostering open communication, and recognizing and rewarding achievements.

    • Set clear goals and expectations for the team

    • Provide support and guidance to team members

    • Foster open communication and encourage feedback

    • Recognize and reward achievements to motivate the team

    • Lead by example and demonstrate strong work ethic

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on resume what ever u have have mentioned over resume u should answer

Senior Bdm Manager Interview Questions & Answers

user image Gayatri Jaiswal : BEAST

posted on 19 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

30 question total no negative Mark

Round 2 - Technical 

(1 Question)

  • Q1. If u become team leader
  • Ans. 

    If I become team leader, I will focus on fostering a collaborative and supportive team environment to drive success.

    • Lead by example and demonstrate strong leadership skills

    • Communicate effectively with team members to ensure clarity and alignment on goals

    • Provide mentorship and support to team members to help them grow and succeed

    • Encourage teamwork and collaboration among team members

    • Celebrate successes and provide const...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only basics and whatever is mentioned in resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was 60 min test consists of something 30 questions.

Round 2 - Group Discussion 

For gd group is divided and then 10 members come for gd according to their time slot.

Round 3 - One-on-one 

(3 Questions)

  • Q1. First introduce yourself.
  • Q2. Your programming language and question related to it
  • Q3. Internship experience and some questions from internship field

Interview Preparation Tips

Topics to prepare for Pie Infocomm Associate Software Engineer interview:
  • Python
  • C++
  • Java
  • MySQL
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic questions on ratio proportion, normally blood relation questions and reasoning .

Round 2 - Group Discussion 

Topic given at the moment and group divided into for the motion and against the motion.

Round 3 - One-on-one 

(5 Questions)

  • Q1. Basic questions related to course.
  • Q2. Difference between capacitor and inductor
  • Ans. 

    Capacitors store electrical energy in an electric field, while inductors store energy in a magnetic field.

    • Capacitors store energy in the form of an electric field, while inductors store energy in the form of a magnetic field.

    • Capacitors are used to store and release energy quickly, while inductors are used to resist changes in current flow.

    • Capacitors are commonly used in filtering and tuning circuits, while inductors ar...

  • Answered by AI
  • Q3. Pin diagram of 8086
  • Ans. 

    The pin diagram of 8086 microprocessor shows the various pins and their functions for communication with external devices.

    • 8086 has a total of 40 pins, each serving a specific purpose

    • Pins are categorized into groups like data bus, address bus, control bus, power supply, etc.

    • Examples of pins include A0-A15 for address bus, D0-D15 for data bus, and various control pins like RD, WR, etc.

  • Answered by AI
  • Q4. Linker and loader
  • Q5. Semiconductor and it's type
  • Ans. 

    Semiconductor is a material that has electrical conductivity between a conductor and an insulator. Types include silicon, germanium, gallium arsenide, etc.

    • Semiconductors have a band gap that allows them to conduct electricity under certain conditions.

    • Common semiconductor materials include silicon, germanium, and gallium arsenide.

    • Semiconductors are used in electronic devices like transistors, diodes, and integrated circ...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Pie Infocomm?
Ask anonymously on communities.

Pie Infocomm Interview FAQs

How many rounds are there in Pie Infocomm 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 Resume Shortlist.
How to prepare for Pie Infocomm 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 Pie Infocomm. The most common topics and skills that interviewers at Pie Infocomm expect are Operations, Data Entry, Data Entry Operation, typing and Back Office.
What are the top questions asked in Pie Infocomm interview?

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

  1. how you want to work like front-end or back-e...read more
  2. Write the PHP code to connect with datab...read more
  3. Why do you want to join this internship in Python ML/...read more
How long is the Pie Infocomm interview process?

The duration of Pie Infocomm interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 44 interview experiences

Difficulty level

Easy 35%
Moderate 65%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.6
 • 25 Interviews
ElectrifAi Interview Questions
2.8
 • 18 Interviews
Anlage Infotech Interview Questions
3.4
 • 17 Interviews
View all

Pie Infocomm Reviews and Ratings

based on 203 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.3

Salary

4.4

Job security

4.5

Company culture

4.3

Promotions

4.5

Work satisfaction

Explore 203 Reviews and Ratings
Junior AutoCAD Designer

Lucknow

2-5 Yrs

Not Disclosed

Junior Automation Engineer

Lucknow

2-5 Yrs

Not Disclosed

Junior Software Developers

Lucknow

2-4 Yrs

Not Disclosed

Explore more jobs
Junior Software Developer
25 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Auto CAD Designer
7 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Junior Automation Engineer
6 salaries
unlock blur

₹3.4 L/yr - ₹6.5 L/yr

Business Development Manager
6 salaries
unlock blur

₹5.5 L/yr - ₹8 L/yr

Intern
5 salaries
unlock blur

₹1 L/yr - ₹4 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.5
Compare
write
Share an Interview