Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Verity Knowledge Solutions Team. If you also belong to the team, you can get access from here

Verity Knowledge Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Verity Knowledge Solutions Intern Interview Questions and Answers

Updated 4 Jul 2024

Verity Knowledge Solutions Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Social media Advantages & Dis advantages

Round 2 - One-on-one 

(4 Questions)

  • Q1. Family background
  • Q2. Self Introduction
  • Q3. College experience
  • Q4. Why U choose finance
  • Ans. 

    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

  • Answered by AI

Interview questions from similar companies

I appeared for an interview in Sep 2016.

Interview Questionnaire 

9 Questions

  • Q1. How does Internet work?
  • Ans. 

    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...

  • Answered by AI
  • Q2. Difference between http and https?
  • Ans. 

    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...

  • Answered by AI
  • Q3. What is white and black box testing?
  • Ans. 

    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...

  • Answered by AI
  • Q4. Write the code to print the pattern that was provided?
  • Ans. 

    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

  • Answered by AI
  • Q5. Merge two arrays without using a third array.
  • Ans. 

    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.

  • Answered by AI
  • Q6. Three ants are at the corner of the triangle. Find the probability that they will never meet.
  • Ans. 

    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.

  • Answered by AI
  • Q7. Basic Introduction.
  • Q8. Tell me the times you have regreted your decisions and how did you cope up with it.
  • Ans. 

    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 ...

  • Answered by AI
  • Q9. Tell me about yor family , hobbies and any event that made you and your family feel proud.
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They basically are testing your reflexes and how quick you are at understanding a problem and arriving at a solution.
Tips: For greater accuracy attempt lesser questions ensuring each of the attemped one's are correct.
Duration: 45 minutes
Total Questions: 50

Round: Technical Interview
Tips: Just be thorough with basic concepts of programming and be yourself.

Round: HR Interview
Tips: Relax and be cool. Don't answer just for the sake of answering it.

Skills: Basic C/C++, implementing , networks
College Name: Thapar University, Patiala

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Allm maths and probability

Round 2 - Technical 

(1 Question)

  • Q1. Oops concept specifer constructor
Round 3 - HR 

(1 Question)

  • Q1. What is strength
  • Ans. 

    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...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

All the basic english, maths and aptitude questions

Round 3 - Technical 

(3 Questions)

  • Q1. Design schema for University
  • Ans. 

    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)

  • Answered by AI
  • Q2. How packet transfer takes place in tcp
  • Ans. 

    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...

  • Answered by AI
  • Q3. Program to validate date
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical & reasoning questions

Round 2 - Technical 

(1 Question)

  • Q1. Java, oops, scenario based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Aptitude test including english, math, general aptitude and tech questions.

Round 2 - Technical 

(1 Question)

  • Q1. About academic Projects
Round 3 - Technical 

(1 Question)

  • Q1. Technical round
Round 4 - HR 

(1 Question)

  • Q1. General discussion
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

ATTENTION TO DETAILS NUMBER SERIES ETC.

Round 3 - Technical 

(1 Question)

  • Q1. DERRIVATIVES MUTUAL FUNDS
  • Ans. 

    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...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. WHY DO YOU WANT TO JOIN BLACKROCK

Interview Preparation Tips

Interview preparation tips for other job seekers - EVEN IF YOU ARE WRONG BE CONFIDENT
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Technical Skills, and problem-solving abilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always embrace a mindset of continuous learning. Effective communication.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    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

  • Answered by AI
  • Q2. Why do you want to join Nomura?
  • Ans. 

    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.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Question about excel and GST
  • Q2. Question related to Ind AS 116 and 109

I appeared for an interview in May 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

The interviewer was friendly. Explained the question well. Allowed to use any preferred platform to write code.

  • Q1. 

    Best Time to Buy and Sell Stock Problem Statement

    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...

  • Ans. 

    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

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Dance Team Pairing Challenge

    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...

  • Ans. 

    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...

  • Answered by AI
  • Q2. What is the difference between multiprocessing and multithreading?
  • Ans. 

    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...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. Can you describe the classes and functions involved in the design of a system like Splitwise?
  • Ans. 

    Splitwise is a system for managing shared expenses among groups of people.

    • Classes: User, Expense, Group

    • Functions: addExpense(), settleUp(), calculateBalance()

  • Answered by AI
Round 4 - Video Call 

Round duration - 60 Minutes
Round difficulty - Hard

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteriaNo criteriaTower Research Capital interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Low level design, High Level Design, Relational Database Management Systems, Operating SystemsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

Verity Knowledge Solutions Interview FAQs

How many rounds are there in Verity Knowledge Solutions Intern interview?
Verity Knowledge Solutions interview process usually has 2 rounds. The most common rounds in the Verity Knowledge Solutions interview process are Group Discussion and One-on-one Round.

Tell us how to improve this page.

Verity Knowledge Solutions Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MNC Group Interview Questions
4.3
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 99 Interviews
Nomura Holdings Interview Questions
3.8
 • 68 Interviews
YES SECURITIES Interview Questions
4.0
 • 15 Interviews
View all

Verity Knowledge Solutions Intern Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Investment Banking Associate
205 salaries
unlock blur

₹7 L/yr - ₹17.3 L/yr

Investment Banking Analyst
99 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Associate
91 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Document Specialist
57 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Senior Associate
50 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Explore more salaries
Compare Verity Knowledge Solutions with

Nomura Holdings

3.8
Compare

Blackrock

3.8
Compare

Muthoot Homefin India

4.0
Compare

Adarsh Credit Co-Operative Society

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview