Add office photos
Employer?
Claim Account for FREE

Vuram

4.2
based on 65 Reviews
Filter interviews by

10+ Sri Krishana Matriculation Higher Secondary School Interview Questions and Answers

Updated 12 Oct 2024

Q1. Multiplication of 2 numbers without using built in function, loop, +,* operator, recursion

Ans.

Use bitwise operations to perform multiplication of two numbers.

  • Use bitwise operations like left shift and bitwise AND to perform multiplication.

  • For example, to multiply 3 and 5, you can do: (3 << 2) + (3 << 0) = 12 + 3 = 15.

  • Understand how binary multiplication works to implement the solution.

Add your answer

Q2. Reverse a string but special characters remains the same position

Ans.

Reverse a string while keeping special characters in the same position.

  • Iterate through the string and store special characters in a separate array.

  • Reverse the string excluding special characters.

  • Combine the reversed string with the special characters in their original positions.

Add your answer

Q3. Remove duplicates from array and string

Ans.

Remove duplicates from array of strings

  • Create a Set to store unique strings

  • Iterate through the array and add each string to the Set

  • Convert the Set back to an array to get the unique strings

Add your answer

Q4. Screenshare and capture xpath for Amazon drop down

Ans.

To screenshare and capture xpath for Amazon drop down, use browser developer tools and inspect element.

  • Open Amazon website and navigate to the drop down menu

  • Right-click on the drop down menu and select 'Inspect' or 'Inspect Element'

  • In the developer tools, locate the HTML code for the drop down menu

  • Right-click on the HTML code and select 'Copy' > 'Copy XPath'

  • The XPath for the drop down menu is now copied to your clipboard

Add your answer
Discover Sri Krishana Matriculation Higher Secondary School interview dos and don'ts from real experiences

Q5. 2. Write code snippet to handle excel in selenium

Ans.

Code snippet to handle excel in Selenium

  • Create an object of FileInputStream class to read the excel file

  • Create an object of XSSFWorkbook class to represent the workbook

  • Create an object of XSSFSheet class to represent the sheet

  • Use getRow() and getCell() methods to read the data from the sheet

  • Use setCellValue() method to write data to the sheet

Add your answer

Q6. What is foreign key in sql

Ans.

Foreign key in SQL is a field in a table that is a primary key in another table, establishing a relationship between the two tables.

  • A foreign key ensures referential integrity by enforcing a link between data in two tables.

  • It helps maintain consistency and prevent orphaned records.

  • Example: In a database with tables for 'orders' and 'customers', the 'customer_id' in the 'orders' table would be a foreign key referencing the 'id' column in the 'customers' table.

Add your answer
Are these interview questions helpful?

Q7. 1. What is pOM

Ans.

pOM stands for Process Order Management. It is a system used to manage and track the production process of goods.

  • pOM helps in creating and managing production orders

  • It tracks the progress of each order and ensures timely delivery

  • It helps in managing inventory levels and scheduling production

  • pOM can be integrated with other systems like ERP and MES

  • Example: SAP's Production Planning module is an example of pOM

Add your answer

Q8. What happens if ur selected?

Ans.

If selected, I will bring my skills, dedication, and enthusiasm to the role, contributing to the success of the team and organization.

  • I will undergo training to familiarize myself with the company's processes and procedures.

  • I will work closely with my team members to learn from their expertise and contribute to projects.

  • I will strive to meet and exceed expectations in my role, taking on new challenges and responsibilities as they arise.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Worst worsted worst very worst no

Ans.

The question is nonsensical and has no answer.

  • The question is not related to software engineering or any field for that matter.

  • It is likely a mistake or a joke question.

  • There is no meaningful response to give.

Add your answer

Q10. Reverse the input string - Removing numerics

Ans.

Reverse input string and remove numerics

  • Use string manipulation functions to remove numerics

  • Reverse the resulting string using a loop or built-in function

  • Return the reversed string

Add your answer

Q11. Print the 100th place digit of given input

Ans.

To print the 100th place digit of given input

  • Extract the input as a string

  • Check if the input is at least 100 digits long

  • Print the 100th digit from the left

Add your answer

Q12. What was view in sql

Ans.

VIEW in SQL is a virtual table created by a query. It allows users to save complex queries for easy access.

  • VIEW is a virtual table created by a SELECT query

  • It allows users to save complex queries for easy access

  • Views can be used to restrict access to certain columns or rows of a table

Add your answer

Q13. What is structure Difference between array and list Oops concepts

Ans.

Structures are user-defined data types that group together variables of different data types under a single name.

  • Arrays are fixed-size data structures that store elements of the same data type in contiguous memory locations.

  • Lists are dynamic data structures that can grow or shrink in size and can store elements of different data types.

  • OOP concepts include encapsulation, inheritance, and polymorphism.

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

Interview Process at Sri Krishana Matriculation Higher Secondary School

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

Top Interview Questions from Similar Companies

4.1
 • 397 Interview Questions
3.4
 • 293 Interview Questions
3.6
 • 182 Interview Questions
4.3
 • 156 Interview Questions
3.9
 • 152 Interview Questions
4.3
 • 133 Interview Questions
View all
Top Vuram 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