Upload Button Icon Add office photos

Filter interviews by

Zenon Interview Questions, Process, and Tips

Updated 13 Dec 2024

Top Zenon Interview Questions and Answers

View all 7 questions

Zenon Interview Experiences

Popular Designations

7 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 13 Dec 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions were based on DSA , Databases and SQL

Round 2 - Coding Test 

Library System Problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe in yourself, things wont seem to work out but believe me eventually they will turn out to be good and you will be happy, so keep grinding,,,:)

SDE Interview Questions asked at other Companies

Q1. Longest Increasing Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Offline test of 3 sections, 1st aptitude, 2nd coding and 3rd dbms

Round 3 - Technical 

(5 Questions)

  • Q1. 2 technical rounds. Question were about trees, sql, oops etc
  • Q2. Buid a binary tree
  • Ans. 

    A binary tree is a data structure where each node has at most two children.

    • Start by creating a Node class with left and right child pointers.

    • Implement methods to insert nodes, search for a specific value, and traverse the tree (inorder, preorder, postorder).

    • Consider edge cases like inserting duplicate values or handling empty trees.

  • Answered by AI
  • Q3. Save bst to disk
  • Ans. 

    To save a binary search tree (BST) to disk, you can serialize the tree and write it to a file.

    • Serialize the BST using pre-order, in-order, or post-order traversal

    • Write the serialized data to a file on disk

    • When reading the data back, deserialize it to reconstruct the BST

  • Answered by AI
  • Q4. Sql queries, specially joins
  • Q5. Infinite stream of numbers, store 10 maximum number. (Heap)
  • Ans. 

    Use a max heap to store the 10 maximum numbers from an infinite stream of numbers.

    • Implement a max heap data structure to keep track of the 10 maximum numbers.

    • As new numbers come in from the infinite stream, compare them with the root of the heap.

    • If the new number is greater than the root, replace the root with the new number and heapify.

    • Keep the heap size limited to 10 to store only the 10 maximum numbers.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Write sql query
  • Ans. 

    Write a SQL query

    • Understand the requirements of the query

    • Identify the tables and columns needed

    • Use appropriate joins and conditions

    • Test the query before executing

  • Answered by AI
  • Q2. Write java 8 code
  • Ans. 

    Write Java 8 code to demonstrate array manipulation

    • Use Stream API for array manipulation

    • Use lambda expressions for concise code

    • Use method references for cleaner code

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good questions, very hard interview

Skills evaluated in this interview

Engineering Manager Interview Questions asked at other Companies

Q1. Which contactor connected first in star delta starter?
View answer (1)

Associate Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2024

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

I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How pandas groupby works internally?
  • Ans. 

    Pandas groupby function in Python is used to split data into groups based on some criteria and then apply a function to each group.

    • Groupby function splits the data into groups based on the specified criteria

    • It then applies a function to each group separately

    • The result is a new object with the function applied to each group

  • Answered by AI
  • Q2. Difference between Linear and tree models
  • Ans. 

    Linear models assume a linear relationship between variables, while tree models use a hierarchical structure of decisions.

    • Linear models assume a linear relationship between input variables and output, while tree models can capture non-linear relationships.

    • Linear models are simpler and easier to interpret, while tree models can handle complex interactions between variables.

    • Linear models are prone to overfitting with hig...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How soon can you join
  • Ans. 

    I can join within two weeks of receiving an offer.

    • I can start within two weeks of receiving an offer

    • My current notice period is two weeks

    • I am available to start immediately

  • Answered by AI

Skills evaluated in this interview

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Zenon interview questions for popular designations

 Associate

 (2)

 Engineering Manager

 (1)

 SDE

 (1)

 Senior Associate

 (1)

 Senior Business Analyst

 (1)

 Software Engineer

 (1)

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

I applied via Approached by Company and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Data science questions
Round 2 - Technical 

(1 Question)

  • Q1. Deep learning machine learning questions
Round 3 - Technical 

(1 Question)

  • Q1. Transformers architecture, bert architecture,lstm architecture difference etc.
Round 4 - Case Study 

Discussion on couple of real industry cases and ways to tackle them.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work for. Environment is very close to international giants.

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. 1. Need to be proficient in python and sql. 2. Need to explain the projects clearly. 3. Conceptual questions can be asked from ur previous project. 4. Clear understanding ofML algo and diffrnt data prepara...
  • Q2. 1. Scenario based questions. 2. Clear understanding of stats
  • Q3. 1. How to handle a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Study machine learning ,python, sql and stats

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

I applied via Naukri.com and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to Pandas, Numpy and a bit of Scikit Learn
  • Q2. CV Walkthrough

Interview Preparation Tips

Interview preparation tips for other job seekers - Due to COVID and long turn around times it can easily become frustrating during your job search to prepare, clear the respective rounds, and yet stay at the same position post every interview where you were before. Don't loose your cool, focus on the aspects that matter like Statistics, Probability, and classical Machine Learning. Kyunki Kya hai na ki life ek share market hai, lamba game hai. All the best.

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

Interview questions from similar companies

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

I was interviewed in Feb 2025.

Round 1 - Coding Test 

Three questions to be solved out of five.

Round 2 - Assignment 

One assignment project will be submitted within seven days.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical skills will be assessed during the interview with the director
Round 4 - HR 

(1 Question)

  • Q1. What are your expectations from the company?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why are you interested in the role
  • Ans. 

    I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.

    • I have a strong background in HR strategy and business partnering

    • I enjoy collaborating with cross-functional teams to drive positive change

    • I am excited about the opportunity to make a meaningful impact on the organization's culture and performance

  • Answered by AI
  • Q3. Talking about Intersted in which things that do in free time

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently, I had an interview experience that felt unprofessional. I was assured I was one of two shortlisted candidates for a role and encouraged to attend. After waiting for over 30 minutes, the HR representative finally conducted the interview but was dressed in casual nightwear, which left a poor impression. Such behavior from an HR professional does not reflect well on the company. I suggest researching thoroughly before investing your time and effort with organizations that may not prioritize professionalism in their recruitment process.

Zenon Interview FAQs

How many rounds are there in Zenon interview?
Zenon interview process usually has 2-3 rounds. The most common rounds in the Zenon interview process are Technical, Aptitude Test and HR.
How to prepare for Zenon 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 Zenon. The most common topics and skills that interviewers at Zenon expect are Java, AWS, Angular, Python and Spring.
What are the top questions asked in Zenon interview?

Some of the top questions asked at the Zenon interview -

  1. Infinite stream of numbers, store 10 maximum number. (He...read more
  2. How pandas groupby works internal...read more
  3. Difference between Linear and tree mod...read more

Tell us how to improve this page.

Zenon Interview Process

based on 8 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

Zenon Reviews and Ratings

based on 20 reviews

3.0/5

Rating in categories

3.5

Skill development

3.1

Work-life balance

3.8

Salary

3.3

Job security

3.0

Company culture

3.1

Promotions

3.0

Work satisfaction

Explore 20 Reviews and Ratings
Engagement Manager
17 salaries
unlock blur

₹32 L/yr - ₹55 L/yr

Senior Business Analyst
16 salaries
unlock blur

₹14 L/yr - ₹20.6 L/yr

Associate
11 salaries
unlock blur

₹23.8 L/yr - ₹35 L/yr

Software Engineer
10 salaries
unlock blur

₹10 L/yr - ₹15 L/yr

Data Scientist
7 salaries
unlock blur

₹10.8 L/yr - ₹32 L/yr

Explore more salaries
Compare Zenon with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview