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. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Secure your future with a company that values your job stability.

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

I applied via Campus Placement 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 Resume 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 (196)
Zenon Interview Questions and Answers for Freshers
illustration image
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. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
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)

 Senior Associate

 (1)

 Software Engineer

 (1)

 Senior Business Analyst

 (1)

 Engineering Manager

 (1)

 SDE

 (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

I was interviewed before Oct 2016.

Interview Questionnaire 

1 Question

  • Q1. 1. Self introduce. 2. Can do night shift 3. Can go Jaipur if needed 4. Why appoint you 5. What you give to company 6. Some financial question (bookish)

Interview Preparation Tips

Round: HR Interview
Experience: After hr round, then aptitude test which was simple to crack, then operations manager interview, then they keep me waiting till 9 pm to declare That I am selected.
Tips: Go for 11 & 12 class financial management or finance book
Go through about share, debenture, mutual fund, banking system etc.

Round: Test
Experience: Aptitude is easy to crack and at last you have to write essay.
Duration: 1 hour
Total Questions: 60

Interview Questionnaire 

1 Question

  • Q1. They will ask about basic Google and YouTube process

Interview Preparation Tips

Round: Group Discussion
Experience: We have to be good in communication skill .as well as they expect us to be more confidential behaviour

Round: Telephonic client round
Experience: They will ask you behavioural questions simply like spell it name , and process based some questions

I was interviewed before Nov 2016.

Interview Questionnaire 

2 Questions

  • Q1. Simple question name and all
  • Q2. Why u want to join wipro
  • Ans. 

    I want to join Wipro because of its reputation for innovation and career growth opportunities.

    • Wipro is known for its cutting-edge technology solutions

    • I am impressed by Wipro's commitment to employee development

    • I believe Wipro will provide me with a challenging and rewarding work environment

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: I got selected. And called to the office. For documentation. And then after a day I received one more call from higher authority for another interview. But it was a telephonic one. Next day I received call to come and collect offer letter
Tips: Be confident. Try to be normal. Do not show off much. English communication should be good.

Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

Tell us how to improve this page.

Zenon Interview Process

based on 8 interviews

Interview experience

4.6
  
Excellent
View more

HCLTech

There's no stopping you

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 21 reviews

3.1/5

Rating in categories

3.6

Skill development

3.2

Work-life balance

3.8

Salary

3.3

Job security

3.0

Company culture

3.2

Promotions

3.0

Work satisfaction

Explore 21 Reviews and Ratings
Engagement Manager
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
7 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent