Upload Button Icon Add office photos

Filter interviews by

Banco Bilbao Vizcaya Data Engineer Interview Questions, Process, and Tips

Updated 14 May 2024

Banco Bilbao Vizcaya Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 May 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your experience?
Round 2 - Technical 

(4 Questions)

  • Q1. What is a funcional programming?
  • Ans. 

    Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data.

    • Focuses on the evaluation of functions

    • Avoids changing state and mutable data

    • Emphasizes immutability and pure functions

    • Supports higher-order functions and recursion

    • Examples: Haskell, Scala, Clojure

  • Answered by AI
  • Q2. Explain to me the 3 major pillar of oop
  • Ans. 

    The 3 major pillars of OOP are encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java.

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass.

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading in

  • Answered by AI
  • Q3. What is Apache spark?
  • Ans. 

    Apache Spark is a fast and general-purpose cluster computing system for big data processing.

    • Apache Spark is designed for speed and ease of use in processing large datasets.

    • It provides APIs in Java, Scala, Python, and R for building parallel applications.

    • Spark can run on Hadoop, standalone, or in the cloud, and includes libraries for SQL, streaming, machine learning, and graph processing.

    • It uses in-memory computing to i...

  • Answered by AI
  • Q4. What is a cross join in sql?
  • Ans. 

    A cross join in SQL is a join operation that produces the Cartesian product of two tables.

    • It combines each row from the first table with every row from the second table.

    • It does not require any matching condition like other types of joins.

    • It can result in a large number of rows if the tables being joined have many rows.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: It was AMCAT Test. Verbal was bit of tough.Somehow i managed. But I could not get the time for Quants to solve. Logical and Programming was good. Basics were asked in Programming from data structures, C and OOPS.
Tips: Kindly Practice well.There is lot of websites for preparing interview test.Avail that.Go through all the Basic concepts from your core subjects.Be perfect about the concepts.Do not get tensed while seeing big questions.Read twice you would feel easy about that qus .Do well.ALL THE BEST. Initially Confidence should be there.
Duration: 2 hours minutes
Total Questions: 100

College Name: VIT VELLORE
Motivation: For time being i dont have any idea about that company since am not entered into.But my seniors and well wishers are saying that its really a good company for freshers to enhance their knowledge.
Funny Moments: Ha Ha Ha.. Personal Interview was Good.HR Interview was very chill. It was so excitement one.

Interview Questionnaire 

11 Questions

  • Q1. 1st technical round
  • Q2. How you will find the smallest of 4 numbers without using >.< and min function using java
  • Ans. 

    Finding smallest of 4 numbers without using >.< and min function in Java.

    • Initialize a variable with the first number

    • Compare it with the remaining numbers using if-else statements

    • If a smaller number is found, update the variable

    • Repeat until all numbers are compared

    • The final value of the variable will be the smallest number

  • Answered by AI
  • Q3. Write a code for palindrome
  • Ans. 

    Code for palindrome checking

    • Convert the input to lowercase to ignore case sensitivity

    • Use two pointers, one at the start and one at the end of the string

    • Compare the characters at both pointers and move them towards each other

    • If all characters match, it's a palindrome

  • Answered by AI
  • Q4. Write any javascript code
  • Ans. 

    Javascript code to display 'Hello World!' on the webpage

    • Create a new HTML file

    • Add a script tag with 'type' attribute set to 'text/javascript'

    • Inside the script tag, use document.write() to display 'Hello World!'

  • Answered by AI
  • Q5. Swap two number without using temperory variable
  • Ans. 

    Swap two numbers without using a temporary variable.

    • Use addition and subtraction to swap the values

    • Use XOR operator to swap the values

    • Use multiplication and division to swap the values

  • Answered by AI
  • Q6. How you will add 2 table
  • Ans. 

    To add 2 tables, we need to use a join operation on a common column.

    • Identify the common column between the tables

    • Choose the appropriate join type (inner, outer, left, right)

    • Write the SQL query to join the tables

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q7. Difference between union and union all
  • Ans. 

    Union combines and removes duplicates, Union All combines all rows including duplicates.

    • Union is used to combine the result sets of two or more SELECT statements and remove duplicates.

    • Union All is used to combine the result sets of two or more SELECT statements and includes all rows, including duplicates.

    • Union is slower than Union All as it has to remove duplicates.

    • Union requires the same number of columns in all SELEC...

  • Answered by AI
  • Q8. They provide an instance, and tell us to write a query for that
  • Q9. Tell me about yourself
  • Q10. The worst situation during your internship period
  • Ans. 

    Being assigned a project with unrealistic deadlines and minimal guidance

    • Received a project with tight deadlines and unclear requirements

    • Struggled to meet the deadlines due to lack of guidance and support

    • Had to work long hours and weekends to try to complete the project

    • Learned the importance of clear communication and setting realistic expectations

  • Answered by AI
  • Q11. How you will overcome from that worst situation

Interview Preparation Tips

Round: Test
Experience: The question were not that much difficult. Many apti questions are easy. Technical was very easy for me.
The questions were fully based on java, c and SQL. 7 to 8 questions are from SQL. But all are straight forward questions. Other 2 sections were easy and any student who had a good sort of thinking ability can able to solve those questions.
Tips: Just refer all the basic topics in java, c and sql.
Duration: 60 minutes
Total Questions: 50

Round: Technical Interview
Experience: It was fully based on the final sem project which i was doing.
Since my project is company's employee portal, i was asked about that. They will dig into deep with respect to that project.
Tips: U should be aware of each and everything in your project which you are going to explain them. The question which they use to ask is really unpredictable.

Round: Technical Interview
Experience: This is pure technical round where i was asked the questions which is easy but takes time to think. Anyhow, i answered all these questions and get into the next round.
Tips: Logical thinking matters. Though questions look easier, sometimes we co calculate with wrong manner.
So keep calm and think in a broader manner.

Round: Technical Interview
Experience: Technical round with pure database stuffs. I was asked only few question in this. Since it was straight forward, i answered all the questions.

Round: HR Interview
Experience: Confidence really matters. Though i was not that much good in conversing, i spoke with brave and confidently which makes me to became a part of the barclays team.

General Tips: Be confident enough and answer them what you know.
Talking too much as well as taking less is also a problematic.
Skills: Logical thinking, Technical skills ( Especially about database )
College Name: MANIPAL INSTITUTE OF TECHNOLOGY, MANIPAL
Motivation: Credits should goes to my bro who motivates me to apply to this comapny.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Barclays user image Shubham Srivastava

posted on 30 Jan 2016

Interview Preparation Tips

Round: Test
Experience: General aptitude consisted of quantitative questions .There were 6 questions and suggested time as 10 minutes. Questions were of easy level. Questions based on numbers,distance,time etc..Answers of general aptitude were to be written in textbox. eg ans is 4,write 4. there were no options in quant. Answers were integers an easy.
Technical comprehension involved two paragraphs and questions based on sql.
Logical analysis contained questions of logical deduction mainly.
Program tracing involved finding output of programs(mainly while loop and if else)..
Programming : There was only one question of programming(to be solved in 30 minutes). Code was given and was to be modified.Modification involved like , find out the least salary of employees,... (they used file input output and structures).

Tips: Practice basic aptitude.Concepts should be clear.
Duration: 90 minutes
Total Questions: 18

Skills: Basic C/C++, Logical Thinking, Logical Reasoning, General Aptitude
College Name: NIT Raipur

Interview Preparation Tips

Round: Test
Experience: Study data interpretation (calculator allowed) and pattern puzzles

Round: Group Discussion
Experience: Two topics (have been same case studies for past 4 years now): - Mobile app improvement - Making a business decision

Round: HR Interview
Experience: Everything depends only on HR interview
Tips: Make a list of your strengths and an example for each!

Round: Technical Interview
Experience: Short, easy and basic questions asked about projects and DS. Pretty chilled

College Name: Sardar Patel Institute of Technology

I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About your self

Interview Preparation Tips

Interview preparation tips for other job seekers - please select my profile
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions, (1 easy and 2 medium level)

Round 2 - Technical 

(2 Questions)

  • Q1. About project, database schema
  • Q2. Oops concepts, where do you see yourself in 10 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Know more about company

Interview Questionnaire 

1 Question

  • Q1. Basic HR questions, linked list sorting

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

Round 1 - Coding Test 

It wise MCQ based on your current technology.

Round 2 - One-on-one 

(1 Question)

  • Q1. It was base on the specific role which we are applying.
Round 3 - HR 

(1 Question)

  • Q1. It is same as the other company nothing specific.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to brush up your basics in the role you are applying.

I applied via Campus Placement and was interviewed before Jul 2021. 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 - Coding Test 

There were 6 sections 3 coding and one aptitude, one related to cs subjects and other is oops

Round 3 - Behavioral interview 

(1 Question)

  • Q1. Asked about some technical questions and company related situational based interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be perfect in basics of CS subjects and coding.

Banco Bilbao Vizcaya Interview FAQs

How many rounds are there in Banco Bilbao Vizcaya Data Engineer interview?
Banco Bilbao Vizcaya interview process usually has 2 rounds. The most common rounds in the Banco Bilbao Vizcaya interview process are HR and Technical.
What are the top questions asked in Banco Bilbao Vizcaya Data Engineer interview?

Some of the top questions asked at the Banco Bilbao Vizcaya Data Engineer interview -

  1. What is a funcional programmi...read more
  2. What is a cross join in s...read more
  3. What is Apache spa...read more

Tell us how to improve this page.

Banco Bilbao Vizcaya Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Compare Banco Bilbao Vizcaya with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.7
Compare

Kotak Mahindra Bank

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