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

Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: DS , OOPS , Java , DBMS , Pointers, Algorithms
Tip
Tip

Tip 1 : Read previous interviews
Tip 2 : Take necessary courses for developing skills
Tip 3 : Do development

Application process
Where: Referral
Eligibility: 7
Resume Tip
Resume tip

Tip 1 : Write what is required in job role
Tip 2 : Try to make it short

Interview rounds

01
Round
Medium
Online Coding Interview
Duration105 minutes
Interview date9 Jul 2021
Coding problem1

1. Count Frequency

Easy
15m average time
85% success
0/40
Asked in companies
AmazonTata Consultancy Services (TCS)Sprinklr

You are given a string 'S' of length 'N', you need to find the frequency of each of the characters from ‘a’ to ‘z’ in the given string.

Example :

Given 'S' : abcdg
Then output will be : 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
Try solving now
02
Round
Hard
Video Call
Duration40 mins
Interview date15 Jul 2021
Coding problem2

Purely Technical Round

1. Nth Fibonacci Number

Easy
0/40
Asked in companies
IBMSAP LabsAccenture

The n-th term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

    F(n) = F(n - 1) + F(n - 2), 
    Where, F(1) = 1, F(2) = 1


Provided 'n' you have to find out the n-th Fibonacci Number. Handle edges cases like when 'n' = 1 or 'n' = 2 by using conditionals like if else and return what's expected.

"Indexing is start from 1"


Example :
Input: 6

Output: 8

Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:    
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Try solving now

2. All Prime Numbers less than or equal to N

Moderate
10m average time
90% success
0/80
Asked in companies
OptumAdobeTata Consultancy Services (TCS)

You are given a positive integer 'N'. Your task is to return all the prime numbers less than or equal to the 'N'.

Note:

1) A prime number is a number that has only two factors: 1 and the number itself.

2) 1 is not a prime number.
Try solving now
03
Round
Easy
HR Round
Duration20 mins
Interview date20 Jul 2021
Coding problem1

This Is Purely HR Round and was quite easy. Interviewer was Friendly in Nature

1. Basic HR Questions

Tell me about yourself
Your Strengths and weakness
salary

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
Software Engineer
5 rounds | 5 problems
Interviewed by Global Logic
2278 views
1 comments
0 upvotes
Software Engineer
2 rounds | 3 problems
Interviewed by Global Logic
1878 views
0 comments
0 upvotes
Software Engineer
4 rounds | 8 problems
Interviewed by Global Logic
1349 views
0 comments
0 upvotes
Software Engineer
3 rounds | 4 problems
Interviewed by Global Logic
1975 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3195 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2575 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes