Upload Button Icon Add office photos

Filter interviews by

Pillar IT Services Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is threading, and what are its types in detail?
  • Ans. 

    Threading is a way for a program to split itself into multiple simultaneous tasks.

    • Threading allows for concurrent execution of tasks within a single process.

    • Types of threading include user-level threads and kernel-level threads.

    • User-level threads are managed by the application, while kernel-level threads are managed by the operating system.

    • Examples of threading in programming languages include Java's Thread class and P

  • Answered by AI
  • Q2. What is oops? What are variables, class, methods and its types?
  • Ans. 

    OOPs stands for Object-Oriented Programming. Variables are placeholders for data, classes are blueprints for objects, and methods are functions within classes.

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

    • Variables are used to store data within a program. They can be of different types such as int, float, string, etc.

    • A class is a blueprint for creating obje...

  • Answered by AI
  • Q3. How is the deployment of an application carried out?
  • Ans. 

    Deployment of an application involves transferring the application from development to production environment.

    • Choose a deployment method (e.g. manual, automated)

    • Prepare the production environment (e.g. servers, databases)

    • Package the application (e.g. Docker container, zip file)

    • Deploy the application to production environment

    • Test the deployed application for functionality and performance

  • Answered by AI
  • Q4. What are Docker, Dockerfile, and Docker Compose, and can you explain the concepts of PORT, MOUNT, and RUN in detail?
  • Ans. 

    Docker is a platform for developing, shipping, and running applications. Dockerfile is a script to create Docker images. Docker Compose is a tool for defining and running multi-container Docker applications.

    • Docker is a platform that allows you to package, distribute, and run applications in containers.

    • Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image...

  • Answered by AI
Round 2 - Assignment 

The objective was to develop a production-ready application that interacts with customer details, essentially related to customer management.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the fundamentals of programming languages, such as object-oriented programming (OOP), threading, classes, variables, methods, sorting functions, and lambda functions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself.
  • Q2. What you understand about sympathy and empathy?
  • Q3. What you understand by the customer service.
  • Ans. 

    Customer service is the assistance and support provided to customers before, during, and after their purchase.

    • Customer service involves addressing customer inquiries, resolving issues, and providing guidance.

    • It includes maintaining a positive and helpful attitude towards customers.

    • Effective communication skills are essential in customer service.

    • Examples: answering phone calls, responding to emails, resolving complaints

  • Answered by AI
  • Q4. What you understand by the bpo.
  • Ans. 

    BPO stands for Business Process Outsourcing, where a company contracts out specific business tasks to a third-party provider.

    • BPO involves outsourcing non-core business functions to specialized service providers.

    • Common BPO services include customer support, technical support, data entry, and back-office operations.

    • Companies opt for BPO to reduce costs, improve efficiency, and focus on core business activities.

    • BPO provid...

  • Answered by AI
Round 2 - AI Test to check your English an 

(2 Questions)

  • Q1. English related questions
  • Q2. Ai will check your speaking and writing skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Give multiple interview so you can become comfortable for the interview.
Do not just think about getting the job, join only when you feel comfortable about the work and company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

An aptitude test is a type of psychometric test used to assess cognitive skills and other specific abilities and behavioural traits. Job aptitude tests are very common; almost any employer uses them to screen candidates; among them are the Royal Air Force, EY, Goldman Sachs, and Nursing & midwifery administrators. The most popular ones

Round 2 - Coding Test 

Questions on software and system designs. For this, candidates require analytical and logical thinking to solve problems and scenarios for the onsite or virtual interview.

Round 3 - Case Study 

Similar to new markets, companies need to develop new products in order to grow. This problem is intimidating for most clients due to potential high costs and a fear of the unknown. Your case study interview framework should dive deep into the new product before anything else.

Round 4 - Group Discussion 

What is a group interview?

A group interview is when an employee or team of employees interviews multiple candidates simultaneously, or when a team of employees forms a panel to interview one candidate. Employers typically perform both types of group interviews in conference rooms to simulate a meeting or team project.

Round 5 - One-on-one 

(2 Questions)

  • Q1. Structured Interview:
  • Q2. Semi-Structured Interview
Round 6 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is your understanding of the role of an HR department?
Round 7 - Assignment 

What are Interview Assignments? A task or project that a recruiter asks candidates to do as part of an interview. It tests candidates' skills and ensures they can do the job. It's a great way to understand a candidate's abilities and potential better.

Round 8 - Technical 

(2 Questions)

  • Q1. What programming languages are you most familiar with?
  • Ans. 

    I am most familiar with Python, Java, and JavaScript.

    • Python

    • Java

    • JavaScript

  • Answered by AI
  • Q2. Describe the troubleshooting process you’d follow for a crashing program.
  • Ans. 

    I would start by checking for any recent updates or changes, then look for error messages, try restarting the program, and if necessary, seek help from IT support.

    • Check for any recent updates or changes that may have caused the program to crash

    • Look for any error messages or pop-up notifications that could provide clues to the issue

    • Try restarting the program to see if that resolves the problem

    • If the program continues to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Highlight your relevant experience and skills that match the job description. Also, research the company and the job role to show that you have a genuine interest in the organization. Finally, be sure to follow up after submitting your application to show your enthusiasm and dedication.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing a way to mock dependencies.

    • There are three types of dependency injection - constructor injection, setter injection, and interface injection.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software more maintainable, flexible, and scalable.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - objects of a superclass should be replaceable with objects of its subclasses without a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on what you have written in resume

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tcp/udp difference and tcp/ip model layers
  • Ans. 

    TCP is connection-oriented, reliable protocol while UDP is connectionless, unreliable protocol. TCP/IP model has 4 layers - Application, Transport, Internet, Link.

    • TCP is connection-oriented, ensures data delivery in order, and provides error-checking and retransmission of lost packets (e.g. email, web browsing)

    • UDP is connectionless, faster but less reliable, used for real-time applications where speed is more important...

  • Answered by AI
  • Q2. What is purpose of wireshark
  • Ans. 

    Wireshark is a network protocol analyzer used for troubleshooting, analysis, and security purposes.

    • Wireshark captures and analyzes network traffic in real-time.

    • It helps in identifying network problems, security vulnerabilities, and malicious activities.

    • Users can view packet details, filter traffic, and generate reports for analysis.

    • Wireshark is commonly used by network administrators, security professionals, and develo...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2020. There were 4 interview rounds.

Round 1 - Aptitude Test 

It’s easy all accounts related test, excel test and rejoining etc.

Round 2 - HR 

(1 Question)

  • Q1. Don't want to disclose
Round 3 - Technical 

(1 Question)

  • Q1. Don’t want to disclose
Round 4 - One-on-one 

(1 Question)

  • Q1. Don’t want to disclose

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t go for this company if you are non-tamilian

AJUD Interview Questions & Answers

Pace Setters Business Solutions user image Anonymous

posted on 13 Sep 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. How did you post the payment
  • Ans. 

    I posted the payment online using the company's secure payment portal.

    • I made the payment through the company's website

    • I entered my payment information and submitted the payment online

    • I received a confirmation email after successfully posting the payment

  • Answered by AI
  • Q2. What about KRA?
  • Ans. 

    KRA stands for Key Results Area, which are specific areas of responsibility that an individual is expected to focus on and deliver results in.

    • KRA helps in defining the key areas of focus for an individual or team

    • It sets clear expectations and goals for performance evaluation

    • Examples of KRA include sales targets for a salesperson, patient care for a healthcare professional, or project completion for a project manager

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding 12 questions mcq

Round 2 - Behavioral 

(1 Question)

  • Q1. Why do you want to join?
  • Ans. 

    I am excited about the opportunity to work on challenging projects and contribute my expertise to a dynamic team.

    • Passionate about software development and problem-solving

    • Excited about the opportunity to work on challenging projects

    • Looking to contribute expertise to a dynamic team

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

(2 Questions)

  • Q1. Could you provide a self-introduction?
  • Q2. What is your educational background and experience?
Round 2 - HR 

(1 Question)

  • Q1. Can you provide information about your previous organization?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What do you understand by BRS
  • Ans. 

    BRS stands for Bank Reconciliation Statement, which is a process of matching the balances in a company's accounting records with the corresponding information on a bank statement.

    • BRS helps in identifying discrepancies between the company's records and the bank statement

    • It ensures that all transactions are accurately recorded in the company's books

    • Common reasons for discrepancies include outstanding checks, deposits in ...

  • Answered by AI

Pillar IT Services Interview FAQs

How to prepare for Pillar IT Services 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 Pillar IT Services. The most common topics and skills that interviewers at Pillar IT Services expect are Quick Books, US Accounting, Book Keeping, US GAAP and SEO.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all

Pillar IT Services Reviews and Ratings

based on 10 reviews

3.4/5

Rating in categories

3.4

Skill development

3.3

Work-Life balance

2.7

Salary & Benefits

2.4

Job Security

3.1

Company culture

2.6

Promotions/Appraisal

2.7

Work Satisfaction

Explore 10 Reviews and Ratings
Senior Legal Manager ( US Law)

Pune

10-15 Yrs

Not Disclosed

Explore more jobs
Back Office Executive
21 salaries
unlock blur

₹1.2 L/yr - ₹2.9 L/yr

Team Lead
4 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Software Developer
3 salaries
unlock blur

₹3.3 L/yr - ₹3.6 L/yr

Operations Manager
3 salaries
unlock blur

₹6.1 L/yr - ₹11 L/yr

Senior Executive
3 salaries
unlock blur

₹2 L/yr - ₹2 L/yr

Explore more salaries
Compare Pillar IT Services with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview