i
Verity Knowledge Solutions
Filter interviews by
I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.
Social media Advantages & Dis advantages
I chose finance because of my passion for analyzing data, making informed decisions, and helping individuals and businesses achieve their financial goals.
Passion for analyzing data and making informed decisions
Interest in helping individuals and businesses achieve financial goals
Enjoyment of working with numbers and problem-solving
Opportunity for growth and advancement in the finance industry
I appeared for an interview in Sep 2016.
The Internet is a global network of computers that communicate with each other using standardized protocols.
The Internet is made up of millions of interconnected devices, including computers, servers, routers, and switches.
Data is transmitted over the Internet in the form of packets, which are small units of information.
The Internet uses a set of protocols, such as TCP/IP, to ensure reliable and efficient communication...
HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.
HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.
HTTP operates on port 80, while HTTPS operates on port 443.
HTTP data is transmitted in plain text, while HTTPS data is encrypted using SSL/TLS.
HTTPS provides authentication, integrity, and confidentiality of data exchanged between a client and a server.
W...
White box testing is a method of testing where the internal structure and implementation details of the software are known and tested. Black box testing is a method of testing where the internal structure and implementation details of the software are unknown and only the inputs and outputs are tested.
White box testing is also known as clear box testing, glass box testing, or structural testing.
It focuses on testing th...
Print a pattern using code
Use nested loops to iterate through rows and columns
Use string concatenation to build each row of the pattern
Print each row to display the pattern
Merge two arrays without using a third array.
Use the concat() method to merge the arrays.
Alternatively, you can use the push() method to add elements from one array to another.
Remember to handle the case where the arrays have different lengths.
The probability that three ants at the corner of a triangle will never meet.
The ants can move randomly in any direction.
The probability depends on the shape and size of the triangle.
The probability can be calculated using geometric probability or simulation.
Assumptions need to be made about the ants' movement patterns.
I have regretted decisions in the past but learned from them to make better choices in the future.
Regretted not studying enough for a crucial exam, leading to a lower grade. Learned to prioritize studying and time management.
Regretted not speaking up in a meeting when I had a valuable idea. Learned to be more assertive and confident in sharing my thoughts.
Regretted not taking a job opportunity that could have advanced ...
I come from a close-knit family with a passion for outdoor activities. We recently celebrated my brother's graduation, which was a proud moment for all of us.
Family: Close-knit and supportive
Hobbies: Outdoor activities like hiking and camping
Proud moment: Brother's graduation ceremony
Allm maths and probability
Strength is the ability to overcome challenges and obstacles, both physically and mentally.
Physical strength is the ability to exert force and lift heavy objects.
Mental strength is the ability to stay resilient in the face of adversity.
Strength can also refer to emotional resilience and the ability to cope with difficult situations.
Strength can be developed through consistent practice and perseverance.
Examples of stren...
I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.
All the basic english, maths and aptitude questions
Schema design for a University
Entities: Student, Professor, Course, Department, University
Relationships: Student enrolls in Course, Professor teaches Course, Department offers Courses, University has Departments
Attributes: Student (ID, Name, GPA), Professor (ID, Name, Department), Course (ID, Name, Department, Credits), Department (ID, Name, Head), University (Name, Location)
Packet transfer in TCP involves segmenting data, adding headers, sending packets, acknowledging receipt, and retransmitting if necessary.
Data is segmented into packets with headers added for source and destination information
Packets are sent over the network to the destination
The receiver acknowledges receipt of packets and requests retransmission if needed
TCP ensures reliable delivery by reordering packets and handlin...
A program to validate a date input by the user
Check if the input date follows the format MM/DD/YYYY
Validate if the month is between 1 and 12
Validate if the day is within the range based on the month and year (taking leap years into account)
Ensure the year is a valid 4-digit number
Logical & reasoning questions
I appeared for an interview before Feb 2024.
Aptitude test including english, math, general aptitude and tech questions.
I applied via Walk-in and was interviewed in Sep 2023. There were 4 interview rounds.
ATTENTION TO DETAILS NUMBER SERIES ETC.
Derivatives mutual funds are investment funds that invest in a variety of derivative securities.
Derivatives mutual funds use derivatives such as options, futures, and swaps to achieve their investment objectives.
These funds can provide investors with exposure to a wide range of asset classes and strategies.
Investors should be aware of the risks associated with derivatives, including leverage and potential for loss.
Exam...
I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.
Technical Skills, and problem-solving abilities.
I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Recent graduate with a degree in Computer Science
Passionate about coding and problem-solving
Experience with programming languages like Java, Python, and C++
Completed internships at tech companies such as Google and Microsoft
I want to join Nomura because of its reputation for excellence in the financial industry and the opportunity to work with top professionals.
Nomura is a leading global financial services firm with a strong reputation for excellence.
I am impressed by Nomura's commitment to innovation and cutting-edge technology.
I am excited about the opportunity to work with top professionals in the industry at Nomura.
posted on 28 May 2022
I appeared for an interview in May 2022.
Round duration - 45 Minutes
Round difficulty - Easy
The interviewer was friendly. Explained the question well. Allowed to use any preferred platform to write code.
Given an array prices
representing the prices of a stock where each element indicates the price at a given minute, determine the maximum profit you can ac...
Find the maximum profit by buying and selling a stock once based on given prices.
Iterate through the prices array and keep track of the minimum price seen so far and the maximum profit achievable.
Calculate the profit by subtracting the current price from the minimum price and update the maximum profit if needed.
Return the maximum profit, ensuring it is not negative.
Example: prices = [2, 100, 150, 120], Buy at 2, sell a
Round duration - 60 Minutes
Round difficulty - Medium
Imagine you are helping Ninja, a dance coach, who needs to form dance pairs from the available boys and girls in a studio. Given the number of boys N
, the number of girls M
, a...
The challenge involves forming dance pairs from available boys and girls based on potential pairings to maximize the number of pairs.
Parse the input to get the number of test cases, boys, girls, and potential pairings.
Iterate through the potential pairings and form pairs based on the given indexes.
Output '1' if a set of maximum possible pairs is returned, else output '0'.
There can be multiple valid configurations of pa...
Multiprocessing involves multiple processes running concurrently, while multithreading involves multiple threads within a single process.
Multiprocessing utilizes multiple processes to execute tasks simultaneously.
Multithreading involves multiple threads within a single process sharing the same memory space.
Multiprocessing is typically used for CPU-bound tasks, while multithreading is more suitable for I/O-bound tasks.
E...
Round duration - 60 Minutes
Round difficulty - Hard
Splitwise is a system for managing shared expenses among groups of people.
Classes: User, Expense, Group
Functions: addExpense(), settleUp(), calculateBalance()
Round duration - 60 Minutes
Round difficulty - Hard
Tip 1 : Practice at least 5 questions of each topic of various difficulty levels
Tip 2 : Read out theory articles about your preferred language showing your proficiency in the same.
Tip 3 : Hard work is overrated, consistency is the key.
Tip 1 : Own everything you have there, do not add random skills that you are not proficient in.
Tip 2 : Keep it clean and try to give out minimal but most of the relevant information for the role.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Investment Banking Associate
205
salaries
| ₹7 L/yr - ₹17.3 L/yr |
Investment Banking Analyst
99
salaries
| ₹5 L/yr - ₹11 L/yr |
Associate
91
salaries
| ₹4 L/yr - ₹15 L/yr |
Document Specialist
57
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Senior Associate
50
salaries
| ₹5 L/yr - ₹14 L/yr |
Nomura Holdings
Blackrock
Muthoot Homefin India
Adarsh Credit Co-Operative Society