Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CodeGlo Team. If you also belong to the team, you can get access from here

CodeGlo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CodeGlo Interview Questions and Answers

Updated 9 Aug 2024

CodeGlo Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Recursion Javascript problem
Round 2 - One-on-one 

(1 Question)

  • Q1. About the technologies in past project

Lead Front End Developer Interview Questions asked at other Companies

Q1. Can you explain React Higher Order Component to a 5 year old
View answer (1)

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me yourself
  • Ans. 

    I am a Senior Software Engineer with 8 years of experience in testing and automation.

    • 8 years of experience in software testing and automation

    • Proficient in test planning, execution, and reporting

    • Skilled in various testing tools and methodologies

    • Strong problem-solving and analytical skills

    • Experience in leading testing teams and projects

  • Answered by AI
  • Q2. Tell your profession
  • Ans. 

    I am a Senior Software Engineer specializing in testing software applications to ensure quality and reliability.

    • Designing and implementing test plans and strategies

    • Automating test cases using tools like Selenium or JUnit

    • Identifying and reporting bugs

    • Collaborating with developers to resolve issues

    • Ensuring software meets quality standards before release

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Senior Software Engineer Testing Interview Questions asked at other Companies

Q1. Sorting Characters by Frequency Given a string S, sort this string in increasing order based on the frequency of its characters. If two characters have the same frequency, the character with a lesser ASCII value should appear first. Return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 3 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Basic introduction about you and your Technical knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Basic technology details and basic programming test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just chill and attend interview with confidence you will get selected

Junior Full Stack Developer Interview Questions asked at other Companies

Q1. 1)How we can utilize oop's concepts by using driffient programming languages?
View answer (1)

Jobs at CodeGlo

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 2 technical rounds, 1 psychometric test, then Manager and HR rounds, basic question on java 7 and java 8,interface and class, DS questions like linkedList reverse and adding nodes to linkedList, Hashmap, ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics should be clear and brushed up, be calm and confident while giving your answers.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Design a paginated list of items, then improve efficiency
  • Ans. 

    Design a paginated list of items and improve efficiency

    • Implement lazy loading to fetch data only when needed

    • Use caching to store previously fetched data for faster retrieval

    • Optimize database queries to reduce load times

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basics on Javascript, ReactJS

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Oct 2021. There were 5 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Just discussions about my past experience. It was a phone interview
Round 3 - Coding Test 

Some basic node js coding like reading from a file, crud operations

Round 4 - Technical 

(1 Question)

  • Q1. Database schema and system design
Round 5 - Aptitude Test 

It was mainly some behavioural questions and math aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on algorithms and database designs

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

CodeGlo Interview FAQs

How many rounds are there in CodeGlo interview?
CodeGlo interview process usually has 2 rounds. The most common rounds in the CodeGlo interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for CodeGlo 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 CodeGlo. The most common topics and skills that interviewers at CodeGlo expect are Software Development, French, SAN, Animal Cell Culture and Process Planning.
What are the top questions asked in CodeGlo interview?

Some of the top questions asked at the CodeGlo interview -

  1. Basic technology details and basic programming te...read more
  2. Recursion Javascript prob...read more

Recently Viewed

INTERVIEWS

AntWorks

No Interviews

INTERVIEWS

Kofax

No Interviews

SALARIES

TEKsystems

SALARIES

Force Motors

INTERVIEWS

Uipath

No Interviews

SALARIES

Eicher Motors

Tell us how to improve this page.

CodeGlo Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

HCLTech

An opportunity to work for Fortune 500 companies

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Exotel Interview Questions
3.1
 • 12 Interviews
View all

CodeGlo Reviews and Ratings

based on 31 reviews

4.3/5

Rating in categories

4.2

Skill development

3.9

Work-life balance

4.1

Salary

3.9

Job security

3.9

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 31 Reviews and Ratings
Lead Node . js Developer

Chennai

5-8 Yrs

Not Disclosed

Explore more jobs
Project Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI/UX Designer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CodeGlo 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent