i
Verity Knowledge Solutions
Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.
Quenching is a heat treatment process used to harden and strengthen metal alloys.
It involves heating the metal to a high temperature and then rapidly cooling it in water, oil, or air.
The rapid cooling causes the metal to harden and become stronger.
Quenching is commonly used in the manufacturing of steel and other metal alloys.
Different quenching mediums can produce different results in terms of hardness and strength.
Qu...
Brittle materials can be shaped through processes like grinding, cutting, and molding.
Brittle materials are those that break easily under stress.
Grinding can be used to shape brittle materials like ceramics and glass.
Cutting can be used to shape brittle materials like diamonds.
Molding can be used to shape brittle materials like plaster of Paris.
The shaping process must be done carefully to avoid cracking or breaking th
A lathe machine is a tool that rotates a workpiece on its axis to perform various operations such as cutting, drilling, sanding, and turning.
It is used in metalworking, woodworking, and glassworking industries.
The workpiece is held in place by a chuck or collet and rotated against a cutting tool.
Lathe machines can be manual or computer-controlled (CNC).
They are used to create symmetrical objects such as bowls, candlest...
The most effective form of heat transfer is convection.
Convection is the transfer of heat through the movement of fluids (liquids or gases).
It is more efficient than conduction (transfer of heat through a solid) and radiation (transfer of heat through electromagnetic waves).
Examples of convection include boiling water, ocean currents, and wind.
Natural convection occurs due to differences in temperature and density, whi...
Neither is better as both have negative environmental impacts and are being phased out in favor of renewable energy sources.
Coal and petroleum are both non-renewable fossil fuels
Burning coal releases more carbon dioxide and other pollutants than burning petroleum
Petroleum is more versatile and used in a wider range of industries
Both fuels are being phased out in favor of renewable energy sources like solar and wind pow
I am a financial analyst with a strong background in financial modeling and data analysis.
I have a degree in finance and have worked in the industry for 5 years.
I am skilled in Excel and have experience with financial software such as Bloomberg and FactSet.
I have a strong attention to detail and am able to analyze complex financial data to make informed recommendations.
I am a team player and have experience collaborati...
My parents are both retired. My mom used to work as a teacher and my dad was in the military.
Both parents are retired
Mom was a teacher
Dad was in the military
Yes, my parents are supportive of my career and understand the need to work away from home.
My parents have always encouraged me to pursue my career goals.
They understand that sometimes it may require me to work away from home.
We have discussed this and they are fully supportive of my decision.
I have made arrangements to stay in touch with them regularly.
I am confident that I can balance my work and personal life effect
CAT is not aligned with my career goals and interests.
My skills and experience are better suited for this role
I am more interested in the financial industry than the heavy equipment industry
I have researched and found this role to be a better fit for my long-term career aspirations
I would have networked more and joined more clubs.
I would have attended more networking events to meet more people.
I would have joined more clubs to expand my skills and network.
I would have sought out more mentorship opportunities.
I would have taken more initiative to connect with my professors.
I would have focused more on building relationships with my classmates.
I appeared for an interview before Jun 2016.
I prefer to work in a location that offers a vibrant and diverse community, with access to cultural events and opportunities for personal growth.
I value a location that has a strong sense of community and offers a variety of cultural activities.
Access to educational and personal growth opportunities is important to me.
I am open to considering different locations that meet these criteria.
I appeared for an interview before Aug 2016.
I have the analytical skills, experience, and passion to excel in this role.
I have a strong background in data analysis and interpretation
I have experience in using various analytical tools and techniques
I am detail-oriented and have a proven track record of delivering accurate and insightful analysis
I am a quick learner and can adapt to new challenges and environments easily
Solving Monty Hall problem using Bayesian probability
Assign prior probabilities to each door
Update probabilities based on host's action
Calculate posterior probabilities and choose the door with highest probability
Example: If prior probability of winning behind each door is 1/3, and host opens a door with a goat, the posterior probability of winning behind the remaining door is 2/3
Example: Bayes' theorem can be used to
I appeared for an interview before Jan 2016.
I have knowledge of various DS, but I personally like Decision Trees.
I have worked with Linear Regression, Logistic Regression, Random Forest, and Decision Trees.
Decision Trees are easy to interpret and visualize.
They can handle both categorical and numerical data.
They can be used for both classification and regression problems.
An example of using Decision Trees is in predicting customer churn for a telecom company.
Hashing is a technique to convert data of arbitrary size to a fixed size. Hash table is a data structure that uses hashing to store data.
Hashing is used to index and retrieve items in a database because it is faster than other methods.
Hash table is a data structure that uses a hash function to map keys to array indices.
Hashing key is the input to the hash function that produces a hash value.
Hashing is used in password ...
Stacks and queues are data structures used to store and manipulate collections of elements.
Stacks follow the Last-In-First-Out (LIFO) principle, where the last element added is the first one to be removed.
Queues follow the First-In-First-Out (FIFO) principle, where the first element added is the first one to be removed.
Examples of stacks include the call stack in programming and the undo/redo feature in text editors.
Ex...
Yes, queues can be implemented using stacks.
To implement a queue using stacks, we can use two stacks.
One stack is used for enqueue operation and the other for dequeue operation.
When an element is enqueued, it is pushed onto the enqueue stack.
When an element is dequeued, if the dequeue stack is empty, all elements from the enqueue stack are popped and pushed onto the dequeue stack in reverse order.
This ensures that the ...
Yes, circular queues can be implemented using two stacks.
Use two stacks, one for enqueue and one for dequeue operations.
When enqueueing, push the element onto the enqueue stack.
When dequeuing, if the dequeue stack is empty, pop all elements from the enqueue stack and push onto the dequeue stack.
The front of the queue is the top element of the dequeue stack.
When dequeueing, pop the top element from the dequeue stack.
If ...
Yes, I know several sorting algorithms.
One of the most popular is QuickSort, which uses a pivot element to divide the array into smaller sub-arrays and recursively sorts them.
Another common algorithm is MergeSort, which divides the array into smaller sub-arrays and then merges them back together in sorted order.
InsertionSort is a simple algorithm that iterates through the array and inserts each element into its correct...
I am a highly motivated individual with a passion for problem-solving and a strong work ethic.
I have a degree in computer science and have worked as a software engineer for 3 years.
I enjoy learning new technologies and am always looking for ways to improve my skills.
In my free time, I like to read books on personal development and practice yoga.
I am a team player and enjoy collaborating with others to achieve common go
I am proficient in Python and Java.
I have experience in developing web applications using Django framework in Python.
I have also worked on Java projects using Spring framework.
I am familiar with object-oriented programming concepts and data structures.
I have worked on projects involving database management using SQL.
I am constantly learning and improving my skills in these languages.
I have knowledge of various DS, but I personally like Decision Trees.
I have worked with Linear Regression, Logistic Regression, Random Forest, and Decision Trees.
Decision Trees are easy to interpret and visualize.
They can handle both categorical and numerical data.
They can be used for both classification and regression problems.
An example of using Decision Trees is in predicting customer churn for a telecom company.
Hashing is a technique to convert data of arbitrary size to a fixed size. Hash table is a data structure that uses hashing to store data.
Hashing is used to index and retrieve items in a database because it is faster than other methods.
Hash table is a data structure that uses a hash function to map keys to array indices.
Hashing key is the input to the hash function that produces a hash value.
Hashing is used in password ...
My day was good. Previous interviews were challenging but I learned a lot.
Had a productive day at work
Interviewed with two companies last week
One interview was technical and the other was behavioral
Received positive feedback from both companies
Stacks and queues are data structures used to store and manipulate collections of elements.
Stacks follow the Last-In-First-Out (LIFO) principle, where the last element added is the first one to be removed.
Queues follow the First-In-First-Out (FIFO) principle, where the first element added is the first one to be removed.
Examples of stacks include the call stack in programming and the undo/redo feature in text editors.
Ex...
Yes, we can implement queues using two stacks.
We can use two stacks, one for enqueue operation and another for dequeue operation.
To enqueue an element, push it onto the first stack.
To dequeue an element, pop all elements from the first stack and push them onto the second stack, then pop the top element from the second stack.
This ensures that the first element that was enqueued is the first one to be dequeued.
Time compl...
Yes, we can implement circular queues using two stacks.
We can use two stacks to implement a circular queue.
One stack will be used for enqueue operation and the other for dequeue operation.
When the enqueue stack is full, we can transfer all elements to the dequeue stack and vice versa.
This way, we can maintain the circular nature of the queue.
Example: https://www.geeksforgeeks.org/queue-using-stacks/
Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.
It divides the input into a sorted and an unsorted region.
It repeatedly extracts the maximum element from the unsorted region and inserts it into the sorted region.
It has a worst-case time complexity of O(n log n).
Yes, I know other sorting algorithms.
Examples: Merge Sort, Quick Sort, Heap Sort, Bubble Sort, Insertion Sort, Selection Sort
Each algorithm has its own advantages and disadvantages.
The choice of algorithm depends on the size of the data set and the desired time complexity.
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Investment Banking Associate
203
salaries
| ₹7 L/yr - ₹17.3 L/yr |
Investment Banking Analyst
99
salaries
| ₹5 L/yr - ₹11 L/yr |
Associate
85
salaries
| ₹4 L/yr - ₹16 L/yr |
Document Specialist
57
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Senior Associate
53
salaries
| ₹6 L/yr - ₹14.7 L/yr |
Nomura Holdings
Blackrock
Muthoot Homefin India
Adarsh Credit Co-Operative Society