Upload Button Icon Add office photos

Osttra

Compare button icon Compare button icon Compare

Filter interviews by

Osttra Interview Questions and Answers

Updated 3 Jun 2025
Popular Designations

6 Interview questions

A Software Engineer was asked 5mo ago
Q. Regarding Promises and callbacks, what is the order of execution?
Ans. 

Callbacks run first before promises in JavaScript.

  • Callbacks are executed immediately when they are defined.

  • Promises are executed asynchronously, after the current call stack is empty.

  • Example: Callback function passed to setTimeout() runs before the promise resolves.

View all Software Engineer interview questions
A Software Engineer was asked 5mo ago
Q. How do you implement the singleton pattern in Angular?
Ans. 

Singleton in Angular can be achieved by creating a service with providedIn: 'root' in the @Injectable decorator.

  • Create a service with providedIn: 'root' in the @Injectable decorator

  • Use the service throughout the application to ensure only one instance is created

View all Software Engineer interview questions
A Software Developer was asked
Q. Given a string s, find the length of the longest substring without repeating characters.
Ans. 

Find the longest substring without repeating characters in a given string.

  • Use a sliding window approach to iterate through the string and keep track of the characters seen so far.

  • Update the start index of the window when a repeating character is encountered.

  • Keep track of the longest substring length and characters seen in a hashmap.

View all Software Developer interview questions
An Associate Software Engineer 2 was asked
Q. Have you ever presented a Proof of Concept (POC) in your organization?
Ans. 

Yes, I presented a POC for a new feature in our company's software platform.

  • I conducted research to identify the need for the new feature

  • I developed a prototype to demonstrate the functionality of the feature

  • I presented the POC to stakeholders for feedback and approval

View all Associate Software Engineer 2 interview questions
A QA Engineer was asked
Q. What is java and datatypes and methods and jdk jvm
Ans. 

Java is a programming language used to create software applications. It has various datatypes and methods, and requires JDK and JVM.

  • Java is an object-oriented programming language

  • Datatypes include int, double, boolean, etc.

  • Methods are functions that perform specific tasks

  • JDK (Java Development Kit) is a software development environment

  • JVM (Java Virtual Machine) is a runtime environment

  • Example: int x = 5; System.out...

View all QA Engineer interview questions
A Software Engineer was asked 5mo ago
Q. RXJS subject and behavior subject difference.
Ans. 

RXJS subject is a generic observable while behavior subject has an initial value and replays it to new subscribers.

  • RXJS subject is a generic observable that can emit multiple values to multiple subscribers.

  • Behavior subject is a type of subject that requires an initial value and replays it to new subscribers.

  • Behavior subject is useful for scenarios where you always want new subscribers to get the most recent value.

  • ...

View all Software Engineer interview questions

Osttra Interview Experiences

13 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Css Position, Display properties, flex box.
  • Q2. Event Loop in JS.
  • Ans. 

    Event Loop in JS manages asynchronous operations by executing callback functions in a queue.

    • Event Loop is a mechanism in JavaScript that allows asynchronous operations to be handled efficiently.

    • It continuously checks the call stack for any functions to execute, and the callback queue for any functions to be pushed onto the call stack.

    • Example: setTimeout() function in JS uses the Event Loop to execute a callback functio...

  • Answered by AI
  • Q3. Promise and callbacks, tell the sequence which runs first.
  • Q4. RXJS subject and behavior subject difference.
  • Ans. 

    RXJS subject is a generic observable while behavior subject has an initial value and replays it to new subscribers.

    • RXJS subject is a generic observable that can emit multiple values to multiple subscribers.

    • Behavior subject is a type of subject that requires an initial value and replays it to new subscribers.

    • Behavior subject is useful for scenarios where you always want new subscribers to get the most recent value.

    • Examp...

  • Answered by AI
  • Q5. How to achieve singleton in angular.

Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. IT Service Desk related questions
  • Q2. Microsoft Entra ID and Google Workspace questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. ITSM questions and service delivery
  • Q2. Question related to work experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Interview started with an introduction then Technical person shared a link wherein 1 programming question on String- find longest non repeating substring need to be find and 20 MCQs on Java, DS Algo, AWS w...
  • Q2. Longest Substring without repeating character
  • Ans. 

    Find the longest substring without repeating characters in a given string.

    • Use a sliding window approach to iterate through the string and keep track of the characters seen so far.

    • Update the start index of the window when a repeating character is encountered.

    • Keep track of the longest substring length and characters seen in a hashmap.

  • Answered by AI
  • Q3. Core Java fundmentals
  • Q4. AWS ECS, CLoudWatch
  • Q5. Hibernate, SQL coding questions

Interview Preparation Tips

Topics to prepare for Osttra Software Developer interview:
  • Data Structures
  • Java
Interview preparation tips for other job seekers - Prepare DS Algo before going to interview

Skills evaluated in this interview

Devops Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. ELB, S3 types, terraform debugging questions, scenario based aws questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Terraform, git, aws
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitute based questions

Round 2 - Technical 

(1 Question)

  • Q1. Java and aws based
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Oct 2023. There were 6 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 - Virtual screening 

(1 Question)

  • Q1. This was a virtual round where 3easy DSA questions were asked and then java theoretical MCQs with some deep dive into explainations.
Round 3 - Technical 

(2 Questions)

  • Q1. This was an in-office round with questions from DSA, Java and SQL. Questions from many areas are asked with sometimes going deep into a topic. If you are solid with your concepts then it should be fine.
  • Q2. Some of the questions I can remember were in the areas of multithreading, OOPs concepts SOLID principles, design patterns. Method overriding/overloading. Stream api.
Round 4 - Technical 

(2 Questions)

  • Q1. This round had some design and managerial questions. Design a to-do list with DB and api details.
  • Q2. Any instances in your organization where you presented a POC?
  • Ans. 

    Yes, I presented a POC for a new feature in our company's software platform.

    • I conducted research to identify the need for the new feature

    • I developed a prototype to demonstrate the functionality of the feature

    • I presented the POC to stakeholders for feedback and approval

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. This was just a simple discussion where some details about the organisation were given. You can ask your own questions.
Round 6 - Telephonic Call 

(1 Question)

  • Q1. After you successfully clear the rounds, they will ask you to share payslips and related documents. After sharing documents they will call you 2-3 days later for negotiation. They go through your documents...

Interview Preparation Tips

Interview preparation tips for other job seekers - The role I interviewed for was java developer.
The technical round thoroughly goes through many areas of a topic, so make sure you understand the concepts well.

Little bit of DSA should be good.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are you looking for in the next company/opportunity?
Round 2 - Technical 

(1 Question)

  • Q1. Difficult situation you handled?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Reg reporting 

(2 Questions)

  • Q1. Go through your resume and tell me about yourself
  • Q2. Topics for reg reporting basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident good organisation with good work-life balance
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Implement cache
  • Ans. 

    Implementing a cache involves storing frequently accessed data for quick retrieval, improving performance and efficiency.

    • Use a data structure like a dictionary or hash map for O(1) access time.

    • Implement cache eviction policies like LRU (Least Recently Used) to manage memory.

    • Consider thread safety if the cache will be accessed by multiple threads.

    • Example: A simple in-memory cache can be implemented using a Python dictio...

  • Answered by AI

SQA Engineer Interview Questions & Answers

user image Pawan Kumar

posted on 30 Dec 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jun 2023, where I was asked the following questions.

  • Q1. Bdd cucumber related
  • Q2. Core java with serenity

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Osttra?
Ask anonymously on communities.

Osttra Interview FAQs

How many rounds are there in Osttra interview?
Osttra interview process usually has 2-3 rounds. The most common rounds in the Osttra interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Osttra 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 Osttra. The most common topics and skills that interviewers at Osttra expect are Supply Chain, HTTP, Workflow, Market Intelligence and Analytics.
What are the top questions asked in Osttra interview?

Some of the top questions asked at the Osttra interview -

  1. Any instances in your organization where you presented a P...read more
  2. Promise and callbacks, tell the sequence which runs fir...read more
  3. What is java and datatypes and methods and jdk ...read more
How long is the Osttra interview process?

The duration of Osttra interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 13 interview experiences

Difficulty level

Easy 29%
Moderate 57%
Hard 14%

Duration

Less than 2 weeks 80%
More than 8 weeks 20%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

Osttra Reviews and Ratings

based on 66 reviews

3.7/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.9

Salary

3.7

Job security

3.6

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 66 Reviews and Ratings
Associate Director
38 salaries
unlock blur

₹33.5 L/yr - ₹59 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹22 L/yr - ₹37 L/yr

Software Engineer
21 salaries
unlock blur

₹16 L/yr - ₹29 L/yr

Associate Software Engineer
17 salaries
unlock blur

₹8.9 L/yr - ₹14 L/yr

SQA Engineer
17 salaries
unlock blur

₹14.7 L/yr - ₹25 L/yr

Explore more salaries
Compare Osttra with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview