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 (3)
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 in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the projects you worked on
  • Q2. Give the glance of your work and your role it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for explaining your projects clearly.

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Introduce yourself......
  • Q2. Why you have not briefed anything about your bachelor degree?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give relevant answer to the relevant questions.

I was interviewed in Nov 2021.

Interview Questionnaire 

1 Question

  • Q1. They will ask questions regarding accounting and based on your resume

Interview Questionnaire 

2 Questions

  • Q1. Mostly java, datastruct, oop, and sql related questions
  • Q2. Easy to mid level, logical thinking

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basics your presentation and confidence is more evaluated than your answers

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They ask about my previous project, and they ask the question about my technologies.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be Strong with what are the technologies are you used in your project.
2. unnecessary technologies don't mention in your resume, what are the technologies are worked mention only those things.

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is mean by smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.

    • Smoke testing is a type of non-exhaustive testing

    • It is performed to ensure that the critical functionalities of the software are working fine

    • It is usually done after a new build is received

    • It helps in identifying the major issues early in the testing cycle

    • Example: Checking if the login page is working fine after a

  • Answered by AI
  • Q2. Difference between regression and retesting
  • Ans. 

    Regression testing is testing the entire system after changes while retesting is testing only the failed test cases.

    • Regression testing is done to ensure that changes made to the system do not affect the existing functionality.

    • Retesting is done to ensure that the defects found in the previous test cycle have been fixed.

    • Regression testing is done after every build while retesting is done after every defect fix.

    • Regression...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - firstly prepare well then face the interview

Skills evaluated in this interview

I applied via Recruitment Consultant

Interview Questionnaire 

2 Questions

  • Q1. Round 1: Fundamentals questions related to Javascript and React. In React questions were focused on react-hooks. lifecycle components and optimization techniques in react. Basic to intermediate questions r...
  • Q2. Round 2: The interview panel will ask you to code some basic coding problem depending on your relevant experience and if you're not able to solve it they'll directly say they're done with the interview. In...

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared Round 1 after which there was a delay of more than 2 weeks and got a call for Round 2 without any prior notice. Their L2 level interview is very bad, in my case I ended the interview from my side as it looked very clear that the panel was least interested.

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

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 803 Interviews
Cyient Interview Questions
3.7
 • 283 Interviews
View all

PCS Technology Reviews and Ratings

based on 160 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 160 Reviews and Ratings
Engineer- Customer Support
8 salaries
unlock blur

₹1 L/yr - ₹1.8 L/yr

FMS Engineer
7 salaries
unlock blur

₹1 L/yr - ₹2.8 L/yr

Desktop Support Engineer
7 salaries
unlock blur

₹0.9 L/yr - ₹2.4 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

Explore more salaries
Compare PCS Technology with

HCLTech

3.5
Compare

Tech Mahindra

3.5
Compare

Wipro

3.7
Compare

TCS

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