Upload Button Icon Add office photos

Filter interviews by

SVB Global Services India Senior Data Engineer Interview Questions and Answers

Updated 11 Nov 2024

SVB Global Services India Senior Data Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Data warehousing
  • Q2. ETL techniques and implementation
  • Ans. 

    ETL techniques involve extracting data from various sources, transforming it to fit business needs, and loading it into a target database.

    • ETL stands for Extract, Transform, Load

    • Common ETL tools include Informatica, Talend, and SSIS

    • ETL processes can involve data cleansing, data enrichment, and data validation

    • ETL pipelines can be batch-oriented or real-time

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Batch processing
  • Q2. Performance tuning

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via itvedant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What are types of joins in SQL
  • Ans. 

    Types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: returns rows when there is a match in both tables

    • Left join: returns all rows from the left table and the matched rows from the right table

    • Right join: returns all rows from the right table and the matched rows from the left table

    • Full outer join: returns rows when there is a match in either table

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

SQL questions were asked

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Snowflake cost reduction
  • Q2. Index in snowflake
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Opps Concepts and internal working of HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap is a part of Java's collection framework.

    • It uses hashing to store and retrieve key-value pairs efficiently.

    • Each key in a HashMap must be unique.

    • HashMap allows null keys and values.

    • Internal working involves using hash codes to determine the index of the key-value pair in the underlying array.

  • Answered by AI
  • Q2. Design Patterns and some scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare less questions daily but prepare well and before 30 min of interview don't repeat anything and calm your mind.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Windows functions in SQL and use of Lag function
  • Ans. 

    Window functions in SQL are used to perform calculations across a set of table rows related to the current row.

    • Window functions are used to perform calculations on a set of rows related to the current row in a query result.

    • The LAG function is a window function that allows you to access data from a previous row in the result set.

    • Example: SELECT employee_id, salary, LAG(salary) OVER (ORDER BY hire_date) AS prev_salary FR

  • Answered by AI
  • Q2. Nested for loop for list example
  • Ans. 

    Nested for loop used to iterate through a list of items

    • Use a for loop to iterate through the main list

    • Inside the first loop, use another for loop to iterate through each item in the sublist

    • Example: for item in main_list: for sub_item in item: print(sub_item)

  • Answered by AI
  • Q3. What is data base and data warehouse
  • Ans. 

    A database is a collection of structured data organized for easy access, while a data warehouse is a centralized repository for storing and analyzing large volumes of data.

    • Database is used for transactional processing and storing current data.

    • Data warehouse is used for analytical processing and storing historical data.

    • Database is typically used for day-to-day operations.

    • Data warehouse is used for decision-making and bu...

  • Answered by AI
  • Q4. Which are Joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the righ...

  • Answered by AI
  • Q5. What is DAX in power bi
  • Ans. 

    DAX (Data Analysis Expressions) is a formula language used in Power BI to create custom calculations and aggregations.

    • DAX is similar to Excel formulas but designed for more complex data analysis tasks

    • It can be used to create calculated columns, measures, and calculated tables in Power BI

    • DAX functions include aggregation functions like SUM, AVERAGE, and COUNT, as well as logical functions and date functions

    • Example: CALC...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your name
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name in English-speaking countries

    • Easy to remember and pronounce

  • Answered by AI
  • Q2. Tell me about your project experience
  • Ans. 

    I have extensive project experience in implementing ERP systems for large corporations.

    • Led a team in the successful implementation of SAP S/4HANA for a Fortune 500 company

    • Managed the integration of Oracle ERP Cloud for a global manufacturing company

    • Provided training and support for end-users during system go-live

    • Worked closely with stakeholders to gather requirements and ensure project alignment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No tipc, work hard
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Group Discussion 

Questions based on SQL,Python and computer networks

Round 2 - HR 

(1 Question)

  • Q1. About salary,6 working days,
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. 

    Experienced Senior Systems Engineer with a strong background in designing and implementing complex systems.

    • Over 8 years of experience in system design and implementation

    • Proficient in various programming languages such as Java, Python, and C++

    • Skilled in troubleshooting and resolving complex technical issues

    • Strong knowledge of network protocols and security measures

    • Proven track record of successfully leading cross-functi

  • Answered by AI
  • Q2. How to address the BSOD issue
  • Ans. 

    To address the BSOD issue, start by identifying the root cause and troubleshooting the hardware or software related issues.

    • Identify the error code displayed on the BSOD screen to narrow down the issue

    • Check for recent hardware or software changes that may have caused the BSOD

    • Update device drivers and software to ensure compatibility and stability

    • Run diagnostic tests to check for hardware failures

    • Consider restoring the s...

  • Answered by AI
  • Q3. How troubleshoot the Outlook Issue
  • Ans. 

    To troubleshoot Outlook issues, start by checking internet connection, restarting Outlook, updating software, checking email settings, and running diagnostics.

    • Check internet connection to ensure Outlook can connect to server

    • Restart Outlook to refresh the program

    • Update Outlook software to the latest version

    • Check email settings such as server configurations and account credentials

    • Run diagnostics tools provided by Outlook

  • Answered by AI
Round 2 - Group Discussion 

Virtualization, HVS, OS Performance Tuning, VPN Connectivity Issues / Network Connectivity & Troubleshooting

Round 3 - HR 

(1 Question)

  • Q1. Current Salary & Expected Salary
  • Ans. 

    I am currently earning $90,000 annually and I am looking for a salary in the range of $100,000 to $110,000 for this position.

    • Current Salary: $90,000 annually

    • Expected Salary: $100,000 - $110,000

    • Open to negotiation based on benefits and responsibilities

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Maximize the coin profit by iterating though a list

Round 2 - Technical 

(1 Question)

  • Q1. LLD for creating few java classes for a news channel
  • Ans. 

    Designing Java classes for a news channel

    • Create a NewsChannel class with attributes like name, location, and list of news articles

    • Create a NewsArticle class with attributes like title, author, content, and publish date

    • Implement methods in NewsChannel class to add, remove, and display news articles

  • Answered by AI

Skills evaluated in this interview

SVB Global Services India Interview FAQs

How many rounds are there in SVB Global Services India Senior Data Engineer interview?
SVB Global Services India interview process usually has 2 rounds. The most common rounds in the SVB Global Services India interview process are Technical.
What are the top questions asked in SVB Global Services India Senior Data Engineer interview?

Some of the top questions asked at the SVB Global Services India Senior Data Engineer interview -

  1. ETL techniques and implementat...read more
  2. Data warehous...read more
  3. Batch process...read more

Tell us how to improve this page.

SVB Global Services India Senior Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Analyst
5 salaries
unlock blur

₹15 L/yr - ₹20 L/yr

Operations Analyst
5 salaries
unlock blur

₹7.9 L/yr - ₹10 L/yr

Senior Operations Analyst
5 salaries
unlock blur

₹13.2 L/yr - ₹14.5 L/yr

Analyst
4 salaries
unlock blur

₹8.9 L/yr - ₹15.3 L/yr

Senior Manager
4 salaries
unlock blur

₹36 L/yr - ₹62 L/yr

Explore more salaries
Compare SVB Global Services India with

Accenture

3.8
Compare

IBM

4.0
Compare

TCS

3.7
Compare

Infosys

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