Global Logic interview experience Real time questions & tips from candidates to crack your interview

Javascript developer

Global Logic
upvote
share-icon
3 rounds | 7 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2.5 months
Topics: JavaScript, React JS, Basic Data structures, Algorithms, Web fundamentals
Tip
Tip

Tip 1 : Learn the javascript theory from Akshay Saini Namaste Javascript on youtube
Tip 2 : Have a good idea about your projects
Tip 3 : learn fundamentals of React JS or any other frontend framework

Application process
Where: Linkedin
Eligibility: 12 to 36 months of experience in software development
Resume Tip
Resume tip

Tip 1 : Mention all your projects related to frontend technologies
Tip 2 : Don't write anything that you don't know

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date9 Apr 2022
Coding problem2

1. Area Under Curve

Moderate
30m average time
60% success
0/80
Asked in companies
Intello LabsJio Platforms LimitedGlobal Logic

Given a curve whose edges are parallel to either X-axis or Y-axis, you need to find the area under this curve along the X-axis. The curve will be given in the form of a linked list containing N nodes, where each node represents the coordinates of the curve.

The area under the curve along the X-axis is defined as the total area covered by the curve and the line Y = 0. See the sample explanation figure below for further clarification.

Note
1. The coordinates will be given in non-descending order of X coordinate from start to end of the linked list.

2. All the coordinates will be pairwise distinct i.e there are no two coordinates (X1, Y1) and (X2, Y2) such that X1 =  X2 and Y1 = Y2 and there will be an edge between every two consecutive coordinates.

3. The first coordinate and the last coordinate in the input can be assumed as the starting point and the ending point of the curve respectively and there will not be an edge between these two coordinates.
Try solving now

2. Technical Question

What are your strength? In this question your response is getting recorded through video by the test platform

Problem approach

Tip 1 : Take time to understand the question
Tip 2 : Speak clearly
Tip 3 : Don't cheat while speaking because you are being recorded

02
Round
Easy
Video Call
Duration30 minutes
Interview date11 Apr 2022
Coding problem3

1. Remove Duplicates

Easy
0/40
Asked in companies
CognizantPaytm (One97 Communications Limited)CIS - Cyber Infrastructure

Given a string S, remove consecutive duplicates from it recursively.

Problem approach

1. Use for loop to go through the array.
2. Check if any elements is repeated and delete it.
3. Use javascript only.

Try solving now

2. Predict Output

var a = 4;
{ var a = 5}
console.log(a)

Problem approach

the answer is 4. since the value of a is 4 in global space.

3. JS Questions

Many problems are asked on the topic of javascript like hoisting, closures, higher order functions, React hooks, difference between var, let and const. , diffrence between lexical and global space.

03
Round
Easy
HR Round
Duration30 minutes
Interview date14 Apr 2022
Coding problem2

1. Basic HR Question

Why you are leaving your current company?

2. Basic HR Question

What is your notice period?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
Senior Software Engineer
3 rounds | 4 problems
Interviewed by Global Logic
1985 views
0 comments
0 upvotes
Trainee Software Engineer
4 rounds | 4 problems
Interviewed by Global Logic
1066 views
0 comments
0 upvotes
Software Engineer
4 rounds | 8 problems
Interviewed by Global Logic
1349 views
0 comments
0 upvotes
SDET
2 rounds | 4 problems
Interviewed by Global Logic
1278 views
0 comments
0 upvotes