Upload Button Icon Add office photos

Filter interviews by

TSYS|Total System Services PMC Engineer Interview Questions and Answers

Updated 29 Mar 2024

TSYS|Total System Services PMC Engineer Interview Experiences

1 interview found

PMC Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2024

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

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

20 mins to test basic java skill and difficulty level was moderate to tough however interface was good

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. String manipulation code

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful to answer to the point

Interview Questionnaire 

1 Question

  • Q1. I was asked basic question about oops concept, class interface & abstract class, exception handling, using keyword as scope, memory management, session management.

I applied via Referral and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic Logical questions from String, Arrays, Collections, Java Oops and Selenium.
  • Q2. See few puzzles from google.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with basics...

Interview Questionnaire 

1 Question

  • Q1. Comparator

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

I applied via Company Website and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Messaging communication (RabbitMQ, ActiveMQ)
  • Q2. Spring boot
  • Q3. Core Java (Oops, JVM, Memory types, Collections)
  • Q4. Spring security, Hibernate cache
  • Q5. Scenario based questions
  • Q6. Design patterns,SAGA Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Scenario based questions on real time examples like ticket reservation, data processing. SAGA pattern

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Hierarchy of knowledge objects in splunk
  • Ans. 

    Splunk has a hierarchy of knowledge objects that includes apps, add-ons, and configurations.

    • The highest level is the app, which contains all other knowledge objects.

    • Add-ons are installed within apps and provide additional functionality.

    • Configurations are specific to an app or add-on and include saved searches, alerts, and dashboards.

  • Answered by AI
  • Q2. How to configure a cluster
  • Ans. 

    Configuring a cluster involves setting up multiple servers to work together as a single system.

    • Choose a cluster management software such as Kubernetes or Apache Mesos

    • Select the appropriate hardware and network infrastructure

    • Install and configure the cluster management software on each server

    • Define the roles and responsibilities of each server in the cluster

    • Test the cluster to ensure it is functioning properly

  • Answered by AI
  • Q3. How to configure rsyslog
  • Ans. 

    Rsyslog is configured by editing its configuration file, usually located at /etc/rsyslog.conf

    • Edit the configuration file using a text editor

    • Specify the log files to be monitored and the actions to be taken for each log message

    • Configure filters to select specific log messages based on criteria such as severity or facility

    • Specify the destination for the log messages, such as a file, remote server, or database

    • Restart the

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be confident and be clear with the concepts

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Java 8 features with examples
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and concise code.

    • Streams provide a way to process collections of data in a parallel and functional manner.

    • Default methods allow for adding new functionality to interfaces without breaking existing implementations.

    • Method references provide a way to refer to methods without...

  • Answered by AI
  • Q2. How to write Customised immutable java class
  • Ans. 

    Customised immutable java class can be written by declaring all fields as final and not providing any setters.

    • Declare all fields as final

    • Do not provide any setters

    • Provide a constructor to initialize all fields

    • Override equals() and hashCode() methods

    • Make the class final

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Hierarchy of knowledge objects in splunk
  • Ans. 

    Splunk has a hierarchy of knowledge objects to organize and manage data.

    • The hierarchy includes apps, add-ons, and configurations.

    • Apps contain dashboards, reports, and alerts.

    • Add-ons provide additional functionality to apps.

    • Configurations include indexes, sourcetypes, and fields.

    • Knowledge objects can be shared across the hierarchy.

    • Higher level objects inherit settings from lower level objects.

  • Answered by AI
  • Q2. How to configure a cluster
  • Ans. 

    Configuring a cluster involves setting up multiple servers to work together as a single system.

    • Choose a cluster management tool such as Kubernetes or Apache Mesos

    • Determine the number of nodes and their roles in the cluster

    • Configure network settings and communication protocols

    • Set up load balancing and failover mechanisms

    • Ensure data consistency and replication across nodes

  • Answered by AI
  • Q3. How to configure rsyslog
  • Ans. 

    Rsyslog is configured by editing its configuration file, usually located at /etc/rsyslog.conf

    • Identify the log sources and their corresponding log files

    • Specify the log destination and format

    • Configure filters and rules to process and route logs

    • Restart the rsyslog service to apply changes

    • Use tools like logger and tail to test the configuration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be confident and be clear with the concepts

Skills evaluated in this interview

Senior Engineer Interview Questions & Answers

Wells Fargo user image SIRIGIRI SAI KUMAR

posted on 22 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Hadoop basics on computing
  • Q2. Distribution basics for processing the data
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture of bigdata systems
  • Ans. 

    Bigdata systems architecture involves distributed storage, processing, and analysis of large volumes of data.

    • Utilize distributed file systems like HDFS for storage

    • Use parallel processing frameworks like Apache Spark or Hadoop for data processing

    • Implement data pipelines for ETL processes

    • Leverage NoSQL databases like Cassandra or MongoDB for real-time data querying

    • Consider data partitioning and replication for fault tole

  • Answered by AI
  • Q2. How will the bigdata system distribution for storage andcompute happen
  • Ans. 

    Big data system distribution for storage and compute involves partitioning data across multiple nodes for efficient processing.

    • Data is partitioned across multiple nodes to distribute storage and processing load.

    • Hadoop Distributed File System (HDFS) is commonly used for storage distribution.

    • Apache Spark utilizes a cluster computing framework for distributed computing.

    • Data locality is important to minimize data transfer ...

  • Answered by AI

Skills evaluated in this interview

TSYS|Total System Services Interview FAQs

How many rounds are there in TSYS|Total System Services PMC Engineer interview?
TSYS|Total System Services interview process usually has 1 rounds. The most common rounds in the TSYS|Total System Services interview process are Coding Test.

Tell us how to improve this page.

TSYS|Total System Services PMC Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Wells Fargo Interview Questions
3.9
 • 565 Interviews
Citicorp Interview Questions
3.7
 • 565 Interviews
FIS Interview Questions
3.9
 • 482 Interviews
American Express Interview Questions
4.2
 • 359 Interviews
UBS Interview Questions
3.9
 • 332 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
View all
Senior Software Engineer
508 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
284 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Software Engineer
103 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TSYS|Total System Services with

Fiserv

3.0
Compare

FIS

3.9
Compare

Global Payments

4.1
Compare

First Data Corporation

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