Premium Employer

i

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

Hansen Technologies Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 63 Reviews

Filter interviews by

Hansen Technologies Senior Software Engineer Interview Questions and Answers

Updated 13 Jul 2024

Hansen Technologies Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Method overloading
  • Q2. Iterate map write code
  • Ans. 

    Iterate through a map and write code to perform operations on each key-value pair.

    • Use a for loop to iterate through the map

    • Access the key and value of each pair using the iterator

    • Perform desired operations on the key-value pairs

  • Answered by AI
  • Q3. Write Grep command
  • Ans. 

    Grep command is used to search for specific patterns in text files.

    • Use 'grep' followed by the pattern you want to search for and the file name

    • Use '-i' flag for case-insensitive search

    • Use '-r' flag for recursive search in directories

    • Use '-v' flag to invert the match and show lines that do not match the pattern

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was mostly based on core Java. Where I was unable to give answer he was ok and when I was giving answers he was feeling like how I know... I didn't understand behaviour. It felt like he was taking interview casually.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about C# language features
  • Q2. Azure functions and other services
Round 2 - Technical 

(2 Questions)

  • Q1. DevOps concepts
  • Q2. Angular basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Core concepts of programming should be clear to interview experience
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Leetcode easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Eliminate subsequent repetitions in a string
  • Ans. 

    Remove subsequent repetitions in a string

    • Iterate through the string and compare each character with the next one

    • If they are the same, remove the repetition by shifting the characters to the left

    • Repeat this process until all repetitions are eliminated

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral questions asked by Delivery Manager
Round 4 - Client Interview 

(1 Question)

  • Q1. Behavioral round and past experience
Round 5 - Client Interview 

(2 Questions)

  • Q1. Design a URL shortener
  • Ans. 

    A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.

    • Generate a unique short code for each long URL

    • Store the mapping between short code and long URL in a database

    • Redirect users from short URL to original long URL when accessed

  • Answered by AI
  • Q2. Write unit test for a sevice class
  • Ans. 

    Unit test for a service class

    • Create a test class for the service class

    • Mock any dependencies of the service class

    • Write test methods to cover different scenarios

    • Use assertions to verify the expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth client technical interview went on for at least 2 hours. I was not shortlisted after 5 rounds of interview. The HR recruiter didn't inform this decision even after multiple follow-ups by call.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Go Lang related questions
  • Q2. System architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. C# question ,asp.net question
  • Q2. Sql server question
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data structure question asked

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are looking for job security and growth then skip this organisation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test on java collections

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting a given array
  • Ans. 

    Sorting a given array of strings

    • Use a sorting algorithm like quicksort or mergesort

    • Consider the length of the strings for comparison

    • Use a comparator function to define the sorting order

  • Answered by AI
  • Q2. Database queries. Finding second, thrid highest salary
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find second, third highest salary

    • Use ORDER BY salary DESC to sort salaries in descending order

    • Use LIMIT 1,1 to get the second highest salary

    • Use LIMIT 2,1 to get the third highest salary

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2,1

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to change jobs
  • Q2. Salary negotiations

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Important abs twisting basics of c# angular azure based on use cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Practical test is held to check actual coding hands on

Hansen Technologies Interview FAQs

How many rounds are there in Hansen Technologies Senior Software Engineer interview?
Hansen Technologies interview process usually has 1 rounds. The most common rounds in the Hansen Technologies interview process are Technical.
What are the top questions asked in Hansen Technologies Senior Software Engineer interview?

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

  1. Iterate map write c...read more
  2. Write Grep comm...read more
  3. Method overload...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Hansen Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Hansen Technologies POWER THE NEXT.™
Hansen Technologies Senior Software Engineer Salary
based on 20 salaries
₹8.5 L/yr - ₹25 L/yr
36% more than the average Senior Software Engineer Salary in India
View more details

Hansen Technologies Senior Software Engineer Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

4.0

Skill development

4.4

Work-Life balance

4.4

Salary & Benefits

4.0

Job Security

3.9

Company culture

4.4

Promotions/Appraisal

3.4

Work Satisfaction

Explore 4 Reviews and Ratings
Software Developer
105 salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Senior Software Developer
38 salaries
unlock blur

₹8.1 L/yr - ₹24 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Technical Analyst
20 salaries
unlock blur

₹7.2 L/yr - ₹11.5 L/yr

Consultant
19 salaries
unlock blur

₹4.8 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Hansen Technologies with

Amdocs

3.8
Compare

Tech Mahindra

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
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