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.4k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

CGI Group Front end Developer Interview Questions and Answers

Updated 24 Sep 2024

CGI Group Front end Developer Interview Experiences

2 interviews found

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

Round 1 - Technical 

(2 Questions)

  • Q1. Angular life cycle, angular loading and some scenarios about authentication
  • Q2. Javascript out put based questions based on it's execution
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Angular life cycle hooks
  • Q2. Single page application

Front end Developer Interview Questions Asked at Other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR ... read more
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
asked in Siemens
Q5. Sort Array Problem Statement Given an array consisting of 'N' pos ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly js questions, not so many of angular or react.
  • Q2. Like fizbuzz or things like that.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply here, the culture here is horrible.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via campus placement at Dharampeth Kala-Vanijya and MP Deo Smruti Vidhyan Mahavidyalaya, Nagpur and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Construct stack using queues
  • Ans. 

    Implement a stack using two queues

    • Use two queues to simulate stack operations

    • Push operation: Enqueue the element to queue1

    • Pop operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, then swap the queues

    • Top operation: Dequeue all elements from queue1 to queue2, dequeue the last element from queue1, store it, swap the queues, enqueue the stored element back to queue1, and return it

    • Exa...

  • Answered by AI
  • Q2. M coloring graph

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Front end Developer interview:
  • DSA
Interview preparation tips for other job seekers - Good with dsa

Skills evaluated in this interview

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

Find reverse string using array

Round 2 - Technical 

(1 Question)

  • Q1. What are Routing Guards?
  • Ans. 

    Routing guards are used in Angular to control access to certain routes based on certain conditions.

    • Routing guards are used to protect routes in Angular applications.

    • They can be used to control access based on authentication status, user roles, etc.

    • There are different types of routing guards like CanActivate, CanActivateChild, CanDeactivate, CanLoad.

    • Example: CanActivate guard can be used to check if a user is authentica

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is react and it's advantage
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React allows for the creation of reusable UI components

    • It uses a virtual DOM for efficient rendering

    • React is declarative, making it easier to understand and debug code

  • Answered by AI
  • Q2. React life cycle
  • Q3. Questions related to Redux
  • Q4. Simple app using redux
  • Ans. 

    Creating a simple app using Redux for state management in a front end application.

    • Set up Redux store with reducers and actions

    • Connect components to Redux store using mapStateToProps and mapDispatchToProps

    • Dispatch actions to update state in Redux store

    • Use combineReducers to manage multiple reducers

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous project
  • Q2. Agile process followed in project
  • Ans. 

    Agile process involves iterative development, frequent collaboration, and adaptability to changes.

    • Daily stand-up meetings to discuss progress and roadblocks

    • Sprints for focused development and testing

    • Continuous feedback and iteration based on user input

    • Use of tools like Jira or Trello for project management

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Work location discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong in basics and coding

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Application Form 

(5 Questions)

  • Q1. What is aptitude
  • Q2. Front end developer in how much are there
  • Ans. 

    Front end developers are in high demand due to the increasing importance of user experience in web development.

    • Front end developers work on the client side of web development, focusing on the user interface and user experience.

    • They are responsible for implementing designs, optimizing performance, and ensuring cross-browser compatibility.

    • Front end developers often use HTML, CSS, and JavaScript, as well as frameworks lik...

  • Answered by AI
  • Q3. 3 or 4 maximum that's it
  • Q4. What isreasoning
  • Ans. 

    Reasoning is the mental process of thinking, understanding, and forming conclusions.

    • Reasoning involves using logic and critical thinking to make sense of information.

    • It helps in problem-solving and decision-making by analyzing and evaluating evidence.

    • Types of reasoning include inductive reasoning, deductive reasoning, and abductive reasoning.

  • Answered by AI
  • Q5. How to get success interview

Interview Preparation Tips

Interview preparation tips for other job seekers - How many rounds in interview

Skills evaluated in this interview

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

2 question 1 easy 2 medium dsa

Round 2 - Coding Test 

2 codes of dsa and mcq.

Round 3 - Technical 

(2 Questions)

  • Q1. Code paring round
  • Q2. Dsa question of graph
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are CSS accessibilities?
  • Ans. 

    CSS accessibilities refer to making web content accessible to users with disabilities.

    • Using proper color contrast for text and background

    • Providing alternative text for images using the 'alt' attribute

    • Using semantic HTML elements for better screen reader compatibility

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to adjust a box on left?
  • Ans. 

    To adjust a box on the left, use CSS properties like margin-left or left.

    • Use margin-left property to adjust the box's position to the right.

    • Use left property with position: absolute or position: relative to adjust the box's position relative to its containing element.

    • Consider using flexbox or grid layout for more control over the box's positioning.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
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 - Coding Test 

What is HTTPS and how it work in backend creation

Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about your past job
  • Ans. What is MVC in Website operation
  • Answered Anonymously
  • Q2. Why do you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be hesitate infront of interviewer

CGI Group Interview FAQs

How many rounds are there in CGI Group Front end 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 Front end 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 CGI, Javascript, HTML, Backend and Angularjs.
What are the top questions asked in CGI Group Front end Developer interview?

Some of the top questions asked at the CGI Group Front end Developer interview -

  1. angular life cycle, angular loading and some scenarios about authenticat...read more
  2. javascript out put based questions based on it's execut...read more
  3. angular life cycle ho...read more

Tell us how to improve this page.

CGI Group Front end Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
CGI Group Front end Developer Salary
based on 30 salaries
₹3.8 L/yr - ₹11 L/yr
11% more than the average Front end Developer Salary in India
View more details

CGI Group Front end Developer Reviews and Ratings

based on 5 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.0

Salary

3.4

Job security

3.9

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
8.1k salaries
unlock blur

₹3.9 L/yr - ₹12 L/yr

Senior Software Engineer
7.2k salaries
unlock blur

₹6.1 L/yr - ₹22.4 L/yr

Lead Analyst
3.1k salaries
unlock blur

₹10 L/yr - ₹29.5 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.6
Compare

Wipro

3.7
Compare

HCLTech

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