Upload Button Icon Add office photos

Filter interviews by

Zenith Software Interview Questions and Answers

Updated 6 Feb 2025

Zenith Software Interview Experiences

Popular Designations

8 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about office work
  • Ans. 

    Office work involves tasks such as data entry, communication, organization, and collaboration in a professional setting.

    • Data entry involves inputting information into databases or spreadsheets.

    • Communication includes emails, phone calls, and in-person meetings with colleagues or clients.

    • Organization skills are important for keeping track of tasks, deadlines, and documents.

    • Collaboration involves working with team members...

  • Answered by AI
  • Q2. Tell me about back office
  • Ans. 

    Back office refers to the administrative and support functions of a business that are not customer-facing.

    • Back office tasks include data entry, payroll processing, inventory management, and record keeping.

    • Back office operations are essential for the smooth functioning of a company.

    • Examples of back office software include SAP, Oracle, and Microsoft Dynamics.

  • Answered by AI
  • Q3. What is the company work
  • Q4. Tell me about company experience
  • Ans. 

    I have 3 years of experience working as a back end executive in a tech company.

    • Managed database systems and ensured data security

    • Developed and maintained APIs for seamless communication between front end and back end

    • Collaborated with cross-functional teams to troubleshoot and resolve technical issues

  • Answered by AI
  • Q5. Company purpose
  • Ans. 

    The company's purpose is to provide efficient and effective back end support for smooth operations.

    • Ensuring timely and accurate data entry

    • Managing databases and systems for seamless information flow

    • Supporting other departments with necessary backend functions

  • Answered by AI

Back end Executive Interview Questions asked at other Companies

Q1. How would you explain technical details to a non- technical audience?
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Aptitude Test 

It was basic speaking english test

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is java and how is it different from c?
  • Ans. 

    Java is a high-level programming language known for its platform independence, while C is a low-level programming language with more direct hardware access.

    • Java is platform-independent, meaning code can run on any device with a Java Virtual Machine (JVM)

    • C is a low-level language with more direct hardware access, making it faster but less portable than Java

    • Java has automatic memory management through garbage collection,

  • Answered by AI

Skills evaluated in this interview

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. They ask me about ML algo

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)

Zenith Software interview questions for popular designations

 Analyst

 (1)

 Software Engineer

 (1)

 Senior SAP MM Consultant

 (1)

 Applications Engineer

 (1)

 Online Marketing Executive

 (1)

 System Engineer

 (1)

 Back end Executive

 (1)

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What challenges did you face while working as SAP MM consultant

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was good and explained the question in details

Senior SAP MM Consultant Interview Questions asked at other Companies

Q1. What is sap mm
View answer (1)

Interview Questions & Answers

user image Ganesh Palanchu

posted on 28 Jun 2021

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Sap ap
  • Q2. Payment terms

Interview Preparation Tips

Interview preparation tips for other job seekers - entail every detail

Jobs at Zenith Software

View all

I applied via Company Website and was interviewed before Apr 2017. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Hr just asked about my previous experience, about job details
  • Q2. It was asked me some technical questions.

Interview Preparation Tips

General Tips: It was not so hard and difficult rounds, just they asked questions related to my previous experience and about my education detail like that.
Skills: Communication, Body Language, Presentation Skills
Duration: 1-4 weeks

Online Marketing Executive Interview Questions asked at other Companies

Q1. What is your short trum gool...?
View answer (2)

I applied via Referral and was interviewed in Jun 2017. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Regarding interpersonal skill and Communication
  • Q2. Codes and basic of SQL and database

Interview Preparation Tips

Round: Resume Shortlist
Experience: Basis on percentage and overall skills

General Tips: Be confident about your answer but prepare yourself for interview and remember Questions are obvious but answers are not so keep ball in your hand if do not know about answer say no rather showing confusion.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

System Engineer Interview Questions asked at other Companies

Q1. Election Winner Determination In an ongoing election between two candidates A and B, there is a queue of voters that includes supporters of A, supporters of B, and neutral voters. Neutral voters have the power to swing the election results ... read more
View answer (9)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

Zenith Software Interview FAQs

How many rounds are there in Zenith Software interview?
Zenith Software interview process usually has 1 rounds. The most common rounds in the Zenith Software interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Zenith Software 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 Zenith Software. The most common topics and skills that interviewers at Zenith Software expect are IT Recruitment, Communication, Writing Skills, Contract Staffing and Hiring.
What are the top questions asked in Zenith Software interview?

Some of the top questions asked at the Zenith Software interview -

  1. what is java and how is it different from...read more
  2. Company purp...read more
  3. It was asked me some technical questio...read more

Tell us how to improve this page.

Zenith Software Interview Process

based on 6 interviews

Interview experience

2.8
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
View all

Zenith Software Reviews and Ratings

based on 72 reviews

4.1/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.3

Salary

3.5

Job security

3.7

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 72 Reviews and Ratings
SME PRofessional

New Delhi

3-8 Yrs

Not Disclosed

Data Analysis

New Delhi

0-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Executive
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Desktop Support Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Service Desk Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zenith Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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