Upload Button Icon Add office photos

Suryoday Small Finance Bank

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

Suryoday Small Finance Bank Executive Assistant Interview Questions and Answers

Updated 20 May 2024

Suryoday Small Finance Bank Executive Assistant Interview Experiences

Interview questions from similar companies

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

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and experienced professional with a strong background in project management and team leadership.

    • Over 8 years of experience in project management

    • Successfully led cross-functional teams to deliver projects on time and within budget

    • Strong communication and interpersonal skills

    • Proven track record of achieving targets and exceeding expectations

  • Answered by AI
  • Q2. Personal details
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Banks website

Round 1 - Technical 

(1 Question)

  • Q1. Why you want doing job in banking sector?
Round 2 - HR 

(1 Question)

  • Q1. Why you leave the job in previous company?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

It was nice test about the financial terms And Details

Round 3 - Technical 

(2 Questions)

  • Q1. It was all about questions for Unix and SQL
  • Q2. It was asked for the financial terms And concepts as well

Interview Preparation Tips

Interview preparation tips for other job seekers - It's Good company to work with good environment...

I applied via Newspaper Ad

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 - One-on-one 

(1 Question)

  • Q1. Till date working and experience
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions about technology organization using.
Round 4 - HR 

(1 Question)

  • Q1. About the salary and documents

Interview Preparation Tips

Interview preparation tips for other job seekers - Do best preparation for interview as per role responsibility.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Question about big data and big query
  • Q2. Question about pyspark
Round 2 - One-on-one 

(1 Question)

  • Q1. Salary expectation & why you want to join db ?
  • Ans. 

    I am looking for a competitive salary that reflects my experience and skills. I want to join db because of its reputation for innovation and growth opportunities.

    • I am seeking a salary that aligns with my level of experience and expertise in the industry.

    • I believe db offers a dynamic and innovative work environment that will allow me to grow and develop professionally.

    • I am attracted to db's reputation as a leader in the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask them how much they can offer before giving an interview

I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL queries you
  • Ans. 

    I am proficient in writing complex SQL queries for data retrieval and manipulation.

    • I have experience in using various SQL functions like JOIN, GROUP BY, HAVING, etc.

    • I can write subqueries and nested queries to fetch data from multiple tables.

    • I am familiar with using SQL for data analysis and reporting purposes.

    • I have worked with different database management systems like MySQL, Oracle, and SQL Server.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a good experience in the interview

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Assignment 

Logical reasoning permutations combination general knowledge and Writing Skills.

Round 2 - Group Discussion 

Any current tropics in india.

Round 3 - HR 

(1 Question)

  • Q1. General introduction with questions Related to your studies, which is critical to recall and typing speed test.
Round 4 - One-on-one 

(4 Questions)

  • Q1. They tried to reject as worst manager will make you down and leave the room on lowest payroll.
  • Q2. Introduction round
  • Q3. If hired then at very low wage rate as per Gurugram wage rate
  • Q4. Only they will convince you to join other organisations. Means they will reject you. If convincing power is more you will be in.

Interview Preparation Tips

Interview preparation tips for other job seekers - No job security.
Best for 21 to 25 yrs aged with excellent knowledge of IT and Advance Excel certificate to earn experience of night shift.
No Accomodation for married and unmarried.
No work from home
Too Delayed promotions.
Too low wage rate structure as Gurgaon expenses.

One of the worst HR services among corporate industry in India.

Not at all good for migrants employees as no Accomodation/ food for migrants.

One of the worst health services among Indian corporate industry.

Strictly no for post graduate students as only except Tire 1 post graduate.

Too congested infrastructure as per employee strength.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OOPS Concepts of Java
  • Ans. 

    OOPS Concepts of Java include Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only allows access through methods.

    • Abstraction focuses on the essential qualities of an object rather than specific deta

  • Answered by AI
  • Q2. Collections Hierarchy in Java
  • Ans. 

    Collections hierarchy in Java includes interfaces like List, Set, Map and their implementations like ArrayList, HashSet, HashMap.

    • Java collections framework provides interfaces like List, Set, Map

    • List interface allows duplicate elements and maintains insertion order, examples are ArrayList, LinkedList

    • Set interface does not allow duplicate elements, examples are HashSet, TreeSet

    • Map interface stores key-value pairs, examp

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. 5 ways of initializing SAS Macro variables
  • Ans. 

    There are multiple ways to initialize SAS Macro variables.

    • Using the %LET statement

    • Using the %GLOBAL statement

    • Using the %SYSCALL macro function

    • Using the %SYSFUNC macro function

    • Using the %DO loop

  • Answered by AI
  • Q2. Difference between Merge and Sql Join
  • Ans. 

    Merge is a function in pandas library used to combine two dataframes based on a common column, while SQL join is used to combine tables based on a specified condition.

    • Merge is a function in pandas library, while SQL join is a clause in SQL.

    • Merge combines two dataframes based on a common column, while SQL join combines tables based on a specified condition.

    • Merge can perform inner, outer, left, and right joins, while SQL...

  • Answered by AI
  • Q3. 5 proc statements

Skills evaluated in this interview

Suryoday Small Finance Bank Interview FAQs

How many rounds are there in Suryoday Small Finance Bank Executive Assistant interview?
Suryoday Small Finance Bank interview process usually has 1 rounds. The most common rounds in the Suryoday Small Finance Bank interview process are HR.
How to prepare for Suryoday Small Finance Bank Executive Assistant 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 Suryoday Small Finance Bank. The most common topics and skills that interviewers at Suryoday Small Finance Bank expect are EA, Personal Assistance, Secretarial Activities, Calendaring and Coordination.

Tell us how to improve this page.

Suryoday Small Finance Bank Executive Assistant Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

IDFC FIRST Bank Interview Questions
3.9
 • 671 Interviews
IndusInd Bank Interview Questions
3.5
 • 632 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
Suryoday Small Finance Bank Executive Assistant Salary
based on 5 salaries
₹3.6 L/yr - ₹8.5 L/yr
8% less than the average Executive Assistant Salary in India
View more details

Suryoday Small Finance Bank Executive Assistant Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
283 salaries
unlock blur

₹2.4 L/yr - ₹10.2 L/yr

Relationship Officer
209 salaries
unlock blur

₹1.4 L/yr - ₹3.8 L/yr

Branch Manager
180 salaries
unlock blur

₹2.2 L/yr - ₹11 L/yr

Senior Executive
137 salaries
unlock blur

₹2 L/yr - ₹5.3 L/yr

Deputy Manager
123 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Suryoday Small Finance Bank with

AU Small Finance Bank

4.2
Compare

IndusInd Bank

3.5
Compare

IDFC FIRST Bank

3.9
Compare

Yes Bank

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