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 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

CGI Group Python Software Developer Interview Questions and Answers

Updated 2 Oct 2024

CGI Group Python Software Developer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Data pipeline of AWS services
  • Ans. 

    AWS offers a variety of services for building data pipelines, including S3, Glue, EMR, and Redshift.

    • AWS S3 can be used to store raw data before processing

    • AWS Glue can be used for ETL (extract, transform, load) processes

    • AWS EMR can be used for processing large amounts of data using Hadoop or Spark

    • AWS Redshift can be used for data warehousing and analytics

  • Answered by AI
  • Q2. Basics in python
  • Q3. Basic coding snippets

Skills evaluated in this interview

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 Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

30mins on diff python and flask

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

(2 Questions)

  • Q1. Data structures
  • Q2. Object orientation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is a one-line function?
  • Ans. 

    A one-line function is a function written in a single line of code, typically used for simple operations.

    • One-line functions are concise and easy to read, often used for simple tasks like mathematical operations or string manipulation.

    • They are commonly used in lambda functions in Python.

    • Example: lambda x: x**2

  • Answered by AI
  • Q2. What is polymorphism in OOps?
  • Ans. 

    Polymorphism in OOPs refers to the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent different data types.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: In Python, the '+' operator can be us...

  • Answered by AI
  • Q3. Remove duplicates from the table.
  • Ans. 

    Use SQL query with DISTINCT keyword to remove duplicates from the table.

    • Use SELECT DISTINCT column_name FROM table_name to retrieve unique values from a specific column.

    • Use DELETE FROM table_name WHERE column_name IN (SELECT column_name FROM table_name GROUP BY column_name HAVING COUNT(*) > 1) to remove duplicates from the table.

  • Answered by AI
  • Q4. Join two tables?
  • Ans. 

    Use SQL JOIN to combine rows from two tables based on a related column between them.

    • Use JOIN keyword in SQL to combine rows from two tables based on a related column

    • Types of JOINs include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Python Software Developer interview:
  • Python
  • OOPS
  • SQL-Join
  • SQL-windows
  • Lamdafunction
  • ClasssIObjects

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2023. There were 2 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 - HR 

(2 Questions)

  • Q1. She asking Work experience related and expected CTC etc.
  • Q2. Your resume is shortlisted then call back you.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding round . 2 questions.

Round 2 - Technical 

(1 Question)

  • Q1. Palindrome, prime, flattening the nested list
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(1 Question)

  • Q1. What was the python
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python was created by Guido van Rossum in the late 1980s.

    • It is widely used for web development, data analysis, artificial intelligence, and scientific computing.

    • Python uses indentation to define code blocks, making it easy to read and write.

    • Popular libraries like NumPy, Pandas, and TensorFlow are commonly used in Python for various tas

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Python Software Developer interview:
  • Python

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basics of python
  • Q2. Practice all the basic functions and datatypes

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with basics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. 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 - Aptitude Test 

Any role we will write the exam in my good manner

Round 3 - HR 

(1 Question)

  • Q1. What is python How to do develop the program Which code are be use
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is developed using an interpreter, which allows for easy and quick development of programs.

    • Python uses a syntax that emphasizes code readability and simplicity.

    • Commonly used libraries in Python include NumPy, Pandas, and Matplotlib for data analysis and visualization.

    • Python code is written in plain text files with a .py extensio...

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. What is Python? What are the benefits of using Python What is a dynamically typed language? What is an Interpreted language? What is PEP 8 and why is it important?
  • Ans. 

    Python is a high-level, interpreted, dynamically typed programming language known for its simplicity and readability.

    • Python is a high-level programming language used for web development, data analysis, artificial intelligence, and more.

    • Benefits of using Python include its simplicity, readability, extensive libraries, and community support.

    • A dynamically typed language is one where variable types are determined at runtim...

  • Answered by AI
  • Q2. What is Python? What are the benefits of using Python What is a dynamically typed language?
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability. It is dynamically typed, allowing for flexibility and faster development.

    • Python is a high-level programming language used for web development, data analysis, artificial intelligence, and more.

    • It is known for its simplicity and readability, making it easier for developers to write and maintain code.

    • Python is dynamically typed, meaning ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Skills evaluated in this interview

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

Sorting related questions

CGI Group Interview FAQs

How many rounds are there in CGI Group Python Software Developer interview?
CGI Group interview process usually has 1 rounds. The most common rounds in the CGI Group interview process are Technical.
How to prepare for CGI Group Python Software Developer 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 API Integration, AWS Cloud, Python Development and SQL.
What are the top questions asked in CGI Group Python Software Developer interview?

Some of the top questions asked at the CGI Group Python Software Developer interview -

  1. Data pipeline of AWS servi...read more
  2. basic coding snipp...read more
  3. Basics in pyt...read more

Tell us how to improve this page.

CGI Group Python Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
CGI Group Python Software Developer Salary
based on 4 salaries
₹6 L/yr - ₹8.5 L/yr
14% more than the average Python Software Developer Salary in India
View more details
Software Engineer
8.2k salaries
unlock blur

₹2.7 L/yr - ₹12 L/yr

Senior Software Engineer
7.2k salaries
unlock blur

₹6.1 L/yr - ₹22.5 L/yr

Lead Analyst
3.1k salaries
unlock blur

₹9.9 L/yr - ₹30 L/yr

Associate Software Engineer
1.9k 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.6
Compare

Wipro

3.7
Compare

HCLTech

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