Upload Button Icon Add office photos

Filter interviews by

Optym Interview Questions, Process, and Tips

Updated 23 Dec 2024

Top Optym Interview Questions and Answers

Optym Interview Experiences

Popular Designations

8 interviews found

Senior Developer Interview Questions & Answers

user image Anna Dominic

posted on 12 Sep 2024

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

2 coding questions one being relatively easy

Round 2 - Technical 

(1 Question)

  • Q1. Data structure related questions to that were fairly straightforward

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

Software Developer Interview Questions & Answers

user image BT21CSE022 Kanishka Saini

posted on 23 Dec 2024

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

MCQ, 3 coding question 1 SQL query

Round 2 - Technical 

(1 Question)

  • Q1. Second smallest leetcode question and projects

Interview Preparation Tips

Topics to prepare for Optym Software Developer interview:
  • Data Structures
  • SQL
  • Algorithms
Interview preparation tips for other job seekers - Prepare well for the coding round

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

2 easy, 1 medium and 1 hard DSA question

Round 2 - Technical 

(2 Questions)

  • Q1. Implement Priority Queue
  • Ans. 

    Priority Queue is a data structure that stores elements based on their priority.

    • Use a binary heap to implement a Priority Queue.

    • Elements are inserted based on priority and removed in order of priority.

    • Example: Inserting elements with priorities 5, 3, 7, 1 would result in removal order of 1, 3, 5, 7.

  • Answered by AI
  • Q2. Leetcode easy question on heaps.

Skills evaluated in this interview

Algorithm Engineer Interview Questions asked at other Companies

Q1. Implement Priority Queue
View answer (1)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 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 

(3 Questions)

  • Q1. What happens in the background when user search url?
  • Ans. 

    When a user searches a URL, the browser sends a request to the server, which then processes the request and returns the requested webpage.

    • User enters URL in browser address bar

    • Browser sends a request to the server hosting the website

    • Server processes the request and retrieves the requested webpage

    • Server sends the webpage back to the browser

    • Browser renders and displays the webpage to the user

  • Answered by AI
  • Q2. What is event loop?
  • Ans. 

    Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • It allows for tasks to be queued and executed in a non-blocking manner.

    • Event loop continuously checks the call stack and the task queue, moving tasks from the queue to the call stack when the stack is empty.

    • Example: setTimeout()...

  • Answered by AI
  • Q3. About position relative and absolute

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Optym interview questions for popular designations

 Senior Quality Assurance Engineer

 (1)

 Senior Developer

 (1)

 Node JS Developer

 (1)

 Software Developer

 (1)

 Front end Developer

 (1)

 Senior Database Developer

 (1)

 Customer Service Executive

 (1)

 Algorithm Engineer

 (1)

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

I applied via Naukri.com and was interviewed in Nov 2022. 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. What is cte? why it’s used
  • Ans. 

    CTE stands for Common Table Expression. It is used to create a temporary result set that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.

    • CTE is defined using the WITH keyword followed by a name and a SELECT statement.

    • It can be used to simplify complex queries by breaking them down into smaller, more manageable parts.

    • CTE can also improve query performance by reducing the number of times a table ne...

  • Answered by AI
  • Q2. Database migration related questions

Senior Database Developer Interview Questions asked at other Companies

Q1. Can you discuss the numeric data types available in SQL Server?
View answer (1)
Round 1 - Coding Test 

Basic algorithm scenarios - 8 multiple choice
2 basic coding - Arrays and strings
2 SQL query - Joins, subquery, aggregate functions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic NodeJs questions
  • Q2. Promises and uses, JWT tokens, callbacks, async/ await, Basic SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic Nodejs concepts and SQL queries

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)
Round 1 - One-on-one 

(1 Question)

  • Q1. Technical Questions regarding the job
  • Ans. Make sure you are aware of the JD and answer based on your experience relevant to the JD
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the JD
Be confident
Make sure you stick to what is mentioned in the resume

Customer Service Executive Interview Questions asked at other Companies

Q1. How u deal to the customer if he get non veg food instead of veg food ?
View answer (36)

I applied via LinkedIn and was interviewed in Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked about the basic of manual testing, what is functional testing, non functional testing. They gave me some business problems to write test cases. Some simple puzzles.

Interview Preparation Tips

Interview preparation tips for other job seekers - I just kept going, before getting selected in Opytm I was rejected multiple times in other interviews. So, Every time i just noted down all the questions they asked and what i answered. I googled, corrected those and parallely i kept on preparing for interviews.
So my simple advice is that you will get selected, just keep going.

Senior Quality Assurance Engineer Interview Questions asked at other Companies

Q1. How to manage projects compliance for clients point of view..
View answer (2)

Interview questions from similar companies

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

I was interviewed in Mar 2017.

Interview Questionnaire 

3 Questions

  • Q1. Your projects/courses/past experiences
  • Ans. 

    I have worked on various projects during my time in university, including a web development project and a mobile app project.

    • Developed a web application using HTML, CSS, and JavaScript for a school project

    • Created a mobile app using React Native for a personal project

    • Completed courses in data structures and algorithms, as well as software engineering principles

  • Answered by AI
  • Q2. Why do you want to join MA?
  • Ans. 

    I want to join MA because of its reputation for cutting-edge technology and collaborative work environment.

    • MA is known for its innovative projects and use of advanced technology.

    • I am impressed by the collaborative work culture at MA.

    • I believe joining MA will provide me with opportunities for professional growth and development.

  • Answered by AI
  • Q3. What do you hope to gain from this internship?
  • Ans. 

    I hope to gain practical experience in software development, expand my skills, and learn from experienced professionals.

    • Gain practical experience in software development

    • Expand my skills in coding and problem-solving

    • Learn from experienced professionals in the field

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: This was simply an overall background of my experience in Computer Progranming, nothing intimidating.

Round: Behavioural Interview
Experience: This round was with my supervisor. Here I asked a lot of questions about the work environment, what I'd be working with, technologies involved, etc.
Tips: Ask relevant questions, and show how eager you are for the job. I even sent an email later on to my supervisor for more details, so I could learn the technology in advance. This he told me later, was why he hired me.

College Name: Georgia Institute of Technology

Optym Interview FAQs

How many rounds are there in Optym interview?
Optym interview process usually has 1-2 rounds. The most common rounds in the Optym interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Optym 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 Optym. The most common topics and skills that interviewers at Optym expect are Javascript, C#, Terraform, Design Patterns and Typescript.
What are the top questions asked in Optym interview?

Some of the top questions asked at the Optym interview -

  1. What happens in the background when user search u...read more
  2. What is cte? why it’s u...read more
  3. What is event lo...read more

Tell us how to improve this page.

Optym Interview Process

based on 8 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

Blue Yonder Interview Questions
3.9
 • 60 Interviews
e2open Interview Questions
3.5
 • 54 Interviews
Sabre Interview Questions
4.0
 • 34 Interviews
NexTurn Interview Questions
4.2
 • 26 Interviews
Kinaxis Interview Questions
4.0
 • 6 Interviews
View all

Optym Reviews and Ratings

based on 31 reviews

3.3/5

Rating in categories

2.9

Skill development

2.8

Work-life balance

3.5

Salary

2.8

Job security

2.8

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 31 Reviews and Ratings
Senior Software Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Optym with

Sabre

4.0
Compare

Blue Yonder

3.9
Compare

Manhattan Associates

3.7
Compare

Coupa Software Inc

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