Upload Button Icon Add office photos

Filter interviews by

Pamac Finserve Desktop Support Engineer Interview Questions and Answers

Updated 8 Jun 2021

Pamac Finserve Desktop Support Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant

Interview Questionnaire 

9 Questions

  • Q1. Hardware relative
  • Q2. DHCP server
  • Q3. AD server
  • Q4. Ip address
  • Q5. Gateway
  • Q6. OS
  • Q7. OS installation time.
  • Ans. 

    The time required for OS installation depends on various factors such as the type of OS, hardware specifications, and installation method.

    • The type of operating system being installed affects the installation time. For example, a lightweight OS like Linux may install faster than a full-featured OS like Windows.

    • Hardware specifications, such as the processor speed, amount of RAM, and storage type, can impact the installat...

  • Answered by AI
  • Q8. Type of operating system
  • Ans. 

    There are various types of operating systems such as Windows, macOS, Linux, Android, iOS, etc.

    • Windows - developed by Microsoft and widely used in desktops and laptops

    • macOS - developed by Apple and used in their Mac computers

    • Linux - open-source operating system used in servers and some desktops

    • Android - mobile operating system developed by Google

    • iOS - mobile operating system developed by Apple

  • Answered by AI
  • Q9. NA

Interview Preparation Tips

Interview preparation tips for other job seekers - 🙏

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - HR 

(1 Question)

  • Q1. Basic about your academic and about your family , project ,internship
Round 2 - HR 

(1 Question)

  • Q1. This hr conducted by VP ...question are same as in 1st hr round,they may ask about your future paln.
Round 3 - Technical 

(1 Question)

  • Q1. Basic computer science question and project

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Its a combination of all the questions like aptitude , logical questions, programming questions, sql, etc,...

Round 2 - Technical 

(1 Question)

  • Q1. No i was rejected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its mostly on Train, Pipes and Cistern, Dice reasoning

Round 2 - Coding Test 

Data Structures medium level question

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Coding Test 

Low-level design interview
I need to design a Music player app using oops concept

Round 3 - One-on-one 

(5 Questions)

  • Q1. Sort the stack in O(1) time complexity
  • Ans. 

    Use an additional stack to store sorted elements and maintain the minimum element at the top of the original stack.

    • Create a new stack to store sorted elements.

    • Pop elements from the original stack and compare with the top element of the new stack.

    • If the popped element is smaller, push it to the new stack. If larger, keep popping from the new stack and push to the original stack until the correct position is found.

    • Repeat...

  • Answered by AI
  • Q2. Difference between process and thread
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a smaller unit of execution within a process.

    • A process has its own memory space, while threads within the same process share memory.

    • Processes are independent of each other, while threads within the same process can communicate with each other.

    • Processes are heavyweight, requiring separate memory and resources, while threads are lightweight an...

  • Answered by AI
  • Q3. Difference between abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructor, fields, and methods, while interface cannot have any of these.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class is used to provide a common base for multiple derived classes, while interface is used to define a contract fo...

  • Answered by AI
  • Q4. What is race condition?
  • Ans. 

    A race condition is a situation in which the outcome of a program depends on the order of execution of its threads or processes.

    • Occurs when multiple threads or processes access shared data or resources concurrently

    • Can lead to unpredictable behavior or bugs in the program

    • Prevented by using synchronization mechanisms like locks or semaphores

    • Example: Two threads trying to increment a shared variable simultaneously

  • Answered by AI
  • Q5. What is normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • It helps in reducing data redundancy by storing data in a structured way.

    • There are different normal forms like 1NF, 2NF, 3NF, BCNF, etc.

    • Example: In a database of students, instead of storing student details in multiple ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2023. 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 

An aptitude has exam used to determine an individual skills a given activity

Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. I am Jagan, from poonamallee, I have completed my bachelor degree in computer science from Anna University
  • Answered Anonymously
  • Q2. What is your strength
  • Q3. What is your weakness
  • Q4. Why did you decide to apply to this role?
  • Q5. Why should I hire you?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have prior experience in coding
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort array and questions on project

Interview Questionnaire 

1 Question

  • Q1. Core Java and aws

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Javascript ES6 features.
  • Ans. 

    ES6 introduced new features to Javascript including arrow functions, let and const, classes, and template literals.

    • Arrow functions provide a concise syntax for writing functions.

    • Let and const are block-scoped variables.

    • Classes provide a way to create objects with methods and properties.

    • Template literals allow for string interpolation and multi-line strings.

    • Destructuring allows for easy extraction of values from arrays ...

  • Answered by AI
  • Q2. How an angular application works.
  • Ans. 

    Angular is a front-end framework that uses HTML, CSS, and JavaScript to build dynamic web applications.

    • Angular uses components to create reusable UI elements

    • It uses services to share data and functionality across components

    • It has a powerful template system that allows for easy data binding and manipulation

    • Angular uses RxJS for reactive programming and observables

    • It has a built-in router for handling navigation between ...

  • Answered by AI
  • Q3. What are components in angular
  • Ans. 

    Components in Angular are reusable building blocks that encapsulate HTML, CSS, and TypeScript code.

    • Components are the basic building blocks of an Angular application

    • They are reusable and can be used across multiple pages

    • Each component has its own HTML, CSS, and TypeScript code

    • Components can communicate with each other using @Input and @Output decorators

    • Examples of components include navbar, footer, and login form

  • Answered by AI
Round 2 - Behavioral 

(3 Questions)

  • Q1. How to set up the environment for building angular application
  • Ans. 

    To set up the environment for building an Angular application, you need to install Node.js and Angular CLI.

    • Install Node.js and npm

    • Install Angular CLI using npm

    • Create a new Angular project using CLI

    • Run the project using ng serve command

  • Answered by AI
  • Q2. What is CI/CD pipeline
  • Ans. 

    CI/CD pipeline is a process of continuous integration and continuous delivery/deployment of software.

    • CI/CD pipeline automates the software delivery process.

    • It involves continuous integration of code changes, automated testing, and continuous delivery/deployment of software.

    • It helps in reducing errors and improving the quality of software.

    • Popular CI/CD tools include Jenkins, Travis CI, and CircleCI.

  • Answered by AI
  • Q3. How comfortable are you learning and working on VueJS application

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for Full-Stack Developer role then make sure you know any one of the JS Frameworks. A little background on AWS will be beneficial.

Skills evaluated in this interview

Pamac Finserve Interview FAQs

What are the top questions asked in Pamac Finserve Desktop Support Engineer interview?

Some of the top questions asked at the Pamac Finserve Desktop Support Engineer interview -

  1. OS installation tim...read more
  2. Type of operating sys...read more
  3. DHCP ser...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 244 Interviews
ICICI Securities Interview Questions
3.9
 • 163 Interviews
Apex Group Interview Questions
2.7
 • 137 Interviews
CAMS Interview Questions
3.7
 • 118 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
Northern Trust Interview Questions
3.7
 • 109 Interviews
Mr Cooper Interview Questions
4.0
 • 86 Interviews
Sharekhan Interview Questions
3.8
 • 84 Interviews
Bajaj Capital Interview Questions
3.8
 • 79 Interviews
View all
Pamac Finserve Desktop Support Engineer Salary
based on 4 salaries
₹1.5 L/yr - ₹3.1 L/yr
19% less than the average Desktop Support Engineer Salary in India
View more details

Pamac Finserve Desktop Support Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Executive
161 salaries
unlock blur

₹0.9 L/yr - ₹3 L/yr

Back Office Executive
101 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Operations Executive
74 salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

Senior Executive
73 salaries
unlock blur

₹1.3 L/yr - ₹4 L/yr

Junior Executive
50 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Pamac Finserve with

Axis Direct

3.8
Compare

ICICI Securities

3.9
Compare

CAMS

3.7
Compare

Aditya Birla Capital

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