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 SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)
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 (169)
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Verbal,logical thiniking questions

Round 2 - Coding Test 

Medium level questions like 2d array reverse , sort 2d array

Interview Preparation Tips

Interview preparation tips for other job seekers - concentrate on problem solving questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. -Testing concepts of automation Framework -Automation Questions (Waits ) -Java OOps concepts
  • Q2. Java -multi threading, java exeception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with everything
brush up your java skills and python skills
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Their are 30 questions which one has to done in 30 mins

Round 3 - Technical 

(2 Questions)

  • Q1. Q1) About the project you have done
  • Q2. Q2) some technical questions related to core Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects well enough so that you are answerable to each question asked

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 Coding Test.
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 7 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

Zenon Reviews and Ratings

based on 19 reviews

3.1/5

Rating in categories

3.8

Skill development

3.2

Work-life balance

3.9

Salary

3.5

Job security

3.1

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 19 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
9 salaries
unlock blur

₹12 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.7
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