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 Java Lead Interview Questions and Answers

Updated 23 Sep 2024

GlobalLogic Java Lead Interview Experiences

1 interview found

Java Lead Interview Questions & Answers

user image Anonymous

posted on 23 Sep 2024

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

(2 Questions)

  • Q1. Explain SOLID principles
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be re...

  • Answered by AI
  • Q2. Java 8 features

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Only Introduction and past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I don’t understand on what basis these companies hire candidates.They keep on changing their rules and regulations. They have same rules for both fresher and experience. I think that the cheap consultants of the company take the interview just to earn a bit of incentive🙏

Java Lead Interview Questions Asked at Other Companies

Q1. How would you create a customized collection in Java?
Q2. Write a program to find the longest palindrome in an array using ... read more
asked in Infosys
Q3. Write a program to find the frequency of each character in a give ... read more
Q4. Write code to find anagram strings
Q5. Distributed transaction in core java

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Scd type 2
  • Q2. Questions on how to give conditions between sessions to run after first session succeeded
  • Ans. 

    Use task scheduling or conditional statements to run subsequent sessions after successful completion of first session.

    • Use task scheduler like cron job to schedule subsequent sessions

    • Use conditional statements like if-else to check for success of first session before running subsequent sessions

    • Use try-catch block to handle any errors in first session and prevent subsequent sessions from running

    • Pass success/failure statu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 3 rounds 2 are technology rounds 3rd round is HR ROUND ZOOM VIDEO CALL ALL. MODERATE INTERVIEW NOT TOO CRITICAL. OK TO DO

Associate Interview Questions & Answers

Genpact user image adnan mohammed

posted on 29 Apr 2021

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

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself??
  • Ans. 

    I am a dedicated professional with a background in finance, strong analytical skills, and a passion for problem-solving.

    • Education: Graduated with a degree in Finance from XYZ University, where I was involved in various finance-related clubs.

    • Experience: Worked as an intern at ABC Corp, where I assisted in financial analysis and reporting, improving my analytical skills.

    • Skills: Proficient in Excel and financial modeling,...

  • Answered by AI
  • Q2. What where the challenge you faced in your previous role and how did you overcome??

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident ..tell them what they want to hear

What people are saying about GlobalLogic

View All
a technical project manager
3d
Laid off & on the hunt: Need a PM/Scrum Master referral!
Hey everyone, I was laid off in Jan 2025 and have been searching for a new opportunity since then. If anyone can help with a referral or offer any assistance for Project Manager/Scrum Master roles, it would be a great help. Thanks!
Got a question about GlobalLogic?
Ask anonymously on communities.

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

Interview Questionnaire 

2 Questions

  • Q1. Dot net and SQL related questions they asked and asked about my previous company projects knowledge and experience.
  • Q2. It was one technical round.And maximum it’s related with projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about some dot net skills whatever you worked in projects and bit prepare about SQL thoroughly.

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Online questions were based on scenarios to write SQL queries. Also got few questions on Python as well for which I had only limited knowledge.

Round 2 - Technical 

(8 Questions)

  • Q1. I'm listing some of the questions here which the interviewers (2 panel resources) asked me regarding Informatica ETL, Oracle DB and I might have missed some of them. What types of indexes are used on Orac...
  • Q2. What happens if Treat source row property as "Update" at session level but at target object "Delete" is checked?
  • Ans. 

    The source row will be treated as an update, but the target object will be deleted.

    • The session level property 'Treat source row as Update' will be applied to the source row.

    • The target object will be deleted regardless of the update status of the source row.

    • This can result in data loss if the source row contains important information.

  • Answered by AI
  • Q3. What are the different types of dimension tables?
  • Q4. What schema type was used in your previous project? And explain why it was used?
  • Ans. 

    We used a relational schema in our previous project as it was suitable for the data structure and allowed for efficient querying.

    • Relational schema was used as it allowed for efficient querying of data

    • The data structure was suitable for a relational schema

    • We were able to easily join tables to retrieve necessary data

    • Examples include using SQL to query a database with multiple tables

    • Normalization was used to reduce data r...

  • Answered by AI
  • Q5. Difference between Joiner and Lookup transformations?
  • Ans. 

    Joiner combines data from multiple sources based on a common key, while Lookup retrieves data from a reference table based on a matching key.

    • Joiner is used to combine data from two or more sources based on a common key column.

    • Lookup is used to retrieve data from a reference table based on a matching key column.

    • Joiner can perform inner, outer, left, and right joins, while Lookup can only perform an inner join.

    • Joiner can...

  • Answered by AI
  • Q6. Scenario: I have records in a flat file ending with ; character at the end of each them. How to load these records into DB based on this character? What property will be used in Informatica?
  • Ans. 

    Load records from a flat file into a database using the ';' character as a delimiter in Informatica.

    • Use the Source Qualifier transformation to define the flat file as the source.

    • Set the delimiter property in the Source Definition to ';' to split records correctly.

    • In the Source Qualifier, ensure that 'Treat consecutive delimiters as one' is unchecked if there are empty fields.

    • Example: If a record is 'John;Doe;30;', it w...

  • Answered by AI
  • Q7. How version control happened in your previous project?
  • Ans. 

    We used Git for version control in our previous project.

    • We created a Git repository for the project.

    • All team members were added as collaborators to the repository.

    • We followed the Git flow branching model.

    • We used pull requests for code review and merging.

    • We used tags to mark important releases.

    • We regularly pushed our changes to the remote repository.

    • We used Git commands like commit, push, pull, merge, and rebase.

    • We used...

  • Answered by AI
  • Q8. Which SCD type you worked on before and explain on that?
  • Ans. 

    I have worked on SCD Type 2 before.

    • SCD Type 2 is used to track historical changes in data.

    • It creates a new record for each change and maintains a history of changes.

    • It includes start and end dates for each record.

    • Example: Tracking changes in employee salary over time.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was taken by the project manager on a phone call. He asked me few basic fundamental questions related to my skills and the things which I worked on in my previous project. He also told me about ...
Round 4 - HR 

(1 Question)

  • Q1. Just F2F discussion with HR finalising on the compensation structure, learning opportunities and the organisational benefits as an employee.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're an experienced person, be confident about the things which you handled in previous project and be precise on to the point. Don't elaborate too much as the interviewers might build up questions based on that. Be strong in your technical areas of expertise. Expect scenario based questions related to your skills.

Skills evaluated in this interview

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 Feb 2022. There were 2 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. Opps concepts in c sharp
  • Ans. 

    OOPs concepts in C# include encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling data and methods that operate on that data within a single unit

    • Inheritance: creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism: ability of objects to take on multiple forms or behaviors

    • Example: A car class can inherit properties and methods from a vehicle class, and encapsulate its ...

  • Answered by AI
  • Q2. Dot net core fundamental questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just basic is enough to crack entry level dotney job

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Jan 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Regulatory basics, ICH guidelines

Interview Preparation Tips

Interview preparation tips for other job seekers - Do the basic related to regulatory affairs

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Programming Logic.
  • Q2. Spark Basics.
  • Q3. Hive basics
  • Q4. SQL
  • Q5. Scala

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a moderate interview and I had good experience with interviewer. Since I am from the Data Engineering background. So, I was asked basic spark and hadoop conceptual questions. Also the interviewer tested my programming logic by making me write some pseudo code. HR discussion also went fine and they Offered a good CTC higher than my expected.

I applied via Company Website and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. GL related questions
  • Q2. Comfortable for night shifts
  • Ans. 

    Yes, I am comfortable with night shifts and have experience working during those hours.

    • I have worked night shifts in my previous job and have adapted to the schedule

    • I am a night owl and prefer working during those hours

    • I understand the importance of being alert and focused during night shifts

    • I am willing to adjust my sleep schedule to accommodate night shifts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about GL and accounting policies

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Java Lead interview?
GlobalLogic interview process usually has 1 rounds. The most common rounds in the GlobalLogic interview process are Technical.
How to prepare for GlobalLogic Java Lead 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 Java, Microservices, AWS, Azure and Development Management.
What are the top questions asked in GlobalLogic Java Lead interview?

Some of the top questions asked at the GlobalLogic Java Lead interview -

  1. Explain SOLID princip...read more
  2. Java 8 featu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Interview Questions from Similar Companies

Genpact Interview Questions
3.7
 • 3.4k Interviews
DXC Technology Interview Questions
3.6
 • 841 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
NTT Data Interview Questions
3.8
 • 661 Interviews
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
UST Interview Questions
3.8
 • 544 Interviews
View all
GlobalLogic Java Lead Salary
based on 5 salaries
₹18 L/yr - ₹30 L/yr
22% more than the average Java Lead Salary in India
View more details
Associate Analyst
4.1k salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Senior Software Engineer
3.6k salaries
unlock blur

₹4 L/yr - ₹29.1 L/yr

Software Engineer
3.2k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Associate Consultant
3.1k salaries
unlock blur

₹16.1 L/yr - ₹30 L/yr

Analyst
3.1k salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Explore more salaries
Compare GlobalLogic with

Genpact

3.7
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview