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 Skin Trainer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sql questions , sometimes you need to prepare well for sql , they may ask deep qns
Round 2 - Technical 

(1 Question)

  • Q1. Sql and other questions
Round 3 - Technical 

(1 Question)

  • Q1. Related to my relevant exp
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and y u left prev org

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good company for freshers . Learning new techs in cgi, and its provides learning chances to learn new techs .all the best
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 

(2 Questions)

  • Q1. What is mapreduce in Hadoop
  • Ans. 

    MapReduce is a programming model used to process large datasets in parallel on a Hadoop cluster.

    • MapReduce breaks down the input data into smaller chunks and processes them in parallel.

    • It consists of two phases: Map phase and Reduce phase.

    • Map phase processes the input data and produces intermediate key-value pairs.

    • Reduce phase takes the output of Map phase and combines the values with the same key.

    • Examples of MapReduce ...

  • Answered by AI
  • Q2. How spark lauches job on Yarn
  • Ans. 

    Spark launches job on Yarn by creating an application master and containers for executors.

    • Spark submits a job to Yarn ResourceManager

    • Yarn launches an ApplicationMaster on a NodeManager

    • ApplicationMaster requests containers for executors from ResourceManager

    • Containers are launched on NodeManagers

    • Executors run tasks on data partitions

    • Results are returned to the driver program

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for client intrview . If you get selected in client interview then only you will get hiered.

Skills evaluated in this interview

Analyst Interview Questions & Answers

FIS user image Anonymous

posted on 25 Feb 2024

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

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell about your self and experience
  • Q2. Tell me about your self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 interview rounds.

Round 1 - Coding Test 

They have focused on logic while writing the code not actual implementation

Round 2 - Technical 

(1 Question)

  • Q1. Related to projects and technologies
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 4 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts.
Round 3 - Technical 

(1 Question)

  • Q1. One and one coding and technical questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. About previous work and responsibilities.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java concepts and java 8 related coding question
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 features
Round 3 - HR 

(1 Question)

  • Q1. Basic HR discussions

I applied via Naukri.com and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. It's easy to get into it
  • Q2. Java basic interview questions
  • Q3. Oppos interview concepts
Round 2 - One-on-one 

(1 Question)

  • Q1. Whats is jvm and jdk
  • Ans. 

    JVM is a virtual machine that executes Java bytecode. JDK is a software development kit that includes the JVM and other tools.

    • JVM stands for Java Virtual Machine

    • JVM is responsible for executing Java bytecode

    • JDK stands for Java Development Kit

    • JDK includes the JVM, compiler, debugger, and other tools

    • JDK is used for developing Java applications

  • Answered by AI
Round 3 - Aptitude Test 

Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic interview questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 7 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 tips
Round 2 - Aptitude Test 

Online test conducted

Round 3 - Coding Test 

Coding online conducted

Round 4 - Group Discussion 

GD on random topic given

Round 5 - Technical 

(2 Questions)

  • Q1. Technical round
  • Q2. Basics of technology
Round 6 - Technical 

(1 Question)

  • Q1. Indepth technical discussion
Round 7 - HR 

(1 Question)

  • Q1. About ourself , why should I hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly and update urself technically
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Peoplesoft peopletools
  • Q2. App designer basics, sqr
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations

I appeared for an interview in Oct 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round started with 1 coding question related to Prime Numbers in which I was first asked to explain my approach and then write the pseudo code for it. This was followed by some preety standard questions from OOPS and Java.

  • Q1. 

    Nth Prime Number Problem Statement

    Find the Nth prime number given a number N.

    Explanation:

    A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exa...

  • Ans. 

    The task is to find the Nth prime number given a number N.

    • A prime number is a number greater than 1 that is not a product of two smaller natural numbers.

    • Prime numbers have only two factors - 1 and the number itself.

    • Start with a counter at 0 and a number at 2.

    • Increment the number by 1 and check if it is prime.

    • If it is prime, increment the counter.

    • Repeat until the counter reaches N.

    • Return the last prime number found.

  • Answered by AI
  • Q2. What is the difference between an abstract class and an interface in Java?
  • Ans. 

    Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods. Interface is a blueprint for a class and can only have abstract methods.

    • Abstract class can have constructors while interface cannot.

    • A class can implement multiple interfaces but can only extend one abstract class.

    • Abstract class can have instance variables while interface cannot.

    • Abstract class can provide default i...

  • Answered by AI
  • Q3. What is the garbage collector in Java?
  • Ans. 

    Garbage collector in Java is responsible for automatic memory management.

    • Garbage collector automatically reclaims memory by freeing objects that are no longer referenced.

    • It runs in the background and identifies unused objects based on reachability.

    • Different garbage collection algorithms like Mark and Sweep, Copying, and Generational are used.

    • Garbage collector can be tuned using JVM options like -Xmx and -Xms.

    • Example: S...

  • Answered by AI
  • Q4. What is meant by exception handling?
  • Ans. 

    Exception handling is a mechanism in programming to handle and manage errors or exceptional situations that may occur during program execution.

    • Exception handling is used to catch and handle errors or exceptions in a program.

    • It allows the program to gracefully handle errors and prevent abrupt termination.

    • Exception handling involves the use of try-catch blocks to catch and handle exceptions.

    • The catch block contains code ...

  • Answered by AI
Round 2 - Video Call 

(7 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round had 1 coding question related to LRU Cache where I had to code its implementation in a production-ready manner explaining my overall approach with proper complexity analysis. This was followed by some Mutithreading questions from Java and then at last the interviewer asked me some basic design patterns in Software Engineering and some more questions related to OOPS.

  • Q1. 

    LRU Cache Design Problem Statement

    Design and implement a data structure for a Least Recently Used (LRU) cache that supports the following operations:

    • get(key) - Retrieve the value associated with the...
  • Ans. 

    The question is about designing and implementing a data structure for LRU cache to support get and put operations.

    • LRU cache is a cache replacement policy that removes the least recently used item when the cache reaches its capacity.

    • The cache is initialized with a capacity and supports get(key) and put(key, value) operations.

    • For each get operation, return the value of the key if it exists in the cache, otherwise return ...

  • Answered by AI
  • Q2. What are the start() and run() methods of the Thread class?
  • Ans. 

    The start() method is used to start a new thread and execute the run() method.

    • The start() method creates a new thread and calls the run() method.

    • The run() method contains the code that will be executed in the new thread.

    • Calling the run() method directly will not create a new thread.

    • The start() method should be called to start the execution of the new thread.

  • Answered by AI
  • Q3. What is a BlockingQueue in the context of multithreading?
  • Ans. 

    BlockingQueue is a thread-safe queue that blocks when it is full or empty.

    • BlockingQueue is part of the Java Concurrency API.

    • It provides methods like put() and take() to add and remove elements from the queue.

    • When the queue is full, put() blocks until space becomes available.

    • When the queue is empty, take() blocks until an element is available.

    • It is commonly used in producer-consumer scenarios.

  • Answered by AI
  • Q4. What is thread starvation?
  • Ans. 

    Thread starvation occurs when a thread is unable to access the CPU resources it needs to execute its tasks.

    • Thread starvation happens when a thread is constantly waiting for a resource that is being monopolized by other threads.

    • It can occur due to poor resource management or priority scheduling.

    • Examples include a low-priority thread being constantly preempted by high-priority threads or a thread waiting indefinitely for

  • Answered by AI
  • Q5. What is a thread scheduler and how does time slicing work?
  • Ans. 

    Thread Scheduler is responsible for managing the execution of multiple threads in a multitasking environment.

    • Thread Scheduler determines the order in which threads are executed.

    • It allocates CPU time to each thread based on priority and scheduling algorithm.

    • Time Slicing is a technique used by Thread Scheduler to allocate a fixed time slice to each thread before switching to another.

    • It ensures fair execution of threads a...

  • Answered by AI
  • Q6. Can you explain the SOLID principles in Object Oriented Design?
  • Ans. 

    SOLID principles are a set of design principles that promote maintainability, extensibility, and reusability in object-oriented design.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open-Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes must be substitutable for their base types.

    • I - Interface S...

  • Answered by AI
  • Q7. What makes a HashSet different from a TreeSet?
  • Ans. 

    HashSet is an unordered collection that uses hashing to store elements, while TreeSet is a sorted collection that uses a binary search tree.

    • HashSet does not maintain any order of elements, while TreeSet maintains elements in sorted order.

    • HashSet allows null values, while TreeSet does not allow null values.

    • HashSet has constant time complexity for basic operations like add, remove, and contains, while TreeSet has logarit...

  • Answered by AI
Round 3 - HR 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Easy

This is a cultural fitment testing round. HR was very frank and asked standard questions. Then we discussed about my role.

  • Q1. Why should we hire you?
  • Ans. 

    I have extensive experience in software development and a proven track record of delivering high-quality solutions.

    • I have a strong technical background and expertise in various programming languages and frameworks.

    • I have successfully led and delivered complex software projects on time and within budget.

    • I am a quick learner and adapt easily to new technologies and methodologies.

    • I have excellent problem-solving and analy...

  • Answered by AI
  • Q2. Why are you looking for a job change?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for a role that allows me to work on more complex projects.

    • Interested in expanding my skill set and learning new technologies.

    • Seeking a company culture that aligns with my values and promotes collaboration.

    • Wanting to take on more leadership responsibilities and mentor junior engineers.

    • Desire for better work-life balance or location chang

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 2 years of experienceUST Global interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Java, Spring, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
Nagarro Interview Questions
4.0
 • 763 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
Publicis Sapient Interview Questions
3.5
 • 621 Interviews
UST Interview Questions
3.8
 • 518 Interviews
CGI Group Interview Questions
4.0
 • 493 Interviews
View all
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.1 L/yr

Analyst
3.1k salaries
unlock blur

₹1.2 L/yr - ₹5.5 L/yr

Software Engineer
3k salaries
unlock blur

₹3.2 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