Add office photos
Employer?
Claim Account for FREE

Fendahl Technology

3.6
based on 28 Reviews
Filter interviews by

Rashmi Metaliks Interview Questions and Answers

Updated 21 Oct 2024

Q1. What is data-table? How you retrieved data? Where is was stored after retrieving?

Ans.

A data-table is a way to organize data in rows and columns. Data can be retrieved using SQL queries or programming languages.

  • Data-table is a structured way to store data in rows and columns.

  • Data can be retrieved using SQL queries like SELECT * FROM table_name.

  • Data can also be retrieved using programming languages like Python or Java.

  • After retrieving data, it is typically stored in memory for processing or analysis.

Add your answer

Q2. Merge sort and selection difference. Explain merge sort working. Time complexities of some famous sorting algorithms.

Ans.

Merge sort and selection sort are both sorting algorithms, but they differ in their approach and efficiency. Merge sort is a divide-and-conquer algorithm with a time complexity of O(n log n).

  • Merge sort divides the array into two halves, sorts each half recursively, and then merges the sorted halves back together.

  • Selection sort selects the smallest element from the unsorted portion of the array and swaps it with the first unsorted element.

  • Merge sort has a time complexity of O(...read more

Add your answer

Q3. Ternary operator. How it differs from if else

Ans.

Ternary operator is a shorthand for if-else statement in programming.

  • Ternary operator is written as condition ? expression1 : expression2

  • It is used to assign a value based on a condition in a more concise way

  • If-else statement is written as if (condition) { expression1 } else { expression2 }

Add your answer

Q4. Write a program for printing prime numbers in given range

Ans.

Program to print prime numbers in a given range

  • Iterate through the range of numbers and check if each number is prime

  • Use a nested loop to check for factors of each number

  • Print the number if it has only 2 factors (1 and itself)

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

Q5. explain bug life cycle with all stages

Ans.

Bug life cycle consists of several stages from identification to resolution.

  • 1. Bug Identification - Bug is identified by testers during testing.

  • 2. Bug Logging - Tester logs the bug in a bug tracking tool like Jira.

  • 3. Bug Prioritization - Bugs are prioritized based on severity and impact.

  • 4. Bug Assignment - Bug is assigned to a developer to fix.

  • 5. Bug Fixing - Developer fixes the bug and marks it as resolved.

  • 6. Bug Verification - Tester verifies the bug fix.

  • 7. Bug Closure - Bu...read more

Add your answer

Q6. SDLC explain with all steps

Ans.

SDLC is a process used by software development teams to design, develop, and test high-quality software.

  • 1. Planning: Define project scope, requirements, and goals.

  • 2. Analysis: Gather and analyze requirements.

  • 3. Design: Create a detailed design plan.

  • 4. Implementation: Develop the software based on the design.

  • 5. Testing: Test the software for bugs and issues.

  • 6. Deployment: Release the software to users.

  • 7. Maintenance: Provide ongoing support and updates.

  • Example: In a software p...read more

Add your answer

Q7. Describe OOPs in real world

Ans.

OOPs is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

  • Objects represent real-world entities with attributes and behaviors

  • Encapsulation ensures data hiding and modularity

  • Inheritance allows for code reusability and polymorphism

  • Polymorphism enables objects to be treated as instances of their parent class

  • Abstraction simplifies complex systems by focusing on essential properties

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

Interview Process at Rashmi Metaliks

based on 7 interviews in the last 1 year
Interview experience
4.3
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.1
 • 2.2k Interview Questions
4.1
 • 264 Interview Questions
4.4
 • 218 Interview Questions
4.0
 • 165 Interview Questions
4.1
 • 154 Interview Questions
3.5
 • 154 Interview Questions
View all
Top Fendahl Technology Interview Questions And Answers
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