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 Senior Python Developer Interview Questions, Process, and Tips

Updated 23 May 2024

Top CGI Group Senior Python Developer Interview Questions and Answers

  • Q1. What is difference between tuple and list and where did you used it in your project?
  • Q2. What are different kind of testing frameworks in django?
  • Q3. What are different AWS services used in your project?
View all 10 questions

CGI Group Senior Python Developer Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(9 Questions)

  • Q1. What is difference between tuple and list and where did you used it in your project?
  • Ans. 

    Tuple is immutable and ordered, while list is mutable and ordered. Tuples are used for fixed data, lists for dynamic data.

    • Tuple is created using parentheses (), while list is created using square brackets []

    • Tuples are immutable, meaning their elements cannot be changed once defined, while lists are mutable and can be modified

    • Tuples are typically used for fixed data that will not change, while lists are used for dynamic...

  • Answered by AI
  • Q2. What is difference Between monothic and microservices
  • Ans. 

    Monolithic architecture is a single unified unit while microservices architecture is composed of small, independent services.

    • Monolithic architecture is a single, indivisible unit where all components are tightly coupled.

    • Microservices architecture breaks down the application into smaller, independent services that communicate with each other through APIs.

    • Monolithic applications are easier to develop and deploy but can b...

  • Answered by AI
  • Q3. Write a code to find second largest number without using built functions and write one test case for that function
  • Ans. 

    Code to find second largest number in an array without using built-in functions

    • Iterate through the array to find the largest number

    • Keep track of the largest number and update it if a larger number is found

    • Once the largest number is found, iterate again to find the second largest number

  • Answered by AI
  • Q4. What are mixins in django?
  • Ans. 

    Mixins in Django are a way to reuse code across multiple classes by providing methods and attributes that can be inherited.

    • Mixins are classes that provide methods and attributes to be inherited by other classes.

    • They are used to add common functionality to multiple classes without repeating code.

    • Mixins are not meant to be instantiated on their own, but rather to be inherited by other classes.

    • An example of a mixin in Dja...

  • Answered by AI
  • Q5. What is difference between django and flask?
  • Ans. 

    Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Flask is a lightweight WSGI web application framework.

    • Django is a full-featured framework with built-in ORM, admin panel, and authentication system, while Flask is more lightweight and flexible.

    • Django follows the 'batteries included' philosophy, providing many built-in features out of the box, whereas Flask is mor...

  • Answered by AI
  • Q6. What are different kind of testing frameworks in django?
  • Ans. 

    Different testing frameworks in Django include Django's built-in test framework, pytest, and unittest.

    • Django's built-in test framework: Provides tools for testing Django applications and is easy to use.

    • pytest: A popular testing framework that offers more features and flexibility compared to Django's built-in test framework.

    • unittest: A standard Python testing framework that can also be used for testing Django applicatio

  • Answered by AI
  • Q7. What are different AWS services used in your project?
  • Ans. 

    We use AWS services like EC2, S3, RDS, Lambda, and CloudWatch in our project.

    • EC2 - for hosting our application servers

    • S3 - for storing and serving static assets

    • RDS - for managing our relational database

    • Lambda - for serverless computing

    • CloudWatch - for monitoring and logging

  • Answered by AI
  • Q8. What is decorator in python?
  • Ans. 

    Decorator in Python is a design pattern that allows adding new functionality to an existing object without modifying its structure.

    • Decorators are functions that modify the behavior of other functions or methods.

    • They are denoted by @decorator_name above the function definition.

    • Decorators can be used for logging, timing, authentication, etc.

    • Example: @staticmethod, @classmethod, @property

  • Answered by AI
  • Q9. Write a simple django code to render hello world template
  • Ans. 

    Django code to render hello world template

    • Create a new Django project

    • Create a new Django app within the project

    • Create a template file with 'hello world' content

    • Update views.py to render the template

    • Update urls.py to map a URL to the view

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer always wanted check what you did in previous projects

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

I am Shaik Jabbeer I am a Python Developer

Round 2 - Group Discussion 

I am Shaik Jabbeer I am a Python Developer

Round 3 - Technical 

(4 Questions)

  • Q1. What is an Inline Function
  • Ans. 

    An inline function is a function defined within the scope of another function, typically used for short and simple operations.

    • Inline functions are defined within the body of another function.

    • They are typically used for short and simple operations.

    • Inline functions are often used to improve code readability and maintainability.

  • Answered by AI
  • Q2. Are you a softworker or hard worker
  • Q3. What your weakness
  • Q4. Do you get angry
Round 4 - HR 

(1 Question)

  • Q1. What was you point of view in Group Discussion

Skills evaluated in this interview

Senior Python Developer Interview Questions Asked at Other Companies

asked in Xoriant
Q1. Update tuple in list of tuples ? can we update? How about tuple o ... read more
asked in Xoriant
Q2. Find all occurrences and it's count into given string?
asked in Xoriant
Q3. Shallow copy and Deep copy in Python Difference ? how to use?
asked in CGI Group
Q4. What is difference between tuple and list and where did you used ... read more
asked in CGI Group
Q5. What are different AWS services used in your project?

Interview questions from similar companies

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

(2 Questions)

  • Q1. Paas vs Saas, data structures in python, decorators with written example, reverse a sentence of string in optimized code
  • Q2. Explain about cloud model types for saas vs paas
  • Ans. 

    SaaS and PaaS are cloud model types with different levels of service and control.

    • SaaS (Software as a Service) provides software applications over the internet, with the provider managing everything from infrastructure to maintenance.

    • PaaS (Platform as a Service) offers a platform allowing customers to develop, run, and manage applications without worrying about the underlying infrastructure.

    • SaaS is more user-friendly an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics strongly, know the difference in the models in cloud computing. Be thorough with basic coding questions

Skills evaluated in this interview

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

Online codility test

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical one to one interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. List based manipulation
  • Q2. Dictionaries based
  • Q3. Repetitive words or elements in list
  • Ans. 

    Identifying and removing repetitive words or elements in a list.

    • Iterate through the list and keep track of unique elements

    • Use a set to efficiently remove duplicates

    • Consider using list comprehension to filter out repetitive elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic python concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Python and Django Developer with 5 years of experience in building web applications.

    • 5 years of experience in Python and Django development

    • Proficient in building web applications using Django framework

    • Strong understanding of front-end technologies like HTML, CSS, and JavaScript

    • Experience with database management using SQL and ORM tools

    • Familiar with version control systems like Git

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Define 2x2 matrix
  • Ans. 

    A 2x2 matrix is a mathematical structure consisting of 2 rows and 2 columns of numbers.

    • Consists of 2 rows and 2 columns

    • Can be represented as a 2x2 grid of numbers

    • Commonly used in linear algebra and geometry calculations

  • Answered by AI
  • Q2. What's your role
  • Ans. 

    As a Python and Django Developer, my role is to develop web applications using Python and Django framework.

    • Developing web applications using Python and Django framework

    • Writing clean and efficient code

    • Collaborating with team members to design and implement features

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What's your expections
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.

I applied via LinkedIn and was interviewed in Jul 2022. 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. What is the python How to use python You can join immed
  • Ans. 

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

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • To use Python, you need to install it on your computer and write code in a text editor or an integrated development environment (IDE).

    • Python code is executed line by line, and indentation is crucial for defining code blocks.

    • Python has a vast standard l...

  • Answered by AI
  • Q2. Immediately You have intrest in this role How except ctc

Interview Preparation Tips

Topics to prepare for Capgemini Python and Django Developer interview:
  • Python
  • HTML
  • SQL
Interview preparation tips for other job seekers - Hi sir i am python developer fresher I intrested in this job role

Skills evaluated in this interview

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 - Technical 

(1 Question)

  • Q1. Why python is used in reality
  • Ans. 

    Python is used in reality due to its simplicity, versatility, and wide range of applications.

    • Python is easy to learn and read, making it a popular choice for beginners.

    • It has a large standard library and many third-party modules, allowing for rapid development.

    • Python is used in web development, data analysis, machine learning, scientific computing, and more.

    • It is cross-platform and can run on various operating systems.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for your python interview with flask framework.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.

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 

Standard Aptitude questions and Riddles

Round 3 - Coding Test 

I was asked to solve some actually Complex Pattern Printing Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're a fresher and know some programming language say Java/Python or anything. Python is a great language and easy to learn. Focus on your logical, problem solving, reasoning skills which will always help you, either to get your first job or to switch later. Also try to actually understand not just memorize the OOPs concept etc.

CGI Group Interview FAQs

How many rounds are there in CGI Group Senior Python Developer interview?
CGI Group interview process usually has 2-3 rounds. The most common rounds in the CGI Group interview process are Technical, Aptitude Test and Group Discussion.
How to prepare for CGI Group Senior Python 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 Python, Django, Hive, Spark and Enrollment.
What are the top questions asked in CGI Group Senior Python Developer interview?

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

  1. What is difference between tuple and list and where did you used it in your pro...read more
  2. What are different kind of testing frameworks in djan...read more
  3. What are different AWS services used in your proje...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 CGI Group interviews
Job Portal
Campus Placement
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
CGI Group Senior Python Developer Salary
based on 4 salaries
₹12 L/yr - ₹14.6 L/yr
At par with the average Senior Python Developer Salary in India
View more details
Software Engineer
8.1k salaries
unlock blur

₹2.7 L/yr - ₹12 L/yr

Senior Software Engineer
7.2k salaries
unlock blur

₹6.1 L/yr - ₹22.3 L/yr

Lead Analyst
3.1k salaries
unlock blur

₹10 L/yr - ₹29 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview