Vuram
10+ Sri Krishana Matriculation Higher Secondary School Interview Questions and Answers
Q1. Multiplication of 2 numbers without using built in function, loop, +,* operator, recursion
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.
Q2. Reverse a string but special characters remains the same position
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.
Q3. Remove duplicates from array and string
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
Q4. Screenshare and capture xpath for Amazon drop down
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
Q5. 2. Write code snippet to handle excel in selenium
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
Q6. What is foreign key in sql
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.
Q7. 1. What is pOM
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
Q8. What happens if ur selected?
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.
Q9. Worst worsted worst very worst no
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.
Q10. Reverse the input string - Removing numerics
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
Q11. Print the 100th place digit of given input
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
Q12. What was view in sql
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
Q13. What is structure Difference between array and list Oops concepts
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.
Interview Process at Sri Krishana Matriculation Higher Secondary School
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month