AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

DynPro

Compare button icon Compare button icon Compare
3.8

based on 263 Reviews

Play video Play video Video summary
  • About
  • Reviews
    263
  • Salaries
    1.3k
  • Interviews
    24
  • Jobs
    34
  • Benefits
    7
  • Photos
    -

Filter interviews by

DynPro Power BI Developer Interview Questions and Answers

Updated 13 Mar 2025

DynPro Power BI Developer Interview Experiences

1 interview found

Power BI Developer Interview Questions & Answers

user image Anonymous

posted on 13 Mar 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. SQL Rank salary
  • Ans. 

    SQL Rank salary calculates employee salaries and ranks them within a dataset using SQL functions.

    • Use the RANK() function to assign a rank to each salary: RANK() OVER (ORDER BY salary DESC).

    • Ties in salary will receive the same rank, and the next rank will skip accordingly.

    • Example: If salaries are 5000, 6000, 6000, 7000, ranks will be 4, 2, 2, 1.

    • Use PARTITION BY to rank within specific groups, e.g., RANK() OVER (PARTITIO...

  • Answered by AI
    Add your answer
  • Q2. SQL salary rank
  • Ans. 

    Calculate salary ranks using SQL to determine employee standings based on their salaries.

    • Use the RANK() function to assign ranks based on salary: SELECT name, salary, RANK() OVER (ORDER BY salary DESC) AS rank FROM employees;

    • Handle ties with DENSE_RANK() to avoid gaps in ranking: SELECT name, salary, DENSE_RANK() OVER (ORDER BY salary DESC) AS rank FROM employees;

    • Use PARTITION BY to rank within specific groups, e.g., b...

  • Answered by AI
    Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
1w (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 DynPro?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

Ivanti user image Anonymous

posted on 21 Sep 2022

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 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 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,
Anonymous

Power BI Developer Interview Questions Asked at Other Companies

asked in KPMG India
Q1. Types of joins in power Bi & SQL and how it works?
View answers (7)
asked in KPMG India
Q2. Difference between Sum and Sumx? And also Summerize vs Summerized ... read more
View answers (4)
asked in Micolinks Services
Q3. What are the differences between page-level and report-level filt ... read more
View answer (1)
asked in WNS
Q4. Create following measures using sample excel dataset Measures you ... read more
View answer (1)
asked in Infosys
Q5. What is the difference between calculated columns and measures?
View answers (3)
View All
company Logo

Software Engineer Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 7 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading
  • Add your answer

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM
Anonymous
company Logo

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Pitney Bowes user image Anonymous

posted on 2 Oct 2021

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack
Anonymous
company Logo

Software Engineer Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 7 Nov 2021

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About your self,expectedly salary
  • Add your answer
  • Q2. How many months to you work in the company
  • View 1 more answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi good morning ,my interview advice is no tention to the to properly speak,eye contact ,skills these are trip help to interview panal
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Bankai Infotech user image Anonymous

posted on 6 Jul 2023

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

I applied via Approached by Company and was interviewed before Jul 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 

(3 Questions)

  • Q1. Basic C programming, file handling operations
  • Add your answer
  • Q2. SIP protocol related qestions, linux questions
  • Add your answer
  • Q3. File data manipulation code
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Compensation discussion, relocation , reason for leaving previous organization
  • Add your answer
Anonymous
Are these interview questions helpful?
company Logo

Software Engineer Interview Questions & Answers

American Megatrends user image Anonymous

posted on 10 Aug 2024

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Full c concept MCQ with IQ and Computaional Thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Number system convertion in c
  • Ans. 

    Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.

    • Use functions like itoa() to convert integers to strings in different bases

    • Use strtol() to convert strings to integers in different bases

    • Remember to specify the base when converting numbers

  • Answered by AI
    Add your answer
  • Q2. Pointers, struct, Data Structure
  • Add your answer
Round 3 - One-on-one 

(2 Questions)

  • Q1. Decimal to Binary Convertion
  • Add your answer
  • Q2. Hexa Decimal to Binary convertion
  • Add your answer

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Zebra Technologies user image Anonymous

posted on 24 Apr 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

Normal apptitude queations were asked in this round

Round 2 - Technical 

(1 Question)

  • Q1. Questions on javascript Basic of HTML, CSS
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for basics
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Zebra Technologies user image Anonymous

posted on 9 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Spring boot related questions
  • Add your answer
  • Q2. Java related questios
  • Add your answer
Anonymous
More about working at DynPro
  • HQ - Bangalore/Bengaluru, Karnataka, India
  • IT Services & Consulting
  • 51-200 Employees (India)
  • Recruitment

DynPro Interview FAQs

How to prepare for DynPro Power BI Developer 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 DynPro. The most common topics and skills that interviewers at DynPro expect are Power Bi, SAP, Azure, SAP BW and SQL Azure.

Tell us how to improve this page.

DynPro Interviews By Designations

  • DynPro Talent Acquisition Executive Interview Questions
  • DynPro Software Engineer Interview Questions
  • DynPro Senior Analyst Interview Questions
  • DynPro Software Developer Interview Questions
  • DynPro Graduate Trainee Interview Questions
  • DynPro Business Analyst Interview Questions
  • DynPro Business Development Manager Interview Questions
  • DynPro Software Tester Interview Questions
  • Show more
  • DynPro Engineer Trainee Interview Questions
  • DynPro Accounts Manager Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Software Engineer Interview Questions
  • Developer Interview Questions
  • ETL Developer Interview Questions
  • Tableau Developer Interview Questions
  • Senior Power BI Developer Interview Questions
  • Qliksense Developer Interview Questions
  • Power BI Analyst Interview Questions
  • Show more
  • Power BI Consultant Interview Questions

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HCL Infosystems
HCL Infosystems Interview Questions
3.9
 • 144 Interviews
JMR Infotech
JMR Infotech Interview Questions
4.2
 • 33 Interviews
Zebra Technologies
Zebra Technologies Interview Questions
3.8
 • 26 Interviews
Dahua Technology India Pvt.Ltd.
Dahua Technology India Pvt.Ltd. Interview Questions
3.5
 • 22 Interviews
Pitney Bowes
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
Ivanti
Ivanti Interview Questions
3.7
 • 19 Interviews
American Megatrends
American Megatrends Interview Questions
3.7
 • 18 Interviews
Zones Corporate Solutions
Zones Corporate Solutions Interview Questions
3.1
 • 18 Interviews
Bankai Infotech
Bankai Infotech Interview Questions
3.4
 • 14 Interviews
Omprime Technology Private Limited
Omprime Technology Private Limited Interview Questions
3.8
 • 14 Interviews
View all

DynPro Power BI Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
DynPro Salaries in India
Talent Acquisition Executive
57 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Information Technology Recruiter
52 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Software Engineer
46 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Software Developer
39 salaries
unlock blur

₹5.8 L/yr - ₹12 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹10.7 L/yr - ₹19.9 L/yr

Explore more salaries
Compare DynPro with
HCL Infosystems

HCL Infosystems

3.9
Compare
Accel Frontline

Accel Frontline

4.0
Compare
Pitney Bowes

Pitney Bowes

3.8
Compare
JMR Infotech

JMR Infotech

4.2
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • DynPro Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter