Upload Button Icon Add office photos

Filter interviews by

Global Logica Software Technologies Front end Developer Interview Questions and Answers

Updated 6 Jan 2025

Global Logica Software Technologies Front end Developer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Introduction and basic question of react.js
  • Q2. ApiHit and example of react.js like useMemo etc
  • Q3. Theoritical Question
Round 2 - Technical 

(3 Questions)

  • Q1. Pure javascript
  • Q2. Coding round of DSA
  • Q3. Css was asked in last like flex and grid difference

Interview questions from similar companies

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Was asked to create a UI component keeping in mind scalability and reuseability.

Round 2 - Coding Test 

General discussion about resume and projects, and then some basic JS coding questions like implement throttling and memoization.

Round 3 - Behavioral 

(3 Questions)

  • Q1. Discussion about past experiences and projects
  • Q2. Why you want to leave current job.
  • Q3. Expectations from the role and company

Interview Preparation Tips

Topics to prepare for Razorpay Front end Developer interview:
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Feedback from HR was very quick, all rounds were scheduled in quick succession. Although one point, HR did not confirm availability before scheduling the interviews. Also didn't get any feedback after getting rejected.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was good experience

Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding on custom hooks
  • Q2. Coding on closure

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare very deep questions on js and react and css too
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is bridge? What is the new architecture?
  • Ans. 

    Bridge is a structural design pattern that decouples an abstraction from its implementation. The new architecture refers to modern design patterns and technologies used in software development.

    • Bridge pattern allows the client code to work with different implementations of an interface independently.

    • The new architecture in front end development may include concepts like component-based architecture, state management lib...

  • Answered by AI
  • Q2. How will you optimize a react native app
  • Ans. 

    Optimizing a React Native app involves reducing bundle size, improving performance, and enhancing user experience.

    • Use code splitting to reduce initial load time

    • Optimize images and assets for smaller file sizes

    • Implement lazy loading for components that are not immediately visible

    • Minimize the use of third-party libraries and only include necessary dependencies

    • Utilize performance monitoring tools like React Native Perform

  • Answered by AI
  • Q3. What is context API
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q4. What is hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Hoisting, CSS selector, Reverse string programme, Angular Hooks
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic Question CSS, HTML5, Angular
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Redux and it's workaround
  • Ans. 

    Redux is a predictable state container for JavaScript apps. It helps manage the state of an application in a single immutable state tree.

    • Redux is commonly used with React to manage the state of the application.

    • Actions are dispatched to update the state in Redux.

    • Reducers specify how the state changes in response to actions.

    • Selectors are used to extract specific pieces of state from the Redux store.

    • Middleware can be used...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Basic JS & React JS question
Round 2 - Technical 

(1 Question)

  • Q1. Advance level of JS and React related question and coding skills test as well.
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • I am flexible and open to negotiation.

    • I am looking for a fair and competitive salary.

    • I am more interested in the overall compensation package rather than a specific number.

    • I would like to be compensated based on my skills, experience, and the value I can bring to the company.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview procedures.
Compensation is good.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was on hackerrank, it was given to solve 3 questions in JS along with quiz on js concepts

Round 2 - Coding Test 

It was a js fundamental round, was asked similar JS problems asked in the hackerrank test

Round 3 - Technical 

(4 Questions)

  • Q1. Describe your favourite/last project
  • Ans. 

    Developed a responsive e-commerce website for a local boutique selling handmade jewelry

    • Used HTML, CSS, and JavaScript to create a visually appealing and user-friendly interface

    • Implemented a product carousel to showcase different jewelry collections

    • Integrated a payment gateway for secure online transactions

  • Answered by AI
  • Q2. How to keep your updated in tech
  • Ans. 

    Stay updated by regularly reading tech blogs, attending conferences, taking online courses, and networking with other professionals.

    • Read tech blogs regularly (e.g. TechCrunch, Mashable)

    • Attend tech conferences and workshops

    • Take online courses and tutorials (e.g. Udemy, Coursera)

    • Network with other professionals in the field (e.g. LinkedIn, Meetup)

  • Answered by AI
  • Q3. Do you try every new framework comes in the market
  • Ans. 

    I do not try every new framework that comes in the market, but I do stay updated on the latest trends and evaluate them based on project requirements.

    • I prioritize learning frameworks that align with the project needs

    • I assess the pros and cons of new frameworks before deciding to use them

    • I stay updated on industry trends and experiment with new frameworks in personal projects

  • Answered by AI
  • Q4. How will you optimise a code
  • Ans. 

    Optimizing code involves identifying and fixing bottlenecks to improve performance and efficiency.

    • Identify and remove unnecessary code or functions

    • Use efficient algorithms and data structures

    • Minimize network requests and optimize asset loading

    • Implement caching mechanisms

    • Profile and analyze code performance

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Razorpay Front end Developer interview:
  • promises
  • Javascript
  • closures
  • call bind apply
  • web optimisation
Interview preparation tips for other job seekers - Razorpay interviews are easy to clear if your basis concepts are right.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Difference between pure and impure pipes in angular
  • Ans. 

    Pure pipes are stateless and only depend on input values, while impure pipes can have side effects and depend on external factors.

    • Pure pipes are faster and more efficient than impure pipes.

    • Pure pipes are used for simple transformations of data, while impure pipes are used for more complex transformations.

    • Pure pipes can be memoized for better performance.

    • Impure pipes can cause performance issues if not used carefully.

    • Ex...

  • Answered by AI
Round 2 - Coding Test 

Round two was combined round of tech and coding test .Panel will tell scenario we need to code in angular ,html and css .

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for coding ,output and css related questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - Assignment 

Create 1 webpage using html, css, js, scss - xd provided

Round 2 - Technical 

(7 Questions)

  • Q1. Doctype in html
  • Ans. 

    Doctype in HTML specifies the version of HTML being used in the document.

    • Doctype declaration is placed at the very beginning of an HTML document before the tag.

    • It helps the browser to render the web page correctly by specifying the version of HTML being used.

    • Common doctype declaration for HTML5 is .

Answered by AI
  • Q2. What is Flexbox in css
  • Ans. 

    Flexbox is a layout model in CSS that allows you to design complex layouts with a more efficient and predictable way.

    • Flexbox is used for creating flexible and responsive layouts.

    • It allows you to align and distribute space among items in a container.

    • Flexbox properties include display: flex, flex-direction, justify-content, align-items, and more.

    • Example: display: flex; justify-content: center; align-items: center;

  • Answered by AI
  • Q3. Document.ready and window.onload difference
  • Ans. 

    Document.ready is a jQuery function that fires when the DOM is ready, while window.onload is a vanilla JavaScript event that fires when all resources have loaded.

    • Document.ready is specific to jQuery, while window.onload is a standard JavaScript event.

    • Document.ready fires when the DOM is ready, even if images are still loading, while window.onload waits for all resources to finish loading.

    • Document.ready is faster than w...

  • Answered by AI
  • Q4. Position properties in css
  • Ans. 

    Position properties in CSS control the positioning of elements on a webpage.

    • The 'position' property specifies the type of positioning method used for an element (static, relative, absolute, fixed, or sticky).

    • The 'top', 'right', 'bottom', and 'left' properties can be used to adjust the position of an element relative to its containing element.

    • Examples: position: relative; top: 10px; left: 20px;

  • Answered by AI
  • Q5. Box model in css
  • Ans. 

    Box model in CSS refers to the way elements are rendered on a webpage, including content, padding, border, and margin.

    • The box model consists of content, padding, border, and margin.

    • Content is the actual content of the element.

    • Padding is the space between the content and the border.

    • Border is the line that surrounds the padding.

    • Margin is the space outside the border.

    • You can adjust the size of each part of the box model u...

  • Answered by AI
  • Q6. Semantic tags in html
  • Ans. 

    Semantic tags in HTML are used to give meaning to the content of a webpage for better accessibility and SEO.

    • Semantic tags help search engines understand the structure of a webpage.

    • Examples of semantic tags include

      ,
      ,
    • Using semantic tags improves accessibility for screen readers and other assistive technologies.

  • Answered by AI
  • Q7. Display properties
  • Ans. 

    Display properties are used in CSS to control the layout and appearance of elements on a webpage.

    • Display property determines how an element is displayed on the page

    • Common values include 'block', 'inline', 'inline-block', 'flex', 'grid', 'none'

    • Example: display: block; will make the element a block-level element

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

    (3 Questions)

    • Q1. What is Flexbox in css
    • Ans. 

      Flexbox is a layout model in CSS that allows for the design of complex responsive layouts with a more efficient and predictable way.

      • Flexbox is used to create flexible and responsive layouts.

      • It allows for easy alignment and distribution of space among items in a container.

      • Flexbox properties include display: flex, flex-direction, justify-content, align-items, and more.

      • Example: display: flex; justify-content: center; alig...

    • Answered by AI
    • Q2. Box sizing difference and scenario
    • Ans. 

      Box sizing property in CSS determines how the total width and height of an element is calculated.

      • Content-box: width and height only include the content, padding and border are added on top.

      • Border-box: width and height include content, padding, and border.

      • Use content-box when you want to specify the width and height of the content area only.

      • Use border-box when you want to specify the width and height of the entire box i

    • Answered by AI
    • Q3. Bootstrap grid and flex

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be prepared well, all the best👍

    Skills evaluated in this interview

    Global Logica Software Technologies Interview FAQs

    How many rounds are there in Global Logica Software Technologies Front end Developer interview?
    Global Logica Software Technologies interview process usually has 2 rounds. The most common rounds in the Global Logica Software Technologies interview process are Technical.
    What are the top questions asked in Global Logica Software Technologies Front end Developer interview?

    Some of the top questions asked at the Global Logica Software Technologies Front end Developer interview -

    1. Css was asked in last like flex and grid differe...read more
    2. ApiHit and example of react.js like useMemo ...read more
    3. Introduction and basic question of react...read more

    Tell us how to improve this page.

    Global Logica Software Technologies Front end Developer Interview Process

    based on 1 interview

    Interview experience

    5
      
    Excellent
    View more
    Associate Analyst
    58 salaries
    unlock blur

    ₹1 L/yr - ₹4 L/yr

    Software Engineer
    18 salaries
    unlock blur

    ₹4 L/yr - ₹8 L/yr

    Analyst
    15 salaries
    unlock blur

    ₹1.8 L/yr - ₹3.5 L/yr

    Senior Software Engineer
    9 salaries
    unlock blur

    ₹6.5 L/yr - ₹15 L/yr

    Associate Consultant
    7 salaries
    unlock blur

    ₹16 L/yr - ₹22.7 L/yr

    Explore more salaries
    Compare Global Logica Software Technologies with

    Xoriant

    4.1
    Compare

    NeoSOFT

    4.0
    Compare

    FirstCry

    3.7
    Compare

    Iris Software

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