Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ivy Team. If you also belong to the team, you can get access from here

ivy Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 727 Reviews

Filter interviews by

ivy Senior Data Architect Interview Questions and Answers

Updated 26 Sep 2022

ivy Senior Data Architect Interview Experiences

1 interview found

I applied via Approached by Company

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. If you are searching for technical role, please be prepared with some written questions.
  • Q2. Be prepared with skill test questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to join good organization where you want to be technically challenged then this is one of the best organization.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Challenges on Leetcode that are classified as hard and can be coded using an IDE along with test cases.

Round 2 - Coding Test 

Low level design of parking lot

Round 3 - Lld 

(1 Question)

  • Q1. System design of a scalable distributed system
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Clustering in cassendra
  • Ans. 

    Clustering in Cassandra involves grouping together multiple nodes to improve performance, scalability, and fault tolerance.

    • Clustering is used to distribute data across multiple nodes in a Cassandra cluster.

    • It helps in achieving high availability and fault tolerance by replicating data across nodes.

    • Cassandra uses consistent hashing to determine which node will store a particular piece of data.

    • Data is partitioned into sm...

  • Answered by AI
  • Q2. Cloud Deployment strategies
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What Java class loaders?
  • Ans. 

    Java class loaders are responsible for loading classes during runtime.

    • Java class loaders are responsible for loading classes during runtime.

    • There are three types of class loaders: Bootstrap, Extension, and System.

    • Custom class loaders can also be created to load classes from non-standard sources.

    • Class loaders follow a delegation model where they first check if a class has already been loaded before attempting to load it...

  • Answered by AI
  • Q2. Questions on Microservices patterns?
Round 2 - Technical 

(2 Questions)

  • Q1. Explain architecture of your last project ?
  • Q2. Cloud technologies you are familiar with?
  • Ans. 

    I am familiar with AWS, Azure, and Google Cloud Platform.

    • Experience with AWS services such as EC2, S3, Lambda, and RDS

    • Familiarity with Azure services like Virtual Machines, Blob Storage, and Functions

    • Knowledge of Google Cloud Platform services such as Compute Engine, Cloud Storage, and Cloud Functions

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBS Software Services Technical Architect interview:
  • Advanced Java
  • Microservices
  • Cloud
  • Design
  • Architecture
  • Distributed Architecture
Interview preparation tips for other job seekers - There were basically two rounds, both technical

First round was technical with an Architect. It was scheduled for 45 minutes but lasted for 2 hours. It was mostly around distributed architecture and microservices, cloud and some advanced core Java. Difficulty was average.

Second round was with two principle architects. It was centered around design questions, cloud technologies and explaining architecture of the last project.

After confirming all the rounds are cleared and HR confirmed they will be releasing offer by EOD. They took another 2 weeks to communicate that position has been put on hold and won't be releasing the offer. Very confusing after 2 months of interviewing the position put on hold. Personally found very dubious and unprofessional company.

Best of Luck

Skills evaluated in this interview

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

I applied via campus placement at Dr Sivanthi Aditanar College of Engineering, Tiruchendur and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

On the topic of wfh vs wfo

Round 2 - Technical 

(3 Questions)

  • Q1. Logic for leap year
  • Ans. 

    A leap year is a year that is divisible by 4, except for years that are divisible by 100 but not by 400.

    • Leap year is divisible by 4

    • Exception: Years divisible by 100 but not by 400 are not leap years

    • Example: 2000 is a leap year because it is divisible by 400

  • Answered by AI
  • Q2. Logic for fibonocee series
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with 0 and 1 as the first two numbers in the series

    • Add the previous two numbers to get the next number in the series

    • Repeat this process to generate the Fibonacci series

  • Answered by AI
  • Q3. Swap two number without 3rd variable
  • Ans. 

    Swap two numbers without using a third variable

    • Use bitwise XOR operation to swap two numbers without using a third variable

    • Example: a = 5, b = 10. a = a XOR b, b = a XOR b, a = a XOR b

    • After swapping: a = 10, b = 5

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Biometric attitude questions

Skills evaluated in this interview

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 Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SOLID principle
  • Q2. Internal working of view model
  • Ans. 

    The view model is responsible for managing and providing data to the view in a way that is independent of the underlying data source.

    • View model acts as an intermediary between the view and the data source.

    • It retrieves data from the data source and transforms it into a format that is suitable for the view.

    • It may also perform data validation and business logic.

    • View model is typically implemented as a separate class or co...

  • Answered by AI
  • Q3. Find 2nd largest number
  • Ans. 

    To find the 2nd largest number in an array, sort the array in descending order and return the element at index 1.

    • Sort the array in descending order using a sorting algorithm

    • Return the element at index 1 as the 2nd largest number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. How to handle security in Kafka?
  • Ans. 

    Security in Kafka can be handled through authentication, authorization, encryption, and SSL/TLS.

    • Implement authentication mechanisms like SASL or SSL for secure communication between clients and brokers.

    • Set up ACLs (Access Control Lists) to control access to topics and resources.

    • Enable encryption using SSL/TLS to secure data in transit.

    • Use tools like Confluent Security Plugins for additional security features.

    • Regularly ...

  • Answered by AI
  • Q2. Benefits of Microservices?
  • Ans. 

    Microservices offer benefits such as scalability, flexibility, resilience, and easier maintenance.

    • Scalability: Microservices allow for individual components to be scaled independently, leading to better resource utilization.

    • Flexibility: Each microservice can be developed, deployed, and updated independently, allowing for more flexibility in the development process.

    • Resilience: If one microservice fails, it does not brin...

  • Answered by AI
  • Q3. Have you done any customisation in spring-boot?
  • Ans. 

    Yes, I have done customisation in spring-boot.

    • Implemented custom error handling by extending ResponseEntityExceptionHandler

    • Created custom annotations for validation

    • Configured custom logging using Logback

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Mar 2022. There were 5 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 - Coding Test 

Had to solve couple of problems online

Round 3 - Technical 

(1 Question)

  • Q1. Programming, Java, Spring, design patterns, database, messaging, tools
Round 4 - Technical 

(1 Question)

  • Q1. Application design, problem faced in different projects and solutions, General awareness of frameworks and tools.
Round 5 - HR 

(1 Question)

  • Q1. Salary Negotiation, company policies, insurance, joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Never stop learning. No one expects you to know everything but you need to maximize the probability of finding common topics with the interviewer to show them your depth and give them the confidence to make a positive decision.

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Spark programming, Cloud bases use case scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - It was quick and good.

ivy Interview FAQs

How many rounds are there in ivy Senior Data Architect interview?
ivy interview process usually has 2 rounds. The most common rounds in the ivy interview process are Resume Shortlist and Technical.
What are the top questions asked in ivy Senior Data Architect interview?

Some of the top questions asked at the ivy Senior Data Architect interview -

  1. If you are searching for technical role, please be prepared with some written q...read more
  2. Be prepared with skill test questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
 • 794 Interviews
Globant Interview Questions
3.8
 • 169 Interviews
View all
ivy Senior Data Architect Salary
based on 4 salaries
₹31.2 L/yr - ₹51 L/yr
13% more than the average Senior Data Architect Salary in India
View more details

ivy Senior Data Architect Reviews and Ratings

based on 2 reviews

4.4/5

Rating in categories

3.8

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

3.4

Promotions

3.2

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
853 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Senior Software Engineer
598 salaries
unlock blur

₹8 L/yr - ₹22.5 L/yr

System Analyst
330 salaries
unlock blur

₹12 L/yr - ₹28 L/yr

Test Engineer
329 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Senior Test Engineer
323 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Explore more salaries
Compare ivy with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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