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 Senior Developer Interview Questions, Process, and Tips

Updated 23 Mar 2024

Top GlobalLogic Senior Developer Interview Questions and Answers

View all 10 questions

GlobalLogic Senior Developer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Core JavaScript concept
  • Q2. Write an example for the closure
  • Ans. 

    A closure is a function that has access to its own scope, as well as the outer scope in which it was defined.

    • A closure can access variables from its outer function even after the outer function has finished executing.

    • Closures are commonly used in event handlers, callbacks, and asynchronous code.

    • Example: const outerFunction = () => { const outerVar = 'I am outer'; return () => { console.log(outerVar); }; }; const innerF...

  • Answered by AI
  • Q3. Diffrence between Normal and Arrow Fuction and its example
  • Ans. 

    Arrow functions are concise syntax for writing functions in JavaScript, compared to normal functions.

    • Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.

    • Arrow functions do not have 'arguments' object.

    • Arrow functions cannot be used as constructors.

    • Arrow functions are more concise and easier to read compared to normal functions.

  • Answered by AI
  • Q4. React States and Props, Hook, Life cycle method

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. 1. What is ETL and DWH?
  • Ans. 

    ETL stands for Extract, Transform, Load and DWH stands for Data Warehouse.

    • ETL is a process of extracting data from various sources, transforming it into a format suitable for analysis, and loading it into a target system.

    • DWH is a system used for storing and managing data from various sources for business intelligence purposes.

    • ETL is a crucial step in populating a DWH with data.

    • ETL involves data extraction, data transfo...

  • Answered by AI
  • Q2. 2.How to differentiate outer and inner joins with sample data?
  • Ans. 

    Outer join returns all records from one table and matching records from another, while inner join returns only matching records.

    • Outer join uses the (+) symbol in Oracle and LEFT/RIGHT OUTER JOIN in SQL Server

    • Inner join uses INNER JOIN keyword in SQL

    • Sample data: Table A has 5 records, Table B has 3 records, Outer join returns 8 records while Inner join returns 3 records

  • Answered by AI
  • Q3. 3.How to implement SCDs and different between them?
  • Ans. 

    SCDs are used to track changes in data over time. There are three types: Type 1, Type 2, and Type 3.

    • Type 1 SCDs overwrite old data with new data.

    • Type 2 SCDs add a new row for each change, with a start and end date.

    • Type 3 SCDs add columns to the existing row to track changes.

    • SCDs are commonly used in data warehousing and business intelligence.

    • The choice of SCD type depends on the specific use case and data requirements.

  • Answered by AI
  • Q4. 4. How to delete duplicate rows based on key in a table?
  • Ans. 

    To delete duplicate rows based on key in a table, use the DELETE statement with a subquery.

    • Identify the key column(s) that define the uniqueness of a row

    • Use the GROUP BY clause to group the rows by the key column(s)

    • Use the HAVING clause to filter out the groups that have more than one row

    • Use the subquery to select the duplicate rows to be deleted

    • Use the DELETE statement with the subquery to delete the duplicate rows

  • Answered by AI
  • Q5. 5. What are the differences between fact and dimension?
  • Ans. 

    Fact and dimension are two types of data in a data warehouse.

    • Fact is a measurable event that can be analyzed, while dimension provides context to the fact.

    • Fact is quantitative, while dimension is qualitative.

    • Fact is stored in a fact table, while dimension is stored in a dimension table.

    • Examples of fact include sales, revenue, and profit, while examples of dimension include time, location, and product.

    • Fact and dimension...

  • Answered by AI
  • Q6. 6.Can you join different fact tables ?
  • Ans. 

    Yes, fact tables can be joined together in a data warehouse to combine related information.

    • Fact tables contain quantitative data and are typically joined using common dimensions.

    • Joining fact tables allows for more comprehensive analysis and reporting.

    • For example, joining a sales fact table with a customer fact table can provide insights on customer behavior and purchasing patterns.

  • Answered by AI
  • Q7. 7.What do you understand by degenerate dimension?
  • Ans. 

    Degenerate dimension refers to a dimension with only one value.

    • A degenerate dimension is a dimension table with only one column and one row.

    • It is used to join fact tables with different granularity levels.

    • For example, a time dimension with only one value can be used to join a sales fact table with daily granularity and a returns fact table with hourly granularity.

  • Answered by AI
  • Q8. 8.Difference between OLTP and OLAP systems.
  • Ans. 

    OLTP is a transactional system for day-to-day operations, while OLAP is analytical system for decision-making.

    • OLTP deals with real-time data processing, while OLAP deals with historical data analysis.

    • OLTP is optimized for write operations, while OLAP is optimized for read operations.

    • OLTP is used for operational tasks like order processing, while OLAP is used for strategic tasks like sales forecasting.

    • OLTP databases are...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process questions can give indication about the nature of tasks related to the project. Barring general trivial questions, rest of the questions are linked to the common tasks of the project. Those who might be seeking a particular sort of task environment can either ask at the end of interview or infer from the questions. It can be helpful to gather insight about alternative projects that are there in the Organization apart from the project that is conducting selection process.

Skills evaluated in this interview

Senior Developer Interview Questions Asked at Other Companies

Q1. What is your current CTC and what is your expected CTC?
asked in GlobalLogic
Q2. 4. How to delete duplicate rows based on key in a table?
asked in TCS
Q3. What were the data retrieval steps in Informatica, while doing th ... read more
Q4. Write a Serverless function to expose a CRUD operation API using ... read more
asked in GlobalLogic
Q5. 3.How to implement SCDs and different between them?

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: 4 years og experience

Interview Preparation Tips

Round: Test
Experience: Quite easy..It contains mcq and one programming question. MCQ covers databases,sql,software testing,c++
Tips: You can easily pass the test,no need to worry

Round: Interview
Experience: Questions are among databases and java,they will ask u fav subj and asks questions in that
Tips: Through with ur fav subject..be confident, simple anad basic questions,try to solve secreening test question using java language

Round: Interview
Experience: Its better to say technical only,the hr also asks about test pattren.programming question.then normal HR questions
Tips: It better to do some research about the company,overall it's easy and cake walk for those who are strong in java and databases

General Tips: CSE guys can easily clear that test and interview..without any hesitattion
Skills: Java,databases, SQL, C, General Aptitude
College Name: NIT Warangal
Motivation: Virtusa is emerging company
Funny Moments: In interview they asked about my girl friend,her name andwhen ur are going to marry. answer them in a funny way with smile in your face

Interview Preparation Tips

Round: Test
Experience: In the first round there was an online test. Questions were from aptitude, general English and a simple code( very simple if you have programming skills).
Tips: It was purely a knowledge based round so everything depends on your preparation level and a bit confidence.

Round: Technical Interview
Experience: In technical round interview the process was like this...
I entered in room and greeted interviewer and he asked me to sit down. I handed over my resume to him. His first question was tell me about yourself. Then my projects. After that he came on programming, He asked me very basic concept about C++. Questions were like what is polymorphism, What is encapsulation. He also asked program of fibonacci series. After all these question he again looked at my resume and asked me 'why your CGPA is low?' I said that when i was in my first year i had interest in electronics but later when i encountered with programming i decided to have my career in this field so i could not concentrate on my core subjects.
Tips: C++ is '''''must''''' for Virtusa if you are from electronics . I didn't know data structure but c++ was on my fingers. Answer question with confidence.

Round: HR Interview
Experience: HR interview was really cool. Interview asked me about myself, my family, real life applications of my project. After that he came on real stuff. He asked question like why do you want to join virtusa? I said virtusa is this .. virtusa is this.....and many more..and in last i said this is i want to join virtusa. Next question was ' what do think about dowry?'. At first i was surprised to hear this question but i realized that interview only want to check my ability to speak on random topic. I answered the question by criticizing dowry and he was pleased to hear my answer. After one or two general HR question like location preference , he told me that your interview is over please wait outside for result. It was really nice to meet you . Thank you.
Tips: Never stop speaking in HR interview. They only check your ability to speak on random topics and their general HR question. I was continuously speaking ...please do not bother about grammar while speaking ...just speak with confidence(relevant).

General Tips: prepare c , c++ and ability to speak in front of interviewer.
Skills: Basic Coding, Aptitude, 1)communication
College Name: NIT Jalandhar

Interview Questionnaire 

4 Questions

  • Q1. All questions about java only. 1. Different between interface and abstract class . 2.questions on rest Threads 3.java object on hashcode 4. Previous company projects
  • Q2. All about java 1. Explain collection hierarchy 2.Explain exception hierarchy 3.how many of classes in java 4.what are problem u faced while deploying the project and etc on deployment
  • Ans. 

    Collection hierarchy in Java includes interfaces like Collection, List, Set, Queue, and Map with their respective implementations.

    • Collection interface is the root interface in the collection hierarchy

    • List interface extends Collection and allows duplicate elements, with implementations like ArrayList and LinkedList

    • Set interface extends Collection and does not allow duplicate elements, with implementations like HashSet a...

  • Answered by AI
  • Q3. What will be work if hire . And
  • Q4. All about package and joining date

Interview Questionnaire 

10 Questions

  • Q1. Sql command for creating a table
  • Ans. 

    SQL command for creating a table

    • Use CREATE TABLE statement

    • Specify table name and column names with data types

    • Add any constraints or indexes as needed

  • Answered by AI
  • Q2. Sql command for inserting details in table,changing them and deleting specifics ones
  • Ans. 

    SQL commands for inserting, updating, and deleting data from a table.

    • INSERT INTO table_name (column1, column2, column3) VALUES (value1, value2, value3);

    • UPDATE table_name SET column1 = new_value1 WHERE condition;

    • DELETE FROM table_name WHERE condition;

  • Answered by AI
  • Q3. Difference between truncate and drop
  • Ans. 

    Truncate and drop are SQL commands used to remove data from a table.

    • Truncate removes all data from a table but keeps the structure intact.

    • Drop removes the entire table and its structure.

    • Truncate is faster than drop as it only removes data.

    • Drop cannot be undone while truncate can be rolled back.

    • Truncate resets the identity of the table while drop does not.

    • Examples: TRUNCATE TABLE table_name; DROP TABLE table_name;

  • Answered by AI
  • Q4. Difference between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance.

    • C++ has a standard template library (STL) while C does not.

    • C++ allows function overloading while C does not.

    • C++ has exception handling while C does not.

  • Answered by AI
  • Q5. Tell me abt yourself
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects involving web development and data analysis.

    • I am proficient in Java and Python programming languages.

    • I have experience with frameworks such as Spring and Django.

    • I am familiar with databases such as MySQL and MongoDB.

  • Answered by AI
  • Q6. Why interest in IT line
  • Ans. 

    I have always been fascinated by technology and its ability to solve complex problems.

    • I enjoy problem-solving and logical thinking

    • I have a natural curiosity for how things work

    • I see the potential for technology to make a positive impact on society

    • I have experience in programming and find it rewarding

    • I am excited about the constant innovation and evolution in the IT industry

  • Answered by AI
  • Q7. What r ur strengths and weakness
  • Ans. 

    My strengths include problem-solving, adaptability, and teamwork. My weakness is public speaking.

    • Strengths: problem-solving, adaptability, teamwork

    • Examples: I have successfully solved complex coding problems, adapted to new technologies quickly, and collaborated effectively with team members.

    • Weakness: public speaking

    • Examples: I get nervous when speaking in front of large groups, but I am working on improving my present

  • Answered by AI
  • Q8. Why should we select you
  • Ans. 

    I have the technical skills, experience, and passion to excel in this role.

    • I have a strong background in software development, with expertise in multiple programming languages and frameworks.

    • I have experience working on complex projects and collaborating with cross-functional teams.

    • I am passionate about staying up-to-date with the latest technologies and trends in the industry.

    • I am a quick learner and adaptable to new ...

  • Answered by AI
  • Q9. Discussed abt my test results(positive and negatives)
  • Q10. He asked about my hometown,mathura and near around area

Interview Preparation Tips

Round: Technical Interview
Experience: technical interview was easy if u know basics of sql and c++.
Tips: try to achieve good marks in the test
sneek out for your marks in technical and aptitude test results in interviewer's hands it will help u make ur mind of the level u need to give to get the job, as few students with low scores also got the job but they had tough interviews

Round: HR Interview
Experience: experience of this round was very cool, interviewer started asking with basic questions . i focussed on my strengths, accepted my weaknesses, used the good result in test in conversation that helped, give an insight about hometown places when he asked. i was little bit nervous and my english was not sounding good enough at that time.
Tips: focus on your --1. communication skills
2. english
be calm,
be prepared for basic questions

Skill Tips: be smart enough to focus/direct the conversation in ur favour
some students with zero technical knowledge cleared the technical interview with this skill
Skills: communication skills, english fluency,
College Name: NIT AGARTALA

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before May 2018. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Core Java questions except multi threading. New features in java 8. Basic spring boot questions. Sorting algorithm. Comparable and comparator interface. Focus on core java
  • Q2. Core java. Custom hasmmap implementation.

Interview Preparation Tips

General Tips: Focus on core java.
Skills: Problem Solving, Analytical Skills
Duration: <1 week

I appeared for an interview in Jun 2017.

Interview Questionnaire 

2 Questions

  • Q1. What is use of OOO programming?
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

    • Encourages modular and reusable code

    • Provides a clear structure and organization to the code

    • Allows for easier maintenance and updates

    • Supports code reusability through inheritance and polymorphism

    • Enables encapsulation, hiding the internal details of an object

    • Promotes code extensibility and scalability

    • Facilitates...

  • Answered by AI
  • Q2. Why do you want to join ATOS?
  • Ans. 

    I want to join ATOS because of their reputation for innovation and their commitment to employee growth and development.

    • ATOS is known for its innovative solutions in the software development industry.

    • I am impressed by ATOS's focus on employee growth and development through training programs and career advancement opportunities.

    • ATOS has a strong reputation for delivering high-quality software solutions to its clients.

    • I b...

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: He asked about technical topics and I gave answer with example.
Tips: Be ready with what you have written in CV with real scenario.

Round: HR Interview
Experience: She asked about reason to join, why leaving previous comp.etc
Tips: Explain your ambition and this company will provide me opportunities to fulfill those. Be realstic in answer. Should know about the company.

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First round they are asked technical questions and few syntax also. Second round directly going to hr round and discussed packages details only

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Senior Developer interview?
GlobalLogic interview process usually has 1 rounds. The most common rounds in the GlobalLogic interview process are Technical.
How to prepare for GlobalLogic Senior Developer 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 Kubernetes, Debugging, Docker, HTML and Javascript.
What are the top questions asked in GlobalLogic Senior Developer interview?

Some of the top questions asked at the GlobalLogic Senior Developer interview -

  1. 4. How to delete duplicate rows based on key in a tabl...read more
  2. 5. What are the differences between fact and dimensi...read more
  3. 3.How to implement SCDs and different between th...read more

Tell us how to improve this page.

GlobalLogic Senior Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
GlobalLogic Senior Developer Salary
based on 9 salaries
₹16.3 L/yr - ₹32 L/yr
22% more than the average Senior Developer Salary in India
View more details

GlobalLogic Senior Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Associate Analyst
3.9k salaries
unlock blur

₹1 L/yr - ₹7.2 L/yr

Senior Software Engineer
3.4k salaries
unlock blur

₹5.3 L/yr - ₹22 L/yr

Analyst
3.1k salaries
unlock blur

₹1.1 L/yr - ₹5.7 L/yr

Software Engineer
3k salaries
unlock blur

₹4 L/yr - ₹12.5 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