Upload Button Icon Add office photos

Filter interviews by

Optmyzr Software Developer Intern Interview Questions and Answers

Updated 16 Mar 2024

Optmyzr Software Developer Intern Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It consisted of some mcqs , 2 coding questions, 1 sql query

Round 2 - Coding Test 

It consisted of 2 coding questions , 1 lld question,1 file handling question

Round 3 - Technical 

(1 Question)

  • Q1. Projects were asked

I appeared for an interview in Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 110 minutes
Round difficulty - Medium

There were MCQs related to Aptitude, OS, DBMS, Coding Outputs, and Networks. And There were also 2 Coding Questions in the last.

  • Q1. 

    DFS Traversal Problem Statement

    Given an undirected and disconnected graph G(V, E), where V is the number of vertices and E is the number of edges, the connections between vertices are provided in the 'GR...

  • Ans. 

    DFS traversal to find connected components in an undirected and disconnected graph.

    • Use Depth First Search (DFS) to traverse the graph and find connected components.

    • Maintain a visited array to keep track of visited vertices.

    • For each unvisited vertex, perform DFS to explore the connected component it belongs to.

    • Print the vertices of each connected component in ascending order.

    • Repeat the process until all vertices are vis...

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

It was a coding round. We have to solve the 3 coding questions in 120 minutes.

  • Q1. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Ans. 

    Calculate the total amount of rainwater that can be trapped between given elevations in an array.

    • Iterate through the array and calculate the maximum height on the left and right of each bar.

    • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.

    • Sum up the trapped water at each bar to get the total trapped water for the entire array.

  • Answered by AI
Round 3 - Video Call 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

This round was only to test my technical knowledge of various Core CSE Subjects, and along with this, projects from my CV discussed as well.

  • Q1. What is the difference between a thread and a process?
  • Ans. 

    A thread is a lightweight process within a process, sharing memory and resources, while a process is a standalone program with its own memory space.

    • Threads share memory and resources within the same process, while processes have their own memory space.

    • Threads are lightweight compared to processes, as they require less overhead to create and manage.

    • Processes are independent of each other, while threads within the same p...

  • Answered by AI
  • Q2. How are passwords stored in a Database Management System (DBMS)?
  • Ans. 

    Passwords are typically stored in a DBMS using encryption techniques to ensure security.

    • Passwords are often hashed using algorithms like SHA-256 before being stored in the database.

    • Salt is commonly added to passwords before hashing to prevent rainbow table attacks.

    • Some DBMS also support encryption at rest to further secure stored passwords.

    • Access controls and proper user authentication mechanisms are crucial to protect...

  • Answered by AI
Round 4 - HR 

Round duration - 45 minutes
Round difficulty - Medium

This round was basically to judge my Soft Skills like how I speak, and how well are my communication skills.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Lovely Professional University. I applied for the job as SDE - Intern in HyderabadEligibility criteriaAbove 8.1 CGPA, Should need to have good Competitive Programming SkillsOptmyzr, Inc. interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Computer Networks, Operating Systems, DBMS, Puzzles, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Try to cover basic knowledge of graphs and DP, as they can be the favorite topic of the company during coding and interview rounds.
Tip 2 : Be well prepared with your CV, because you are going to be asked everything from your CV itself, so be truthful with your CV as well.
Tip 3 : Try to gain a good knowledge of OOPS, and DBMS, as it shows your development skills to the company

Application resume tips for other job seekers

Tip 1 : Your Resume should have at least 2-3 good projects and you should have proper knowledge of all the projects you will be putting into it.
Tip 2 : Your Resume should be of 1 page, and should be well maintained with sections like Education, Skills, Positions Of Responsibility (If Any), Languages, Skills, Projects, Achievements, Certifications.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Optmyzr?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

There will be questions related to SQL, Java programming Language

Round 2 - Technical 

(1 Question)

  • Q1. Sql - Joins, Functions. Java - oops concepts

Interview Preparation Tips

Topics to prepare for GOOD Software Developer interview:
  • SQL Server
  • Java
  • Python
Interview preparation tips for other job seekers - Good place to learn for freshers. Learn any one programming language well
Interview experience
4
Good
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 - Technical 

(1 Question)

  • Q1. Explain OOPS concepts
Round 3 - One-on-one 

(1 Question)

  • Q1. Project discussion done
Round 4 - HR 

(1 Question)

  • Q1. What is your Expected CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep confident all of you, stay strong, stay well, stay happy, be happy, all happy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Basic JavaScript and React.js questions
  • Q2. Questions on functions, hooks and DOM
  • Q3. Questions on SSR
  • Q4. Questions on strings and arrays
Round 2 - Coding Test 

Api related questions

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

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

Round 1 - Technical 

(1 Question)

  • Q1. It was all about java oops and basic questions
Round 2 - Technical 

(1 Question)

  • Q1. It will related to the our project and some scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Easy-Medium level Leetcode questions on linkedlists
  • Q2. Simple recursion question
  • Q3. An SQL query Basic question in OOPS and resume description..
  • Q4. Basic questions regarding SQL
  • Q5. Difference between thread and process
  • Ans. 

    A process is an instance of a program while a thread is a subset of a process that can run concurrently with other threads.

    • Processes have their own memory space while threads share the same memory space within a process.

    • Processes are independent of each other while threads within the same process can communicate with each other.

    • Processes are heavier in terms of resource consumption compared to threads.

    • Example: A web br...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Mar 2023. 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 - HR 

(2 Questions)

  • Q1. Self intro - tell me about yourself
  • Ans. 

    I am a software developer with a passion for creating efficient and user-friendly applications.

    • Proficient in multiple programming languages such as Java, C++, and Python

    • Experience in developing web applications using HTML, CSS, and JavaScript

    • Strong problem-solving and analytical skills

    • Familiarity with agile development methodologies

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Experience & why do you want to switch
  • Ans. 

    I have 5 years of experience as a Software Developer and I want to switch to explore new technologies and challenges.

    • I have 5 years of experience as a Software Developer.

    • I have gained expertise in various programming languages and frameworks.

    • I have successfully delivered multiple projects and contributed to their success.

    • I want to switch to explore new technologies and challenges.

    • I believe switching will help me enhanc...

  • Answered by AI
Round 3 - Coding Test 

Simple basic code for Form data

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of javascript and the framework should be clear
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. DSA QUESTIONS array
  • Q2. Problem solving skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Indexing in Mysql
  • Ans. 

    Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.

    • Indexes are created on one or more columns of a table.

    • They help in speeding up the search, sorting, and joining of data.

    • Indexes can be created using different algorithms like B-tree, hash, or bitmap.

    • Using indexes appropriately can significantly enhance query performance.

    • Exam...

  • Answered by AI
  • Q2. Opps concepts in php
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes based on existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Class: blueprint for creating objects

    • Object: instance of a class

    • Method: function defined inside a class

    • Property: variabl...

  • Answered by AI

Skills evaluated in this interview

Optmyzr Interview FAQs

How many rounds are there in Optmyzr Software Developer Intern interview?
Optmyzr interview process usually has 3 rounds. The most common rounds in the Optmyzr interview process are Coding Test and Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.8
 • 117 Interviews
Epsilon Interview Questions
3.8
 • 93 Interviews
3 Minds Digital Interview Questions
4.3
 • 73 Interviews
Publicis Interview Questions
3.7
 • 54 Interviews
Regalix Interview Questions
2.9
 • 50 Interviews
Denave Interview Questions
3.6
 • 43 Interviews
Smollan Group Interview Questions
4.0
 • 41 Interviews
Xdbs Interview Questions
3.0
 • 39 Interviews
GOOD Interview Questions
4.3
 • 37 Interviews
View all
Sde1
5 salaries
unlock blur

₹28 L/yr - ₹32 L/yr

Program Manager
4 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Senior UX Designer
4 salaries
unlock blur

₹14 L/yr - ₹14 L/yr

Customer Success Manager
4 salaries
unlock blur

₹13 L/yr - ₹16.8 L/yr

SDE (Software Development Engineer)
3 salaries
unlock blur

₹15 L/yr - ₹30 L/yr

Explore more salaries
Compare Optmyzr with

R.R. Donnelley

3.8
Compare

Epsilon

3.8
Compare

Denave

3.6
Compare

Smollan Group

4.0
Compare
write
Share an Interview