Upload Button Icon Add office photos
Engaged Employer

i

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

CGI Group Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

CGI Group Production Support Analyst Interview Questions and Answers

Updated 10 Sep 2024

CGI Group Production Support Analyst Interview Experiences

1 interview found

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

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about CGI Group?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2021. There were 4 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 - Case Study 

If you were to consult an automobile firm to upgrade their in-vehicle, what changes would you suggest? Note that the firm primarily manufactures lowe end cars

Round 3 - Case Study 

Ice cream cart owner wants to increase profitability with an increase in the price of milk. How would you suggest that the owner maintain/ increase his profitability

Round 4 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Why cognizant consulting

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers are looking for practical solutions
Be confident in the solutions you propose and back them with numbers and facts where ever possible

Production Support Analyst Interview Questions Asked at Other Companies

Q1. Write a query to find the last string from the emp table.
asked in CGI Group
Q2. What command retrieves the value at the 80th row and 100th column ... read more
asked in CGI Group
Q3. What is the command to search for a file named test.txt in Linux?
asked in Releventz
Q4. What is the difference between a constructor and a method in Java ... read more
asked in Xoriant
Q5. How to check if any job failed & steps. Concept of ITIL

I applied via LinkedIn and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly the questions were about my current project and my roles.

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice : always make sure to ask if you will be assigned to a project directly after your joining, or if you will be on bench.

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Standard Coding questing

Round 2 - Technical 

(1 Question)

  • Q1. Core java, java 8 features, collections, Exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for Datastructures and Algorithms .

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Scd type 2
  • Q2. Questions on how to give conditions between sessions to run after first session succeeded
  • Ans. 

    Use task scheduling or conditional statements to run subsequent sessions after successful completion of first session.

    • Use task scheduler like cron job to schedule subsequent sessions

    • Use conditional statements like if-else to check for success of first session before running subsequent sessions

    • Use try-catch block to handle any errors in first session and prevent subsequent sessions from running

    • Pass success/failure statu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 3 rounds 2 are technology rounds 3rd round is HR ROUND ZOOM VIDEO CALL ALL. MODERATE INTERVIEW NOT TOO CRITICAL. OK TO DO

Consultant Interview Questions & Answers

Capgemini user image Mahesh Kumar Sahoo

posted on 23 Sep 2021

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were asked on standard tables, pricing procedure, credit management, STO, 3rd Party process, Inter company sales, enhancements, availability check etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on standard SD topics and explain the work you have done in your previous projects

I appeared for an interview in Dec 2020.

Interview Questionnaire 

1 Question

  • Q1. 2 technical, hr and manager rounds. Asked from very basic to high level. Interview was friendly

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through JD prepare with comments concept.
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. About Sitecore

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in whatever you tell and openly admit if you don't know

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on Azure and patch management

Interview Preparation Tips

Interview preparation tips for other job seekers - Request candidates to work on technical skills and try to corelate or implement them with the real time scenarios

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me any module build in last project
  • Q2. What CI/CD methods used for deployment
  • Ans. 

    We use Jenkins for CI/CD and deploy to AWS using CloudFormation.

    • Jenkins is used for continuous integration and continuous deployment

    • AWS CloudFormation is used for infrastructure as code

    • We have automated tests that run during the CI/CD process

    • We use Git for version control

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer information as correct as you can.

Skills evaluated in this interview

CGI Group Interview FAQs

How many rounds are there in CGI Group Production Support Analyst interview?
CGI Group interview process usually has 2 rounds. The most common rounds in the CGI Group interview process are Technical and Behavioral.
How to prepare for CGI Group Production Support Analyst 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 CGI Group. The most common topics and skills that interviewers at CGI Group expect are CGI, Business Consulting, SQL, Healthcare and Root Cause Analysis.
What are the top questions asked in CGI Group Production Support Analyst interview?

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

  1. What is the command to get the value present at 80th row , 100th colu...read more
  2. What is the command to search a file like test.txt in lin...read more
  3. what is internal workflow for the BFSI doma...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.7
 • 8.7k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
DXC Technology Interview Questions
3.6
 • 842 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
View all
CGI Group Production Support Analyst Salary
based on 11 salaries
₹4.5 L/yr - ₹11 L/yr
13% more than the average Production Support Analyst Salary in India
View more details

CGI Group Production Support Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

2.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
8.4k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Senior Software Engineer
7.7k salaries
unlock blur

₹9 L/yr - ₹18.7 L/yr

Lead Analyst
3.3k salaries
unlock blur

₹15.2 L/yr - ₹26.3 L/yr

Associate Software Engineer
1.9k salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Senior Test Engineer
1.3k salaries
unlock blur

₹9.7 L/yr - ₹17.7 L/yr

Explore more salaries
Compare CGI Group with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview