Upload Button Icon Add office photos

Filter interviews by

Smartavya Analytica Interview Questions and Answers

Updated 3 Apr 2025
Popular Designations

6 Interview questions

A Senior Java Developer was asked 6mo ago
Q. What is Metaspace and how was it improved in Java 11?
Ans. 

Meta space is a memory space in Java that stores metadata about classes and methods.

  • Meta space replaces the permanent generation in Java 8 and earlier versions.

  • In Java 11, meta space is improved by introducing a new flag called 'UseContainerSupport' which allows the JVM to use container-specific memory limits.

  • This improvement helps in better managing memory usage in containerized environments.

View all Senior Java Developer interview questions
A Senior Java Developer was asked 6mo ago
Q. How are constructor or setter-based injections used in the traditional Spring framework?
Ans. 

Constructor or Setter based injection is used in Spring framework to inject dependencies into a bean.

  • Constructor injection involves passing dependencies as arguments to the constructor of a class.

  • Setter injection involves setting dependencies using setter methods.

  • Constructor injection is preferred for mandatory dependencies, while setter injection is used for optional dependencies.

  • Example: Constructor injection - ...

View all Senior Java Developer interview questions
A Senior Java Developer was asked 6mo ago
Q. What is the difference between the different versions of java (8, 11, 17). Tell about the new features you have worked on?
Ans. 

Java versions 8, 11, and 17 have introduced various new features and improvements.

  • Java 8 introduced lambda expressions, streams, and the new Date and Time API.

  • Java 11 introduced local-variable syntax for lambda parameters, HTTP client API, and Flight Recorder.

  • Java 17 introduced sealed classes, pattern matching for switch statements, and enhanced foreign function and memory API.

View all Senior Java Developer interview questions
A Senior Java Developer was asked 6mo ago
Q. What is Dependency Injection? What are it's types (Constructor Based, Setter Based, Field Injection).
Ans. 

Dependency Injection is a design pattern where the dependencies of an object are provided externally rather than created within the object itself.

  • Types of Dependency Injection: Constructor Based, Setter Based, Field Injection

  • Constructor Based: Dependencies are provided through the constructor of the class

  • Setter Based: Dependencies are provided through setter methods

  • Field Injection: Dependencies are directly assign...

View all Senior Java Developer interview questions
A Senior Java Developer was asked 6mo ago
Q. Garbage Collection in Java? what is the process of GC? how can we explicitly invoke Garbage Collector?
Ans. 

Garbage Collection in Java is the process of automatically reclaiming memory by destroying unused objects.

  • Garbage Collection is a process in Java where the JVM automatically reclaims memory by destroying objects that are no longer referenced.

  • The process of GC involves marking objects that are still in use, sweeping and deleting objects that are no longer in use, and compacting the memory to reduce fragmentation.

  • We...

View all Senior Java Developer interview questions
A Senior Java Developer was asked 6mo ago
Q. What is Springboot? difference between Spring and Springboot. What is difference between @Component and @ComponentScan
Ans. 

Springboot is a framework that simplifies the development of Java applications by providing pre-configured settings and conventions.

  • Springboot is built on top of the Spring framework, providing a more streamlined way to build Spring applications.

  • Springboot eliminates the need for XML configuration files and allows for easier setup of dependencies.

  • Difference between @Component and @ComponentScan: @Component is used...

View all Senior Java Developer interview questions

Smartavya Analytica Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(8 Questions)

  • Q1. What is the difference between the different versions of java (8, 11, 17). Tell about the new features you have worked on?
  • Ans. 

    Java versions 8, 11, and 17 have introduced various new features and improvements.

    • Java 8 introduced lambda expressions, streams, and the new Date and Time API.

    • Java 11 introduced local-variable syntax for lambda parameters, HTTP client API, and Flight Recorder.

    • Java 17 introduced sealed classes, pattern matching for switch statements, and enhanced foreign function and memory API.

  • Answered by AI
  • Q2. Garbage Collection in Java? what is the process of GC? how can we explicitly invoke Garbage Collector?
  • Ans. 

    Garbage Collection in Java is the process of automatically reclaiming memory by destroying unused objects.

    • Garbage Collection is a process in Java where the JVM automatically reclaims memory by destroying objects that are no longer referenced.

    • The process of GC involves marking objects that are still in use, sweeping and deleting objects that are no longer in use, and compacting the memory to reduce fragmentation.

    • We can ...

  • Answered by AI
  • Q3. What is Springboot? difference between Spring and Springboot. What is difference between @Component and @ComponentScan
  • Ans. 

    Springboot is a framework that simplifies the development of Java applications by providing pre-configured settings and conventions.

    • Springboot is built on top of the Spring framework, providing a more streamlined way to build Spring applications.

    • Springboot eliminates the need for XML configuration files and allows for easier setup of dependencies.

    • Difference between @Component and @ComponentScan: @Component is used to m...

  • Answered by AI
  • Q4. What is Dependency Injection? What are it's types (Constructor Based, Setter Based, Field Injection).
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of an object are provided externally rather than created within the object itself.

    • Types of Dependency Injection: Constructor Based, Setter Based, Field Injection

    • Constructor Based: Dependencies are provided through the constructor of the class

    • Setter Based: Dependencies are provided through setter methods

    • Field Injection: Dependencies are directly assigned to...

  • Answered by AI
  • Q5. How Constructor or Setter based injection is used in the traditional Spring framework?
  • Ans. 

    Constructor or Setter based injection is used in Spring framework to inject dependencies into a bean.

    • Constructor injection involves passing dependencies as arguments to the constructor of a class.

    • Setter injection involves setting dependencies using setter methods.

    • Constructor injection is preferred for mandatory dependencies, while setter injection is used for optional dependencies.

    • Example: Constructor injection - publi...

  • Answered by AI
  • Q6. What is meta space and how it is improved in Java 11?
  • Ans. 

    Meta space is a memory space in Java that stores metadata about classes and methods.

    • Meta space replaces the permanent generation in Java 8 and earlier versions.

    • In Java 11, meta space is improved by introducing a new flag called 'UseContainerSupport' which allows the JVM to use container-specific memory limits.

    • This improvement helps in better managing memory usage in containerized environments.

  • Answered by AI
  • Q7. Asked to write code on notepad while my screen shared. Explain the flow from service layer to controller layer in a spring based application. What is the difference between Postmapping and GetMapping
  • Q8. Other basic questions like "Tell about yourself", "Explain your current project".

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Friendly interviewer. Very Cooperative. If you have good knowledge of Core Java and Java Framework like Spring, and SpringBoot, you can crack the interview.

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Joins and Windowing Functions related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic understanding of Big Data, SQL, Python and shell scripting

Architect Interview Questions & Answers

user image Anonymous

posted on 3 Apr 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Architecture based
  • Q2. Problem solving approach

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Smartavya Analytica?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Financial domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen to questions and only answer that.Dont get overexcited.Take a deep breath

Interview Questionnaire 

3 Questions

  • Q1. Left view of a tree
  • Ans. 

    The left view of a tree shows the nodes visible from the left side of the tree.

    • The leftmost node of each level is visible in the left view.

    • Nodes to the right of the leftmost node are not visible in the left view.

    • The left view can be obtained using a depth-first search or a breadth-first search algorithm.

  • Answered by AI
  • Q2. Find nth node from last in a linked list in one traversal
  • Ans. 

    To find nth node from last in a linked list in one traversal

    • Use two pointers, one at the head and the other at nth node from head

    • Move both pointers simultaneously until the second pointer reaches the end

    • The first pointer will be at the nth node from last

  • Answered by AI
  • Q3. Topological sort

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Filters in Tableau,sql
  • Ans. 

    Filters in Tableau and SQL are used to narrow down data based on specific criteria.

    • Filters in Tableau can be applied to individual worksheets or the entire dashboard

    • SQL filters can be applied using the WHERE clause

    • Tableau filters can be based on dimensions or measures

    • SQL filters can be based on any column in the table

    • Tableau filters can be interactive, allowing users to adjust the criteria

    • SQL filters can be combined wi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql,tableau,python, business understanding

Skills evaluated in this interview

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Fruits and Baskets Problem Statement

    You are given 'n' fruit trees planted along a road, numbered from 0 to n-1. Each tree bears a fruit type represented by an uppercase English alphabet. A Ninja walking ...

  • Ans. 

    The problem is to find the maximum number of fruits the Ninja can put in both baskets after satisfying given conditions.

    • The Ninja can start at any tree and end at any tree, but cannot skip a tree.

    • He can pick one fruit from each tree until he cannot, i.e., when he has to pick a fruit of the third type.

    • The restriction is that each basket can have only one type of fruit.

    • We need to find the maximum number of fruits that ca...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Medium

Was Shortlisted For this round with in total of 22 students, 7 in my profile.
It was Technical round with 30 mins of time allotted.
The interviewer was friendly, started with basic questions about me followed by project specific and then a puzzle.

  • Q1. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    The problem requires sorting an array of 0s, 1s, and 2s in a single scan.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s.

    • Initialize the low pointer at the beginning of the array and the high pointer at the end.

    • Iterate through the array using a current pointer and swap elements based on their values.

    • Move the pointers accordingly until the array is sorted.

    • The time complexity of this solution is O(N) a...

  • Answered by AI
Round 3 - HR 

Round duration - 20 Minutes
Round difficulty - Hard

The interview was scheduled for 15 mins and 12 students were shortlisted for this round. 5 in my profile.
The interviewer didn't on his video whereas mine was, the interviewer was friendly and maintained a poker voice.
Asked Basic HR questions but crossed questioned several times.

Interview Preparation Tips

Eligibility criteria6.5 CGPAQuantiphi interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS Concepts, Machine Learning (Basic Theory), Operating sysytem, Database Management System, Computer NetworksTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 :Practice at least 3-4 coding questions daily. Start from basics of Pointers and Array and progress to Algo and Data structure specific like DP and Graphs. Try to time your sessions into 15-20 mins. 
Tip 2 : Have Patience don't rush into problem solving, understand the Algo/Data structure first and then look for common problems for a particular Algo/Data structure.
Tip 3 : Have Basic Knowledge about all CS subjects, no need for in depth. Just cover Top 100 interview questions for each subject and topics covered in GFG and CodeStudio.

Application resume tips for other job seekers

Tip 1 : Have at least 3-4 Projects in your resume but on diverse bases, like 1 ML based, 1-2 DBMS 1 with Computer vision/ Frontend. Don't obsess over internships so much.
Tip 2 : Be well verse with projects you put in resume, and specify your particular job role if a team project.
Tip 3 : Mention some extra curricular activities or Interests and hobbies (Non Tech) , if you sync with interviewer then it could be beneficial.

Final outcome of the interviewSelected

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptititude including finance questions , mathematics

Round 2 - One-on-one 

(1 Question)

  • Q1. General finance and accounting related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as round 2

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare strategically on keeping your basics clear
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions, medium hard

Round 2 - Technical 

(2 Questions)

  • Q1. Greedy Algorithm, simple jumps question, easily approachable by greedy algorithm
  • Q2. Binary Search, simple array based
Round 3 - Technical 

(2 Questions)

  • Q1. DBMS, Projects, SQL Queries
  • Q2. 2 coding questions

Analyst Interview Questions & Answers

Arcesium user image ERENTI PAVAN KUMAR

posted on 29 Apr 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is credit back securities
  • Ans. 

    Credit-backed securities are financial instruments backed by a pool of credit assets, providing investors with income from these assets.

    • Asset-Backed Securities (ABS): These are securities backed by a pool of loans or receivables, such as auto loans or credit card debt.

    • Mortgage-Backed Securities (MBS): A type of ABS specifically backed by mortgage loans, providing cash flow from mortgage payments.

    • Risk Diversification: I...

  • Answered by AI
  • Q2. What is meant by swaption
  • Ans. 

    A swaption is an option granting the right to enter into an interest rate swap agreement at a future date.

    • Types of Swaptions: There are two main types - payer swaptions (right to pay fixed rate) and receiver swaptions (right to receive fixed rate).

    • Usage: Companies use swaptions to hedge against interest rate fluctuations, allowing them to lock in rates for future borrowing.

    • Example: A company expecting to borrow in the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't recommend to join

Smartavya Analytica Interview FAQs

How many rounds are there in Smartavya Analytica interview?
Smartavya Analytica interview process usually has 1 rounds. The most common rounds in the Smartavya Analytica interview process are One-on-one Round and Technical.
How to prepare for Smartavya Analytica 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 Smartavya Analytica. The most common topics and skills that interviewers at Smartavya Analytica expect are SQL, ETL Testing, Hadoop Administration, Python and Data Warehousing.
What are the top questions asked in Smartavya Analytica interview?

Some of the top questions asked at the Smartavya Analytica interview -

  1. What is the difference between the different versions of java (8, 11, 17). Tell...read more
  2. What is Dependency Injection? What are it's types (Constructor Based, Setter Ba...read more
  3. What is Springboot? difference between Spring and Springboot. What is differenc...read more

Tell us how to improve this page.

Overall Interview Experience Rating

1.5/5

based on 4 interview experiences

Difficulty level

Easy 67%
Moderate 33%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 145 Interviews
iMerit Interview Questions
3.4
 • 108 Interviews
Arcesium Interview Questions
3.5
 • 85 Interviews
Mavenir Systems Interview Questions
3.4
 • 58 Interviews
QualiZeal Interview Questions
4.2
 • 56 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

Smartavya Analytica Reviews and Ratings

based on 20 reviews

2.6/5

Rating in categories

2.6

Skill development

2.4

Work-life balance

2.7

Salary

2.4

Job security

2.4

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 20 Reviews and Ratings
Hadoop Admin Manager

Mumbai

10-18 Yrs

Not Disclosed

SAP Business Objects (BO) Developer

Chennai

3-8 Yrs

Not Disclosed

ETL Technical Lead - informatica

Mumbai

6-10 Yrs

Not Disclosed

Explore more jobs
Data Engineer
13 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Associate Engineer 1
11 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Engineer 1
7 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Associate Analyst
4 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Hadoop Administrator
4 salaries
unlock blur

₹9 L/yr - ₹14 L/yr

Explore more salaries
Compare Smartavya Analytica with

CMS IT Services

3.1
Compare

iMerit

3.4
Compare

Quantiphi Analytics Solutions Private Limited

3.2
Compare

PrimEra Medical Technologies

3.5
Compare
write
Share an Interview