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 Interview Questions, Process, and Tips for Experienced

Updated 5 Apr 2025

Top GlobalLogic Interview Questions and Answers for Experienced

View all 144 questions

GlobalLogic Interview Experiences for Experienced

Popular Designations

216 interviews found

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

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Current Project
  • Ans. 

    Currently working on developing automated test scripts for a web application

    • Creating test cases using Selenium WebDriver

    • Implementing test automation frameworks like TestNG

    • Performing regression testing on new features

    • Collaborating with developers to identify and fix bugs

  • Answered by AI
  • Q2. Framework Structure
  • Q3. Code for sorting an array
  • Ans. 

    Code for sorting an array of strings

    • Use built-in sort function in programming language (e.g. sort() in Python)

    • Specify the comparison function to sort strings alphabetically

    • Handle uppercase and lowercase letters properly

    • Example: ['apple', 'banana', 'cherry'] should be sorted as ['apple', 'banana', 'cherry']

  • Answered by AI
  • Q4. Create Xpath
  • Ans. 

    Creating Xpath for locating elements in web pages

    • Use unique attributes like id, class, name to create Xpath

    • Avoid using indexes in Xpath as they can be brittle

    • Use functions like contains(), starts-with() for dynamic attributes

    • Consider using axes like ancestor, following-sibling for complex Xpath

  • Answered by AI
  • Q5. Few Appium related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Few scenario based questions
  • Q2. Why GlobalLogic
  • Ans. 

    GlobalLogic offers a diverse range of projects, cutting-edge technologies, and a collaborative work environment.

    • GlobalLogic provides opportunities to work on a variety of projects, allowing for professional growth and skill development.

    • The company is known for its use of cutting-edge technologies, providing exposure to the latest tools and trends in the industry.

    • GlobalLogic fosters a collaborative work environment, enc...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

VMC Operator Interview Questions & Answers

user image Kuldeep Tomar

posted on 8 Feb 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Offset or job and Dail job that it's
  • Q2. Selary should be accepted hear

VMC Operator Interview Questions asked at other Companies

Q1. 0.01 and 0.010 both are equal to 10 micron.
View answer (3)

Interview Questions & Answers

user image Anonymous

posted on 10 Mar 2025

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

I appeared for an interview in Sep 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Resume Shortlist ( For Adobe Process )
  • Q2. Night Shift Acceptance
Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Ans. 

    I am a dedicated engineer with a passion for product support, skilled in troubleshooting and enhancing user experiences.

    • Background in mechanical engineering with a focus on product design.

    • Experience in customer support roles, resolving technical issues efficiently.

    • Proficient in using diagnostic tools and software to identify product faults.

    • Strong communication skills, enabling effective collaboration with cross-functio...

  • Answered by AI
  • Q2. How was your English communication assessed during the interview?
  • Ans. 

    My English communication was assessed through various interactive methods during the interview process.

    • I participated in a structured conversation where I was asked to explain technical concepts clearly.

    • I was given a scenario to troubleshoot and had to articulate my thought process effectively.

    • The interviewer evaluated my ability to ask clarifying questions and respond to feedback.

    • I engaged in a role-play exercise simu...

  • Answered by AI
Round 3 - Client Interview 

(6 Questions)

  • Q1. What is the JavaScript code to find duplicates in an array?
  • Ans. 

    Use a Set to identify duplicates in an array of strings efficiently.

    • 1. Create an empty Set to store unique values.

    • 2. Iterate through the array and check if the value is already in the Set.

    • 3. If it is, add it to a duplicates array; if not, add it to the Set.

    • Example: For array ['apple', 'banana', 'apple', 'orange'], duplicates will be ['apple'].

    • 4. Return the duplicates array.

  • Answered by AI
  • Q2. An email writing task
  • Q3. What are the differences between primitive and non-primitive data types in JavaScript?
  • Ans. 

    Primitive data types are basic types, while non-primitive types are more complex structures in JavaScript.

    • Primitive data types include: string, number, boolean, null, undefined, and symbol.

    • Non-primitive data types include: object, array, and function.

    • Primitive types are immutable; for example, strings cannot be changed once created.

    • Non-primitive types are mutable; for example, arrays can be modified by adding or removi...

  • Answered by AI
  • Q4. What is the angle between the hour and minute hands of a clock at 7:45? - Logical Reasoning
  • Q5. What is the JavaScript code to extract query parameters from a URL?
  • Ans. 

    JavaScript can extract query parameters using URLSearchParams or by parsing the URL manually.

    • Use URL constructor: const url = new URL('https://example.com?param1=value1&param2=value2');

    • Extract parameters: const params = url.searchParams;

    • Get specific parameter: const param1 = params.get('param1'); // 'value1'

    • Iterate over all parameters: params.forEach((value, name) => console.log(`${name}: ${value}`));

    • Fallback me...

  • Answered by AI
  • Q6. What is the difference between var and let in JavaScript?
  • Ans. 

    var is function-scoped, while let is block-scoped, leading to different behaviors in variable accessibility.

    • Scope: 'var' is function-scoped; 'let' is block-scoped.

    • Hoisting: Both are hoisted, but 'let' is not initialized until its declaration.

    • Re-declaration: 'var' allows re-declaration; 'let' does not.

    • Example of 'var': function test() { var x = 1; if (true) { var x = 2; } console.log(x); } // Outputs 2

    • Example of 'let': ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview is for the Adobe Process - Product Support Role.

Associate Lead Interview Questions & Answers

user image prakash chand

posted on 5 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Expalin your framework
  • Q2. Expalin oops in framework

Associate Lead Interview Questions asked at other Companies

Q1. Difference between Money laundering and terrorist financing?
View answer (2)

GlobalLogic interview questions for popular designations

 Associate Analyst

 (96)

 Software Engineer

 (56)

 Senior Software Engineer

 (43)

 Analyst

 (32)

 Consultant

 (23)

 Associate Consultant

 (22)

 Software Developer

 (21)

 Associate Software Engineer

 (15)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mysql query for 3rd highest salary
  • Ans. 

    Use a subquery to find the third highest salary from the employees table in MySQL.

    • Use a subquery to select distinct salaries from the employees table.

    • Order the salaries in descending order and use LIMIT to get the third highest salary.

    • Example: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 2, 1;

  • Answered by AI
  • Q2. What are the steps to connect to a database?
  • Ans. 

    Steps to connect to a database involve specifying the database type, providing credentials, and establishing a connection.

    • Specify the type of database you want to connect to (e.g. MySQL, PostgreSQL, MongoDB).

    • Provide the necessary credentials such as username and password.

    • Establish a connection using a programming language or tool like JDBC, ODBC, or ORM frameworks.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a considerable amount of internal politics involved, and the interview process includes the asking of unnecessary questions.

Skills evaluated in this interview

Top GlobalLogic Associate Consultant Interview Questions and Answers

Q1. How to trigger the Job in Jenkins and How to configure
View answer (1)

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

Get interview-ready with Top GlobalLogic Interview Questions

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

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Who is your favourite writer, and what makes their work stand out to you?
  • Q2. What is your favourite movie name, why did you like it, and what do you consider to be it's main goal?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you possess knowledge and experience in the subject, there should not be significant issues.

Jobs at GlobalLogic

View all

Tpm Manager Interview Questions & Answers

user image Anonymous

posted on 20 Dec 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Nov 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between scrum and Kanban
  • Ans. 

    Scrum is a framework for agile project management with fixed-length iterations, while Kanban is a visual system for managing work as it moves through a process.

    • Scrum has fixed-length iterations called sprints, usually 2-4 weeks long, while Kanban does not have fixed time frames.

    • Scrum requires a prioritized backlog of work, while Kanban focuses on visualizing and limiting work in progress.

    • Scrum emphasizes cross-function...

  • Answered by AI

Tpm Manager Interview Questions asked at other Companies

Q1. If you were to provide tech support in launching a vending machine business, what would you consider while designing the tech system architecture.
View answer (1)

ml engineer Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is bias variance trade off
  • Ans. 

    Bias-variance tradeoff is the balance between underfitting and overfitting in machine learning models.

    • Bias refers to error from erroneous assumptions in the learning algorithm, leading to underfitting.

    • Variance refers to error from sensitivity to fluctuations in the training data, leading to overfitting.

    • The tradeoff involves finding the right level of model complexity to minimize both bias and variance.

    • Regularization te...

  • Answered by AI

Skills evaluated in this interview

ml engineer Interview Questions asked at other Companies

Q1. How to evaluate regression models? explain r squared and adjusted r squared and difference between them
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Describe 5 non functional requirements
  • Ans. 

    Non functional requirements are criteria that specify how a system should behave, rather than what it should do.

    • Performance - system should respond within 2 seconds for all user interactions

    • Scalability - system should be able to handle 1000 concurrent users

    • Reliability - system should have a 99.99% uptime

    • Security - system should encrypt all sensitive data

    • Usability - system should have a user-friendly interface

  • Answered by AI
  • Q2. How will you improve performance of legacy app which has to work with your latest microservice.
  • Ans. 

    Improve legacy app performance by optimizing code, implementing caching, and scaling resources.

    • Optimize code by identifying and removing bottlenecks

    • Implement caching to reduce database calls and improve response time

    • Scale resources by using containers or serverless architecture

    • Use asynchronous processing for long-running tasks

    • Upgrade hardware or infrastructure if necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain security in microservices
  • Ans. 

    Security in microservices involves implementing authentication, authorization, encryption, and monitoring to protect data and services.

    • Implement authentication and authorization mechanisms to control access to microservices.

    • Use encryption to secure communication between microservices and external clients.

    • Implement monitoring and logging to detect and respond to security incidents.

    • Consider using API gateways for central...

  • Answered by AI
  • Q2. Describe microservices architecture for a wealth management app
  • Ans. 

    Microservices architecture for a wealth management app involves breaking down the application into smaller, independent services.

    • Each microservice focuses on a specific business function, such as client onboarding, portfolio management, or reporting.

    • Services communicate through APIs, allowing for flexibility and scalability.

    • Each microservice can be developed, deployed, and scaled independently, leading to faster develo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Technical Architect interview:
  • Java
  • Microservices

Skills evaluated in this interview

Top GlobalLogic Technical Architect Interview Questions and Answers

Q1. How will you improve performance of legacy app which has to work with your latest microservice.
View answer (1)

Technical Architect Interview Questions asked at other Companies

Q1. How to manage clients, how to handle critical issues with example
View answer (3)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Performance optimisation
Round 2 - Technical 

(1 Question)

  • Q1. Lods,parameters
Round 3 - Behavioral 

(2 Questions)

  • Q1. Sql queries on analytical queries
  • Q2. Different constraints and join methods
  • Ans. 

    Different constraints and join methods in database queries

    • Constraints in database queries ensure data integrity and enforce rules on data

    • Join methods in database queries are used to combine rows from two or more tables based on a related column between them

    • Examples of constraints include primary key, foreign key, unique key, and check constraints

    • Examples of join methods include inner join, outer join (left, right, full

  • Answered by AI
Round 4 - Coding Test 

It was mostly on sub queries.

Skills evaluated in this interview

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic interview for experienced candidates?
GlobalLogic interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the GlobalLogic interview process for experienced candidates are Technical, HR and One-on-one Round.
How to prepare for GlobalLogic interview for experienced candidates?
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 Java, HTML, Javascript, Communication Skills and Python.
What are the top questions asked in GlobalLogic interview for experienced candidates?

Some of the top questions asked at the GlobalLogic interview for experienced candidates -

  1. What do you know about machine intelligence? Have you heard Google Assista...read more
  2. selenium: what are selenium components, what are the different locators in sele...read more
  3. How do you convert json object to string and vice ver...read more
How long is the GlobalLogic interview process?

The duration of GlobalLogic interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

GlobalLogic Interview Process for Experienced

based on 127 interviews

Interview experience

3.9
  
Good
View more

Explore Interview Questions and Answers for Top Skills at GlobalLogic

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
UST Interview Questions
3.8
 • 518 Interviews
CGI Group Interview Questions
4.0
 • 493 Interviews
FIS Interview Questions
3.9
 • 489 Interviews
Atos Interview Questions
3.8
 • 380 Interviews
View all

GlobalLogic Reviews and Ratings

based on 4.7k reviews

3.6/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

3.1

Salary

3.7

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 4.7k Reviews and Ratings
Technical Program Manager - Python & ETL

Gurgaon / Gurugram

10-15 Yrs

Not Disclosed

QA Automation || Bangalore

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Senior Engineer, Product Support (Commerce)

Gurgaon / Gurugram

3-5 Yrs

Not Disclosed

Explore more jobs
Associate Analyst
4k salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Senior Software Engineer
3.4k salaries
unlock blur

₹5.2 L/yr - ₹22.5 L/yr

Analyst
3.1k salaries
unlock blur

₹1.2 L/yr - ₹5.5 L/yr

Software Engineer
3k salaries
unlock blur

₹3 L/yr - ₹12.7 L/yr

Associate Consultant
2.9k salaries
unlock blur

₹9.2 L/yr - ₹33 L/yr

Explore more salaries
Compare GlobalLogic with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

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