Upload Button Icon Add office photos

Filter interviews by

Hansa Direct IT Associate Interview Questions and Answers

Updated 2 Mar 2024

Hansa Direct IT Associate Interview Experiences

1 interview found

IT Associate Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2024

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

I applied via Indeed and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself
Round 2 - Technical 

(1 Question)

  • Q1. What are your technical skills
Round 3 - One-on-one 

(1 Question)

  • Q1. What is your moto behind taking this job

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview experience was not good
Director gets involved in support level interview instead of other person.
The IT Department are the worst

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Formulas,QS

Interview Questionnaire 

2 Questions

  • Q1. Little discussion on my project
  • Q2. Given a chessboard and the initial position of horse. If “n” is the number of steps the horse can make then what is probability that it goes out of board ?
  • Ans. 

    Probability of a horse going out of a chessboard in 'n' steps.

    • The total number of possible moves for a horse is 8.

    • The probability of going out of the board depends on the position of the horse.

    • For example, if the horse is at a corner, the probability of going out of the board is higher.

    • The probability can be calculated using combinatorics and geometry.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They did not expect any code in this round. An algo or pseudo code is fine.



1) You are given 2 vessels with capacity M liters and N liters capacity and infinite supply of water. You need to find the minimum number of steps required to get P liters. Any of the below action is considered a step



     a) Filling vessel with water



     b) Emptying vessel



     c) Pouring water from one vessel to another vessel.



2) Given n sets each containing m integers. You need to create MinDiff set by picking exactly 1 element from each set. The difference between the maximum and minimum elements in the MinDiff set should be minimum.



eg: for the sets {30, 20, 10, 40},{ 22, 33, 44, 99},{ 16, 17, 18, 19} min diff set is {19, 20, 22}. Max and min elements in MinDiff set are 22 and 19 and their difference is 3.

Round: Technical Interview
Experience: 1) you will be given the binary representation of the numbers in the form of 2D array.eg: r1- 00001

r2- 00100

r3- 01010

r4- 00110

r5- 00111 This means the elements are 1, 4, 10 , 6 and 7.

A number “n” is given. Let us say that n can be formed by doing bitwise OR operation on rows of given matrix. What is the minimum number of rows that needs to be deleted from the matrix so that “n” can never be formed by doing the OR of the rows.

If n is 14(01110) then it can be formed by doing r2|r3 or r3|r4. You can prevent n formation either by deleting {r2,r4} or {r3}. But {r3} has least number of elements so it is the required set.2) Find the average of mid 50% of elements in the running stream of integersI have not cleared round-II so no further questions.

College Name: IIT GANDHINAGAR

I applied via Naukri.com and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Resume, achievements, market dynamics
  • Q2. Case studies on Market operations , targets achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Answer politely and clearly...Dont beat on the bush

I applied via Campus Placement and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions from SQL, Python, Excel, Tableau and from my Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your projects properly

I applied via Naukri.com and was interviewed before Dec 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Introduction about yourself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in the field of finance.

    • I have a Bachelor's degree in Finance from XYZ University.

    • I have worked as a Financial Analyst at ABC Company for 3 years.

    • I am proficient in financial modeling, data analysis, and forecasting.

    • I have a proven track record of successfully managing budgets and improving financial performance.

    • I am a detail-oriented individ...

  • Answered by AI
  • Q2. Give a proper example when you have tackled a situation you have encountered on Google Ads / Facebook Ads and have come out from it
  • Ans. 

    I encountered a situation where a Google Ads campaign was not generating enough conversions.

    • I analyzed the campaign's performance metrics to identify the issue

    • I discovered that the ad copy was not compelling enough to drive conversions

    • I revised the ad copy to make it more persuasive and relevant to the target audience

    • After implementing the changes, I closely monitored the campaign's performance

    • The revised ad copy resul...

  • Answered by AI
  • Q3. Tell an instance when there was no solution to be found to a particular problem you encountered and what did you do and did you successfully solve it later
  • Ans. 

    Encountered a problem with a malfunctioning machine and found no solution initially

    • Encountered a problem with a malfunctioning machine that was affecting production

    • Tried troubleshooting and consulting manuals but couldn't find a solution

    • Reached out to the manufacturer for assistance

    • Manufacturer sent a technician who identified the issue and fixed it

    • Production resumed as normal

  • Answered by AI
  • Q4. What are your strengths and weaknesses. Give example when they have rescued you and when you have failed because of it
  • Ans. 

    My strengths include strong communication skills and attention to detail. However, my weakness is that I can be overly critical of my own work.

    • Strength: Strong communication skills - I have the ability to effectively convey information and ideas to others.

    • Strength: Attention to detail - I am meticulous and thorough in my work, ensuring accuracy and quality.

    • Weakness: Overly critical of my own work - I tend to be too har...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thorough knowledge of the basics of Digital Marketing is an absolute necessity. Talk with examples whatever you claim during the interview.

I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and confident in your approach
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. About datorama explain how it works
  • Q2. More about digital marketing
Round 1 - Technical 

(2 Questions)

  • Q1. What is SQL and what are different type of joins in SQL
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases. There are four types of joins in SQL.

    • SQL stands for Structured Query Language

    • It is used to manage and manipulate relational databases

    • The four types of joins in SQL are INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

    • INNER JOIN returns only the matching rows from both tables

    • LEFT JOIN returns all the rows from the left table and match...

  • Answered by AI
  • Q2. What is GA and what are the various metrics in google analytics.
  • Ans. 

    GA stands for Google Analytics. It is a web analytics service offered by Google to track and report website traffic.

    • GA helps to track website traffic and user behavior

    • Various metrics in GA include sessions, bounce rate, pageviews, average session duration, etc.

    • GA also provides insights into demographics, interests, and behavior of website visitors

    • It can be used to track the effectiveness of marketing campaigns and opti

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please revise the topics and make sure to go with the flow and with interviewer. So. this is my advice to you and your company

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

45mins , was taken on a paper not sure if they checked that

Round 2 - One-on-one 

(1 Question)

  • Q1. What is google ads
  • Ans. 

    Google Ads is an online advertising platform developed by Google, where advertisers pay to display brief advertisements, service offerings, product listings, video content, and generate mobile application installs within the Google ad network to web users.

    • Google Ads allows advertisers to reach their target audience through various ad formats such as search ads, display ads, video ads, and app ads.

    • Advertisers bid on key...

  • Answered by AI

Hansa Direct Interview FAQs

How many rounds are there in Hansa Direct IT Associate interview?
Hansa Direct interview process usually has 3 rounds. The most common rounds in the Hansa Direct interview process are Technical, One-on-one Round and HR.

Tell us how to improve this page.

Hansa Direct IT Associate Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
3.9
 • 1.3k Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Denave Interview Questions
3.6
 • 40 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Smollan Group Interview Questions
4.1
 • 34 Interviews
MiQ Digital Interview Questions
3.3
 • 32 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
View all
Relationship Executive
41 salaries
unlock blur

₹1 L/yr - ₹3.9 L/yr

Customer Service Executive
36 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

Relationship Manager
26 salaries
unlock blur

₹2.8 L/yr - ₹4.5 L/yr

Customer experience Manager
10 salaries
unlock blur

₹3.5 L/yr - ₹4.2 L/yr

Team Lead
10 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Hansa Direct with

Denave

3.6
Compare

Smollan Group

4.1
Compare

Cheil India

3.1
Compare

CPM India Sales & Marketing

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