Add office photos
Premium Employer

OpenText Technologies

3.7
based on 1k Reviews
Video summary
Filter interviews by

10+ Zydus Wellness Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. Write a Program Nth term in a infinite series example: 2,4,8,2,4,8……..n…….infinite

Ans.

Program to find the Nth term in an infinite series

  • The series has a repeating pattern

  • Use modulo operator to find the index of the repeating pattern

  • Calculate the value of Nth term based on the pattern

View 2 more answers

Q2. Write a Program identify Max length of a substring from a given string and also the substring should be palindrome

Ans.

Program to find the longest palindrome substring in a given string.

  • Iterate through the string and check for palindromes of different lengths

  • Store the longest palindrome found

  • Return the length and substring

Add your answer

Q3. What is your comfort level on HTML, CSS and JavaScript

Ans.

I am highly proficient in HTML, CSS, and JavaScript.

  • Extensive experience in building responsive web applications using HTML, CSS, and JavaScript

  • Strong understanding of front-end frameworks like React, Angular, or Vue.js

  • Familiarity with CSS preprocessors like SASS or LESS

  • Knowledge of modern JavaScript ES6+ features and best practices

  • Experience in optimizing web performance and cross-browser compatibility

Add your answer

Q4. Tell me in detail step by step process for registering XML Publisher Report

Ans.

The process for registering XML Publisher Report

  • Create a data model for the report

  • Create a template for the report using RTF or XSL-FO

  • Upload the template to the server

  • Create a report definition using the data model and template

  • Register the report definition with the XML Publisher server

Add your answer
Discover Zydus Wellness interview dos and don'ts from real experiences

Q5. Write a Program to find a second max in the give list? and Time Complexity

Ans.

Program to find second max in a list and its time complexity

  • Sort the list in descending order and return the second element

  • Traverse the list and keep track of the maximum and second maximum elements

  • Time complexity: O(n)

Add your answer

Q6. Oracle EBS 12.1 and 12.2 Technical Architecture Differences

Ans.

Differences between Oracle EBS 12.1 and 12.2 Technical Architecture

  • 12.2 has a web-based interface while 12.1 has a client-server interface

  • 12.2 has a multi-node architecture while 12.1 has a single-node architecture

  • 12.2 has a more modular architecture with fewer dependencies

  • 12.2 has a more streamlined upgrade process compared to 12.1

Add your answer

Q7. Write Angular code to call web api and show the data in the ui

Ans.

Use Angular HttpClient to call web api and display data in UI

  • Create a service in Angular to make HTTP requests using HttpClient module

  • Subscribe to the observable returned by HttpClient.get() method to fetch data

  • Bind the fetched data to UI elements in the component template

Add your answer

Q8. How does a Logger work

Ans.

A Logger is a software component used to record events, messages, and errors during the execution of a program.

  • Loggers are used to track the flow of a program and provide insights into its behavior.

  • They can be configured to log different levels of messages such as INFO, DEBUG, WARN, ERROR, etc.

  • Loggers can write logs to various outputs like console, files, databases, or remote servers.

  • They help in troubleshooting issues, monitoring performance, and auditing activities.

  • Popular ...read more

Add your answer

Q9. How are unions used

Ans.

Unions are used to combine multiple variables of different data types into a single variable.

  • Unions allow for efficient use of memory by sharing the same memory location for different variables.

  • They are commonly used in low-level programming for hardware access and data serialization.

  • An example of a union is a struct that contains a float and an integer, where changing the value of one will affect the other.

Add your answer

Q10. Different types of joins

Ans.

Different types of joins are Inner Join, Left Join, Right Join, and Full Outer Join.

  • Inner Join returns only the matching rows from both tables.

  • Left Join returns all the rows from the left table and matching rows from the right table.

  • Right Join returns all the rows from the right table and matching rows from the left table.

  • Full Outer Join returns all the rows from both tables, with NULL values in the columns where there is no match.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Zydus Wellness

based on 18 interviews
3 Interview rounds
Resume Shortlist Round
Technical Round - 1
Technical Round - 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Software Engineer Interview Questions from Similar Companies

3.7
 • 86 Interview Questions
3.3
 • 21 Interview Questions
3.6
 • 17 Interview Questions
2.8
 • 13 Interview Questions
3.3
 • 10 Interview Questions
4.8
 • 10 Interview Questions
View all
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

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