Upload Button Icon Add office photos

Filter interviews by

Adenza Associate Software Engineer Interview Questions and Answers

Updated 22 Aug 2023

Adenza Associate Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2023. 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 - Technical 

(2 Questions)

  • Q1. There is a pretest which is round 1 which is a task based on excel (vlookup,if functions,error) then once you pass that hr will give you syllabus for final interview which is video call meet where you have...
  • Q2. Tasks based question in excel, writing sql queries and answering aptitude answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn excel and sql thorougly it is not question answer round they give tasks so prepare accordinly.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was a simple Aptitude test designed to test your english proficiency and your quantitative skills.

Round 2 - Communication Assessment 

(1 Question)

  • Q1. Multiple questions meant to test your english communication proficiency
Round 3 - Coding Test 

There were 2 coding questions. The level of questions were not very high. The languages available for the round were Python, Java, C++, C, C#.

Round 4 - One-on-one 

(4 Questions)

  • Q1. Please Introduce yourself
  • Q2. What project did you work on in your final year?
  • Q3. Do you have any connections in the industry?
  • Q4. Did you undergo any Internships?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It contain 40 question which is very easy

Round 2 - Coding Test 

It contain 3 coding question

Round 3 - One-on-one 

(5 Questions)

  • Q1. Introduction About Your Self and About Project
  • Q2. Two dsa question of leetcode
  • Q3. Basics Concept on dsa
  • Q4. From which platform you do coding
  • Q5. Simple Simple Question

Interview Preparation Tips

Topics to prepare for Nagarro Associate Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Very good company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy Question i.e leetcode easy to medium

Round 2 - Technical 

(2 Questions)

  • Q1. Simple Question on strings
  • Q2. Question on your projects
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy 1 dsa and 35 mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. All oops concepts in detail
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Linked list implementation and some questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

General aptitude, behaviourial and some analytical questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Questions from projects mentioned in resume
  • Q3. Few basic technical questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

One questiuon on dp longest increasing sub sequences

Round 2 - Technical 

(2 Questions)

  • Q1. Question on binary search on answers
  • Q2. Question on routing devices and alogorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - strong networking skilla sand core subjects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is held in our college premises. It was pretty easy if you have solved aptitude questions before.

Round 2 - Coding Test 

Coding test was immediately after 10 mins if you have passed aptitude test. Coding round was intermediate, one of the questions is basic level while other is intermediate.

Round 3 - Communication 

(1 Question)

  • Q1. Normal communication round with listening and reading questions.
Round 4 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about the projects you have mentions in your resume
  • Q3. What are difficulties you faced during projects?
  • Ans. 

    Difficulties faced during projects include technical challenges, communication issues, and time constraints.

    • Technical challenges such as debugging complex code or integrating new technologies

    • Communication issues with team members or stakeholders leading to misunderstandings

    • Time constraints causing pressure to meet deadlines and deliver quality work

  • Answered by AI
  • Q4. What is your opinion about generative AI?
  • Ans. 

    Generative AI has great potential in various industries, including art, music, and content creation.

    • Generative AI can be used to create realistic images, videos, and music compositions.

    • It has the potential to revolutionize content creation by automating the process and generating unique outputs.

    • Applications of generative AI include deepfakes, style transfer, and text generation.

    • While generative AI has great potential, ...

  • Answered by AI
  • Q5. What are your Strengths?

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Aptitude
  • Arrays, Strings
  • Sorting
  • Resume
Interview preparation tips for other job seekers - I applied through college.
It was pretty nice experience.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Coding Test 

Aptitude test along with CS fundamentals and Coding problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. Real life application of data structures
  • Ans. 

    Data structures like arrays and linked lists are used in real life applications such as social media networks, databases, and GPS systems.

    • Social media networks use arrays to store user profiles and linked lists to manage friend connections.

    • Databases use data structures like B-trees and hash tables to efficiently store and retrieve data.

    • GPS systems use graphs to represent road networks and find the shortest path between

  • Answered by AI
  • Q2. Find missing number in array of n size where numbers are from 1 to n
  • Ans. 

    Use the formula for sum of first n natural numbers to find the missing number in the array.

    • Calculate the sum of first n natural numbers using the formula n*(n+1)/2

    • Calculate the sum of all numbers in the array

    • Subtract the sum of array from the sum of first n natural numbers to find the missing number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just have your fundamentals cleared. And have decent communication skills.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical reasoning and english

Round 2 - Technical 

(1 Question)

  • Q1. Electrical and electronics concepts
Round 3 - HR 

(1 Question)

  • Q1. Personal behaviour and aptitude

Adenza Interview FAQs

How many rounds are there in Adenza Associate Software Engineer interview?
Adenza interview process usually has 2 rounds. The most common rounds in the Adenza interview process are Resume Shortlist and Technical.
How to prepare for Adenza Associate Software Engineer 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 Adenza. The most common topics and skills that interviewers at Adenza expect are Financial Services, Product Engineering, SCALA, Software Development Life Cycle and Computer science.
What are the top questions asked in Adenza Associate Software Engineer interview?

Some of the top questions asked at the Adenza Associate Software Engineer interview -

  1. there is a pretest which is round 1 which is a task based on excel (vlookup,if ...read more
  2. tasks based question in excel, writing sql queries and answering aptitude ans...read more

Tell us how to improve this page.

Adenza Associate Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Adenza Associate Software Engineer Salary
based on 31 salaries
₹6.4 L/yr - ₹10 L/yr
36% more than the average Associate Software Engineer Salary in India
View more details

Adenza Associate Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

5.0

Salary

4.0

Job security

3.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
48 salaries
unlock blur

₹6.3 L/yr - ₹18 L/yr

Business Analyst
34 salaries
unlock blur

₹10 L/yr - ₹24 L/yr

Associate Software Engineer
31 salaries
unlock blur

₹6.4 L/yr - ₹10 L/yr

Senior Business Analyst
24 salaries
unlock blur

₹14.5 L/yr - ₹32.2 L/yr

QA Analyst
19 salaries
unlock blur

₹8.1 L/yr - ₹15.5 L/yr

Explore more salaries
Compare Adenza 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