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 NOC Engineer Interview Questions and Answers

Updated 2 Dec 2024

GlobalLogic NOC Engineer Interview Experiences

1 interview found

NOC Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Dec 2024

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

(1 Question)

  • Q1. What is VPC in AWS?

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Write multiple question

Round 2 - Coding Test 

Asked many coding questions

Round 3 - Assignment 

One dotnet code with small project

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

They will see logical and lateral thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Oops. Solid principles. Previous project explanation
  • Q2. Questions on full stack
Round 3 - HR 

(2 Questions)

  • Q1. About company policies
  • Q2. Salary

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want Carrera growth you can join in this company

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on eloqua, email marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfident while answering
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 

Quantitative, reasonable, verbal questions were asked to solve. The level of difficulty was moderate.

Round 3 - Technical 

(2 Questions)

  • Q1. Basic technical questions were asked based on your resume
  • Q2. What are the projects you did? Write a c program to reverse a string?
  • Ans. 

    A C program to reverse a string

    • Use a loop to iterate through the string and swap the characters at the beginning and end of the string

    • Create a temporary variable to hold the character being swapped

    • Terminate the loop when the index of the beginning of the string is greater than or equal to the index of the end of the string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with whatever you add in your resume. Do not bluff. Be confident in your answers.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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. Tell me about yourself
  • Q2. Question related to your technology
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is react
  • Ans. 

    React is a JavaScript library for building user interfaces, particularly single-page applications, using a component-based architecture.

    • Developed by Facebook, React allows developers to create reusable UI components.

    • It uses a virtual DOM to optimize rendering and improve performance.

    • React follows a unidirectional data flow, making it easier to understand and debug.

    • Components can manage their own state, allowing for dyn...

  • Answered by AI
  • Q2. Redux uses cons
  • Ans. 

    Redux uses constants to define action types, ensuring consistency and preventing typos in action identifiers.

    • Constants help avoid magic strings in action creators, e.g., 'ADD_TODO'.

    • Using constants makes it easier to refactor code, as you only need to change the constant in one place.

    • Constants improve readability and maintainability of the codebase.

    • Example: Instead of using 'ADD_TODO' directly, define it as 'const ADD_T

  • Answered by AI

I applied via Campus Placement and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Hii mam/sir gud evng my name is sony am from peddaplli distc my qualification is mba
  • Q2. Hiii sir or mam gud evng my name is sony am from peddaplli distc my qualification is MBA am a fresher and I have no any work experience in any company my strength is adapt quickly to any environment
  • Q3. My short term goals is to get placed in a reputed company like yours wich will allow me to enhance my skills and knowledge
  • Q4. My long term goal would be to reach a higher position in our company

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Introduce my self
  • Technical Skills
  • HR
Interview preparation tips for other job seekers - Am a fresher I have no work experience in any company

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?
  • Ans. 

    Dimension tables are used in data warehousing to provide descriptive information about the data in fact tables.

    • Slowly changing dimensions

    • Junk dimensions

    • Degenerate dimensions

    • Role-playing dimensions

    • Bridge dimensions

  • Answered by AI
  • 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?
  • 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

I appeared for an interview in Feb 2022.

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 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and good environment for working for freshers.

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic NOC Engineer interview?
GlobalLogic interview process usually has 1 rounds. The most common rounds in the GlobalLogic interview process are Technical.

Tell us how to improve this page.

GlobalLogic NOC Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

NOC Engineer Interview Questions from Similar Companies

View all

GlobalLogic NOC Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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