Upload Button Icon Add office photos
Engaged Employer

i

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

Azilen Technologies Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 69 Reviews

Filter interviews by

Azilen Technologies Senior Software Engineer Interview Questions and Answers

Updated 16 Oct 2023

Azilen Technologies Senior Software Engineer Interview Experiences

3 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Sep 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. What is resources? What is triggers in wpf? How muti threading works in wpf?
  • Ans. 

    Resources in WPF refer to external files such as images, styles, templates, etc. Triggers in WPF are used to apply changes based on certain conditions. Multithreading in WPF allows for running multiple tasks concurrently.

    • Resources in WPF can be defined in XAML or code-behind to be reused throughout the application

    • Triggers in WPF are used to change the appearance or behavior of a control based on certain conditions, suc...

  • Answered by AI
  • Q2. What is style and how it is integrated in the xaml cod?
  • Ans. 

    Style in XAML is a way to define and apply visual properties to UI elements.

    • Style in XAML is a collection of property setters that can be applied to multiple UI elements.

    • Styles can be defined in a resource dictionary and then referenced by multiple elements.

    • Styles can be applied globally to all elements of a certain type or selectively to specific elements.

    • Styles can be used to maintain consistency in the visual appear

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure about your domain and skills written in resume.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Sep 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 

(1 Question)

  • Q1. Basic Java , Performance
Round 3 - Technical 

(1 Question)

  • Q1. Java , Spring Boot, Database queries

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Database related questions
  • Q2. .net technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice palce to learn and grow alongside.

Senior Software Engineer Jobs at Azilen Technologies

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. 30 minutes of discussion.
Round 2 - Technical 

(1 Question)

  • Q1. 75 minutes of discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 technical rounds took 15 days and both were cleared and after long wait the position was given to someone else.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 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 

(1 Question)

  • Q1. Synopsis of all key skills overall randomly they asked
Round 3 - Technical 

(1 Question)

  • Q1. They asked for project that i was done and related to that skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident enough to ans
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Christ University, Bangalore and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Tell about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q3. Hobbies what you have
  • Ans. 

    I enjoy hiking, playing guitar, and reading science fiction novels in my free time.

    • Hiking: I love exploring new trails and being in nature.

    • Playing guitar: I find it relaxing and enjoy learning new songs.

    • Reading science fiction novels: I love getting lost in imaginative worlds and exploring futuristic concepts.

  • Answered by AI
  • Q4. How is your studies going
  • Ans. 

    My studies are going well, I am currently learning new programming languages and working on various projects.

    • Studying programming languages like Java, Python, and C++

    • Working on projects involving web development and data analysis

    • Attending coding bootcamps and online courses to enhance my skills

  • Answered by AI
  • Q5. Solve the program
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How abstraction and inheritance are related?
  • Ans. 

    Abstraction allows for defining a common interface for related objects, while inheritance enables a class to inherit attributes and methods from another class.

    • Abstraction involves hiding the implementation details and showing only the necessary features of an object. Inheritance allows a class to inherit properties and behaviors from another class.

    • Abstraction helps in creating a blueprint of a class without providing t...

  • Answered by AI
  • Q2. Given a perticular time, find the angle between hour hand and minute hand.
  • Ans. 

    To find the angle between hour and minute hand at a given time on a clock face.

    • Calculate the angle made by hour hand with 12:00 on the clock face

    • Calculate the angle made by minute hand with 12:00 on the clock face

    • Find the absolute difference between the two angles

    • If the angle is greater than 180 degrees, subtract it from 360 degrees for the acute angle

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOP in detail. Have a good day structure knowledge. Understand how data structure can be used while solving problems.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I don't know why they rejected me
  • Q2. What ever they asked me for coding part the output is correct and logic is also correct
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Expectations , Future , who referred , why this firm
Round 2 - Coding Test 

DSA questions , OOPS , basics and recursion topics

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

(2 Questions)

  • Q1. Java related question
  • Q2. Web services related question
Round 2 - Technical 

(1 Question)

  • Q1. Project related question

Azilen Technologies Interview FAQs

How many rounds are there in Azilen Technologies Senior Software Engineer interview?
Azilen Technologies interview process usually has 2-3 rounds. The most common rounds in the Azilen Technologies interview process are Technical and Resume Shortlist.
How to prepare for Azilen Technologies Senior 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 Azilen Technologies. The most common topics and skills that interviewers at Azilen Technologies expect are CRM, IT Services, SAN, SQL and SMS.
What are the top questions asked in Azilen Technologies Senior Software Engineer interview?

Some of the top questions asked at the Azilen Technologies Senior Software Engineer interview -

  1. What is style and how it is integrated in the xaml c...read more
  2. What is resources? What is triggers in wpf? How muti threading works in w...read more
  3. Java , Spring Boot, Database quer...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Azilen Technologies interviews
Job Portal
67%
33% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Azilen Technologies Senior Software Engineer Salary
based on 87 salaries
₹5.5 L/yr - ₹19 L/yr
9% less than the average Senior Software Engineer Salary in India
View more details

Azilen Technologies Senior Software Engineer Reviews and Ratings

based on 11 reviews

3.7/5

Rating in categories

4.1

Skill development

3.5

Work-Life balance

3.2

Salary & Benefits

3.4

Job Security

3.6

Company culture

3.1

Promotions/Appraisal

3.6

Work Satisfaction

Explore 11 Reviews and Ratings
Senior Software Engineer
87 salaries
unlock blur

₹5.6 L/yr - ₹19 L/yr

Software Engineer
68 salaries
unlock blur

₹3.6 L/yr - ₹11.2 L/yr

Associate Software Engineer
37 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Technical Lead
32 salaries
unlock blur

₹9 L/yr - ₹24.5 L/yr

Quality Analyst
21 salaries
unlock blur

₹4.6 L/yr - ₹8.4 L/yr

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