Upload Button Icon Add office photos
Engaged Employer

i

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

GlobalLogic Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GlobalLogic Associate Consultant Engineering Interview Questions and Answers

Updated 10 May 2024

9 Interview questions

An Associate Consultant Engineering was asked
Q. Develop a UI for food applications.
Ans. 

An UI for food applications should be user-friendly, visually appealing, and easy to navigate.

  • Include high-quality images of food items

  • Use a simple and intuitive layout

  • Allow users to easily search for specific foods or restaurants

  • Include filters for dietary restrictions or preferences

  • Provide clear and concise information about each food item, including ingredients and nutritional information

An Associate Consultant Engineering was asked
Q. Given an array of integers where each number occurs twice except for two numbers which occur once, find the two numbers that occur only once.
Ans. 

To find 2 unique numbers in an array with others occurring twice.

  • Iterate through the array and use a hash table to count the occurrences of each number.

  • Iterate through the hash table and find the two numbers with a count of 1.

  • Return the two unique numbers as an array of strings.

Associate Consultant Engineering Interview Questions Asked at Other Companies

asked in GlobalLogic
Q1. Tell me about special variables used in Shell Scripting?
asked in Verizon
Q2. what is leading and Non Leading Ledger used for-Ans: used for dif ... read more
asked in GlobalLogic
Q3. Can you draw the Linux Architecture?
asked in GlobalLogic
Q4. What is your understanding of Daemons?
asked in GlobalLogic
Q5. Given an array of integers where each number occurs twice except ... read more
An Associate Consultant Engineering was asked
Q. Given an array of integers arr[] representing the number of pages in different books and an integer k representing the number of students. Allocate books in a contiguous manner to k students such that the m...
Ans. 

Allocate minimum number of pages

  • Determine the total content to be included

  • Decide on the layout and formatting

  • Consider the font size and spacing

  • Allocate pages based on the above factors

An Associate Consultant Engineering was asked
Q. Given a 2D screen, location of a pixel in the screen and a color, fill the color of the given pixel and all of its adjacent same colored pixels with the given color. Example: FloodFill(screen, x, y, newColo...
Ans. 

Flood fill is an algorithm used to determine connected regions in a graph, often applied in image processing.

  • Flood fill can be implemented using Depth-First Search (DFS) or Breadth-First Search (BFS).

  • Example: In image editing, it fills a contiguous area with a selected color.

  • It can be used to find connected components in a grid or matrix.

  • The algorithm starts from a given node and explores all its neighbors recursi...

What people are saying about GlobalLogic

View All
Got a question about GlobalLogic?
Ask anonymously on communities.
An Associate Consultant Engineering was asked
Q. Can you draw the Linux Architecture?
Ans. 

Linux architecture consists of kernel, system libraries, user space programs and file system.

  • Linux architecture is based on a monolithic kernel.

  • The kernel provides low-level hardware interaction and manages system resources.

  • System libraries provide higher-level functionality to user space programs.

  • User space programs are applications that run on top of the kernel.

  • The file system organizes and stores data on the sy...

An Associate Consultant Engineering was asked
Q. What is your understanding of Daemons?
Ans. 

Daemons are background processes that run continuously on a computer system.

  • Daemons are usually started at system boot time

  • They perform tasks such as handling requests from other programs or monitoring system activity

  • Examples include web servers, email servers, and print spoolers

An Associate Consultant Engineering was asked
Q. Tell me about special variables used in Shell Scripting?
Ans. 

Special variables in Shell Scripting

  • Special variables are predefined variables in shell scripts

  • They provide information about the script and its environment

  • Examples include $0 (name of the script), $1-$9 (arguments passed to the script), and $# (number of arguments)

  • Other special variables include $?, $$ (process ID of the script), and $! (process ID of the last background command)

Are these interview questions helpful?
An Associate Consultant Engineering was asked
Q. Explain ACID properties and Normalization
Ans. 

ACID properties ensure database transactions are reliable. Normalization reduces data redundancy.

  • ACID stands for Atomicity, Consistency, Isolation, and Durability.

  • Atomicity ensures that a transaction is treated as a single unit of work.

  • Consistency ensures that a transaction brings the database from one valid state to another.

  • Isolation ensures that concurrent transactions do not interfere with each other.

  • Durability...

An Associate Consultant Engineering was asked
Q. Examples of Linux commands : SED, AWK
Ans. 

SED and AWK are Linux commands used for text processing and manipulation.

  • SED stands for Stream Editor and is used for performing basic text transformations on an input stream

  • AWK is a programming language used for text processing and data extraction

  • SED can be used for tasks such as search and replace, inserting or deleting lines, and more

  • AWK can be used for tasks such as filtering and sorting data, performing calcu...

GlobalLogic Associate Consultant Engineering Interview Experiences

4 interviews found

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

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Ask me regarding react advance questions and javascript advance topics likr HOC,Deboucing and Throttling,etc
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 - Technical 

(1 Question)

  • Q1. Flood fill question based on graph
  • Ans. 

    Flood fill is an algorithm used to determine connected regions in a graph, often applied in image processing.

    • Flood fill can be implemented using Depth-First Search (DFS) or Breadth-First Search (BFS).

    • Example: In image editing, it fills a contiguous area with a selected color.

    • It can be used to find connected components in a grid or matrix.

    • The algorithm starts from a given node and explores all its neighbors recursively.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Find 2 numbers occurring once while others occurring twice
  • Ans. 

    To find 2 unique numbers in an array with others occurring twice.

    • Iterate through the array and use a hash table to count the occurrences of each number.

    • Iterate through the hash table and find the two numbers with a count of 1.

    • Return the two unique numbers as an array of strings.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Allocate min number of pages
  • Ans. 

    Allocate minimum number of pages

    • Determine the total content to be included

    • Decide on the layout and formatting

    • Consider the font size and spacing

    • Allocate pages based on the above factors

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why do you want to join globallogic

Interview Preparation Tips

Interview preparation tips for other job seekers - thorough with dsa, java, collections, java 8,multithreading, spring rest api, microservices

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant 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 - Technical 

(2 Questions)

  • Q1. Frontend questions machine coding round
  • Q2. Develop an ui for food applications
  • Ans. 

    An UI for food applications should be user-friendly, visually appealing, and easy to navigate.

    • Include high-quality images of food items

    • Use a simple and intuitive layout

    • Allow users to easily search for specific foods or restaurants

    • Include filters for dietary restrictions or preferences

    • Provide clear and concise information about each food item, including ingredients and nutritional information

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with problem solving and data structures as well. You can also be asked for code

Skills evaluated in this interview

I applied via Referral and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell me about special variables used in Shell Scripting ?
  • Ans. 

    Special variables in Shell Scripting

    • Special variables are predefined variables in shell scripts

    • They provide information about the script and its environment

    • Examples include $0 (name of the script), $1-$9 (arguments passed to the script), and $# (number of arguments)

    • Other special variables include $?, $$ (process ID of the script), and $! (process ID of the last background command)

  • Answered by AI
  • Q2. Examples of Linux commands : SED, AWK
  • Ans. 

    SED and AWK are Linux commands used for text processing and manipulation.

    • SED stands for Stream Editor and is used for performing basic text transformations on an input stream

    • AWK is a programming language used for text processing and data extraction

    • SED can be used for tasks such as search and replace, inserting or deleting lines, and more

    • AWK can be used for tasks such as filtering and sorting data, performing calculatio...

  • Answered by AI
  • Q3. What do you understand by Deamons?
  • Ans. 

    Daemons are background processes that run continuously on a computer system.

    • Daemons are usually started at system boot time

    • They perform tasks such as handling requests from other programs or monitoring system activity

    • Examples include web servers, email servers, and print spoolers

  • Answered by AI
  • Q4. Can you draw Linux Architecture ?
  • Ans. 

    Linux architecture consists of kernel, system libraries, user space programs and file system.

    • Linux architecture is based on a monolithic kernel.

    • The kernel provides low-level hardware interaction and manages system resources.

    • System libraries provide higher-level functionality to user space programs.

    • User space programs are applications that run on top of the kernel.

    • The file system organizes and stores data on the system.

    • ...

  • Answered by AI
  • Q5. Explain ACID properties and Normalization
  • Ans. 

    ACID properties ensure database transactions are reliable. Normalization reduces data redundancy.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single unit of work.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent transactions do not interfere with each other.

    • Durability ensu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it to basics of Linux , SQL and Scripting ( Python, Shell etc. ). No need to go into advance concepts , just an idea is required so that interviewer understands that you have an idea of the topic. Do not try to misguide the interviewer , say no for things you don't know, or if you have idea let him/her know that you have beginner level understanding.

Skills evaluated in this interview

Interview questions from similar companies

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

Mine sweeper logic for a box click

Round 2 - One-on-one 

(1 Question)

  • Q1. JavaScript objects
Round 3 - One-on-one 

(1 Question)

  • Q1. Delete element from linked list
  • Ans. 

    To delete an element from a linked list, update the pointers of the previous node to skip the node to be deleted.

    • Traverse the linked list to find the node to be deleted

    • Update the 'next' pointer of the previous node to skip the node to be deleted

    • Free the memory allocated to the node to be deleted

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Expected salary
  • Ans. 

    I expect a competitive salary that reflects my skills, experience, and the industry standards for a Senior Software Engineer.

    • Research industry standards: For example, Glassdoor or Payscale can provide insights into average salaries for similar roles.

    • Consider my experience: With over 5 years in software development and expertise in multiple programming languages, I bring significant value.

    • Location matters: Salaries can ...

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I was asked lot of technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I am happy with the interview

I applied via Company Website and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. .Net support related questions for example 1. What to do when applicable is down. 2. how to check IIS error logs.
  • Q2. Explain Projects you worked and your role in those.
  • Q3. Explain scenario when you handled high pressure from client.
  • Ans. 

    Handled high pressure from client by prioritizing tasks and communicating effectively.

    • Identified critical issues and addressed them first

    • Communicated regularly with the client to provide updates and manage expectations

    • Collaborated with team members to delegate tasks and ensure timely delivery

    • Maintained a calm and professional demeanor to avoid escalating the situation

  • Answered by AI
  • Q4. Explain release management.
  • Ans. 

    Release management is the process of planning, scheduling, coordinating, and deploying software releases.

    • It involves identifying the scope of the release and the features to be included

    • Creating a release plan and schedule

    • Coordinating with different teams involved in the release process

    • Testing the release to ensure it meets quality standards

    • Deploying the release to production

    • Monitoring the release to ensure it is stable...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For .Net support related projects, you need to be aware about first identifying the problem and then you need to think best optimised solution for that. You need to know how to check error logs, should be well versed with basic SQL queries and debugging.

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself ?
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Experience in developing web applications using React and Node.js.

    • Worked on a team project that improved application performance by 30%.

    • Strong understanding of algorithms and data structures, demonstrated in coding competitions.

    • Enjoy collaborating with cross-functional teams to deliver high-qual...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share your technical knowledge

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude knowledge

Round 2 - Coding Test 

Strong in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and focus on your goal

Software Engineer Interview Questions & Answers

NTT Data user image NIDHI PRIYADARSHINI

posted on 9 Apr 2015

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your project
  • Ans. 

    Developed a web-based project management tool for a startup

    • Used React for the frontend and Node.js for the backend

    • Implemented user authentication and authorization using JWT

    • Integrated with third-party APIs such as Trello and Slack

    • Implemented real-time updates using WebSockets

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Write the idea or algorithm for d program of fibonacci series
  • Q3. One question from your subject
  • Q4. Introduce yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and mobile apps.

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Skilled in using frameworks like React, Angular, and Spring Boot

    • Experienced in working with databases such as MySQL and MongoDB

    • Familiar with Agile development methodologies and DevOps practices

  • Answered by AI
  • Q5. If I give you a box full of pencils..in how many ways can you use it
  • Q6. Do you have any question for me

Interview Preparation Tips

Round: Test
Experience: Time management is very important to clear the aptitude test. Besides this a lot of practice is also very important.  This round is the major filteration round. Though each round is a major filteration round cuz NTT DATA is not a bulk recruiter like cts, infy etc. Almost 2-3 thousand students were there for this round from 6 different colleges and only 100 of them were selected.
Tips: Its better to start with the preparation from before and do consider the previous year placement papers available at indiabix. You can practice more n more. Apart from this you can go through the r.s aggarwal aptitude book also.

Round: Group Discussion
Experience: There were many panels and each panel had 10-12 students. The H.r first decided some other topic but when he asked wether everybody is aware of the topic ..there were few who didn't know about it. .so he picked up another topic. Fortunately he asked me to start with the discussion.  Always try to be the one to break the ice.
Tips: The only key to crack this round is that yku should talk. You should definitely not confuse gd with debate. You should not argue or by any chance shouldn't sound arrogant.

Round: Technical Interview
Experience: They will definitely ask about your project so be thorough with that. Ntt data is a Japanese company . Though this is IT but it will ask  from the subject of your own choice from people those who have a non IT background. After you get shortlisted in d gd they will give you a form to fill. Do fill that form without fail. If it is blank then even if u go to the hr round he will reject you.
Tips: Just be confident and always smile. Be careful on what you write in your resume cuz they can ask about anything based on your resume.

Round: HR Interview
Experience: This round was a cake walk. Just be confident and updated about the company.  Do ask him a question if he asks you to do that.but make sure it shouldn't be vague or out of the picture.
Tips: Keep smiling and don't get nervous.  If they ask you about location preferences,  dun get firm at one place.try to be flexible.

General Tips: Donot loose hope at any cost. You never know when your moment is going to arrive. Do practice the aptitude as much as you can. Finally NTT DATA selected only 50 overall in wch 11 were from my college n i was lucky to be one of them. the offer letter was issued the same day and we were all venerated.  Its just a game of confidence. All the best
Skill Tips: Try to add some co curricular activities and justify your role.
Skills: communication, technical knowledge, management skills, leadership
College Name: SATHYABAMA UNIVERSITY
Motivation: You will find the it companies mostly head quartered in U.S but this company is in Japan. Plus you have better opportunity and growth compared to other companies cuz its not a bulk recruiter.

Skills evaluated in this interview

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Associate Consultant Engineering interview?
GlobalLogic interview process usually has 2-3 rounds. The most common rounds in the GlobalLogic interview process are Technical, Resume Shortlist and HR.
How to prepare for GlobalLogic Associate Consultant Engineering 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 GlobalLogic. The most common topics and skills that interviewers at GlobalLogic expect are Agile Methodology, CMMI, ISO, Metrics Analysis and Quality Assurance.
What are the top questions asked in GlobalLogic Associate Consultant Engineering interview?

Some of the top questions asked at the GlobalLogic Associate Consultant Engineering interview -

  1. Tell me about special variables used in Shell Scriptin...read more
  2. Can you draw Linux Architectur...read more
  3. What do you understand by Deamo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.4k Interviews
DXC Technology Interview Questions
3.7
 • 837 Interviews
Nagarro Interview Questions
4.0
 • 792 Interviews
NTT Data Interview Questions
3.8
 • 657 Interviews
Publicis Sapient Interview Questions
3.5
 • 643 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
UST Interview Questions
3.8
 • 543 Interviews
View all
GlobalLogic Associate Consultant Engineering Salary
based on 255 salaries
₹10.4 L/yr - ₹31.4 L/yr
49% more than the average Associate Consultant Engineering Salary in India
View more details

GlobalLogic Associate Consultant Engineering Reviews and Ratings

based on 19 reviews

3.3/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.5

Salary

3.0

Job security

2.8

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 19 Reviews and Ratings
Associate Analyst
4.1k salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Senior Software Engineer
3.6k salaries
unlock blur

₹4 L/yr - ₹29 L/yr

Software Engineer
3.2k salaries
unlock blur

₹4 L/yr - ₹13.4 L/yr

Analyst
3.1k salaries
unlock blur

₹1.2 L/yr - ₹5.5 L/yr

Associate Consultant
3.1k salaries
unlock blur

₹9.5 L/yr - ₹35 L/yr

Explore more salaries
Compare GlobalLogic with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview