Upload Button Icon Add office photos
Engaged Employer

i

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

Hilti Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Hilti Senior Business Analyst Interview Questions and Answers

Updated 3 Jul 2024

Hilti Senior Business Analyst Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Experience on EDI?
  • Ans. 

    Experience with Electronic Data Interchange (EDI) in previous roles.

    • Implemented EDI solutions to streamline communication with external partners

    • Worked with EDI standards such as ANSI X12 and EDIFACT

    • Resolved EDI-related issues and discrepancies

    • Collaborated with IT teams to integrate EDI systems with internal systems

  • Answered by AI
  • Q2. SAP SALES & Distribution Expeeince

Interview Preparation Tips

Topics to prepare for Hilti Senior Business Analyst interview:
  • Resume

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Technical understanding on ETHERNET AVB protocol.
  • Q2. Bluetooth Audio profile A2DP,Hfp
  • Q3. Linux device tree configuration
  • Q4. I2c speed in linux
  • Ans. 

    I2C is a communication protocol used to connect multiple devices in a network. In Linux, the speed of I2C can be configured.

    • I2C speed can be set using the 'i2cset' command in Linux

    • The speed can also be configured in the device tree

    • The maximum speed supported by the hardware should be considered when setting the speed

    • Different devices may require different speeds for optimal performance

  • Answered by AI
  • Q5. Gstreamer pipeline related question
  • Q6. Pulseaudio related
  • Q7. Compilation steps
  • Q8. What is pure virtual function
  • Ans. 

    A pure virtual function is a function declared in a base class without implementation, which must be overridden by derived classes.

    • Pure virtual functions are declared with the syntax: virtual void functionName() = 0;

    • Classes containing pure virtual functions are called abstract classes and cannot be instantiated.

    • Pure virtual functions provide a way to achieve polymorphism in C++.

    • Example: virtual void draw() = 0; // decl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well have confidence in what u say. If u don't knw say it don't bluff

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Volatile keyword in C
  • Ans. 

    Volatile keyword in C is used to indicate that a variable's value may change unexpectedly.

    • It is used to prevent compiler optimization

    • It is commonly used in embedded systems programming

    • It is not a substitute for proper synchronization mechanisms

    • Example: volatile int *ptr; // pointer to volatile integer

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. What will u do if u think u cant meet deadline
Round 4 - HR 

(1 Question)

  • Q1. Why are u joining Bosch

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Understand embedded C basics, projects u have worked so far

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is situationsl layer cake?
  • Ans. 

    Situational layer cake is a concept in software engineering where different layers of software are designed to handle specific situations or scenarios.

    • Situational layer cake involves organizing software components into layers based on specific situations or scenarios they address.

    • Each layer in the situational layer cake is responsible for handling a specific aspect of the software's functionality.

    • For example, a web app...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Mention your technical skills
  • Ans. 

    I have expertise in various technical skills required for senior software engineering roles.

    • Proficient in programming languages such as Java, C++, and Python

    • Strong knowledge of data structures and algorithms

    • Experience with web development frameworks like React and Angular

    • Familiarity with database management systems like MySQL and MongoDB

    • Understanding of cloud computing platforms such as AWS and Azure

    • Knowledge of versio...

  • Answered by AI
  • Q2. How you see yourself in 10 years
  • Ans. 

    In 10 years, I see myself as a highly experienced and respected Senior Software Engineer, leading and mentoring a team of talented developers.

    • Leading and mentoring a team of developers

    • Continuously learning and staying updated with the latest technologies

    • Contributing to the development of innovative software solutions

    • Taking on more challenging and complex projects

    • Building strong relationships with clients and stakeholde...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and confident i ln your answer ssss.......,,,......,.,.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C++ codes on trees,graphs and array.easy to medium

Round 2 - HR 

(1 Question)

  • Q1. Basically salary things

Interview Preparation Tips

Interview preparation tips for other job seekers - good enough
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1) What was the Day to day task? 2) Explain about current profile and Project 3)Any Experience on Powershell? 4) Any experience on Python? 5) Any Experience on DevOps?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for it!
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Projects, SDLC, C code
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explained about micro front end in react js
Round 2 - Behavioral 

(2 Questions)

  • Q1. Reason for job change
  • Q2. Can i Work from office for 15 days each month?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is situational layer cake
  • Ans. 

    Situational layer cake is a concept in software development where different layers of code are added based on specific situations or conditions.

    • Situational layer cake involves adding layers of code to handle different scenarios or conditions in a software application.

    • Each layer in the 'cake' represents a specific situation or condition that requires unique handling.

    • Examples include adding error handling layers, securit...

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Hilti Interview FAQs

How many rounds are there in Hilti Senior Business Analyst interview?
Hilti interview process usually has 1 rounds. The most common rounds in the Hilti interview process are HR.
What are the top questions asked in Hilti Senior Business Analyst interview?

Some of the top questions asked at the Hilti Senior Business Analyst interview -

  1. Experience on E...read more
  2. SAP SALES & Distribution Expeei...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

The Indure

No Interviews

INTERVIEWS

JBM Group

No Interviews

INTERVIEWS

JBM Group

No Interviews

INTERVIEWS

JBM Group

No Interviews

INTERVIEWS

Airproducts

No Interviews

Tell us how to improve this page.

Hilti Senior Business Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Bosch Interview Questions
4.2
 • 329 Interviews
Cummins Interview Questions
4.3
 • 231 Interviews
John Deere Interview Questions
4.1
 • 228 Interviews
Caterpillar Inc Interview Questions
4.3
 • 176 Interviews
KONE Interview Questions
4.1
 • 101 Interviews
Hitachi Interview Questions
4.0
 • 81 Interviews
TechnipFMC Interview Questions
4.0
 • 69 Interviews
TÜV SÜD Interview Questions
3.9
 • 61 Interviews
Timken Interview Questions
3.9
 • 46 Interviews
View all
Hilti Senior Business Analyst Salary
based on 11 salaries
₹14.5 L/yr - ₹20 L/yr
15% more than the average Senior Business Analyst Salary in India
View more details
Technical Account Manager
303 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Account Manager
269 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
187 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
111 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Specification Consultant
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Hilti with

Bosch

4.2
Compare

Stanley Black & Decker

3.9
Compare

Makita U.S.A.

1.0
Compare

Hitachi

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent