Upload Button Icon Add office photos

Filter interviews by

Ovaledge Interview Questions and Answers

Updated 10 Jul 2024

Ovaledge Interview Experiences

Popular Designations

4 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Designing Concepts
  • Q2. Complete SDLC life cycl
  • Ans. 

    SDLC life cycle involves planning, designing, developing, testing, deploying, and maintaining software.

    • 1. Planning: Define project scope, requirements, and timelines.

    • 2. Design: Create architecture, UI/UX, and database design.

    • 3. Development: Write code based on design specifications.

    • 4. Testing: Conduct unit, integration, and system testing.

    • 5. Deployment: Release the software to production environment.

    • 6. Maintenance: Pro...

  • Answered by AI
  • Q3. Deep questions on programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Cons:

Company doesn’t have a standard procedure or process.

Techies are involved in all other departments of the company which is really disgusting.

Most of the employees think that they are the best developers, Testers, Devops, Cloud engineers, Designers, Tech Writers in the world. But all are fake experienced guys.

These fake guys rejected hundreds of candidates.

Management makes the employees work 24/7 with weekends, No holidays, no jollydays.

Management expects the candidates to be equivalent to google or microsoft or NASA scientists but gives the salary of fresher.

In order to keep the customers satisfied(not to lose customer), they torture the employees by tough deadlines.

There are cheapest politics in every department and team, there is no hierarchy followed.

Each and every decision making is taken by very few members of the company, maybe 3 to 4.

There are many inexperienced and negative TLs, Architects and Managers who got to that position just on the grounds of a small company.

The company doesn’t have a culture, work life balance, or collaboration.

They don’t have an R&D department and L&D department. Wonder how employees still work.

The Biggest disaster is they don’t even have a separate Human Resources department.

Nobody listens to your burnouts, issues, concerns, harassments, POSH.

Again all types of concerns are carried to the techies who are part of management.

Sales, TLs, Managers, Architects are eligible for taking WFO whenever it is required but other employees should WFO itself no matter what.

Company is full of relatives and friends. A referral who has 10% knowledge will get a job here but other guys should have 99% of practical experience.

For the name sake it’s a product based company, but there are no policies, benefits, or culture of a product company.

No celebration, no parties, no outings - work, work, work and get out if you don’t like.

They will take you on a contract role, they do not provide any resources to work, even if you work 100%, they will end the contract and send you out.

There is nobody to plan things here - it’s like giving a spaceship control for a monkey.

Though we are in the era of AI, this company is still in its 90s with a lot of stubbornness and stupidity.
Casteism is practiced in the company at core

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 3 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 

(1 Question)

  • Q1. What is parallel processing in java, what is parallel streams, how can we do asyn operations in java, what is self join explain with real time examples for it.
  • Ans. 

    Parallel processing in Java allows multiple tasks to be executed simultaneously, improving performance. Parallel streams enable parallel processing of streams. Asynchronous operations in Java can be achieved using CompletableFuture. Self join in SQL is used to join a table with itself.

    • Parallel processing in Java allows multiple tasks to be executed simultaneously, improving performance

    • Parallel streams in Java enable pa...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is debouncing, write a code to explain debouncing, what is the max size of url and pay load for rest api requests. what are the thing you can do to mitigate DDOS attack. scenario based question on re...
  • Ans. 

    Debouncing is a technique used to limit the rate at which a function is called.

    • Debouncing helps in preventing multiple rapid calls to a function, typically used in handling user input like button clicks or key presses.

    • A common example of debouncing is in search bars where the search function is only called after the user has stopped typing for a certain period of time.

    • Debouncing can be implemented using setTimeout or c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Strong in basics of java and react/Angular

Skills evaluated in this interview

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)
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. Basic coding questions
  • Q2. Technical,coding, analytics

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be two rounds of technical interviews, Prepare well to attend the interview .

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Screening test will be conducted in online

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on SQL
  • Q2. Basic Questions on JAVA

Interview Preparation Tips

Topics to prepare for Ovaledge Customer Success Manager interview:
  • SQL, JAVA
Interview preparation tips for other job seekers - Explaining the logic in simple and understanding way is the key to crack it.

Customer Success Manager Interview Questions asked at other Companies

Q1. How do you manage if 2 or 3 or even more tasks spontaneously are assigned upon?
View answer (2)

Ovaledge interview questions for popular designations

 Software Developer

 (2)

 Customer Success Manager

 (1)

 Java Developer

 (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. Task Scheduling

Interview Preparation Tips

Round: Test
Experience: Questions are very basic and easy to answer .Algorithms should be implemented on spot but they are also standard ones
Tips: read Richie and kernigan
Duration: 60 minutes

Round: Technical Interview
Experience: Nice question and very hard to solve .Though it is a standard problem but requires spontaneous thinking because there are some restrictions for it
Tips: Read cormen

General Tips: Learn all basic algorithms and be confident.
Skill Tips: Solve some puzzles
Skills: Problem Solving Skills, Approaching A Problem
Duration: 2
College Name: IIT Madras
Motivation: i like data engineering profile

I applied via Naukri.com and was interviewed in Feb 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude Test preparation is for checked the mental ability and critical thinking of a person

Round 3 - Coding Test 

Written Programs and checking of program output

Round 4 - One-on-one 

(2 Questions)

  • Q1. This is a one on one round interview
  • Q2. Basic of programs language and their concept
Round 5 - HR 

(2 Questions)

  • Q1. Related questions of program during software and their concept and mostly checking our willing to work in this job and confidence
  • Q2. Mental ability, confidence checking related attitude and question and software related questions

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Developer interview:
  • Javascript
  • SQL
  • Python
  • Web Technologies
Interview preparation tips for other job seekers - Be we'll confidence to approach the job interview this is the frist things and second one is our attitude and our ability to work in this feild

I applied via Walk-in and was interviewed in Jan 2022. 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. Tell me about your self
  • Q2. What is your strength
  • Q3. What is your weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm honest, self motivated and hardworking boy with positive attitude towards my career in my life.

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

Interview Preparation Tips

Interview preparation tips for other job seekers - There was total 3 technical rounds and 1 HR round. Technical rounds was mostly about DSA and basic subjective questions. Average time for each round was 1 hour 15 mins. In each round I write code in C++ and then check it by dry running some examples and edge cases. This whole process took almost 2 weeks and in the end result was positive. Use pen and paper, think calmly, take your time, ask interviewer if you are stuck. Best of Luck and happy codding :)

Ovaledge Interview FAQs

How many rounds are there in Ovaledge interview?
Ovaledge interview process usually has 2 rounds. The most common rounds in the Ovaledge interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Ovaledge 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 Ovaledge. The most common topics and skills that interviewers at Ovaledge expect are Java, Javascript, SQL, J2Ee and Spring.
What are the top questions asked in Ovaledge interview?

Some of the top questions asked at the Ovaledge interview -

  1. what is debouncing, write a code to explain debouncing, what is the max size of...read more
  2. what is parallel processing in java, what is parallel streams, how can we do as...read more
  3. Complete SDLC life c...read more

Tell us how to improve this page.

Ovaledge Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all

Ovaledge Reviews and Ratings

based on 20 reviews

2.9/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

3.5

Salary

2.9

Job security

2.8

Company culture

3.1

Promotions

2.5

Work satisfaction

Explore 20 Reviews and Ratings
Software Engineer
46 salaries
unlock blur

₹5 L/yr - ₹18.5 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹12 L/yr - ₹23 L/yr

Associate Software Engineer
21 salaries
unlock blur

₹3 L/yr - ₹11.7 L/yr

Devops Engineer
16 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Java Developer
8 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Explore more salaries
Compare Ovaledge with

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

ABCI Infrastructures

3.4
Compare

Ministry of Home Affairs

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