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 Interview Questions, Process, and Tips

Updated 9 Nov 2024

Top Azilen Technologies Interview Questions and Answers

Azilen Technologies Interview Experiences

Popular Designations

9 interviews found

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 Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Tosca Best Practices and Check ppoints
  • Ans. 

    Tosca Best Practices and Checkpoints involve following industry standards and guidelines to ensure efficient testing.

    • Utilize reusable modules to save time and effort

    • Regularly review and update test cases to maintain accuracy

    • Implement data-driven testing for better coverage

    • Use checkpoints to verify expected outcomes at key stages

    • Leverage Tosca's reporting capabilities for detailed analysis

  • Answered by AI
  • Q2. Verification steps , using waiton instead of static waits
  • Ans. 

    Using waiton instead of static waits for verification steps

    • Use waiton to wait for specific conditions to be met before proceeding with verification steps

    • Avoid using static waits as they can lead to flakiness in tests

    • Examples: waiting for an element to be visible, waiting for a specific text to appear

  • Answered by AI
  • Q3. About TDS and TCD concept in Tosca
  • Q4. Handling multiple windows in single page
  • Ans. 

    Handling multiple windows in a single page involves managing multiple browser tabs or pop-up windows within a single browser session.

    • Use window handles to switch between different windows

    • Keep track of each window handle to ensure proper navigation

    • Use methods like getWindowHandles() and switchTo() in Selenium WebDriver for automation testing

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. About Repetitions, explicit name,
  • Q2. Constarint Index, using constraint
  • Ans. 

    A constraint index is used to enforce constraints on a table in a database.

    • Constraint indexes are used to ensure data integrity by enforcing rules on columns in a table.

    • Examples of constraints include unique constraints, primary key constraints, and foreign key constraints.

    • Using constraint indexes can improve query performance by allowing the database to optimize data retrieval.

  • Answered by AI

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Logical reasoning and quant

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Question for resume

Finance Executive Interview Questions asked at other Companies

Q1. Certains Rules to follow - 1. Remove your footwear outside of the company, though it sounds strange! yes, this is a rule. They have other footwear inside the company (optional) if you want to carry it. 2. For Washrooms, they have kept chapp... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Basic technical question like oopc, dbms, os, sql

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview. Do not worry more. clear your basics first

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Networking, shell script,logical

Round 2 - Group Discussion 

Ai effects on humans

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through campus placement, and it had the worst management I’ve ever seen. If you’re lucky, you might get selected. If your name is in the first or second panel, you’re likely to be selected; otherwise, they don’t even listen to you during the interview. The shocking part is that my friend and I gave the interview together because we were in the last panel, they didn’t even conduct a one-on-one interview with us. Additionally, those selected in the first or second panel for the technical interview round immediately started their HR round, even though our technical round was still incomplete

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

Azilen Technologies interview questions for popular designations

 Senior Software Engineer

 (3)

 Associate Software Engineer

 (1)

 Devops Engineer

 (1)

 Finance Executive

 (1)

 Senior Associate

 (1)

 Software Developer

 (1)

 System Engineer

 (1)

System Engineer Interview Questions & Answers

user image Altaf Agha

posted on 30 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - HR 

(2 Questions)

  • Q1. Introduce yourself, what was your role in previous organization
  • Q2. What was your last pay, what we can offer you.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic description about how we work,
  • Q2. Basic database questions, basic coding questions.

System Engineer Interview Questions asked at other Companies

Q1. Who Won the Election???Elections are going on, and there are two candidates A and B, contesting with each other. There is a queue of voters and in this queue, some of them are supporters of A and some of them are supporters of B. Many of th... read more
View answer (12)
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:
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 

(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

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at Azilen Technologies

View all
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:
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 

(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

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
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 Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Questions related to java programming.
  • Q2. What is threading? What are method overloading and method overriding?
  • Ans. 

    Threading is a way of achieving multitasking in a single process. Method overloading and overriding are ways of reusing code.

    • Threading allows multiple threads to run concurrently within a single process.

    • Method overloading is when multiple methods have the same name but different parameters.

    • Method overriding is when a subclass provides its own implementation of a method that is already present in its parent class.

    • Both m...

  • Answered by AI
  • Q3. How to stop the execution of finally code?
  • Ans. 

    Finally code cannot be stopped once executed.

    • Finally block is always executed, even if an exception is thrown or caught.

    • There is no way to stop the execution of finally block.

    • To prevent certain code from executing in finally block, use conditional statements.

  • Answered by AI
  • Q4. What are opps concept with example?
  • Ans. 

    Object-oriented programming concepts that allow for modular and reusable code.

    • Encapsulation: bundling data and methods that operate on that data within a single unit

    • Inheritance: creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism: using a single interface to represent multiple types of objects

    • Abstraction: hiding implementation details and only exposing necessary information

  • Answered by AI
  • Q5. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great interview, interviewer was quite helping and supportive.

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Interview questions from similar companies

I applied via Referral and was interviewed in May 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Personal introduction
  • Q2. Education background questions
Round 3 - HR 

(2 Questions)

  • Q1. Something about recruitment
  • Q2. Communication checking topics

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is benefit for every company and human resource knowledge is helpful

Azilen Technologies Interview FAQs

How many rounds are there in Azilen Technologies interview?
Azilen Technologies interview process usually has 2-3 rounds. The most common rounds in the Azilen Technologies interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Azilen Technologies 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, SAN, Javascript, IT Services and SMS.
What are the top questions asked in Azilen Technologies interview?

Some of the top questions asked at the Azilen Technologies interview -

  1. What is threading? What are method overloading and method overridin...read more
  2. What is style and how it is integrated in the xaml c...read more
  3. How to stop the execution of finally cod...read more

Tell us how to improve this page.

Azilen Technologies Interview Process

based on 4 interviews in last 1 year

Interview experience

3.8
  
Good

People are getting interviews through

based on 7 Azilen Technologies interviews
Job Portal
Campus Placement
43%
43%
14% 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

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
Affine Interview Questions
3.5
 • 48 Interviews
View all

Azilen Technologies Reviews and Ratings

based on 69 reviews

3.1/5

Rating in categories

3.0

Skill development

3.1

Work-Life balance

2.9

Salary & Benefits

2.7

Job Security

3.1

Company culture

2.5

Promotions/Appraisal

2.9

Work Satisfaction

Explore 69 Reviews and Ratings
Senior Sharepoint Developer

Kolkata,

Mumbai

+5

4-7 Yrs

Not Disclosed

System Engineer

Kolkata,

Mumbai

+5

1-3 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
86 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
36 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