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

Filter interviews by

OpenText Technologies Interview Questions and Answers

Updated 5 Jul 2025
Popular Designations

139 Interview questions

A Software Developer Intern was asked
Q. Explain inheritance with respect to Object-Oriented Programming.
Ans. 

Inheritance in OOP allows a class to inherit properties and methods from another class, promoting code reuse and organization.

  • Inheritance enables code reuse; for example, a 'Dog' class can inherit from an 'Animal' class.

  • It supports polymorphism, allowing methods to be overridden; e.g., 'speak()' method in 'Dog' can differ from 'Cat'.

  • There are different types of inheritance: single, multiple, and hierarchical.

  • In Ja...

View all Software Developer Intern interview questions
A Project Manager was asked
Q. Tell me about your overall experience.
Ans. 

Experienced Project Manager with a strong background in leading diverse teams and delivering successful projects on time and within budget.

  • Over 8 years of experience in project management across various industries, including IT and construction.

  • Successfully led a team of 15 in a software development project that increased client satisfaction by 30%.

  • Implemented Agile methodologies, resulting in a 25% reduction in p...

View all Project Manager interview questions
A QA Engineer was asked
Q. What are some Java OOPs concepts?
Ans. 

Java OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction, essential for object-oriented programming.

  • Encapsulation: Bundling data and methods. Example: A class 'Car' with attributes like 'speed' and methods like 'accelerate()'.

  • Inheritance: Mechanism to create a new class from an existing class. Example: 'ElectricCar' inherits from 'Car'.

  • Polymorphism: Ability to take many forms. Example: ...

View all QA Engineer interview questions
A Lead Software Engineer was asked
Q. Given a singly linked list, find the middle element of the linked list.
Ans. 

To find the middle element in a linked list, use the slow and fast pointer approach.

  • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

  • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

  • The element pointed to by the slow pointer at this point is the middle element of the linked list.

View all Lead Software Engineer interview questions
A Lead Software Engineer was asked
Q. What are the design principles of the OOP concept?
Ans. 

OOPS concept is based on four main principles: Encapsulation, Inheritance, Polymorphism, and Abstraction.

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

  • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implementation details and...

View all Lead Software Engineer interview questions
A Lead Software Engineer was asked
Q. What design patterns are used in the program?
Ans. 

The program uses the Observer design pattern.

  • The Observer pattern is used to define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.

  • It promotes loose coupling between objects, allowing for easier maintenance and scalability.

  • Examples of Observer pattern implementation can be seen in event handling systems, such as in GUI frame...

View all Lead Software Engineer interview questions
A Senior Software Engineer was asked
Q. Write Angular code to call a web API and display the data in the UI.
Ans. 

Use Angular HttpClient to call web api and display data in UI

  • Create a service in Angular to make HTTP requests using HttpClient module

  • Subscribe to the observable returned by HttpClient.get() method to fetch data

  • Bind the fetched data to UI elements in the component template

View all Senior Software Engineer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. How does a Logger work?
Ans. 

A Logger is a software component used to record events, messages, and errors during the execution of a program.

  • Loggers are used to track the flow of a program and provide insights into its behavior.

  • They can be configured to log different levels of messages such as INFO, DEBUG, WARN, ERROR, etc.

  • Loggers can write logs to various outputs like console, files, databases, or remote servers.

  • They help in troubleshooting i...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. Write a program to identify the maximum length of a substring from a given string, where the substring is also a palindrome.
Ans. 

Program to find the longest palindrome substring in a given string.

  • Iterate through the string and check for palindromes of different lengths

  • Store the longest palindrome found

  • Return the length and substring

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. Write a program to find the Nth term in the infinite series 2, 4, 8, 2, 4, 8, ...
Ans. 

Program to find the Nth term in an infinite series

  • The series has a repeating pattern

  • Use modulo operator to find the index of the repeating pattern

  • Calculate the value of Nth term based on the pattern

View all Senior Software Engineer interview questions

OpenText Technologies Interview Experiences

177 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

  • Q1. The interview was scheduled on a Saturday, and the experience felt like college placement drive. I had to wait 4 hours before Round 1 even began. The HR was unresponsive - I had to reach out myself to chec...
  • Q2. Round 2 It was over it before it began. The interviewer seemed to be in hurry and uninterested. After asking each question, he barley listened to my responses and qucikly moved on, often asking vague or un...
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Can you describe your experience and the best project you have worked on?
  • Ans. 

    I have extensive experience in UX design, with my best project being a mobile app redesign for a major e-commerce company.

    • Redesigned mobile app interface to improve user experience and increase conversions

    • Conducted user research and usability testing to inform design decisions

    • Collaborated with cross-functional teams to implement design changes

    • Resulted in a 20% increase in user engagement and a 15% increase in conversio...

  • Answered by AI
  • Q2. How do you evaluate the success of a project?
  • Ans. 

    I evaluate the success of a project by analyzing user feedback, metrics, and meeting project goals.

    • Collect and analyze user feedback through surveys, interviews, and usability testing

    • Track key metrics such as user engagement, conversion rates, and task completion

    • Compare project outcomes to initial goals and objectives

    • Iterate on design based on feedback and data to improve user experience

  • Answered by AI
  • Q3. Can you describe your approach to a design task and outline your process?
  • Ans. 

    My approach to a design task involves research, ideation, prototyping, testing, and iteration.

    • Conduct thorough research to understand user needs and goals

    • Generate ideas through brainstorming and sketching

    • Create prototypes to visualize concepts and gather feedback

    • Test prototypes with users to identify usability issues

    • Iterate on designs based on feedback and data

  • Answered by AI
  • Q4. What are the most valuable design experiences you have had recently as an interaction designer?
  • Ans. 

    One of the most valuable design experiences I had recently was leading a redesign project for a mobile app.

    • Led a redesign project for a mobile app, involving user research, wireframing, prototyping, and usability testing

    • Collaborated closely with cross-functional teams to gather feedback and iterate on designs

    • Implemented user-centered design principles to improve overall user experience and increase user engagement

  • Answered by AI
Round 2 - Assignment 

Design a test with a clearly outlined problem; you need to sketch your ideas and thoughts within one hour.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Can you explain the design you created in the previous round?
  • Ans. 

    I designed a user-friendly mobile app for tracking daily water intake.

    • Focused on intuitive interface for easy input of water consumption

    • Incorporated visual reminders and progress tracking for motivation

    • Implemented a feature to set personalized water intake goals

    • Utilized color-coded visual cues for quick reference

    • Conducted user testing to gather feedback for improvements

  • Answered by AI
  • Q2. What are the various scenarios that may be presented to evaluate your thoughts and design skills?
  • Ans. 

    Various scenarios to evaluate UX design skills

    • User research and persona creation

    • Wireframing and prototyping

    • Usability testing and feedback analysis

    • Accessibility considerations

    • Collaboration with cross-functional teams

  • Answered by AI
  • Q3. What are the error cases that should be considered in the design?
  • Ans. 

    Consider error cases in design to ensure user experience is not negatively impacted.

    • Input validation errors (e.g. incorrect format, missing required fields)

    • Network errors (e.g. slow or no internet connection)

    • System errors (e.g. server downtime, database errors)

    • User errors (e.g. accidental deletion, incorrect actions)

    • Security errors (e.g. unauthorized access, data breaches)

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. What specific behaviours and qualities do you possess that demonstrate your fit for the company, and how can you elaborate on these in a broader context?
  • Ans. 

    I possess strong communication skills, a user-centered approach, and a proven track record of delivering successful UX designs.

    • Strong communication skills demonstrated through effective collaboration with cross-functional teams

    • User-centered approach evident in my portfolio showcasing intuitive and user-friendly designs

    • Proven track record of delivering successful UX designs, as evidenced by positive user feedback and in...

  • Answered by AI
  • Q2. What strategies should a designer understand?
  • Ans. 

    A designer should understand various strategies to effectively solve design problems.

    • User research and testing

    • Information architecture

    • Wireframing and prototyping

    • Visual design principles

    • Collaboration with stakeholders

  • Answered by AI
Round 5 - One-on-one 

(2 Questions)

  • Q1. What is your understanding of OpenText products ?
  • Ans. 

    OpenText products are a suite of enterprise software solutions for content management, digital experience, and business process automation.

    • OpenText Content Suite for managing enterprise content

    • OpenText Experience Suite for creating personalized digital experiences

    • OpenText Process Suite for automating business processes

    • OpenText Documentum for managing documents and records

    • OpenText Media Management for digital asset mana...

  • Answered by AI
  • Q2. What is your experience with workflows, and can you provide specific examples?
  • Ans. 

    I have extensive experience with designing and optimizing workflows to improve user experience.

    • Designed workflows for e-commerce platforms to streamline the checkout process and increase conversion rates

    • Optimized workflows for mobile applications to enhance user engagement and retention

    • Conducted user research to identify pain points in existing workflows and proposed solutions for improvement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure you possess a thorough understanding of the design projects you have worked on in your previous organization, as the panel will closely examine your thought process and design approach. Each round of questions will differ, so it is essential to remain humble and honest, and to clearly explain every aspect of your contributions during the design test and in real.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Write a program in .NET that outputs the characters appearing more than two times consecutively in a given string.
  • Ans. 

    Program in .NET to output characters appearing more than two times consecutively in a given string.

    • Iterate through the string and check if the current character is the same as the previous one.

    • Keep track of the count of consecutive characters and output those that appear more than two times.

    • Use a StringBuilder to efficiently build the output string.

  • Answered by AI
  • Q2. If there are five microservices, labeled as microservice one, microservice two, microservice three, microservice four, and microservice five. Microservice three breaks. Requests from microservice two to ...
  • Ans. 

    Implement strategies to resolve backlog of requests from microservice two due to microservice three breaking.

    • Identify the root cause of the issue in microservice three and fix it.

    • Implement circuit breaker pattern to handle failures and prevent cascading failures.

    • Implement retries with exponential backoff for failed requests from microservice two to microservice three.

    • Scale up microservice three to handle increased load...

  • Answered by AI
  • Q3. What is an abstract class, and why is it necessary to use an abstract class when interfaces already exist?
  • Ans. 

    Abstract class is a class that cannot be instantiated and may contain abstract methods, while interfaces only define method signatures.

    • Abstract classes can have both abstract and non-abstract methods, providing a partial implementation for subclasses.

    • Interfaces can only have method signatures, requiring implementing classes to define the actual implementation.

    • Abstract classes can have constructors, member variables, an...

  • Answered by AI
  • Q4. What design patterns have you utilized in your projects?
  • Ans. 

    I have utilized design patterns such as Singleton, Factory, and Observer in my projects.

    • Singleton pattern for ensuring a class has only one instance

    • Factory pattern for creating objects without specifying the exact class

    • Observer pattern for defining a one-to-many dependency between objects

  • Answered by AI
  • Q5. Can you illustrate the architecture of your application?
  • Ans. 

    The application architecture follows a microservices design pattern with a front-end client communicating with multiple back-end services.

    • Front-end client communicates with back-end services via APIs

    • Back-end services are independent and handle specific functionalities

    • Data is stored in a distributed database for scalability

    • Use of containerization for deployment and scaling

    • Message queues for asynchronous communication be...

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. Given a list of strings that may contain duplicates, return a list of the duplicate strings using the most efficient approach.
  • Ans. 

    Use a hash set to efficiently find duplicate strings in a list.

    • Create a hash set to store unique strings.

    • Iterate through the list of strings, adding each string to the hash set.

    • If a string is already in the hash set, add it to the list of duplicates.

    • Return the list of duplicate strings.

  • Answered by AI
  • Q2. Could you explain what your application does and the types of technology it utilizes?
  • Ans. 

    Our application is a cloud-based project management tool that helps teams collaborate and track progress.

    • Utilizes React for front-end development

    • Uses Node.js for back-end development

    • Integrates with third-party APIs for additional functionality

  • Answered by AI
  • Q3. When should we use MS SQL and NoSQL databases?
  • Ans. 

    MS SQL for structured data, NoSQL for unstructured data or high scalability

    • Use MS SQL for structured data with complex relationships and transactions

    • Use NoSQL for unstructured data or high scalability requirements

    • Consider using a combination of both for different parts of the application

    • Example: Use MS SQL for financial transactions and NoSQL for user profiles

  • Answered by AI
  • Q4. Which NoSQL database would you choose as an alternative to Elasticsearch, and what are your reasons for that choice?
  • Ans. 

    MongoDB is a popular choice as an alternative to Elasticsearch due to its flexibility and scalability.

    • MongoDB is a document-oriented NoSQL database that allows for flexible schema design, making it a good fit for a wide range of use cases.

    • MongoDB also offers powerful indexing and querying capabilities, similar to Elasticsearch.

    • MongoDB's horizontal scalability and sharding capabilities make it suitable for handling larg...

  • Answered by AI
  • Q5. What are the differences between MongoDB and PostgreSQL?
  • Ans. 

    MongoDB is a NoSQL database while PostgreSQL is a relational database management system.

    • MongoDB is schema-less, allowing for flexible data models, while PostgreSQL enforces a predefined schema.

    • MongoDB uses a document-based data model with JSON-like documents, while PostgreSQL uses tables with rows and columns.

    • MongoDB is better suited for applications with large amounts of unstructured data, while PostgreSQL is better f...

  • Answered by AI
  • Q6. What are the differences between conventional URLs and attribute URLs in .NET Core Web API?
  • Ans. 

    Conventional URLs use query parameters while attribute URLs use route parameters in .NET Core Web API.

    • Conventional URLs use query parameters to pass data in the URL, while attribute URLs use route parameters in the route template.

    • Conventional URLs are more flexible as they allow for optional parameters, while attribute URLs are more rigid in their structure.

    • Attribute URLs are more readable and provide a cleaner way to ...

  • Answered by AI
  • Q7. What is the working mechanism of OAuth authorization?
  • Ans. 

    OAuth authorization is a protocol that allows a user to grant limited access to their resources without sharing their credentials.

    • OAuth allows a user to grant access to their resources to a third-party application without sharing their credentials.

    • It involves the exchange of tokens between the user, the third-party application, and the resource server.

    • OAuth uses authorization codes, access tokens, and refresh tokens to...

  • Answered by AI
  • Q8. What steps do you take to ensure that an application remains maintainable?
  • Ans. 

    To ensure maintainability, I follow coding best practices, use version control, write clean and modular code, document thoroughly, and conduct regular code reviews.

    • Follow coding best practices such as SOLID principles and design patterns

    • Use version control system like Git to track changes and collaborate with team members

    • Write clean and modular code to make it easier to understand and update

    • Thoroughly document code, in...

  • Answered by AI
  • Q9. Which design patterns have you utilized in your work?
  • Ans. 

    I have utilized design patterns such as Singleton, Factory, and Observer in my work.

    • Singleton pattern for ensuring a class has only one instance

    • Factory pattern for creating objects without specifying the exact class

    • Observer pattern for defining a one-to-many dependency between objects

  • Answered by AI
  • Q10. How does Repository Pattern help in maintaining your codebase
  • Ans. 

    Repository Pattern helps in separating data access logic from business logic, improving code maintainability.

    • Encapsulates the logic required to access data from the data source, providing a clean separation between data access and business logic.

    • Promotes code reusability by allowing different parts of the application to use the same data access logic without duplicating code.

    • Facilitates unit testing by enabling the moc...

  • Answered by AI

Intern Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2024

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

Two questions to solved (difficulty was easy to medium)
1) Based bit manipulaqtion
2) Based on recussion

Round 2 - Technical 

(6 Questions)

  • Q1. Asked to solved a string problem
  • Q2. Questions based on oops
  • Q3. Questions based on excepton hadling
  • Q4. Self introduction
  • Q5. About projects in resume
  • Q6. Would you be willing to work in banglore?
  • Ans. 

    Yes, I am willing to work in Bangalore.

    • I am open to relocating for the right opportunity.

    • I have heard great things about the tech industry in Bangalore.

    • I am excited about the prospect of working in a diverse and vibrant city like Bangalore.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic DSA from the hacker rank website

Round 2 - Technical 

(1 Question)

  • Q1. Basic to medium questions on javascript, nodejs, MySQL joints, html5 tags
Round 3 - Technical 

(1 Question)

  • Q1. Real life problems, Use cases

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Full stack developer role. Be strong at real time implementations and use cases
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Opps, overloading and overriding, factory n singleton patteren
  • Q2. Collections HashMap internal working
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. More of your day to day activities as an engineering manager
  • Q2. Status reporting, Matrices EM should maintain,Risks and Mitigations , Conflict Resolution,
Round 2 - Technical 

(2 Questions)

  • Q1. System Architecture
  • Q2. Basic Java collections like streams, collections , garbage collection , spring boot basic working
Round 3 - One-on-one 

(2 Questions)

  • Q1. Team management
  • Q2. Project execution

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question on testing
  • Q2. Basic questions on java
Round 2 - Coding Test 

It was medium, I was able to solve

Round 3 - Coding Test 

It was a difficult one from leetcode and modified on the basis on the go, I was able to solve with some hints

Round 4 - Coding Test 

It was a difficult one and from leetcode and modified during the begining. I was partially able to solve. But the the Interviewer was expecting some exact answer, which might not interest him.

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java internals, Multithreading
  • Q2. SQL, Project Related, Problem Solving
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Round 1 - Written Test 1. Design document versioning system. 2. Write a sql query which gives employee count per organization.
  • Q2. Round 2 - In person interview 1. Coding questions - Reverse linked list, detect cycle in linked list, find distinct in array. 2. Questions around delegates.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics right. It should be easy to get done with interview.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about OpenText Technologies?
Ask anonymously on communities.

OpenText Technologies Interview FAQs

How many rounds are there in OpenText Technologies interview?
OpenText Technologies interview process usually has 2-3 rounds. The most common rounds in the OpenText Technologies interview process are Technical, Coding Test and HR.
How to prepare for OpenText 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 OpenText Technologies. The most common topics and skills that interviewers at OpenText Technologies expect are Javascript, Java, Information Management, Oracle and Troubleshooting.
What are the top questions asked in OpenText Technologies interview?

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

  1. Write a Program Nth term in a infinite series example: 2,4,8,2,4,8……..n…...read more
  2. Write a Program identify Max length of a substring from a given string and also...read more
  3. how do you display different color in atable using css for odd even r...read more
What are the most common questions asked in OpenText Technologies HR round?

The most common HR questions asked in OpenText Technologies interview are -

  1. Tell me about yourse...read more
  2. Where do you see yourself in 5 yea...read more
  3. What are your strengths and weakness...read more
How long is the OpenText Technologies interview process?

The duration of OpenText Technologies 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.8/5

based on 153 interview experiences

Difficulty level

Easy 20%
Moderate 68%
Hard 12%

Duration

Less than 2 weeks 66%
2-4 weeks 19%
4-6 weeks 8%
6-8 weeks 5%
More than 8 weeks 3%
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 896 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
Chetu Interview Questions
3.3
 • 197 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 177 Interviews
AVASOFT Interview Questions
2.8
 • 174 Interviews
Oracle Cerner Interview Questions
3.6
 • 162 Interviews
View all

OpenText Technologies Reviews and Ratings

based on 1.1k reviews

3.6/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.5

Salary

3.2

Job security

3.6

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 1.1k Reviews and Ratings
C# Senior Engineer

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.1k salaries
unlock blur

₹12.1 L/yr - ₹21 L/yr

Senior Software Engineer
1k salaries
unlock blur

₹22.2 L/yr - ₹40 L/yr

Associate Software Engineer
407 salaries
unlock blur

₹7.8 L/yr - ₹13 L/yr

Lead Software Engineer
379 salaries
unlock blur

₹29.3 L/yr - ₹52 L/yr

Software Developer
261 salaries
unlock blur

₹10.9 L/yr - ₹20 L/yr

Explore more salaries
Compare OpenText Technologies with

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare

Google

4.4
Compare
write
Share an Interview