Add office photos
Engaged Employer

Hexaware Technologies

3.6
based on 5.4k Reviews
Filter interviews by

10+ Interview Questions and Answers

Updated 24 Mar 2024
Popular Designations

Q1. How do you call a variable from one note book to another note book in adb

Ans.

You can call a variable from one notebook to another in adb by using the %run magic command.

  • Use the %run magic command followed by the path to the notebook containing the variable you want to access.

  • Make sure the notebook containing the variable is in the same directory or provide the full path.

  • Once you run the %run command, the variables from the other notebook will be available in the current notebook.

Add your answer

Q2. Write a code to create dataframe in adb using struct type

Ans.

Creating a dataframe in adb using struct type

  • Use the 'CREATE TABLE' statement to define the schema of the dataframe

  • Define the struct type using 'STRUCT' keyword

  • Insert data into the dataframe using 'INSERT INTO' statement

Add your answer

Q3. Write a code to find max salary department wise and second highest salary department wise

Ans.

Code to find max and second highest salary department wise

  • Iterate through the list of employees and store max and second highest salary for each department

  • Use a hashmap to store department wise salaries

  • Sort the salaries in descending order to find max and second highest

Add your answer

Q4. How do you do incremental load in adf

Ans.

Incremental load in ADF is achieved by using watermark columns to track the last loaded data and only loading new or updated records.

  • Use watermark columns to track the last loaded data

  • Compare the watermark column value with the source data to identify new or updated records

  • Use a filter condition in the source query to only select records with a timestamp greater than the watermark value

  • Update the watermark column value after each successful load

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. Solve using Little's Law and calculate Pacing for 200 users doing 20,000 TPH

Ans.

Little's Law can be used to calculate the pacing for a given number of users and transactions per hour.

  • Little's Law states that the average number of users in a system (L) is equal to the average arrival rate (λ) multiplied by the average time a user spends in the system (W). Mathematically, L = λW.

  • To calculate pacing, we need to rearrange the formula to solve for W: W = L / λ.

  • In this case, we have 200 users and 20,000 transactions per hour, so the arrival rate (λ) is 20,000 ...read more

Add your answer

Q6. What are the types of Load Tests

Ans.

Types of Load Tests include Stress Testing, Spike Testing, Endurance Testing, and Volume Testing.

  • Stress Testing: Evaluates system behavior under extreme conditions to determine breaking points.

  • Spike Testing: Tests system response to sudden spikes in load to ensure stability.

  • Endurance Testing: Checks system performance over an extended period to identify any issues related to prolonged use.

  • Volume Testing: Assesses system performance with a large amount of data to ensure scalab...read more

Add your answer

Q7. Technical question: Explain LODs

Ans.

LODs stands for Level of Detail. It is a technique used in computer graphics to optimize the rendering of complex scenes.

  • LODs are used to reduce the amount of detail in a scene based on the distance from the viewer.

  • This technique is commonly used in video games to improve performance.

  • For example, a tree in a game may have multiple LODs with different levels of detail depending on how far away the player is from it.

  • LODs can also be used in architectural visualization to optimi...read more

Add your answer

Q8. What is failover testing

Ans.

Failover testing is a type of testing that verifies a system's ability to seamlessly switch to a backup system in case of failure.

  • Failover testing ensures that a system can switch to a backup system without any downtime or data loss.

  • It involves intentionally causing a failure in the primary system to see if the backup system can take over successfully.

  • Common examples include testing a website's ability to switch to a backup server in case of server failure, or a database's ab...read more

Add your answer

Q9. What is agile

Ans.

Agile is a project management methodology that emphasizes flexibility, collaboration, and iterative development.

  • Agile values individuals and interactions over processes and tools

  • It emphasizes working software over comprehensive documentation

  • It involves frequent iterations and continuous feedback

  • Scrum and Kanban are popular frameworks for implementing agile

  • Agile is used in software development, but can be applied to other industries

Add your answer

Q10. Code optimisation technique

Ans.

Code optimization techniques improve code efficiency and performance.

  • Use efficient algorithms and data structures

  • Minimize I/O operations

  • Reduce function calls and loops

  • Avoid unnecessary variable declarations

  • Use caching and memoization

  • Eliminate redundant code

  • Profile and analyze code for bottlenecks

  • Use compiler optimizations

  • Parallelize code execution

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 4 interviews in the last 1 year
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top System Analyst Interview Questions from Similar Companies

4.0
 • 12 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

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

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter