AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Oreta

Compare button icon Compare button icon Compare
3.2

based on 21 Reviews

  • About
  • Reviews
    21
  • Salaries
    99
  • Interviews
    1
  • Jobs
    1
  • Benefits
    2
  • Photos
    -

Filter interviews by

Oreta Interview Questions and Answers

Updated 9 Jun 2023

Oreta Interview Experiences

1 interview found

Service Delivery Manager Interview Questions & Answers

user image Anonymous

posted on 9 Jun 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. ITIL related questions , basically on P1 handling ?
  • Add your answer
  • Q2. Change management questions were asked
  • Add your answer

Service Delivery Manager Interview Questions asked at other Companies

Q1. A critical deliverable for the C-Suite is behind schedule, and you learn this at the last minute. How will you communicate this to leadership?
View answer (4)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Oreta?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Associate Interview Questions & Answers

Arcesium user image Anonymous

posted on 8 Jun 2021

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain
  • View 1 more answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath
Anonymous
company Logo

Sales Executive Interview Questions & Answers

DotPe user image Anonymous

posted on 2 Feb 2022

I appeared for an interview in Aug 2021.

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 - One-on-one 

(1 Question)

  • Q1. What you do and how you can sell the product to customer
  • Ans. 

    I understand the customer's needs and demonstrate how our product can meet those needs, highlighting its unique features and benefits.

    • Listen actively to the customer's needs and concerns

    • Explain how our product can solve their problems or meet their needs

    • Highlight the unique features and benefits of our product

    • Provide examples of how our product has helped other customers

    • Address any objections or concerns the customer m...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Dotpe is a company where the management will say somethink else at the time of interview and when you get on board there points get changes . There is lot and lot of sales pressure and if you dont get a sale in a week they will put you on PIP and the management even dont help you how to geg out of PIP
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Arcesium user image Anonymous

posted on 24 Mar 2022

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Add your answer
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
    Add your answer
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
    Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
    Add your answer
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Ans. 

    Find the largest island area in a grid representing an ocean using DFS or BFS.

    • Use Depth-First Search (DFS) or Breadth-First Search (BFS) to explore the grid.

    • Mark visited cells to avoid counting them multiple times.

    • Count the size of each island during the traversal.

    • Example: For a grid [[1,0,0],[1,1,0],[0,0,1]], the largest island has area 3.

    • Keep track of the maximum area found during the exploration.

  • Answered by AI
    Add your answer
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

Anonymous
company Logo

Analyst Interview Questions & Answers

PrimEra Medical Technologies user image Anonymous

posted on 11 Jun 2021

Interview Questionnaire 

2 Questions

  • Q1. Basic procurement questions
  • Add your answer
  • Q2. Anyone with 1 months of basic pr to po and vendor management exp will crack the interview BUT I DO NOT SUGGEST TO ATTEND THE INTERVIEW - JUST DONT JOIN PRIMERA
  • Add your answer
Anonymous
company Logo

Intern Interview Questions & Answers

Quantiphi Analytics Solutions Private Limited user image Anonymous

posted on 22 Nov 2021

I applied via Walk-in and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

9 Questions

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. Process details
  • Add your answer
  • Q3. Company information
  • Add your answer
  • Q4. Tell me about yourself
  • Add your answer
  • Q5. Process details
  • Add your answer
  • Q6. Company information
  • Add your answer
  • Q7. Tell me about yourself
  • Add your answer
  • Q8. Process details
  • Add your answer
  • Q9. Company information
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank and give proper answers
Anonymous
company Logo

Business Analyst Interview Questions & Answers

Quantiphi Analytics Solutions Private Limited user image Anonymous

posted on 10 Nov 2021

Interview Questionnaire 

1 Question

  • Q1. Filters in Tableau,sql
  • Ans. 

    Filters in Tableau and SQL are used to narrow down data based on specific criteria.

    • Filters in Tableau can be applied to individual worksheets or the entire dashboard

    • SQL filters can be applied using the WHERE clause

    • Tableau filters can be based on dimensions or measures

    • SQL filters can be based on any column in the table

    • Tableau filters can be interactive, allowing users to adjust the criteria

    • SQL filters can be combined wi...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql,tableau,python, business understanding

Skills evaluated in this interview

Anonymous
Are these interview questions helpful?
company Logo

Intern Interview Questions & Answers

Quantiphi Analytics Solutions Private Limited user image Anonymous

posted on 4 Jul 2022

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude topics, 30 mins - 30 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case Study for how to design a data Lake ? standard questions - tell me about yourself, why us
  • Add your answer
  • Q2. Case Study for how to design a chess game
  • Ans. 

    Designing a chess game involves defining rules, user interface, and game mechanics for an engaging experience.

    • Define the rules: Standard chess rules include piece movement, check, checkmate, and stalemate.

    • User interface: Create a visually appealing board and pieces, with options for 2D or 3D views.

    • Game mechanics: Implement turn-based play, timers, and difficulty levels for AI opponents.

    • Multiplayer options: Allow for on...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Intern interview:
  • SQL
  • Java
Interview preparation tips for other job seekers - Easy, They want to check for approach and ability of the candidate
Anonymous
company Logo

Data Analyst Interview Questions & Answers

Nineleaps Technology Solutions user image Anonymous

posted on 5 Feb 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Advance level sql questions
  • Add your answer
Anonymous
company Logo

Software Developer Interview Questions & Answers

Nineleaps Technology Solutions user image Anonymous

posted on 18 Apr 2024

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

(1 Question)

  • Q1. Oops concept Js related output questions
  • Add your answer
Anonymous
More about working at Oreta
  • IT Services & Consulting

Oreta Interview FAQs

How many rounds are there in Oreta interview?
Oreta interview process usually has 2 rounds. The most common rounds in the Oreta interview process are Resume Shortlist and One-on-one Round.
How to prepare for Oreta 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 Oreta. The most common topics and skills that interviewers at Oreta expect are Active Directory, Service Desk, SIEM, Arcsight and IT Service Desk.

Tell us how to improve this page.

Interview Questions for Popular Designations

  • Senior Executive Interview Questions
  • Associate Interview Questions
  • Executive Interview Questions
  • Business Analyst Interview Questions
  • Senior Engineer Interview Questions
  • Consultant Interview Questions
  • Associate Software Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

2/5

based on 2 interview experiences

Interview Questions from Similar Companies

Quantiphi Analytics Solutions Private Limited
Quantiphi Analytics Solutions Private Limited Interview Questions
3.2
 • 185 Interviews
CMS IT Services
CMS IT Services Interview Questions
3.1
 • 144 Interviews
iMerit
iMerit Interview Questions
3.5
 • 103 Interviews
Zidio Development
Zidio Development Interview Questions
4.4
 • 95 Interviews
Arcesium
Arcesium Interview Questions
3.5
 • 84 Interviews
PrimEra Medical Technologies
PrimEra Medical Technologies Interview Questions
3.5
 • 70 Interviews
Mavenir Systems
Mavenir Systems Interview Questions
3.4
 • 58 Interviews
DotPe
DotPe Interview Questions
3.1
 • 42 Interviews
QualiZeal
QualiZeal Interview Questions
4.1
 • 41 Interviews
Nineleaps Technology Solutions
Nineleaps Technology Solutions Interview Questions
4.0
 • 34 Interviews
View all

Oreta Reviews and Ratings

based on 21 reviews

3.2/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.5

Salary

3.2

Job security

3.2

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 21 Reviews and Ratings
Jobs at Oreta
Oreta
Sr HR Executive: An exclusive Learning opportunity- Immediate joining

Mohali

3-8 Yrs

Not Disclosed

Explore more jobs
Oreta Salaries in India
Service Desk Associate
8 salaries
unlock blur

₹6.5 L/yr - ₹7.5 L/yr

Service Delivery Leader
4 salaries
unlock blur

₹11 L/yr - ₹12 L/yr

Senior Network Engineer
4 salaries
unlock blur

₹16.5 L/yr - ₹22 L/yr

Information Technology Support Engineer
4 salaries
unlock blur

₹7.5 L/yr - ₹8.5 L/yr

Service Desk Engineer
4 salaries
unlock blur

₹7.5 L/yr - ₹9.3 L/yr

Explore more salaries
Compare Oreta with
CMS IT Services

CMS IT Services

3.1
Compare
iMerit

iMerit

3.4
Compare
Quantiphi Analytics Solutions Private Limited

Quantiphi Analytics Solutions Private Limited

3.2
Compare
PrimEra Medical Technologies

PrimEra Medical Technologies

3.5
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Oreta Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter