Zoho
10+ Tenneco Interview Questions and Answers
Q1. to find the divisors of a number and to add all the divisors to check whether it is greater than the given number
The program finds the divisors of a number and checks if their sum is greater than the given number.
Iterate from 1 to the given number
Check if the number is divisible by the current iteration value
If divisible, add the current iteration value to the sum
Finally, compare the sum with the given number
Q2. L3 - Design and implement a Messenger like application
Design and implement a Messenger like application
Identify the core features of a messaging app such as sending/receiving messages, creating groups, notifications, etc.
Choose a suitable platform and programming language for development
Implement a user-friendly interface with intuitive design
Ensure data security and privacy by implementing encryption and authentication measures
Test the application thoroughly to ensure it is bug-free and stable
Q3. L2 - two logic wise code
Provide two logic-wise code snippets for L2 level software developer position.
Use conditional statements to check for specific conditions and execute code accordingly.
Implement loops to iterate over data and perform operations.
Use functions to modularize code and improve readability.
Implement error handling to prevent unexpected behavior.
Use data structures such as arrays and objects to organize and manipulate data.
Q4. Coding in machine with complex problemns
Coding in machine with complex problems requires strong problem-solving skills and knowledge of algorithms.
Understand the problem thoroughly before starting to code
Break down the problem into smaller subproblems
Use appropriate data structures and algorithms to solve the problem efficiently
Test your code thoroughly to ensure it works correctly
Optimize your code for performance if necessary
You are given an array/list 'ARR' consisting of N integers, which contains elements only in the range 0 to N - 1. Some of the elements may be repeated in 'ARR'. Your task is to find all ...read more
Q6. App creation with app creating
App creation with app creating involves using a platform or tool to build an application without coding.
App creation platforms like Appy Pie, BuildFire, and AppMakr allow users to create apps without coding.
These platforms provide drag-and-drop interfaces, pre-built templates, and customization options.
App creation tools like Bubble and Adalo allow users to build more complex apps with minimal coding.
These tools use visual programming languages and offer integrations with thi...read more
Q7. Binary search with recursion
Binary search algorithm implemented using recursion
Divide the array into two halves
Compare the middle element with the target value
If the middle element is equal to the target value, return its index
If the middle element is greater than the target value, search the left half recursively
If the middle element is less than the target value, search the right half recursively
You are given two numbers 'A' and 'B' in the form of two arrays (A[] and B[]) of lengths 'N' and 'M' respectively, where each array element represents a digit. You need to find the sum of these...read more
Q9. What is the exam pattern of zoho digital marketing?
The exam pattern of Zoho Digital Marketing consists of multiple-choice questions and practical assignments.
The exam is conducted online.
It consists of multiple-choice questions that test the candidate's knowledge of digital marketing concepts, strategies, and tools.
There are also practical assignments where candidates are required to apply their knowledge to real-world scenarios.
The exam duration is typically a few hours.
Candidates need to achieve a minimum passing score to q...read more
Q10. What is python main main syallabus
Python's main syllabus includes data types, control structures, functions, modules, classes, and libraries.
Data types such as integers, floats, strings, lists, tuples, dictionaries
Control structures like if-else statements, loops
Functions for code reusability
Modules for organizing code
Classes for object-oriented programming
Libraries like NumPy, Pandas, and Matplotlib for data manipulation and visualization
Q11. What is coding for short form
Coding is short for computer programming, the process of creating instructions for computers to execute.
Coding involves writing and testing code to create software or applications.
Programming languages like HTML, CSS, JavaScript, Python, etc. are used for coding.
Examples of coding tasks include building websites, mobile apps, and software programs.
Q12. What is the Java script
JavaScript is a programming language commonly used for creating interactive effects within web browsers.
JavaScript is a high-level, interpreted programming language.
It is used to make web pages interactive and dynamic.
JavaScript can be used for client-side and server-side development.
Commonly used frameworks/libraries include React, Angular, and Node.js.
Q13. How to merge a list of sorted arrays in sorted order?
Merge sorted arrays using a min heap to maintain sorted order.
Create a min heap and insert the first element from each array into the heap.
Pop the smallest element from the heap and add it to the result array.
Replace the popped element in the heap with the next element from the same array.
Continue this process until all elements are merged.
Q14. What is the c and c++
C and C++ are programming languages commonly used for system programming and software development.
C is a procedural programming language developed by Dennis Ritchie in 1972.
C++ is an object-oriented programming language based on C, developed by Bjarne Stroustrup in 1983.
C is often used for system programming, embedded systems, and low-level programming.
C++ is used for software development, game development, and high-performance applications.
C++ is an extension of C with added...read more
Q15. Explain Map Dependency of CR
Map Dependency of CR refers to the relationship between change requests and their corresponding impact on various components of a system.
CRs are mapped to specific components or modules within a system to track the impact of changes.
This mapping helps in understanding the dependencies between different parts of the system.
By identifying map dependencies, engineers can assess the potential risks and plan for necessary adjustments.
For example, if a CR involves changes to a data...read more
Q16. What kinda word does Zoho do
Zoho is a software company that provides cloud-based business applications.
Zoho offers a suite of productivity and collaboration tools such as Zoho CRM, Zoho Books, and Zoho Projects.
Zoho's products are designed to help businesses manage their operations more efficiently.
Zoho's software is cloud-based, allowing users to access their data from anywhere with an internet connection.
Q17. what are the oops concepts
Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation details and showing only the necessary features.
Q18. collections in java programming
Collections in Java are data structures that store and manipulate groups of objects.
Collections framework provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating data.
Collections offer methods for adding, removing, and accessing elements in a structured way.
Example: ArrayList
names = new ArrayList<>(); names.add("Alice"); names.add("Bob");
Q19. DBMS VS FS describe
DBMS is a software system that manages databases, while FS is a system that manages files and directories.
DBMS stores data in structured format with relationships between entities
FS stores data in files and directories without relationships
DBMS provides ACID properties for transactions
FS does not provide ACID properties
Examples: MySQL, Oracle for DBMS; NTFS, ext4 for FS
More about working at Zoho
Interview Process at Tenneco
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month