Premium Employer

i

This company page is being actively managed by Equitas Small Finance Bank Team. If you also belong to the team, you can get access from here

Equitas Small Finance Bank Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Equitas Small Finance Bank Data Engineer 1 Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

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

I appeared for an interview before Jun 2016.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself from the day u were born till today (Stopped mid way when I mentioned the finance course)
  • Q2. What is a Brownian motion? Properties of Brownian motion?
  • Ans. 

    Brownian motion is the random motion of particles in a fluid due to collisions with other particles.

    • Brownian motion was first observed by Robert Brown in 1827.

    • It is named after the botanist Robert Brown.

    • The motion is caused by the random movement of fluid molecules.

    • Brownian motion is a continuous-time stochastic process.

    • It is often used to model various phenomena in physics, finance, and biology.

    • Properties of Brownian ...

  • Answered by AI
  • Q3. What is a Martingale? What are Markov Processes? Is Martingale a Markov Process? Are Markov Processes Martingales?
  • Ans. 

    A Martingale is a mathematical concept used in probability theory and statistics. Markov Processes are stochastic processes that satisfy the Markov property.

    • A Martingale is a sequence of random variables where the expected value of the next variable, given the current and past variables, is equal to the current variable.

    • Markov Processes are stochastic processes where the future state depends only on the current state a...

  • Answered by AI
  • Q4. Then the HR guy asked me One trait of mine that I’m not proud of?
  • Q5. Then there was a puzzle m2 = n2 + 32294 ( It was also asked in last year’s interview)
  • Q6. Then there was another HR question, In a group would it be better for me to assume a leadership position or simply be a part of it? Why?

Interview Preparation Tips

Round: Test
Experience: The Maths section had questions on basic probability and statistics. Also the Maths section had a higher weight age than the other sections (Questions carrying 3 marks each while other sections had 1 or 2 marks for each question. They were here, offering a quant profile so that justifies the distribution.) The DI/Quant (2 marks each) and English (1 Mark Each) section were similar to CAT. The finance section had questions on Basic Accounting. Anyone who did well in the Maths section could find his name in the shortlist.

Round: Technical + HR Interview
Experience: Possible Lapses: I

I applied via Referral and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Coding Test 

SQL server

Round 2 - Coding Test 

SQL DBA

Round 3 - HR 

(1 Question)

  • Q1. Salary discussed, Appts test

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best... be prepared question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Would you send a mail to stakeholder in place of your colleague
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Core java , string, thread , sql, mvc, spring boot

Round 2 - Technical 

(2 Questions)

  • Q1. 2 coding questions on array and string
  • Q2. Sorting , thread
Round 3 - Technical 

(3 Questions)

  • Q1. Managerial round
  • Q2. Project and some basic questions
  • Q3. Describe your project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Usual Quants and logical reasoning questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Intro and projects details
  • Q2. Oops and Java basics
Round 3 - HR 

(1 Question)

  • Q1. Background and some behaviour questions
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 Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1.corejava 2. git, bitbucket 3.debugging
Round 2 - Technical 

(1 Question)

  • Q1. 1. core java 2. project

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have a strong foundation in core java and knowledge on other development tools like git ,bitbucket and debugging you can easily crack the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 4 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 

Algorithms and data structures questions similar to leetcode

Round 3 - Technical 

(1 Question)

  • Q1. Here also data structures and Algorithms plus java questions
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions asked based on end user perpective.

Interview Preparation Tips

Topics to prepare for Standard Chartered Software Engineer interview:
  • Data Structures and Algorithms
  • Java

Tell us how to improve this page.

Join Equitas Small Finance Bank #BeyondBanking

Interview Questions from Similar Companies

IDFC FIRST Bank Interview Questions
3.9
 • 672 Interviews
IndusInd Bank Interview Questions
3.5
 • 634 Interviews
Yes Bank Interview Questions
3.7
 • 443 Interviews
Deutsche Bank Interview Questions
3.9
 • 371 Interviews
Barclays Interview Questions
3.8
 • 275 Interviews
Bank of America Interview Questions
4.2
 • 241 Interviews
View all
Assistant Manager
853 salaries
unlock blur

₹1.6 L/yr - ₹5.5 L/yr

Business Development Officer
415 salaries
unlock blur

₹1.5 L/yr - ₹4.6 L/yr

Relationship Manager
363 salaries
unlock blur

₹1 L/yr - ₹8.2 L/yr

Sales Officer
329 salaries
unlock blur

₹1.1 L/yr - ₹4.3 L/yr

Deputy Manager
317 salaries
unlock blur

₹2.3 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Equitas Small Finance Bank with

AU Small Finance Bank

4.2
Compare

IndusInd Bank

3.5
Compare

Yes Bank

3.7
Compare

Jana Small Finance Bank

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