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 React Native Developer Interview Questions and Answers

Updated 26 Dec 2024

CGI Group React Native Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. React native hooks
  • Q2. Component architecture
Round 2 - Technical 

(2 Questions)

  • Q1. Javascript programs
  • Q2. Coding

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between functional and class based component
  • Ans. 

    Functional components are stateless and use functional programming concepts, while class components are stateful and use object-oriented programming concepts.

    • Functional components are simpler and easier to read and test.

    • Class components have access to lifecycle methods and state.

    • Functional components are preferred for simple UI components, while class components are preferred for complex UI components.

    • Functional compon...

  • Answered by AI
  • Q2. Have you ever worked on native components
  • Ans. 

    Yes, I have worked on native components.

    • I have experience in creating custom native modules for React Native apps.

    • I have integrated native libraries like Firebase, Google Maps, and Camera into React Native apps.

    • I have used native UI components like TextInput, ScrollView, and FlatList in React Native apps.

    • I have also worked with native modules for iOS and Android separately.

  • Answered by AI
  • Q3. What are hooks and what are the hooks you have used
  • Ans. 

    Hooks are functions that allow you to use state and other React features without writing a class.

    • useState() - for managing state in functional components

    • useEffect() - for performing side effects in functional components

    • useContext() - for consuming context in functional components

    • useReducer() - for managing complex state in functional components

    • useCallback() - for memoizing functions in functional components

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Asked about projects and some questions based on it
  • Q2. What is Hermes engine
  • Ans. 

    Hermes is a JavaScript engine optimized for React Native apps.

    • Developed by Facebook to improve app startup time and reduce memory usage.

    • Uses ahead-of-time compilation to convert JavaScript code into bytecode.

    • Supports ES6 syntax and is compatible with most React Native libraries.

    • Can be enabled in React Native projects by adding a single line to the configuration file.

  • Answered by AI
  • Q3. Are you familiar with new architecture of React native
  • Ans. 

    Yes, I am familiar with the new architecture of React Native.

    • The new architecture of React Native is based on Fabric, a C++ UI framework.

    • It separates the UI rendering from the JavaScript thread, resulting in improved performance.

    • It also introduces new features like TurboModules and JSI for better native module integration.

    • The new architecture is being gradually rolled out in React Native releases.

    • It requires some chang...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant React Native Developer interview:
  • React Native
  • Javascript
Interview preparation tips for other job seekers - Easy interview just focus on basics.

Skills evaluated in this interview

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

(5 Questions)

  • Q1. Encription and decription in swift
  • Ans. 

    Encryption and decryption in Swift involves using cryptographic algorithms to encode and decode data securely.

    • Use common encryption algorithms like AES or RSA for encryption.

    • Implement encryption using libraries like CommonCrypto or CryptoSwift.

    • Store encryption keys securely and use secure protocols for data transmission.

    • Example: Encrypting a string using AES encryption in Swift.

  • Answered by AI
  • Q2. Keychain access in swift
  • Ans. 

    Keychain access in Swift allows secure storage of sensitive information like passwords, tokens, etc.

    • Use Keychain Services API to securely store and retrieve sensitive data.

    • Keychain items are stored securely in the device's keychain and are encrypted.

    • Access keychain items using unique identifiers called keys.

    • Use Keychain Swift library for easier implementation.

  • Answered by AI
  • Q3. Class vs struct
  • Ans. 

    Classes are reference types, while structs are value types in Swift.

    • Classes are reference types, meaning they point to the same instance in memory when assigned to a new variable.

    • Structs are value types, meaning they create a new copy when assigned to a new variable.

    • Use classes for complex data structures or when you need inheritance, use structs for simple data types or when you want value semantics.

    • Example: class Per...

  • Answered by AI
  • Q4. If let and guard let
  • Q5. Grand central dispatch in swift
  • Ans. 

    Grand Central Dispatch (GCD) is a technology in Swift for managing concurrent operations.

    • GCD allows developers to perform tasks concurrently without having to manage threads manually.

    • It provides a high-level API for managing tasks and executing them on different queues.

    • Developers can use GCD to perform tasks in the background, update the UI on the main thread, and more.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Android Basics on mvvm architecture
  • Q2. Navigation Component
  • Q3. Jetpack components- work manager, viewmodel
Round 2 - HR 

(1 Question)

  • Q1. Managerial questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Assignment 

They asked , some cording question related to react js , html

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

I applied via Naukri.com and was interviewed in Jun 2023. 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 - Aptitude Test 

The question about prblm solving

Round 3 - Assignment 

Any presentation or pdf to submit it at any topic or else to explain it

Round 4 - Group Discussion 

The discussion with my team mate

Interview Preparation Tips

Topics to prepare for DXC Technology Senior Android Developer interview:
  • About Html
  • C
Interview preparation tips for other job seekers - It will help me for placement

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Html - Form, meta tags
  • Q2. Css - Grid box.
  • Q3. How do you make a page responsive. Bootstrap layouts and alerts
  • Ans. 

    To make a page responsive, use Bootstrap layouts and alerts.

    • Use Bootstrap's grid system to create responsive layouts

    • Use media queries to adjust the layout based on screen size

    • Use Bootstrap's responsive utility classes to hide/show elements on different devices

    • Use Bootstrap's responsive navigation components for mobile-friendly menus

    • Use Bootstrap's responsive images to ensure they scale properly

    • Use Bootstrap's responsiv...

  • Answered by AI
  • Q4. Javascript array based questions
  • Q5. Questions from redux, hook, use state, UseEffect

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a call from Accenture HR asking my interest for the role. Three rounds - 1st is mcq which had 30 questions for 35min. Moderate to tough.
Second round is technical interview, took around 2 hours. Totally exhausted after 1st hour. Interviewer asked to write few codes in the live code share screen. The process is completed in a week

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Mar 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 - One-on-one 

(2 Questions)

  • Q1. Japanese reading and introduce
  • Q2. Kanji reading and meaning
  • Ans. 

    Kanji is a system of Japanese writing using Chinese characters. Each character has a reading and meaning.

    • Kanji characters are used in combination with hiragana and katakana to write Japanese.

    • There are over 2,000 commonly used kanji characters.

    • Each kanji character has at least one reading and one meaning, but some have multiple readings and meanings.

    • For example, the kanji character for 'tree' can be read as 'ki' or 'mok

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your introduction and try to read kanji as much as possible
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Lifecycle of an activity
  • Ans. 

    The lifecycle of an activity in Android refers to the different states an activity goes through during its lifetime.

    • onCreate() method is called when the activity is first created

    • onStart() method is called when the activity becomes visible to the user

    • onResume() method is called when the activity starts interacting with the user

    • onPause() method is called when the activity is partially obscured

    • onStop() method is called wh...

  • Answered by AI
  • Q2. Lifecycle of a fragment
  • Ans. 

    Fragment lifecycle includes onAttach, onCreate, onCreateView, onStart, onResume, onPause, onStop, onDestroyView, onDestroy, onDetach.

    • onAttach() - fragment is associated with an activity

    • onCreate() - initialize essential components

    • onCreateView() - create the fragment's view hierarchy

    • onStart() - fragment becomes visible

    • onResume() - fragment is interacting with the user

    • onPause() - fragment is partially visible

    • onStop() - fr...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Singletone, multithreading, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - basic iOS concepts, design pattern, simple code

CGI Group Interview FAQs

How many rounds are there in CGI Group React Native Developer interview?
CGI Group interview process usually has 2 rounds. The most common rounds in the CGI Group interview process are Technical.
How to prepare for CGI Group React Native 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 Application Management, Arcgis, Business Consulting, Deployment and HTML.
What are the top questions asked in CGI Group React Native Developer interview?

Some of the top questions asked at the CGI Group React Native Developer interview -

  1. Component architect...read more
  2. React native ho...read more
  3. Javascript progr...read more

Tell us how to improve this page.

CGI Group React Native Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
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.5 L/yr

Lead Analyst
3k 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 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