Add office photos
Engaged Employer

Ernst & Young

3.5
based on 10k Reviews
Filter interviews by

10+ Docplexus Online Services Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations
Q1. Intersection of Linked List

You are given two Singly Linked List of integers, which are merging at some node of a third linked list.

Your task is to find the data of the node at which merging starts. If there is...read more

View 4 more answers
Q2. Pythagorean Triplets

You are given an array of n integers (a1, a2,....,an), you need to find if the array contains a pythagorean triplet or not.

An array is said to have a pythagorean triplet if there exists thr...read more

View 4 more answers
Q3. Swap Two Numbers

Take two numbers as input and swap them and print the swapped values.

Input Format:
The first line of input contains a single integer 't', representing the total number of test cases. The second...read more
View 3 more answers
Q4. OOPS Question

What do you mean by data encapsulation?

Add your answer
Discover Docplexus Online Services interview dos and don'ts from real experiences

Q5. What is the difference between arrays and linked list. Which one is better

Ans.

Arrays are fixed in size and have contiguous memory, while linked lists are dynamic and have non-contiguous memory.

  • Arrays have constant time access to elements, while linked lists have linear time access.

  • Arrays are better for random access and searching, while linked lists are better for insertion and deletion.

  • Arrays use less memory for storing elements, while linked lists use more memory due to additional pointers.

  • Example: Array - ['apple', 'banana', 'cherry'], Linked List -...read more

Add your answer
Q6. Java Question

What is Garbage collector in JAVA?

Add your answer
Are these interview questions helpful?
Q7. CSS Question

In how many ways you can display HTML elements?

Add your answer
Q8. HTML Question

What are the features of HTML-5?

Add your answer
Share interview questions and help millions of jobseekers 🌟
Q9. HTML Question

How to optimize website assets loading?

Add your answer
Q10. OOPS Question

Can the static methods be overridden?

Add your answer
Q11. CSS Question

What is a z-index, how does it function?

Add your answer
Q12. JavaScript Question

What is a higher order function?

Add your answer
Q13. JavaScript Question

What are closures?

Add your answer
Q14. JavaScript Question

Explain promises and it's 3 states .

Add your answer
Q15. Javascript Question

Explain Hoisting in JavaScript.

Add your answer

Q16. What are OOPs Concepts?

Ans.

OOPs Concepts are fundamental principles of Object-Oriented Programming that help in organizing and designing code.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

  • Inheritance: Allowing a class to inherit properties and behavior from another class.

  • Polymorphism: Ability of objects to take on multiple forms or have multiple behaviors.

  • Abstraction: Hiding the complex implementation details and showing only the necessary features of an ...read more

Add your answer

Q17. What is AVL tree?

Ans.

AVL tree is a self-balancing binary search tree where the heights of the two child subtrees of any node differ by at most one.

  • AVL tree was named after its inventors Adelson-Velsky and Landis.

  • It is a type of binary search tree where the heights of the two child subtrees of any node differ by at most one.

  • AVL trees are used to maintain a balanced tree structure, ensuring O(log n) time complexity for insertion, deletion, and search operations.

  • Rotations are performed on AVL trees ...read more

Add your answer

Q18. Share your college experienceon coding.

Ans.

I gained hands-on coding experience through coursework, projects, and internships during my college years.

  • Took courses in programming languages such as Java, C++, and Python.

  • Participated in coding competitions and hackathons to enhance my skills.

  • Completed coding projects in areas like web development, data analysis, and software engineering.

  • Interned at a tech company where I worked on real-world coding projects.

  • Collaborated with classmates on coding assignments and group proj...read more

Add your answer

Q19. Define LIFO, FIFO etc

Ans.

LIFO stands for Last In, First Out and FIFO stands for First In, First Out.

  • LIFO: Last In, First Out - the last item added to a stack is the first one to be removed.

  • FIFO: First In, First Out - the first item added to a queue is the first one to be removed.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter