Upload Button Icon Add office photos

DB Schenker

Compare button icon Compare button icon Compare

Filter interviews by

DB Schenker Power BI Developer Interview Questions and Answers for Freshers

Updated 3 Jul 2024

DB Schenker Power BI Developer Interview Experiences for Freshers

1 interview found

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

(2 Questions)

  • Q1. Types of modes in power Bi
  • Ans. 

    Power BI has two modes: Import mode and DirectQuery mode.

    • Import mode: Data is imported into Power BI and stored in a local cache for faster performance.

    • DirectQuery mode: Data stays in the original data source and queries are sent directly to the source for real-time data.

    • Import mode is suitable for smaller datasets while DirectQuery mode is better for larger datasets or when real-time data is needed.

  • Answered by AI
  • Q2. Cardinality concept
Round 2 - Technical 

(2 Questions)

  • Q1. Power Bi scenario based
  • Q2. Gateway setup and configuration
  • Ans. 

    Gateway setup and configuration involves connecting on-premises data sources to Power BI Service.

    • Install and configure the On-premises data gateway on a server within the network

    • Register the gateway in the Power BI Service

    • Create data source connections in Power BI Service using the gateway

    • Ensure proper network and firewall configurations for communication between Power BI Service and on-premises data sources

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Behavioral qtzn
  • Q2. Salary negotiation

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about DB Schenker?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before May 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

  • Q1. Design a class booking application for students.
  • Ans. 

    A class booking application for students to schedule and manage their classes.

    • Create a class booking system where students can view available classes, book classes, and manage their schedule.

    • Include features like class search, class details, booking confirmation, and calendar view.

    • Implement user authentication to ensure only registered students can book classes.

    • Allow students to cancel or reschedule classes with proper...

  • Answered by AI
Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The interviewer understand the current problem statement I was working on. 
Asked the clarifying questions and alternative approaches to solve the same and their tradeoffs.
Also, asked about the technologies I was using in depth and reason for choosing the same.

  • Q1. 

    Gas Tank Problem Statement

    You have a car with a gas tank of infinite capacity. There are 'N' gas stations located along a circular route, numbered from 0 to N-1. You begin your journey with an empty tank...

  • Ans. 

    Find the starting gas station index to complete a circular route with gas and cost arrays.

    • Iterate through gas stations, keeping track of gas remaining after each station

    • If gas remaining is negative, reset starting station to current station + 1

    • If total gas remaining at the end is greater than or equal to total cost, return starting station index

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 45 Minutes
Round difficulty - Medium

This round was their with the CTO and was mostly the culture fitment round.

 

Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round was with the cofounder and was mostly culture fitment.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaRIVIGO interview preparation:Topics to prepare for the interview - Data Structures, Competitive Programming, Databases, Java, Spring , Hibernate, Jenkins, AWSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts

Application resume tips for other job seekers

Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand

Final outcome of the interviewSelected

Skills evaluated in this interview

Power BI Developer Interview Questions Asked at Other Companies for Fresher

asked in LTIMindtree
Q1. What are some ways you improve the performance of a report?
asked in GyFTR
Q2. What is data modeling, DAX to calculate revenue and growth MTD sa ... read more
Q3. For power bi : Difference between a measure and calculated column ... read more
asked in Datapro
Q4. What is Power BI and how is it used in Data Analysis?
asked in LTIMindtree
Q5. What is the CALCULATE function and how does it work?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Hirist and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Csharp basics and a coding questing was given to implement
  • Q2. .net and angular basics questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked deeply about my resume and technologies
  • Q2. Coding question to sort a given array using DSA
  • Ans. 

    Sorting an array of strings can be achieved using various algorithms like Quick Sort, Merge Sort, or built-in functions.

    • Use built-in sort: In Python, use sorted(array) or array.sort(). Example: sorted(['banana', 'apple', 'cherry']) returns ['apple', 'banana', 'cherry'].

    • Implement Quick Sort: A divide-and-conquer algorithm that sorts by selecting a 'pivot' and partitioning the array. Example: ['banana', 'apple', 'cherry'...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No response from HR
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Django middleware, models and queries
Round 2 - Technical 

(1 Question)

  • Q1. Design an algorithm to efficiently to send office bus to all location in the city
  • Ans. 

    Use a greedy algorithm to send the office bus to all locations in the city efficiently.

    • Start from the office location and pick the nearest location to visit next.

    • Continue picking the nearest unvisited location until all locations are covered.

    • Repeat the process until all locations are visited.

    • Consider using Dijkstra's algorithm or a similar approach for finding the nearest location.

    • Optimize the route by considering traf...

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

(1 Question)

  • Q1. Round with CTO, mostly behavioural and expected pay

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The basic questions asked in an interview .

Round 2 - Coding Test 

DP, graph, and array questions asked in 2nd round also asked my company project

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare for the DSA and system design round and basic computer concept
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Visual Reasoning questions

Round 2 - Coding Test 

Mostly string based questions

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Immediate joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions .array or string helpful

Are these interview questions helpful?
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 tips
Round 2 - HR 

(1 Question)

  • Q1. General discussion on experience
Round 3 - Technical 

(3 Questions)

  • Q1. Knowledge on SQL and how to write a query
  • Ans. 

    SQL is a standard language for managing and manipulating relational databases through queries.

    • SQL stands for Structured Query Language, used for querying databases.

    • Basic SQL operations include SELECT, INSERT, UPDATE, and DELETE.

    • Example of a SELECT query: SELECT * FROM users WHERE age > 30;

    • JOIN operations allow combining rows from two or more tables based on related columns.

    • Example of a JOIN query: SELECT orders.id, ...

  • Answered by AI
  • Q2. Knowledge on DSA and coding problems to solve.
  • Q3. Knowledge on APIS (structure, security etc.)

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your concepts.
Be confident about stuff that you know but be humble enough to say No to what you don't know.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell what is your name
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name in English-speaking countries

    • No middle name or initial

  • Answered by AI
  • Q2. What do you do in free time
  • Ans. 

    In my free time, I enjoy hiking, playing video games, and learning new programming languages.

    • Hiking in local trails and national parks

    • Playing video games like Overwatch and Minecraft

    • Learning new programming languages like Python and JavaScript

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on unix and java
Round 3 - One-on-one 

(1 Question)

  • Q1. Project related, previous projects
Round 4 - One-on-one 

(1 Question)

  • Q1. Java, unix, sql related and conceptual

Interview Preparation Tips

Interview preparation tips for other job seekers - Too many technical rounds.
Total interview time was around 4 hours with 3 tounds of technical interviews.

DB Schenker Interview FAQs

How many rounds are there in DB Schenker Power BI Developer interview for freshers?
DB Schenker interview process for freshers usually has 3 rounds. The most common rounds in the DB Schenker interview process for freshers are Technical and HR.
What are the top questions asked in DB Schenker Power BI Developer interview for freshers?

Some of the top questions asked at the DB Schenker Power BI Developer interview for freshers -

  1. Gateway setup and configurat...read more
  2. Types of modes in power...read more
  3. Power Bi scenario ba...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

ElasticRun Interview Questions
3.5
 • 260 Interviews
Maersk Interview Questions
4.1
 • 223 Interviews
DTDC Express Interview Questions
3.7
 • 166 Interviews
Safexpress Interview Questions
4.0
 • 115 Interviews
Exl India Interview Questions
3.5
 • 114 Interviews
FedEx Express Interview Questions
3.9
 • 101 Interviews
GATI-KWE Interview Questions
3.9
 • 91 Interviews
View all
Senior Executive
122 salaries
unlock blur

₹3.8 L/yr - ₹7.9 L/yr

Executive
96 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Team Lead
77 salaries
unlock blur

₹4.6 L/yr - ₹10.6 L/yr

Assistant Manager
70 salaries
unlock blur

₹8.8 L/yr - ₹13 L/yr

Deputy Manager
49 salaries
unlock blur

₹9.9 L/yr - ₹18.3 L/yr

Explore more salaries
Compare DB Schenker with

Mahindra Logistics

3.9
Compare

Maersk

4.1
Compare

DTDC Express

3.7
Compare

ElasticRun

3.5
Compare
write
Share an Interview