Upload Button Icon Add office photos

Filter interviews by

PCS Technology Interview Questions, Process, and Tips

Updated 2 May 2024

Top PCS Technology Interview Questions and Answers

PCS Technology Interview Experiences

Popular Designations

3 interviews found

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example of runtime polymorphism is method overriding in inheritance.

    • Example of compile-time polymorphism is method overloading w

  • Answered by AI
  • Q2. What is abstratsion
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary features to the user.

    • Abstraction allows developers to focus on what needs to be done rather than how it is done

    • It helps in reducing complexity and improving code readability

    • Examples include abstract classes and interfaces in Java

  • Answered by AI
  • Q3. What is Encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation also helps in achieving data abstraction, where the internal details of an object are hidden from the outside world.

    • Examp...

  • Answered by AI
  • Q4. What is Object Class
  • Ans. 

    Object Class is the root class for all Java classes and provides methods for object manipulation.

    • Root class for all Java classes

    • Provides methods for object manipulation

    • Contains methods like equals(), hashCode(), toString()

    • Used for inheritance and polymorphism

  • Answered by AI
  • Q5. What is a real-time example Encapsulation,class,object,polymorphism
  • Ans. 

    Encapsulation, class, object, and polymorphism are key concepts in object-oriented programming.

    • Encapsulation: Encapsulation is the bundling of data and methods that operate on the data into a single unit. For example, a Car class may encapsulate attributes like make, model, and methods like start() and stop().

    • Class: A class is a blueprint for creating objects. It defines the properties and behaviors that objects of the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - core java

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Aws services, ansible, terraform, CI and CD
  • Q2. Aws python ansible terraform
  • Q3. Python and shell script

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)

I applied via Company Website

Round 1 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company if you join your life is set

L2 Technical Support Engineer Interview Questions asked at other Companies

Q1. 1:What is mail migration?and what is pre-required things .
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Server questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They always ask about it.DHCP, DNS, GPO

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
4. HR round.

Interview Questionnaire 

2 Questions

  • Q1. Excel file is not working how to resvoled it
  • Q2. How to create file Server
  • Ans. 

    To create a file server, you need to set up a dedicated computer or network-attached storage (NAS) device to store and share files.

    • Choose a computer or NAS device with enough storage capacity for your needs

    • Install a file server software such as Windows Server or Linux-based Samba

    • Configure the software to create shared folders and set access permissions

    • Connect clients to the file server using network protocols such as S...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is domain?
  • Ans. 

    A domain is a group of computers, devices, or resources that share a common network identity.

    • Domains are used in computer networking to organize and manage resources.

    • A domain can be a local network or a larger network like the internet.

    • Domains are often used in conjunction with domain name systems (DNS) to assign unique names to resources.

    • Domains can also be used to manage security and access control for resources.

    • Exam...

  • Answered by AI
  • Q2. What is LAN?
  • Ans. 

    LAN stands for Local Area Network. It is a computer network that connects devices within a limited area such as a home, office, or building.

    • LAN is a type of network that is used to connect devices within a limited area.

    • It is commonly used in homes, offices, and buildings.

    • LAN can be wired or wireless.

    • It allows devices to share resources such as printers, files, and internet access.

    • Examples of LAN technologies include Et

  • Answered by AI
  • Q3. What is DHCP?
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that automatically assigns IP addresses to devices.

    • DHCP is used to simplify network administration by automating the IP address assignment process.

    • It allows devices to join a network and obtain an IP address without manual configuration.

    • DHCP servers can also provide additional network configuration information, such as DNS and gateway setting...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain datawindow in powerbuilder
  • Ans. 

    DataWindow is a GUI control in PowerBuilder used to display and manipulate data from a database.

    • DataWindow can be used to retrieve data from a database, display it in a tabular format, and allow users to edit the data.

    • It supports various data sources such as SQL, ODBC, and XML.

    • DataWindow can also be used to create reports and graphs.

    • It provides various features such as sorting, filtering, grouping, and computed columns...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - say basics concepts about the datawindow in powerbuilder. As datawindow is the base of powerbuilder candidate should prepare well

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. IOS Basics , iPhone programming

Interview Preparation Tips

Interview preparation tips for other job seekers - When you tried a lot to get good company if you have no option then go for it ,Make this to last of your joining preferences.You will be deadlocked in the bond think twice before Join.

I applied via Recruitment Consultant and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Had appeared for Java developer role, basic Java questions were asked.

PCS Technology Interview FAQs

How many rounds are there in PCS Technology interview?
PCS Technology interview process usually has 1 rounds. The most common rounds in the PCS Technology interview process are Technical and HR.
How to prepare for PCS Technology 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 PCS Technology. The most common topics and skills that interviewers at PCS Technology expect are Troubleshooting, MS Outlook, Antivirus, Desktop Support and LAN.
What are the top questions asked in PCS Technology interview?

Some of the top questions asked at the PCS Technology interview -

  1. what is a real-time example Encapsulation,class,object,polymorph...read more
  2. what is Encapsulat...read more
  3. what is polymorph...read more

Tell us how to improve this page.

PCS Technology Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 341 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 132 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
View all

PCS Technology Reviews and Ratings

based on 161 reviews

4.4/5

Rating in categories

4.5

Skill development

4.6

Work-life balance

3.9

Salary

4.5

Job security

4.5

Company culture

3.8

Promotions

4.6

Work satisfaction

Explore 161 Reviews and Ratings
Engineer- Customer Support
9 salaries
unlock blur

₹1 L/yr - ₹1.8 L/yr

System Administrator
6 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Senior FMS Engineer
6 salaries
unlock blur

₹1 L/yr - ₹2.2 L/yr

Team Lead
5 salaries
unlock blur

₹1.2 L/yr - ₹3.3 L/yr

FMS Support Engineer
5 salaries
unlock blur

₹0.9 L/yr - ₹1.1 L/yr

Explore more salaries
Compare PCS Technology with

ITC Infotech

3.6
Compare

Test Yantra Software Solutions

3.2
Compare

Microland

3.5
Compare

3i Infotech

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