Upload Button Icon Add office photos

Filter interviews by

Optym Interview Questions and Answers

Updated 23 Dec 2024

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 (43)
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

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

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 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 - Aptitude Test 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer

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
 • 62 Interviews
e2open Interview Questions
3.5
 • 54 Interviews
Sabre Interview Questions
4.0
 • 33 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
Kinaxis Interview Questions
4.1
 • 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
33 salaries
unlock blur

₹17 L/yr - ₹36 L/yr

Software Engineer
23 salaries
unlock blur

₹13 L/yr - ₹24 L/yr

Software Developer
9 salaries
unlock blur

₹16.5 L/yr - ₹35.5 L/yr

Principal Software Engineer
7 salaries
unlock blur

₹31.4 L/yr - ₹57 L/yr

QA Engineer
7 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Explore more salaries
Compare Optym with

Accel Frontline

4.0
Compare

Pitney Bowes

3.8
Compare

Apmosys Technologies

3.4
Compare

DynPro

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