Upload Button Icon Add office photos

Filter interviews by

Overseas AST Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. How do you approach product prioritization?
  • Q3. If a bug needs to be prioritised before a release, how would you influence the stakeholders?
Round 2 - Technical 

(1 Question)

  • Q1. Team, release and scenario based questions
Round 3 - Technical 

(1 Question)

  • Q1. Key value proposition of your product roadmap
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Explain your last project and your role in this project
  • Ans. 

    Led a team in implementing a new CRM system for a large retail company

    • Managed project timeline and deliverables

    • Collaborated with stakeholders to gather requirements

    • Provided training and support to end users

    • Ensured successful implementation and user adoption

    • Improved customer data management and analytics

  • Answered by AI
  • Q2. Overall working experience with other companies
  • Ans. 

    I have over 10 years of experience working with various companies in consulting roles.

    • Managed client relationships and delivered successful projects on time and within budget

    • Led cross-functional teams to drive business growth and improve operational efficiency

    • Developed and implemented strategic plans to address client needs and achieve objectives

  • Answered by AI
  • Q3. Why choose kafka over MQ ? what challenges you faced during kafka implementation ?
  • Ans. 

    Kafka is chosen for its scalability and fault tolerance compared to MQ.

    • Kafka offers higher throughput and lower latency compared to MQ.

    • Kafka is horizontally scalable, allowing for easy expansion as data volume grows.

    • Kafka provides fault tolerance through replication of data across multiple brokers.

    • Challenges faced during Kafka implementation may include setting up proper configurations, ensuring data consistency, and m...

  • Answered by AI
  • Q4. Monolith to microservice migration journey ? what all decisions needs to be taken and how the entire migration took place.
  • Ans. 

    Monolith to microservice migration involves breaking down a large application into smaller, independent services.

    • Evaluate the current monolith architecture and identify the components that can be decoupled into microservices.

    • Define the boundaries of each microservice to ensure they are cohesive and loosely coupled.

    • Choose the right technology stack for each microservice based on its requirements and scalability needs.

    • Im...

  • Answered by AI
  • Q5. If worked for RestAPI ? what is the use of swagger ? what is the content of Swagger documentation ?
  • Ans. 

    Swagger is a tool used for documenting and testing REST APIs.

    • Swagger is used for documenting REST APIs by providing a user-friendly interface to view and interact with API endpoints.

    • It allows developers to easily understand the functionality of an API, including available endpoints, request/response formats, and authentication methods.

    • Swagger documentation typically includes information such as API endpoints, request p...

  • Answered by AI
  • Q6. Only this was asked to me , and rejected

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your interview scheduled only through referals , as at least you can get what went wrong if not selected .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are derivatives in finance?
  • Ans. 

    Derivatives in finance are financial instruments whose value is derived from the value of an underlying asset.

    • Derivatives can be used for hedging against risk, speculating on price movements, or gaining exposure to assets without owning them.

    • Common types of derivatives include options, futures, forwards, and swaps.

    • Options give the holder the right, but not the obligation, to buy or sell an asset at a specified price be...

  • Answered by AI
  • Q2. What are the different types of derivatives?
  • Ans. 

    Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

    • Types of derivatives include options, futures, forwards, and swaps.

    • Options give the holder the right, but not the obligation, to buy or sell an asset at a specified price before or on a specified date.

    • Futures are contracts to buy or sell an asset at a future date for a price agreed upon today.

    • Forwards are similar to...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. What are the details of the stock market and its various products?
  • Ans. 

    The stock market is a platform where investors can buy and sell shares of publicly traded companies.

    • Stocks represent ownership in a company and can be bought and sold on stock exchanges like NYSE and NASDAQ.

    • Bonds are debt securities issued by companies or governments to raise capital.

    • Mutual funds pool money from multiple investors to invest in a diversified portfolio of stocks, bonds, or other securities.

    • Options give i...

  • Answered by AI
  • Q2. Balance sheet,profit &loss account
  • Q3. Journal entries
  • Q4. Option in detail, economic crisis,

Interview Preparation Tips

Interview preparation tips for other job seekers - Well-prepared with comprehensive knowledge of the stock market, derivatives and their types, balance sheets, and profit and loss accounts.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
No response

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Walk me thru your CV
  • Q2. Technical questions from Job description
  • Q3. Why switching your job?
  • Q4. Behavioral Questions
  • Q5. Projects and accomplishments
  • Q6. How do you align with the role?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduction, be prepared to have knowledge on your resume
  • Q2. Mathematical questions like percentage
  • Q3. Critical thinking. They asked a question with a given situation what you'll do .
  • Q4. The past 4 days been climate be stroming . And current was cut off due to rain and flood , you have a important assignment to finish, what you'll do

Interview Preparation Tips

Interview preparation tips for other job seekers - I went to citi for the interview of operation specialist other day. I been waitied for around 4 hours just to get my first round of interview. The interviewer seems exhausted due to overwhelming candidate. And one thing is shown upon the scheduling of the interview is lack of people management and schedules. The interviewer seems nice even though i didn't selected
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Basic questions on python
  • Q2. Difference between list tuple
  • Ans. 

    Lists and tuples are both data structures in Python, but lists are mutable while tuples are immutable.

    • Lists are enclosed in square brackets [], while tuples are enclosed in parentheses ().

    • Lists can be modified after creation, while tuples cannot be modified (immutable).

    • Lists are typically used for collections of similar items, while tuples are used for fixed collections of items.

    • Example: list = [1, 2, 3] and tuple = (4

  • Answered by AI
  • Q3. Area of room 6D
  • Ans. 

    The area of a room can be calculated by multiplying the length by the width.

    • Calculate the area by multiplying the length and width of the room.

    • For example, if the length of the room is 10 feet and the width is 12 feet, the area would be 120 square feet.

    • Make sure to use the same units for length and width when calculating the area.

  • Answered by AI
  • Q4. Most emberacing situation u faced in your life
  • Ans. 

    Getting caught cheating on a test in high school

    • Was copying answers from a classmate during a test

    • Teacher caught me and called me out in front of the whole class

    • Felt embarrassed and learned my lesson about cheating

  • Answered by AI
  • Q5. Behavior questions like what will u do if this happens
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(7 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your experience
  • Q3. How to know chola
  • Ans. 

    Chola can be known through various methods such as historical records, archaeological findings, and cultural practices.

    • Study historical records and documents related to the Chola dynasty

    • Explore archaeological sites and artifacts associated with the Chola civilization

    • Learn about the cultural practices, art, and architecture of the Chola period

    • Consult experts and scholars in the field of Chola history and culture

  • Answered by AI
  • Q4. Do you have any experience about loan sales
  • Q5. How to handled pressure
  • Ans. 

    I handle pressure by staying organized, prioritizing tasks, and maintaining a positive attitude.

    • Stay organized by creating to-do lists and setting deadlines

    • Prioritize tasks based on urgency and importance

    • Maintain a positive attitude by focusing on solutions rather than problems

  • Answered by AI
  • Q6. How to manage travelling
  • Ans. 

    Managing travelling involves proper planning, organization, and time management.

    • Create a detailed itinerary with travel dates, times, and locations.

    • Pack efficiently and only bring necessary items to avoid overpacking.

    • Utilize travel apps and tools to stay organized and informed.

    • Stay flexible and be prepared for unexpected delays or changes in plans.

    • Prioritize rest and self-care to avoid burnout during travel.

    • Stay connec...

  • Answered by AI
  • Q7. Do you have experience of pure field work

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with confidence
All the best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you mean by derivatives
  • Q2. What do you mean you capital market
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. What currently you are doing in your project?
  • Ans. 

    I am currently leading a team in designing and implementing a new database system for our project.

    • Leading a team in designing a new database system

    • Implementing the new database system

    • Ensuring data integrity and security measures are in place

  • Answered by AI
  • Q2. How proficient you are in SQL?
  • Ans. 

    I am highly proficient in SQL with extensive experience in writing complex queries, optimizing database performance, and designing database schemas.

    • Extensive experience writing complex SQL queries

    • Optimizing database performance through SQL

    • Designing database schemas using SQL

    • Familiar with advanced SQL concepts such as joins, subqueries, and indexing

  • Answered by AI
  • Q3. Why you have gap before MBA?
  • Ans. 

    I took a gap to gain practical work experience and save money for my MBA.

    • To gain practical work experience relevant to my field of study

    • To save money for tuition and living expenses during my MBA program

    • To take a break and reassess my career goals before committing to further education

  • Answered by AI
  • Q4. Explain procedures from SQL.
  • Ans. 

    SQL procedures are reusable blocks of code that can be called to perform a specific task.

    • Procedures are created using the CREATE PROCEDURE statement.

    • They can accept input parameters and return output parameters.

    • Procedures can be called using the EXECUTE or CALL statement.

    • They are used to encapsulate logic for tasks that need to be performed repeatedly.

    • Procedures can improve performance by reducing network traffic.

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 563 Interviews
Citicorp Interview Questions
3.7
 • 562 Interviews
Bajaj Finserv Interview Questions
4.0
 • 509 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
UBS Interview Questions
4.0
 • 337 Interviews
BNY Interview Questions
3.9
 • 334 Interviews
Morgan Stanley Interview Questions
3.7
 • 306 Interviews
View all

Overseas AST Reviews and Ratings

based on 24 reviews

3.6/5

Rating in categories

3.9

Skill development

2.9

Work-life balance

3.8

Salary

3.0

Job security

3.2

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 24 Reviews and Ratings
Project Engineer
4 salaries
unlock blur

₹33 L/yr - ₹45.5 L/yr

Planning Manager
3 salaries
unlock blur

₹98 L/yr - ₹98 L/yr

QA QC Engineer
3 salaries
unlock blur

₹14 L/yr - ₹24.1 L/yr

HSE Manager
3 salaries
unlock blur

₹10 L/yr - ₹10 L/yr

HSE Officer
3 salaries
unlock blur

₹4.8 L/yr - ₹16 L/yr

Explore more salaries
Compare Overseas AST with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.9
Compare

JPMorgan Chase & Co.

4.0
Compare

HSBC Group

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