Upload Button Icon Add office photos

Filter interviews by

Dilip Oak's Academy Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Secusfull seo stratagies ?
  • Q2. Importance of link building ?
  • Ans. 

    Link building is crucial for SEO as it helps improve website authority, visibility, and rankings.

    • Link building helps search engines discover and index your site.

    • Quality backlinks from reputable sites can boost your site's credibility.

    • Link building can drive referral traffic to your site.

    • Internal linking can improve user experience and navigation on your site.

    • Examples: Guest posting, broken link building, resource link

  • Answered by AI
  • Q3. Describe google murchent tool ?
  • Ans. 

    Google Merchant Center is a tool that allows businesses to upload their product data to Google and make it available for Google Shopping and other Google services.

    • Allows businesses to upload product data

    • Helps businesses make their products available on Google Shopping

    • Provides insights and analytics on product performance

    • Enables businesses to create product listings with images, prices, and descriptions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. SALARY EXPECTATION ? AS A FRESHER
  • Ans. 

    My salary expectations as a fresher would be in line with industry standards and based on my qualifications and skills.

    • Research industry standards for entry-level QA positions

    • Consider my qualifications, skills, and any relevant internships or projects

    • Be open to negotiation based on the company's offer and benefits package

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. WRITE TEST CASES
  • Ans. 

    Writing test cases for Quality Assurance

    • Identify the functionality to be tested

    • Determine the input data and expected output

    • Write test cases for positive and negative scenarios

    • Include boundary value testing

    • Consider usability and edge cases

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

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte

Round 2 - Aptitude Test 

30 Aptitude Question
3 Mail Writing Question

Round 3 - Technical 

(5 Questions)

  • Q1. Explain 1st Problem Solved in Coding Test. Optimize it.
  • Ans. 

    Solved a sorting problem by implementing quicksort algorithm.

    • Implemented quicksort algorithm to efficiently sort the array.

    • Used recursion to divide the array into smaller subarrays and sort them individually.

    • Optimized the algorithm by choosing a pivot element strategically to minimize comparisons.

  • Answered by AI
  • Q2. Explain 2nd Problem Solved in Coding Test. I failed 1 test case in 1st round which was told to solve again.
  • Q3. Explain 3rd Question based on SQL Query.
  • Ans. 

    The 3rd question based on SQL query likely refers to a specific query or scenario related to SQL.

    • Understand the context of the query being asked about

    • Analyze the structure and purpose of the SQL query

    • Explain the expected output or result of the query

  • Answered by AI
  • Q4. Write a code to Reverse Digits.
  • Ans. 

    Code to reverse digits of a number

    • Use modulo operator to extract the last digit of the number

    • Multiply the result by 10 and add the next digit until all digits are reversed

    • Handle negative numbers separately by converting to positive before reversing

  • Answered by AI
  • Q5. A problem question for solving a SQL Query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,
Stay continuously in contact, call the HR for updates as they don't call you, We need to call them else you will wait entire life.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Virtual Relationship Manager with a passion for building strong connections and providing excellent customer service.

    • Over 5 years of experience in virtual relationship management

    • Skilled in communication, problem-solving, and relationship-building

    • Proven track record of exceeding customer satisfaction goals

    • Proficient in CRM software and virtual communication tools

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

    I am passionate about leveraging technology to enhance customer relationships and provide personalized solutions.

    • Passionate about using technology to improve customer relationships

    • Excited about providing personalized solutions

    • Believe in the importance of virtual communication in today's digital world

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience till date.. no response from the employer for any kind of queries. No formal documents are provided for company policies. Misleaded on the interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Binary Tree,Stack,queue,Array,Linked List

Round 2 - Coding Test 

Array,Linked List,Binary Tree,Stack,Queue

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions were given , Running atleast one question with all test cases passing is mandatory.

Round 2 - Technical 

(2 Questions)

  • Q1. Bit manipulation question(asked to write atleast pseudo code)
  • Q2. Array based question(asked to write atleast pseudo code)

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for software engineer roles , dont neglect your DSA preparation.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Work experience
  • Q2. Area manager cooperative
Round 2 - One-on-one 

(2 Questions)

  • Q1. Good environment
  • Q2. Area manager cooperative

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice firm plz join
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed

Round 1 - One-on-one 

(1 Question)

  • Q1. About sales process
Round 2 - One-on-one 

(1 Question)

  • Q1. Sales skills and selling skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. About my current company
  • Q2. About the work I do in my current company
Round 2 - Coding Test 

Coding round where they ask few coding questions

Dilip Oak's Academy Interview FAQs

How to prepare for Dilip Oak's Academy 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 Dilip Oak's Academy. The most common topics and skills that interviewers at Dilip Oak's Academy expect are toefl, Admission Counselling, Communication Skills, English and IELTS.

Tell us how to improve this page.

Interview Questions from Similar Companies

FIITJEE Interview Questions
3.3
 • 52 Interviews
Odoo Interview Questions
3.6
 • 25 Interviews
Career Point Interview Questions
3.3
 • 14 Interviews
Bansal Classes Interview Questions
2.9
 • 8 Interviews
Resonance Interview Questions
3.2
 • 4 Interviews
View all

Dilip Oak's Academy Reviews and Ratings

based on 2 reviews

1.9/5

Rating in categories

2.4

Skill development

2.4

Work-Life balance

2.9

Salary & Benefits

2.4

Job Security

1.0

Company culture

2.4

Promotions/Appraisal

1.9

Work Satisfaction

Explore 2 Reviews and Ratings
Counsellor
4 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Media Coordinator
3 salaries
unlock blur

₹2.6 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Dilip Oak's Academy with

Aakash Educational Services

3.5
Compare

Resonance

3.2
Compare

FIITJEE

3.3
Compare

Vidyalankar Group

4.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview