Premium Employer

i

This company page is being actively managed by Opus Technologies Team. If you also belong to the team, you can get access from here

Opus Technologies Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Opus Technologies Interview Questions and Answers

Updated 27 Sep 2024
Popular Designations

6 Interview questions

A Technical Lead was asked
Q. What is the use of the @LoadBalanced annotation?
Ans. 

The @LoadBalanced annotation is used in Spring Cloud to indicate that a RestTemplate should be load balanced.

  • Used to automatically distribute client requests across multiple instances of a service

  • Helps in achieving high availability and scalability

  • Works in conjunction with Ribbon load balancer in Spring Cloud

View all Technical Lead interview questions
A System Engineer was asked
Q. Can you provide a deep dive into OOP concepts?
Ans. 

OOP concepts include encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

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

  • Polymorphism: Ability for objects to be treated as instances of their parent class or their own class.

  • Abstraction: Hiding the implementation details and showing on...

View all System Engineer interview questions
A Team Manager was asked
Q. What is the Scrum Master's role in the organization?
Ans. 

Scrum master is responsible for facilitating the Scrum process and ensuring the team adheres to Scrum values, practices, and rules.

  • Facilitates Scrum events such as daily stand-ups, sprint planning, sprint review, and sprint retrospective

  • Removes impediments that hinder the team's progress

  • Coaches the team on Agile and Scrum principles

  • Ensures the team follows Scrum practices and rules

  • Acts as a servant leader to the t...

View all Team Manager interview questions
An Associate was asked 9mo ago
Q. Multithreading in java, Spring framework
Ans. 

Multithreading in Java allows multiple threads to execute concurrently. Spring framework provides support for multithreading through features like TaskExecutor.

  • Multithreading in Java allows multiple threads to run concurrently, improving performance and responsiveness.

  • Spring framework provides support for multithreading through features like TaskExecutor, which allows for asynchronous execution of tasks.

  • Care must ...

View all Associate interview questions
A System Engineer was asked
Q. Array sorting-based problem.
Ans. 

Sorting an array of strings based on a specific criteria.

  • Use a sorting algorithm like quicksort or mergesort to sort the array of strings.

  • Define a custom comparator function to specify the sorting criteria, such as length or alphabetical order.

  • Example: Sorting an array of strings based on length - ['apple', 'banana', 'pear'] becomes ['pear', 'apple', 'banana'].

View all System Engineer interview questions
A Team Manager was asked
Q. Agile methodology practices?
Ans. 

Agile methodology is a project management approach that emphasizes flexibility, collaboration, and continuous improvement.

  • Agile teams work in short iterations, delivering working software frequently

  • Customer collaboration is prioritized over contract negotiation

  • Adaptive planning is favored over rigid planning

  • Continuous feedback and improvement is encouraged through retrospectives

  • Cross-functional teams work together...

View all Team Manager interview questions

Opus Technologies Interview Experiences

9 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the use of @LoadBalanced annotation
  • Ans. 

    The @LoadBalanced annotation is used in Spring Cloud to indicate that a RestTemplate should be load balanced.

    • Used to automatically distribute client requests across multiple instances of a service

    • Helps in achieving high availability and scalability

    • Works in conjunction with Ribbon load balancer in Spring Cloud

  • Answered by AI
  • Q2. You can use this annotation on top of RestTemplate Bean. By this annotation the instance that will be created is load balanced i.e you don't need to write code to make this RestTemplate bean load balanced.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Describe your project and role
  • Q2. You need to describe your project in detail like current technologies being used etc. and your roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good knowledge of Core Java

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Project related details
  • Q2. Domain related details
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related info

System Engineer Interview Questions & Answers

user image Kumar Gaurav

posted on 27 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

It was quiet normal, 2 question + 5-6 mcq.

Round 3 - Technical 

(5 Questions)

  • Q1. Array sorting-based problem.
  • Ans. 

    Sorting an array of strings based on a specific criteria.

    • Use a sorting algorithm like quicksort or mergesort to sort the array of strings.

    • Define a custom comparator function to specify the sorting criteria, such as length or alphabetical order.

    • Example: Sorting an array of strings based on length - ['apple', 'banana', 'pear'] becomes ['pear', 'apple', 'banana'].

  • Answered by AI
  • Q2. String pattern matching based problem
  • Q3. OOP concepts based question
  • Q4. Multithreading based problem
  • Q5. Deep dive in OOP concepts
  • Ans. 

    OOP concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

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

    • Polymorphism: Ability for objects to be treated as instances of their parent class or their own class.

    • Abstraction: Hiding the implementation details and showing only th...

  • Answered by AI

Skills evaluated in this interview

Test Lead Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. On project related details
  • Q2. On domain related details
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is sonar ?
  • Ans. 

    Sonar is a technique that uses sound propagation to navigate, communicate with or detect objects underwater.

    • Sonar stands for Sound Navigation and Ranging.

    • It works by emitting sound waves and then listening for the echoes that bounce back from objects in the water.

    • Sonar is used in various applications such as underwater navigation, fishing, military operations, and mapping the ocean floor.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Associate Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java OOPs, classes, 4 principles of OOPs, coding question and discussion around it
  • Q2. Multithreading in java, Spring framework
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently. Spring framework provides support for multithreading through features like TaskExecutor.

    • Multithreading in Java allows multiple threads to run concurrently, improving performance and responsiveness.

    • Spring framework provides support for multithreading through features like TaskExecutor, which allows for asynchronous execution of tasks.

    • Care must be ta...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your basics properly

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction of the candidate
  • Q2. Java basics question, Microservices, JPA /hibernate, REST Api

Interview Preparation Tips

Interview preparation tips for other job seekers - No much serious. Usual technical interview and selected. If first round get cleared then other are just formality founds.

Technician Engineer Interview Questions & Answers

user image Chetan Dhumne

posted on 12 Sep 2023

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 Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions regarding your domain
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Best place to work with knowledge full environment

Team Manager Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2022

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Agile methodology practices?
  • Ans. 

    Agile methodology is a project management approach that emphasizes flexibility, collaboration, and continuous improvement.

    • Agile teams work in short iterations, delivering working software frequently

    • Customer collaboration is prioritized over contract negotiation

    • Adaptive planning is favored over rigid planning

    • Continuous feedback and improvement is encouraged through retrospectives

    • Cross-functional teams work together to d...

  • Answered by AI
  • Q2. Scrum master role in the org?
  • Ans. 

    Scrum master is responsible for facilitating the Scrum process and ensuring the team adheres to Scrum values, practices, and rules.

    • Facilitates Scrum events such as daily stand-ups, sprint planning, sprint review, and sprint retrospective

    • Removes impediments that hinder the team's progress

    • Coaches the team on Agile and Scrum principles

    • Ensures the team follows Scrum practices and rules

    • Acts as a servant leader to the team

    • He...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be confident on your knowledge while answering the questions.

Skills evaluated in this interview

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 Opus Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

Asking about the excel and other data tool. Salary offer as per their terms no negotiate.

Round 2 - HR 

(3 Questions)

  • Q1. Salary offer as per their terms.
  • Q2. Tell me some thing about your self.
  • Q3. What is expertise why want to leave

Interview Preparation Tips

Interview preparation tips for other job seekers - No tip try your luck on asking on your previous company experiance.

Opus Technologies Interview FAQs

How many rounds are there in Opus Technologies interview?
Opus Technologies interview process usually has 1-2 rounds. The most common rounds in the Opus Technologies interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Opus Technologies 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 Opus Technologies. The most common topics and skills that interviewers at Opus Technologies expect are Java, Microservices, Spring Boot, Kafka and Docker.
What are the top questions asked in Opus Technologies interview?

Some of the top questions asked at the Opus Technologies interview -

  1. What is the use of @LoadBalanced annotat...read more
  2. Multithreading in java, Spring framew...read more
  3. Scrum master role in the o...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 10 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more
Join Opus Technologies Smart Payments, Intelligent Solution: Shaping the Future

Interview Questions from Similar Companies

Razorpay Interview Questions
3.5
 • 161 Interviews
Angel One Interview Questions
3.8
 • 149 Interviews
Visa Interview Questions
3.5
 • 146 Interviews
Revolut Interview Questions
2.6
 • 103 Interviews
TransUnion Interview Questions
3.9
 • 93 Interviews
Rupeek Interview Questions
3.7
 • 65 Interviews
Freecharge Interview Questions
3.8
 • 57 Interviews
Mobikwik Interview Questions
3.6
 • 55 Interviews
BharatPe Interview Questions
3.4
 • 43 Interviews
View all

Opus Technologies Reviews and Ratings

based on 129 reviews

3.5/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.4

Salary

3.2

Job security

3.6

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 129 Reviews and Ratings
Technical Project Manager

Pune

9-14 Yrs

Not Disclosed

Lead SRE DevOps - Opus Technologies

Pune

8-13 Yrs

Not Disclosed

Explore more jobs
Technical Lead
110 salaries
unlock blur

₹20 L/yr - ₹35.9 L/yr

Senior Technical Lead
50 salaries
unlock blur

₹26.5 L/yr - ₹43 L/yr

Senior Technology Engineer
47 salaries
unlock blur

₹13 L/yr - ₹22.8 L/yr

Senior Technical Engineer
38 salaries
unlock blur

₹14.4 L/yr - ₹24.4 L/yr

Senior Software Engineer
37 salaries
unlock blur

₹14.4 L/yr - ₹24.9 L/yr

Explore more salaries
Compare Opus Technologies with

Angel One

3.8
Compare

AGS Transact Technologies

2.9
Compare

Hitachi Payment Services

3.7
Compare

Rupeek

3.7
Compare
write
Share an Interview