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
4.0

based on 4.3k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

CGI Group Production Support Software Engineer Interview Questions and Answers

Updated 28 Jun 2024

CGI Group Production Support Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Writa program to reverse string
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters to store the input string

    • Iterate through the input string and store each character in the array

    • Iterate through the array in reverse order to construct the reversed string

  • Answered by AI
  • Q2. Multi threading concept
  • Ans. 

    Multi threading concept involves running multiple threads simultaneously to improve performance and responsiveness.

    • Allows multiple tasks to be executed concurrently

    • Improves performance by utilizing multiple CPU cores

    • Requires synchronization to prevent data corruption

    • Examples: Java threads, Python threading module

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced Production Engineer with a strong background in manufacturing processes and quality control.

    • Bachelor's degree in Mechanical Engineering

    • 5+ years of experience in production engineering

    • Proficient in CAD software and manufacturing processes

    • Implemented lean manufacturing principles to improve efficiency

    • Led cross-functional teams to troubleshoot production issues

  • Answered by AI
  • Q2. Tell me what you know about Unix and SQL
  • Ans. 

    Unix is a powerful operating system known for its multitasking and multi-user capabilities, while SQL is a language used for managing and querying databases.

    • Unix is an operating system developed in the 1970s known for its command-line interface and flexibility.

    • SQL (Structured Query Language) is a language used to communicate with databases to retrieve, update, and manage data.

    • Unix commands are case-sensitive and often ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Walk-in

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 - 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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.

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 - Group Discussion 

About current project and roles and resposibilities etc

Round 3 - Technical 

(5 Questions)

  • Q1. SQL COMPLEX QUERIES and PL SQL, CRON JOBS, SERVICE NOW
  • Q2. What are difference between SQL and PL SQL
  • Ans. 

    SQL is a standard language for managing relational databases, while PL/SQL is a procedural language extension for SQL.

    • SQL is a standard language for querying and manipulating data in relational databases.

    • PL/SQL is a procedural language extension for SQL, allowing for more complex programming logic.

    • SQL is used for data manipulation and retrieval, while PL/SQL is used for writing stored procedures and functions.

    • SQL state...

  • Answered by AI
  • Q3. Explain types of joins?
  • Ans. 

    Types of joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full Join...

  • Answered by AI
  • Q4. Diffence between correlated and non correlated subquary?
  • Ans. 

    Correlated subquery refers to a subquery that is dependent on the outer query, while non-correlated subquery can be executed independently.

    • Correlated subquery is executed for each row processed by the outer query, while non-correlated subquery is executed only once.

    • Correlated subquery is slower in performance compared to non-correlated subquery.

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT MAX(column2) FROM tab

  • Answered by AI
  • Q5. Find departement wise total sal?
  • Ans. 

    To find department wise total salary, sum up the salaries of employees in each department.

    • Group employees by department

    • Calculate total salary for each department

    • Display department wise total salary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best......

Skills evaluated in this interview

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

Production Engineer Interview Questions & Answers

Accenture user image Venkata Mohan Reddy Kambam

posted on 15 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy logical questions

Round 2 - HR 

(3 Questions)

  • Q1. Easy general questions asked
  • Q2. General questions
  • Q3. Strength and weaknesses, about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't be nervous

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(7 Questions)

  • Q1. What is your interested subject
  • Q2. Explain binary conversions
  • Ans. 

    Binary conversions involve converting numbers from base 10 to base 2 and vice versa.

    • Binary is a numbering system that uses only 0s and 1s.

    • To convert from base 10 to base 2, divide the number by 2 and write down the remainder.

    • To convert from base 2 to base 10, multiply each digit by its place value and add the results.

    • Binary is commonly used in computer programming and digital electronics.

  • Answered by AI
  • Q3. What is STLD full form
  • Ans. 

    STLD stands for Sequentially Timed Logic Diagram.

    • STLD is a graphical representation of digital circuits.

    • It shows the timing relationship between inputs and outputs.

    • It is used in the design and analysis of digital circuits.

    • STLD is commonly used in the field of electronics and computer engineering.

  • Answered by AI
  • Q4. Enother intrested subject
  • Q5. Optical communication
  • Ans. 

    Optical communication involves transmitting information using light waves.

    • Optical communication is faster and more secure than traditional copper wire communication.

    • Fiber optic cables are used to transmit light signals over long distances.

    • Examples of optical communication include internet and cable TV.

    • Optical communication is also used in medical equipment such as endoscopes and laser surgery tools.

  • Answered by AI
  • Q6. About your self introduction
  • Q7. U know any languages
  • Ans. 

    Yes, I am fluent in English and Spanish.

    • Fluent in English and Spanish

    • Able to communicate effectively with a diverse team

    • Experience working in bilingual environments

    • Proficient in technical vocabulary in both languages

  • Answered by AI
Round 3 - Technical 

(12 Questions)

  • Q1. What is ECE Full form
  • Ans. 

    ECE stands for Electronics and Communication Engineering.

    • ECE is a branch of engineering that deals with the study of electronic devices and communication systems.

    • It involves the design, development, and testing of electronic equipment and communication systems.

    • Examples of ECE devices include smartphones, computers, televisions, radios, and satellites.

    • ECE engineers work in various industries such as telecommunications, ...

  • Answered by AI
  • Q2. What is k maps explain
  • Ans. 

    Karnaugh maps (K-maps) are a graphical method of simplifying Boolean algebra expressions.

    • K-maps are used to simplify Boolean expressions with multiple variables.

    • They are a visual aid that helps identify groups of adjacent 1's or 0's.

    • The groups can then be combined to create a simplified expression.

    • K-maps are commonly used in digital logic design and circuit analysis.

    • Example: A 2-variable K-map can simplify the expressi...

  • Answered by AI
  • Q3. Why using optical communication
  • Ans. 

    Optical communication offers high bandwidth, low interference, and secure data transmission.

    • Optical communication uses light waves to transmit data, allowing for higher bandwidth and faster data transfer rates.

    • It is less susceptible to interference from electromagnetic radiation and can transmit data over longer distances without degradation.

    • Optical communication is also more secure than traditional copper wire communi...

  • Answered by AI
  • Q4. Purpose of optical communication
  • Ans. 

    Optical communication is the use of light to transmit information through optical fibers.

    • Optical communication is faster and more efficient than traditional copper wire communication.

    • It is used in telecommunications, internet, and cable television networks.

    • Optical communication is also used in medical equipment such as endoscopes and laser surgery tools.

    • It allows for long-distance communication without signal degradati...

  • Answered by AI
  • Q5. Types of optical outputs
  • Ans. 

    Optical outputs include digital optical, analog optical, and fiber optic.

    • Digital optical outputs use a digital signal to transmit audio data.

    • Analog optical outputs use an analog signal to transmit audio data.

    • Fiber optic outputs use a fiber optic cable to transmit audio data.

    • Examples of devices with optical outputs include DVD players, soundbars, and gaming consoles.

  • Answered by AI
  • Q6. U r perfect or in perfect in thi job
  • Q7. Yes I am hundred perfect
  • Q8. About your experience
  • Q9. Explain you r background
  • Q10. You are expecting sarary
  • Q11. Work from home or in office
  • Q12. Are you like thi job
Round 4 - Group Discussion 

Which life is best school or college

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't warry every body has successful life and every life one turning point in one time.
Thank you

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

It will give the hole syallabus of aptitude and reasoning

Round 3 - HR 

(3 Questions)

  • Q1. About my self and family my goal
  • Q2. About my village and technology
  • Q3. About my future plan

Interview Preparation Tips

Interview preparation tips for other job seekers - Please it is very important to me. I am looking for good job

I applied via Referral and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What if civil engineering will suit for production manager of dxc technology ؟
  • Ans. 

    Civil engineering may not be the ideal background for a production manager role in DXC Technology.

    • Production management requires knowledge of technology and software development

    • Civil engineering focuses on construction and infrastructure

    • However, transferable skills such as project management and problem-solving may be useful

    • Experience in manufacturing or software development would be more relevant

    • DXC Technology may hav

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I want to testy skills and my knowledge and communication skills. Basically, I'm civil engineering department (B. tech) , I want to computer basics related tropics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Accounts Receivables. Flow
  • Q2. Hikbbhuu huijehbe iorjenfe

CGI Group Interview FAQs

How many rounds are there in CGI Group Production Support Software Engineer interview?
CGI Group interview process usually has 1 rounds. The most common rounds in the CGI Group interview process are Technical.
What are the top questions asked in CGI Group Production Support Software Engineer interview?

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

  1. Writa program to reverse str...read more
  2. Multi threading conc...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
View all
CGI Group Production Support Software Engineer Salary
based on 13 salaries
₹2.8 L/yr - ₹6.5 L/yr
14% less than the average Production Support Software Engineer Salary in India
View more details
Software Engineer
8.1k salaries
unlock blur

₹2.7 L/yr - ₹12 L/yr

Senior Software Engineer
7.1k salaries
unlock blur

₹6.1 L/yr - ₹22.4 L/yr

Lead Analyst
3.1k salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Associate Software Engineer
1.8k salaries
unlock blur

₹2.5 L/yr - ₹6.6 L/yr

Senior Test Engineer
1.2k salaries
unlock blur

₹6 L/yr - ₹20.2 L/yr

Explore more salaries
Compare CGI Group with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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