Upload Button Icon Add office photos

Filter interviews by

Sumitomo Mitsui Banking Corporation Executive Interview Questions and Answers

Updated 16 Jul 2024

Sumitomo Mitsui Banking Corporation Executive Interview Experiences

1 interview found

Executive Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your skills
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay true

Interview questions from similar companies

I applied via Company Website and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. 1. Tell me something about your self.
  • Q2. 2. How to replace male with female in Oracle
  • Ans. 

    To replace male with female in Oracle, use the UPDATE statement with the SET clause.

    • Use the UPDATE statement with the SET clause to replace male with female in Oracle

    • Example: UPDATE employees SET gender='female' WHERE gender='male'

    • Make sure to specify the table name and column name correctly

    • Use WHERE clause to specify the condition for replacement

  • Answered by AI
  • Q3. 3.write to query to display 3rd highest salary
  • Ans. 

    Query to display 3rd highest salary

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the LIMIT clause to limit the result to the third row

    • Use a subquery to exclude the top two salaries

  • Answered by AI
  • Q4. 4.what is difference between delete and truncate
  • Ans. 

    Delete removes specific rows while truncate removes all rows from a table.

    • Delete is a DML command while truncate is a DDL command.

    • Delete is slower than truncate as it logs each row deletion while truncate does not.

    • Delete can be rolled back while truncate cannot be rolled back.

    • Delete can have a WHERE clause to specify which rows to delete while truncate removes all rows.

    • Delete does not reset the identity of the table wh

  • Answered by AI
  • Q5. 5.what is cursor and explain type of cursor
  • Ans. 

    A cursor is a database object used to manipulate data in a result set.

    • A cursor is used to traverse through a result set one row at a time.

    • There are two types of cursors: static and dynamic.

    • Static cursors are read-only and scroll forward only.

    • Dynamic cursors are updatable and can scroll in any direction.

    • Cursors can be used in stored procedures, triggers, and functions.

  • Answered by AI
  • Q6. 6. What is difference between procedure and function
  • Ans. 

    Procedure is a set of instructions that performs a specific task, while function returns a value after performing a task.

    • Procedure does not return a value, while function does.

    • Functions can be called from within expressions, while procedures cannot.

    • Functions can have parameters passed to them, while procedures can have both parameters and arguments.

    • Examples of procedures include printing to the console, while examples ...

  • Answered by AI
  • Q7. 7.write command to display secod last line of file
  • Ans. 

    Display second last line of a file using command line.

    • Use the tail command with -n option to display last two lines of the file.

    • Then use head command with -n option to display the second last line.

    • Example: tail -n 2 file.txt | head -n 1

  • Answered by AI
  • Q8. 8. Write command to replace Sam with vam on 5th line
  • Ans. 

    Command to replace Sam with vam on 5th line

    • sed '5s/Sam/vam/' filename.txt

    • awk 'NR==5 {sub(/Sam/, "vam")} 1' filename.txt

  • Answered by AI
  • Q9. 9. Write command to display blank line in file
  • Ans. 

    Command to display blank line in file

    • Use echo command with empty quotes to create a blank line in a file

    • Syntax: echo '' >> filename

    • Alternatively, use printf command with newline character

    • Syntax: printf ' ' >> filename

  • Answered by AI
  • Q10. 10. What is difference between soft link and hard link
  • Ans. 

    Soft links are pointers to the original file while hard links are additional names for the same file.

    • Soft links are created using the 'ln -s' command while hard links are created using the 'ln' command.

    • Soft links can point to files on different file systems while hard links cannot.

    • Deleting the original file will render a soft link useless while a hard link will still work.

    • Soft links have different inode numbers while h...

  • Answered by AI
  • Q11. 11. write command to display biggest file on server
  • Ans. 

    Use the 'du' command to display biggest file on server.

    • Open terminal or SSH into server

    • Navigate to directory to search from

    • Run 'du -a . | sort -n -r | head -n 1' command

    • The output will display the biggest file on the server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident during interview no matter weather you know answer or not.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 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 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. What are your strengths and weaknesses?
  • Q6. Tell me about yourself.
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions related to my profession

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy approachable and fast action

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Angular - Observable related, Java - web services User scenario based
Round 3 - One-on-one 

(1 Question)

  • Q1. Overall subject-oriented on Web services
Round 4 - HR 

(1 Question)

  • Q1. Basics on past company experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Interview experience, HR was kind and supportive throughout.

Interview Questionnaire 

2 Questions

  • Q1. Data Structures and Algorithms
  • Q2. System Design

I applied via Recruitment Consulltant and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. They will judge you for your capability to perform and deliver what is expected.
Round 2 - 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

Interview Preparation Tips

Topics to prepare for BNP Paribas QA Engineer interview:
  • QA Testing
  • SQL
  • VB
  • C++
  • Java
  • Javascript
  • ASP.Net
  • Development
  • C#
  • C#.Net
  • Core Java
  • SyBase
Interview preparation tips for other job seekers - Prepared and confident during your interview. Confidence will impress the interviewer about your ability to perform unde stressful situations.

I applied via Recruitment Consultant and was interviewed in Nov 2018. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They asked only 3 questions which are very basic even who not worked in this field can answer those questions then they told me that they will let me know..first 15 minutes they explained job description t...

Interview Preparation Tips

General Tips: If you already selected the person then Don't waste the time of other people.
Within three question you can't get Good performer. This is reason that people selected in the interview not performing in job well.
Skills: Siteminder flow, What is SAML, What is Oauth, Grep command
Duration: 1-4 weeks

I applied via Company Website and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical questions were asked
  • Q2. Questions related to work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - One should prepare technical questions related to their work experience and skill set. In addition to these, might be asked questions to check aptitude and adaptability

Interview Questionnaire 

5 Questions

  • Q1. How do you think you would be able to do justice to the role offered
  • Ans. 

    I believe my combination of experience, skills, and leadership qualities make me well-suited for the role.

    • I have a proven track record of successfully managing teams and projects

    • I possess strong communication and problem-solving skills

    • I am adaptable and able to handle challenging situations effectively

  • Answered by AI
  • Q2. What is your experience in handling similar line of business and what value additions you brought to your existing company
  • Ans. 

    I have 5 years of experience in the retail industry, where I successfully implemented a new inventory management system resulting in a 20% increase in efficiency.

    • Implemented a new inventory management system in the retail industry

    • Achieved a 20% increase in efficiency

    • Led a team to streamline processes and improve customer satisfaction

  • Answered by AI
  • Q3. Share experiences where you handled tough situation and how was the client reaction to your solution
  • Ans. 

    Handled a tough situation by resolving a major project delay with a client, resulting in positive feedback.

    • Identified the root cause of the project delay and communicated transparently with the client

    • Developed a revised project timeline with clear milestones and deadlines

    • Regularly updated the client on the progress and addressed any concerns promptly

    • Client appreciated the proactive communication and efforts to rectify

  • Answered by AI
  • Q4. Tell us about your current and prior experience in handling a large team. What's the biggest size of team you have managed? What are the key challenges you see in people management role
  • Ans. 

    I have managed teams of up to 50 members in my current and previous roles. Key challenges include communication, motivation, and conflict resolution.

    • Managed a team of 50 members in my current role as a Senior Manager

    • Previously managed a team of 30 members as a Team Lead

    • Challenges include effective communication to ensure everyone is on the same page, motivating team members to achieve goals, and resolving conflicts amo...

  • Answered by AI
  • Q5. Why do you want to leave your current organization
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Looking for a new challenge

    • Seeking opportunities for professional growth

    • Want to broaden my skill set

    • Company restructuring leading to uncertain future

  • Answered by AI

I applied via Campus Placement and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sell this watch
  • Ans. 

    This watch is a perfect blend of style and functionality, making it a must-have accessory for any occasion.

    • Sleek and stylish design

    • High-quality materials used in construction

    • Water-resistant and durable

    • Accurate timekeeping

    • Suitable for both formal and casual occasions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and be bold and well dressed

Sumitomo Mitsui Banking Corporation Interview FAQs

How many rounds are there in Sumitomo Mitsui Banking Corporation Executive interview?
Sumitomo Mitsui Banking Corporation interview process usually has 1 rounds. The most common rounds in the Sumitomo Mitsui Banking Corporation interview process are One-on-one Round.

Tell us how to improve this page.

Sumitomo Mitsui Banking Corporation Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 576 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
Morningstar Interview Questions
3.9
 • 244 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
BNP Paribas Interview Questions
3.8
 • 180 Interviews
View all
Assistant Manager
111 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Assistant Vice President
69 salaries
unlock blur

₹12 L/yr - ₹35 L/yr

Senior Officer
50 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Manager
45 salaries
unlock blur

₹10.1 L/yr - ₹25 L/yr

Analyst
40 salaries
unlock blur

₹3.5 L/yr - ₹11 L/yr

Explore more salaries
Compare Sumitomo Mitsui Banking Corporation with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

Citicorp

3.7
Compare

American Express

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