Upload Button Icon Add office photos
Premium Employer

i

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

OpenText Technologies Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 996 Reviews

Filter interviews by

OpenText Technologies Software Architect Interview Questions and Answers

Updated 26 Jun 2024

OpenText Technologies Software Architect Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Architecture discussion
Round 2 - Technical 

(1 Question)

  • Q1. Mostly focused on my previous project and architecture
Round 3 - Technical 

(1 Question)

  • Q1. Mostly Focus on primary skills and architecture of previous projects and my contribution
Round 4 - Technical 

(1 Question)

  • Q1. Ready Ness to learn new tech stack and existing primary skills
Round 5 - HR 

(1 Question)

  • Q1. General package discussion for the role(special)

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly Focus on primary skills , architectural mindset, ready for IC too

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Details on Multithreading and concurrency
  • Q2. Java OOPs concepts and APIs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
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 - Technical 

(4 Questions)

  • Q1. Return on investment on the IT investment is key focus here.
  • Q2. How would different personas be impacted.
  • Q3. How service management adds to customer experience.
  • Ans. 

    Service management enhances customer experience by ensuring efficient and effective delivery of services.

    • Service management helps in setting clear service expectations with customers.

    • It ensures timely and consistent delivery of services, leading to customer satisfaction.

    • Service management also involves handling customer feedback and complaints effectively.

    • By optimizing service processes, service management can improve ...

  • Answered by AI
  • Q4. Field management services

Interview Preparation Tips

Topics to prepare for ServiceNow Software Architect interview:
  • Return on investment
  • Corporate Governance
Interview preparation tips for other job seekers - It's an outstanding company with disregard for your work life balance.pays very high
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your App Archictecture
  • Ans. 

    Our app architecture follows a microservices approach, utilizing Docker containers and Kubernetes for scalability and flexibility.

    • Utilizes microservices architecture for modular and scalable development

    • Uses Docker containers for easy deployment and management

    • Leverages Kubernetes for orchestration and scaling

    • Implements RESTful APIs for communication between services

  • Answered by AI
  • Q2. Design Patterns

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. System architecture
  • Q2. Cloud computing
Round 2 - Technical 

(2 Questions)

  • Q1. Backup strategy
  • Q2. Storage architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java spring boot questions
Round 2 - Technical 

(1 Question)

  • Q1. System design interview question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Length and breadth about the respective Adobe product
  • Ans. 

    Adobe product refers to a range of software solutions developed by Adobe Inc. for creative professionals and businesses.

    • Adobe Creative Cloud includes popular products like Photoshop, Illustrator, and InDesign.

    • Adobe Experience Cloud offers solutions for marketing, analytics, and advertising.

    • Adobe Document Cloud includes tools like Adobe Acrobat and Adobe Sign for document management and e-signatures.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Estimation process was reviewed
Round 4 - Technical 

(1 Question)

  • Q1. Drill down on the know how of the respective Adobe product
Round 5 - Case Study 

Fictional client requirement shared for proposal preparation and defence

Round 6 - Behavioral 

(1 Question)

  • Q1. You are in at the point, so it's just a f2f
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Dr Sivanthi Aditanar College of Engineering, Tiruchendur and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

On the topic of wfh vs wfo

Round 2 - Technical 

(3 Questions)

  • Q1. Logic for leap year
  • Ans. 

    A leap year is a year that is divisible by 4, except for years that are divisible by 100 but not by 400.

    • Leap year is divisible by 4

    • Exception: Years divisible by 100 but not by 400 are not leap years

    • Example: 2000 is a leap year because it is divisible by 400

  • Answered by AI
  • Q2. Logic for fibonocee series
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with 0 and 1 as the first two numbers in the series

    • Add the previous two numbers to get the next number in the series

    • Repeat this process to generate the Fibonacci series

  • Answered by AI
  • Q3. Swap two number without 3rd variable
  • Ans. 

    Swap two numbers without using a third variable

    • Use bitwise XOR operation to swap two numbers without using a third variable

    • Example: a = 5, b = 10. a = a XOR b, b = a XOR b, a = a XOR b

    • After swapping: a = 10, b = 5

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Biometric attitude questions

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. SOLID principle
  • Q2. Internal working of view model
  • Ans. 

    The view model is responsible for managing and providing data to the view in a way that is independent of the underlying data source.

    • View model acts as an intermediary between the view and the data source.

    • It retrieves data from the data source and transforms it into a format that is suitable for the view.

    • It may also perform data validation and business logic.

    • View model is typically implemented as a separate class or co...

  • Answered by AI
  • Q3. Find 2nd largest number
  • Ans. 

    To find the 2nd largest number in an array, sort the array in descending order and return the element at index 1.

    • Sort the array in descending order using a sorting algorithm

    • Return the element at index 1 as the 2nd largest number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Skills evaluated in this interview

I was interviewed in Jun 2022.

Round 1 - Technical 

(1 Question)

  • Q1. They asked from basic to all senarios and solutions.
Round 2 - Case Study 

They gave one troubleshoot and sample use case preparation with all futures of the API

Interview Preparation Tips

Interview preparation tips for other job seekers - That upto individuval. try to convience the panel.

OpenText Technologies Interview FAQs

How many rounds are there in OpenText Technologies Software Architect interview?
OpenText Technologies interview process usually has 5 rounds. The most common rounds in the OpenText Technologies interview process are Technical and HR.
How to prepare for OpenText Technologies Software Architect 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 OpenText Technologies. The most common topics and skills that interviewers at OpenText Technologies expect are Agile, Continuous Integration, Design Development, Microservices and Quality Assurance.
What are the top questions asked in OpenText Technologies Software Architect interview?

Some of the top questions asked at the OpenText Technologies Software Architect interview -

  1. Ready Ness to learn new tech stack and existing primary ski...read more
  2. Architecture discuss...read more

Tell us how to improve this page.

OpenText Technologies Software Architect Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Google Interview Questions
4.4
 • 870 Interviews
Mphasis Interview Questions
3.4
 • 798 Interviews
View all
OpenText Technologies Software Architect Salary
based on 7 salaries
₹32.1 L/yr - ₹58 L/yr
23% more than the average Software Architect Salary in India
View more details

OpenText Technologies Software Architect Reviews and Ratings

based on 1 review

5.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

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
950 salaries
unlock blur

₹6 L/yr - ₹26 L/yr

Senior Software Engineer
891 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Associate Software Engineer
351 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Lead Software Engineer
317 salaries
unlock blur

₹16.5 L/yr - ₹50 L/yr

Software Developer
221 salaries
unlock blur

₹5.9 L/yr - ₹20.6 L/yr

Explore more salaries
Compare OpenText Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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