Upload Button Icon Add office photos

Filter interviews by

Zenith Software Analyst Interview Questions and Answers

Updated 13 Jun 2024

Zenith Software Analyst Interview Experiences

1 interview found

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

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Highlight the odd cells in excel
  • Ans. 

    Use conditional formatting to highlight odd cells in Excel

    • Select the range of cells you want to highlight

    • Go to the 'Home' tab and click on 'Conditional Formatting'

    • Choose 'New Rule' and select 'Use a formula to determine which cells to format'

    • Enter the formula '=MOD(A1,2)=1' (assuming A1 is the top-left cell of your selected range)

    • Choose the formatting style you want for the odd cells

  • Answered by AI
  • Q2. What are Joins in SQL, explain different joins and their outputs
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table

    • FU...

  • Answered by AI
  • Q3. Query to give running sum of salary
  • Ans. 

    Use window function to calculate running sum of salary in SQL

    • Use window function like SUM() with OVER() clause

    • Partition the data by employee ID if needed

    • Order the data by date or any other relevant column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your SQL strong and practice joins with problem solving questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Odd man out series , reasoning 60 mins 40 questions

Round 2 - Coding Test 

Print string reverse ,print even or odd numbers

Interview Preparation Tips

Interview preparation tips for other job seekers - interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain recent project
  • Ans. 

    Developed a predictive model for customer churn in a telecom company

    • Collected and cleaned customer data from various sources

    • Performed exploratory data analysis to identify patterns and trends

    • Built a machine learning model using logistic regression to predict customer churn

    • Evaluated the model's performance using metrics such as accuracy, precision, and recall

  • Answered by AI
  • Q2. Cloud technologies used
  • Ans. 

    Various cloud technologies like AWS, Azure, and Google Cloud are commonly used for data analysis.

    • AWS (Amazon Web Services)

    • Azure (Microsoft Azure)

    • Google Cloud Platform

  • Answered by AI
Round 2 - Group Discussion 

Performance based questions

Skills evaluated in this interview

Interview experience
4
Good
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 - Coding Test 

Simple coding of python

Round 3 - Technical 

(1 Question)

  • Q1. Simple questions on python
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The first round was a combination of MCQs and SQL Coding test. It consisted of 23 MCQs on SQL, 10 MCQs on Power BI and 5 SQL Coding questions.

Round 2 - Technical 

(1 Question)

  • Q1. Simple questions on SQL were asked.
Round 3 - One-on-one 

(5 Questions)

  • Q1. What is pivot table in Excel?
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Pivot tables allow you to analyze and summarize large amounts of data in a spreadsheet.

    • You can easily rearrange the layout of the data to view it from different perspectives.

    • Pivot tables can perform functions like sum, average, count, and more on the data.

    • They are useful for creating reports...

  • Answered by AI
  • Q2. What is 'Data Validation' in Excel?
  • Ans. 

    Data Validation in Excel ensures that data entered in a cell meets certain criteria or conditions.

    • Data Validation allows you to set rules for what can be entered in a cell, such as a range of values, a list of items, or a custom formula.

    • Examples of Data Validation include setting a drop-down list of options for a cell, restricting input to a certain number range, or ensuring dates are entered in a specific format.

    • Data ...

  • Answered by AI
  • Q3. What is the order of execution of an SQL query?
  • Ans. 

    The order of execution of an SQL query involves multiple steps to retrieve data from a database.

    • 1. Parsing: The SQL query is first parsed to check for syntax errors.

    • 2. Optimization: The query optimizer creates an execution plan to determine the most efficient way to retrieve data.

    • 3. Compilation: The optimized query is compiled into an executable form.

    • 4. Execution: The compiled query is executed by the database engine t...

  • Answered by AI
  • Q4. What is the difference between Tree Map and Heatmap in Tableau?
  • Ans. 

    Tree Map visualizes hierarchical data using nested rectangles, while Heatmap displays data values using color gradients.

    • Tree Map displays data hierarchically with nested rectangles, where the size and color represent different measures.

    • Heatmap visualizes data values using color gradients, with darker colors indicating higher values.

    • Tree Map is useful for showing hierarchical data structures, while Heatmap is effective ...

  • Answered by AI
  • Q5. What is the difference between 'Extract Data' and 'Live Connection' in Tableau?
  • Ans. 

    Extract Data saves a snapshot of data in Tableau workbook, while Live Connection directly connects to data source.

    • Extract Data creates a static copy of data in Tableau workbook, while Live Connection directly queries data source in real-time.

    • Extract Data is useful for working offline or with small datasets, while Live Connection is ideal for large datasets or when data is frequently updated.

    • Extract Data can improve per...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Affine Data Analyst interview:
  • SQL
  • Power Bi
  • Tableau
  • Excel

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Introduce yourself. what is Salesforce , profile , permission set , Security Question , Workflow , approval process limits What is STLC , Test plan , integration , performance , regression, functional tes...
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to projects and exp. If you left a major bug in project then how you handle the situation.- I haven't faced such situation as of now because i was a junior.
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why are you looking for a change?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare software testing and salesforce admin
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. General questions about SQL ( Using Group By, Rank, Dense Rank, Views, Limit, Aggregates)
  • Q2. Tasks in Power BI ( How you will transform data to visualize it)
  • Ans. 

    In Power BI, data transformation involves cleaning, shaping, and modeling data to create visualizations.

    • Import data from various sources such as Excel, SQL databases, or online services

    • Clean and transform data using Power Query Editor

    • Create relationships between different data tables

    • Use DAX formulas to calculate new columns or measures

    • Design visualizations like charts, graphs, and tables to present insights

  • Answered by AI
  • Q3. What visualizations you use for different forms of data and contexts?
  • Ans. 

    I use a variety of visualizations such as bar charts, line graphs, scatter plots, and heat maps depending on the type of data and context.

    • Bar charts are useful for comparing categories of data

    • Line graphs are great for showing trends over time

    • Scatter plots help in identifying relationships between variables

    • Heat maps are effective for visualizing large datasets and identifying patterns

  • Answered by AI

Skills evaluated in this interview

Business Analyst Interview Questions & Answers

Sumeru Software Solutions user image Nidhi Nautiyal Immediate Joiner

posted on 18 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 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 - Technical 

(5 Questions)

  • Q1. What are your roles and responsibilities as a business analyst
  • Q2. What projects have you worked on?
  • Q3. Scenario based questions
  • Q4. Analytical Questions
  • Q5. Write a user story
  • Ans. 

    As a user, I want to be able to search for products by category so that I can easily find what I need.

    • User can select a category from a dropdown menu

    • User can see a list of products within the selected category

    • User can filter the products by price or other attributes

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. What are your goals and aspirations
  • Q2. What does your day look like at your company
  • Q3. What are your expectations from your next company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, share true details, smile if you can
Don't show what is not true and what can not be justified
Say no if you don't know the question than answering wrong
Apologise when required
Have thorough understanding and explanation ready for your role and projects you have worked on
Explain in details

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL and excel questions intermediate

Zenith Software Interview FAQs

How many rounds are there in Zenith Software Analyst interview?
Zenith Software interview process usually has 1 rounds. The most common rounds in the Zenith Software interview process are Technical.

Tell us how to improve this page.

Analyst Interview Questions from Similar Companies

HCLTech Analyst Interview Questions
3.5
 • 102 Interviews
TCS Analyst Interview Questions
3.7
 • 96 Interviews
Wipro Analyst Interview Questions
3.7
 • 65 Interviews
Infosys Analyst Interview Questions
3.7
 • 48 Interviews
View all
Zenith Software Analyst Salary
based on 4 salaries
₹5 L/yr - ₹6 L/yr
18% less than the average Analyst Salary in India
View more details
Software Engineer
21 salaries
unlock blur

₹2.8 L/yr - ₹7.5 L/yr

Software Developer
21 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

System Executive
14 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Desktop Support Engineer
13 salaries
unlock blur

₹1.4 L/yr - ₹1.8 L/yr

Service Desk Engineer
11 salaries
unlock blur

₹1.4 L/yr - ₹1.4 L/yr

Explore more salaries
Compare Zenith Software with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview