OpenText Technologies
10+ Zydus Wellness Interview Questions and Answers
Q1. Write a Program Nth term in a infinite series example: 2,4,8,2,4,8……..n…….infinite
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
Q2. Write a Program identify Max length of a substring from a given string and also the substring should be palindrome
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
Q3. What is your comfort level on HTML, CSS and JavaScript
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
Q4. Tell me in detail step by step process for registering XML Publisher Report
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
Q5. Write a Program to find a second max in the give list? and Time Complexity
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)
Q6. Oracle EBS 12.1 and 12.2 Technical Architecture Differences
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
Q7. Write Angular code to call web api and show the data in the ui
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
Q8. How does a Logger work
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
Q9. How are unions used
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.
Q10. Different types of joins
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.
Interview Process at Zydus Wellness
Top Senior Software Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month