Filter interviews by
I applied via Company Website and was interviewed in Sep 2020. There was 1 interview round.
Top trending discussions
posted on 26 Jun 2017
I appeared for an interview before Jun 2016.
The question asks to construct a k-ary tree using the given k and DFS traversal string.
Iterate through the DFS traversal string
If the current character is 'P', create a parent node
If the current character is 'L', create a leaf node
Link the nodes according to the DFS traversal order
To determine if a graph has a node with n degree, iterate through all nodes and count their edges.
Iterate through each node in the graph
Count the number of edges connected to each node
If any node has n edges, then the graph has a node with n degree
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.
I applied via Campus Placement
They asked you to reverse a palidrome
I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.
60 mins and basic quants-based questions along with SQL
Global Interpreter Lock (GIL) in Python restricts execution of multiple threads at once to prevent race conditions.
GIL is a mutex that protects access to Python objects, preventing multiple threads from executing Python bytecodes at once.
This means that even in a multi-threaded Python program, only one thread can execute Python code at a time.
GIL can limit the performance of multi-threaded Python programs, especially f...
I applied via LinkedIn and was interviewed before Feb 2021. There were 2 interview rounds.
Yes, I had a delicious sandwich for lunch.
I had a sandwich for lunch
It was delicious
I also had a side of chips
I drank water with my meal
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 developer for the past 5 years.
I am skilled in programming languages such as Java, Python, and C++.
I have experience working on both front-end and back-end development projects.
I am a quick learner and enjoy taking on new challenges.
In my free time, I enjoy hiki
Inner join, outer join, and left outer join are types of SQL joins used to combine data from multiple tables.
Inner join returns only the matching rows from both tables
Outer join returns all rows from both tables, with null values for non-matching rows
Left outer join returns all rows from the left table and matching rows from the right table
Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = tabl...
Developed a web-based project management tool for a software company
Used Agile methodology to develop the tool
Implemented features such as task assignment, progress tracking, and team collaboration
Designed a user-friendly interface with drag-and-drop functionality
Integrated with third-party tools such as JIRA and Slack
Received positive feedback from the client and increased team productivity
I recently studied the impact of social media on mental health.
Explored the correlation between social media usage and depression/anxiety
Researched the effects of cyberbullying on mental health
Analyzed the role of social media in promoting positive mental health
Reviewed studies on the benefits and drawbacks of social media use for mental health
Examined strategies for promoting healthy social media habits
I would rate myself 8 in Java and 7 in database.
I have extensive experience in Java programming and have worked on multiple projects using Java.
I am proficient in database management and have worked with various database systems like MySQL and Oracle.
I am constantly learning and improving my skills in both Java and database management.
I have also completed relevant courses and certifications in Java and database manage...
SDLC stands for Software Development Life Cycle. It is a process followed by software development teams to design, develop and test high-quality software.
The phases of SDLC are Planning, Analysis, Design, Development, Testing, Deployment, and Maintenance.
Planning involves defining the project scope, goals, and objectives.
Analysis involves gathering and analyzing requirements.
Design involves creating a detailed design o...
I would like to work in the second phase as it involves implementation and execution.
I prefer to work in the second phase as it involves putting the plan into action.
I enjoy the hands-on experience of executing a project.
The second phase allows me to see the results of my work and make necessary adjustments.
For example, in a software development project, I would like to work in the second phase where I can code and tes...
I am a quick learner with excellent communication and problem-solving skills.
Quick learner
Excellent communication skills
Strong problem-solving skills
The first month in a year is January.
January is the first month in the Gregorian calendar.
It has 31 days.
It is named after the Roman god Janus.
It was a busy day filled with meetings and deadlines.
Had multiple meetings with clients and team members
Worked on completing a project before the deadline
Managed to finish all tasks on my to-do list
Yes, the interviewers were very nice and welcoming.
The interviewers greeted me warmly and made me feel comfortable.
They asked questions in a friendly and conversational tone.
They were patient and gave me time to think before answering.
Overall, I had a positive experience with the interviewers.
Yes, I am prepared for 5-6 more interviews.
I have researched the company and the position thoroughly.
I have practiced answering common interview questions.
I have prepared questions to ask the interviewer.
I am mentally and physically prepared for the interviews.
I am excited for the opportunity to showcase my skills and experience.
I found the PPT to be well-organized and visually appealing.
The use of graphics and images helped to break up the text and keep my attention.
The information was presented in a logical order, making it easy to follow.
The color scheme was pleasing to the eye and not overwhelming.
The charts and graphs were clear and easy to understand.
Overall, the PPT was engaging and informative.
I have achieved several milestones in my career, including increasing sales revenue by 20% and leading a successful project team.
Increased sales revenue by 20% through effective marketing strategies
Led a successful project team to complete a complex project on time and within budget
Received Employee of the Year award for outstanding performance and dedication
Developed and implemented a new customer service program that...
I struggled to adjust to the new academic environment and workload in my first year.
Transitioning from high school to college can be challenging
I had to learn new study habits and time management skills
I sought help from tutors and professors to improve my grades
I tend to overthink, struggle with time management, and can be too self-critical.
Overthinking can lead to analysis paralysis and slow decision-making
Time management can be improved through prioritization and delegation
Self-criticism can hinder confidence and productivity
I don't have the available data.
NO data available.
Nomura is a leading global financial services firm with a strong reputation and diverse range of opportunities.
Nomura has a strong reputation in the financial services industry
The firm offers a diverse range of opportunities for career growth
Nomura has a global presence with offices in over 30 countries
The company values diversity and inclusion in its workforce
Nomura has a strong commitment to corporate social responsi
Accountant
24
salaries
| ₹1 L/yr - ₹6.2 L/yr |
Executive Accountant
22
salaries
| ₹1.9 L/yr - ₹4.3 L/yr |
Data Entry Operator
18
salaries
| ₹1 L/yr - ₹3 L/yr |
Software Engineer
17
salaries
| ₹2.5 L/yr - ₹8 L/yr |
Account Assistant
11
salaries
| ₹2 L/yr - ₹6 L/yr |
Nomura Holdings
Blackrock
Muthoot Homefin India
Adarsh Credit Co-Operative Society