Premium Employer

i

This company page is being actively managed by FIS Team. If you also belong to the team, you can get access from here

FIS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

FIS Production Support Analyst Interview Questions and Answers

Updated 18 Oct 2024

FIS Production Support Analyst Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Troubleshooting techniques
  • Ans. 

    Troubleshooting techniques involve identifying, isolating, and resolving issues in a systematic manner.

    • Gather information about the issue from users or logs

    • Identify the root cause of the problem

    • Isolate the issue to determine the scope of impact

    • Develop a plan to resolve the issue

    • Implement the solution and test to ensure it is fixed

    • Document the troubleshooting process for future reference

  • Answered by AI
  • Q2. Asked to solve a puzzle
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to check which file is taking in space in system
  • Ans. 

    To check which file is taking up space in the system, you can use commands like du, df, and find.

    • Use 'du' command to display disk usage of files and directories

    • Use 'df' command to display disk space usage of file systems

    • Use 'find' command to search for files based on size

  • Answered by AI

Skills evaluated in this interview

Production Support Analyst Interview Questions Asked at Other Companies

Q1. Write a query using below data to find out last string from emp t ... read more
asked in CGI Group
Q2. What is the command to get the value present at 80th row , 100th ... read more
asked in CGI Group
Q3. What is the command to search a file like test.txt in linux?
asked in Xoriant
Q4. How to check if any job failed & steps. Concept of ITIL
asked in Capgemini
Q5. What is difference between hashmap and concurrent hashmap

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is the command to search a file like test.txt in linux?
  • Ans. 

    The command to search a file like test.txt in Linux is 'grep'.

    • Use the 'grep' command followed by the search term and the file name to search for a specific text in a file.

    • For example, to search for the word 'hello' in a file named test.txt, you would use the command 'grep hello test.txt'.

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

    Constraints are limitations or restrictions that affect the design, implementation, or operation of a system.

    • Constraints can be related to time, budget, resources, technology, or regulations.

    • They can impact the functionality, performance, scalability, or security of a system.

    • Examples include budget constraints limiting the purchase of new hardware, time constraints for project deadlines, or regulatory constraints for d...

  • Answered by AI
  • Q3. What is the command to get the value present at 80th row , 100th column?
  • Ans. 

    To get the value present at 80th row, 100th column, you can use the command 'awk' in Unix/Linux systems.

    • Use the 'awk' command with the syntax 'awk 'NR==80 {print $100}' filename' to get the value at the specified row and column.

    • Replace 'filename' with the actual file name where the data is stored.

    • Ensure that the row and column numbers are adjusted based on the indexing starting from 1 in 'awk'.

  • Answered by AI
  • Q4. What is view in sql?
  • Ans. 

    A view in SQL is a virtual table based on the result-set of a SELECT statement.

    • Views are used to simplify complex queries by storing them as virtual tables

    • Views do not store data themselves, but display data from underlying tables

    • Views can be used to restrict access to certain columns or rows of a table

    • Views can be used to join multiple tables and present the data in a single table-like structure

  • Answered by AI
  • Q5. What is internal workflow for the BFSI domain?
  • Ans. 

    Internal workflow for BFSI domain involves processes related to banking, financial services, and insurance.

    • Customer onboarding and account setup

    • Transaction processing and monitoring

    • Risk management and compliance checks

    • Customer support and issue resolution

    • Data analysis and reporting

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a dedicated and experienced Production Support Analyst with a strong background in troubleshooting and resolving technical issues.

    • Over 5 years of experience in providing production support for various applications

    • Proficient in analyzing system logs and identifying root causes of issues

    • Skilled in collaborating with development teams to implement solutions and prevent future incidents

    • Strong communication skills to e...

  • Answered by AI
  • Q2. What is Asset in BFSI domain?
  • Ans. 

    In the BFSI domain, an asset refers to any valuable item owned by an individual or organization that can be converted into cash.

    • Assets can include cash, investments, real estate, equipment, and intellectual property.

    • In the banking sector, assets can also refer to loans given out to customers.

    • Assets are important for financial institutions as they represent the value of the organization and its ability to generate reven...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 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 - Group Discussion 

24/7 production environment

Round 3 - Technical 

(4 Questions)

  • Q1. What is the difference between PL SQL AND SQL?
  • Ans. 

    PL/SQL is a procedural language extension to SQL used for writing complex queries and programs.

    • SQL is used for querying and manipulating data in a database

    • PL/SQL is used for writing complex queries and programs

    • PL/SQL is a procedural language that extends SQL with programming constructs like loops and conditional statements

    • PL/SQL is used to create stored procedures, functions, and triggers in Oracle databases

  • Answered by AI
  • Q2. About programming
  • Q3. Write a query using below data to find out last string from emp table?
  • Ans. 

    Query to find last string from emp table

    • Use the ORDER BY clause with DESC keyword to sort the table in descending order

    • Use the LIMIT keyword to limit the result to 1 row

    • Assuming the last string refers to the last row in the table

  • Answered by AI
  • Q4. Write s query to find maximum salary from EMP?
  • Ans. 

    Query to find maximum salary from EMP

    • Use the MAX() function to find the maximum salary

    • Specify the column name for salary in the SELECT statement

    • Specify the table name and column name for salary in the FROM clause

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Assignment 

Hydraulic systems and hydraulic machines.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the difference between BS4 and BS6 emissions standards?
  • Ans. 

    BS6 emissions standards are more stringent than BS4, with lower limits on emissions of pollutants like nitrogen oxides and particulate matter.

    • BS6 standards have stricter limits on emissions of pollutants like nitrogen oxides (NOx) and particulate matter (PM) compared to BS4.

    • BS6 compliant vehicles are required to have advanced emission control technologies like selective catalytic reduction (SCR) and diesel particulate ...

  • Answered by AI
  • Q2. What is the difference between an electric motor and an electric generator?
  • Ans. 

    An electric motor converts electrical energy into mechanical energy to produce motion, while an electric generator converts mechanical energy into electrical energy.

    • Electric motor converts electrical energy into mechanical energy

    • Electric generator converts mechanical energy into electrical energy

    • Electric motor is used in appliances like fans, washing machines

    • Electric generator is used in power plants to generate electr

  • Answered by AI
  • Q3. Difference between four stroke and two stroke engine
  • Ans. 

    Four stroke engines have separate intake, compression, power, and exhaust strokes, while two stroke engines combine intake and compression in one stroke and power and exhaust in another.

    • Four stroke engines have a dedicated stroke for each of the four processes: intake, compression, power, and exhaust

    • Two stroke engines combine intake and compression in one stroke and power and exhaust in another

    • Four stroke engines are m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always perform your work with integrity.
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 Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is a project that you have worked on before?
  • Ans. 

    Developed a web-based inventory management system for a retail company

    • Utilized Java for backend development

    • Implemented responsive design using HTML, CSS, and JavaScript

    • Integrated barcode scanning functionality for efficient inventory tracking

  • Answered by AI
  • Q2. What was your role within the team?
  • Ans. 

    I was responsible for providing technical support to end users and troubleshooting application issues within the team.

    • Providing technical support to end users

    • Troubleshooting application issues

    • Collaborating with team members to resolve issues

    • Documenting solutions and best practices

  • Answered by AI
  • Q3. What SQL-based queries were asked during your interview? like self join , average
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Please ask technical level question?
  • Q2. Application support engineer question?

Interview Preparation Tips

Interview preparation tips for other job seekers - nill
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Walk-in

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(4 Questions)

  • Q1. Self introduction
  • Q2. Work experience
  • Q3. Which department are u working
  • Q4. Timings and salary
Round 3 - One-on-one 

(3 Questions)

  • Q1. Name and experience and quality and checking etc
  • Q2. How can handle ur problem and team work
  • Q3. Times and salary
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is your current role in organization
  • Q2. What is your salary expeactation

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident with wahatever mentioned in CV.
Interview experience
4
Good
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Exception handler
  • Q2. Threads in java
  • Ans. 

    Threads in Java allow for concurrent execution of multiple tasks within a single program.

    • Threads are instances of the java.lang.Thread class.

    • They allow for parallel execution of code segments.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Example: Thread t1 = new Thread(new MyRunnable()); t1.start();

  • Answered by AI

Skills evaluated in this interview

FIS Interview FAQs

How many rounds are there in FIS Production Support Analyst interview?
FIS interview process usually has 1 rounds. The most common rounds in the FIS interview process are Technical and One-on-one Round.
What are the top questions asked in FIS Production Support Analyst interview?

Some of the top questions asked at the FIS Production Support Analyst interview -

  1. How to check which file is taking in space in sys...read more
  2. Troubleshooting techniq...read more
  3. Asked to solve a puz...read more

Tell us how to improve this page.

FIS Production Support Analyst Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join FIS Advancing the way the world pays, banks and investments

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
 • 806 Interviews
Paytm Interview Questions
3.3
 • 774 Interviews
PhonePe Interview Questions
4.0
 • 306 Interviews
View all
FIS Production Support Analyst Salary
based on 14 salaries
₹4.2 L/yr - ₹11 L/yr
20% more than the average Production Support Analyst Salary in India
View more details

FIS Production Support Analyst Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

2.6

Skill development

4.1

Work-life balance

3.6

Salary

4.0

Job security

4.1

Company culture

1.8

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
2.7k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Engineer
1.7k salaries
unlock blur

₹4.1 L/yr - ₹16 L/yr

Lead Engineer
690 salaries
unlock blur

₹7.3 L/yr - ₹26.4 L/yr

Team Member
664 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Leader Engineer
644 salaries
unlock blur

₹9.9 L/yr - ₹32.1 L/yr

Explore more salaries
Compare FIS with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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