Filter interviews by
I am a dedicated and passionate software engineer with experience in developing web applications using various technologies.
I have a Bachelor's degree in Computer Science
I have worked on projects using Java, Python, and JavaScript
I am familiar with frameworks such as Spring, Django, and React
I enjoy learning new technologies and keeping up with industry trends
Primary key is a unique identifier for each record in a database table.
Primary key ensures data integrity by enforcing uniqueness.
It is used to establish relationships between tables.
Primary key can be a single column or a combination of columns.
It cannot have null or duplicate values.
Examples: ID column in a user table, ISBN in a book table.
Candidate key is a unique identifier for a record in a database table.
A candidate key is a column or set of columns that can uniquely identify a record in a table.
It must be unique and non-null for every record.
A table can have multiple candidate keys, but only one can be the primary key.
Example: Employee ID, Email ID, Passport Number can be candidate keys for an Employee table.
The primary key in a table uniquely identifies each row in the table.
Primary key is a column or a combination of columns that uniquely identifies each row in a table
Primary key values cannot be null or duplicate
Primary key is used to establish relationships between tables
Examples of primary keys are social security number, email address, and employee ID
Maintain relation between broken tables by using foreign keys and cascading updates/deletes.
Use foreign keys to establish relationships between tables
Use cascading updates/deletes to maintain referential integrity
Avoid breaking tables unnecessarily
Consider using a database management system that supports transactions
Test thoroughly to ensure data consistency
A C program to reverse a given number
Take input number from user
Initialize a variable to store reversed number
Use while loop to reverse the number
Print the reversed number
C is a low-level programming language while Java is a high-level programming language.
C is compiled while Java is interpreted
C has pointers while Java does not
Java has automatic garbage collection while C does not
Java is platform-independent while C is platform-dependent
Java has built-in support for multithreading while C does not
Operating system components are organized in a layered diagram.
The top layer is the user interface, which interacts with the user.
The next layer is the application programming interface (API), which provides a set of functions for applications to use.
The kernel layer is responsible for managing system resources and providing services to other layers.
The bottom layer is the hardware layer, which interacts with the physi...
Mesh topology is a network design where each device is connected to every other device, forming a mesh-like structure.
Mesh topology provides high redundancy and fault tolerance as there are multiple paths for data to travel.
It offers excellent scalability as new devices can be easily added without disrupting the network.
Mesh topology is commonly used in wireless networks, such as Wi-Fi, where each device acts as a node...
Mesh topology can be difficult to manage and expensive to implement.
Mesh topology requires a large number of connections, making it difficult to manage.
It can be expensive to implement due to the high number of connections required.
Mesh topology can also suffer from high latency and low bandwidth.
One solution is to use a hybrid topology, combining mesh with other topologies like star or bus.
Another solution is to use r...
Noruma is a great company with a strong reputation in the industry.
Noruma has a track record of delivering high-quality software solutions.
The company values innovation and encourages employees to think outside the box.
Noruma has a supportive and collaborative work culture.
The company offers opportunities for growth and career development.
Noruma has a strong commitment to customer satisfaction.
I would try to communicate with the team member and understand the reason for their unavailability or lack of contribution.
I would first try to reach out to the team member and ask if everything is okay and if they need any help.
If the team member is not responding, I would escalate the issue to the project manager or team lead.
If the team member is not able to contribute due to personal reasons, I would try to find a ...
I am highly motivated and committed to my work. I am excited about the opportunity to work with your team.
I have researched your company and am impressed with your work culture and values
I am passionate about software engineering and am eager to learn and grow with your team
I am committed to meeting deadlines and delivering high-quality work
I am excited about the projects your team is working on and want to be a part o
No, I would not quit. I am adaptable and willing to learn new languages.
I am open to learning new languages and adapting to changes in the workplace.
I believe that being able to work with multiple languages is a valuable skill.
I would take the opportunity to learn the new language and improve my skills.
Quitting would not be a productive solution and would limit my growth as a developer.
I am a software engineer with experience in Java and Python.
I have a Bachelor's degree in Computer Science.
I have worked on projects involving web development and data analysis.
I am familiar with Agile methodology and have experience working in a team.
I am passionate about learning new technologies and improving my skills.
My goal in life is to constantly learn, grow and make a positive impact on the world.
Continuously learn and improve myself
Make a positive impact on the world
Find fulfillment and happiness in my personal and professional life
Success for me is achieving my goals while maintaining a healthy work-life balance.
Setting achievable goals and working towards them
Being recognized for my hard work and contributions
Maintaining a positive work-life balance
Continuously learning and improving my skills
Making a positive impact on the company and its customers
Qualities of a team member and team leader include communication, collaboration, adaptability, empathy, and problem-solving skills.
Communication: Ability to effectively convey ideas and information to team members.
Collaboration: Working well with others towards a common goal.
Adaptability: Being flexible and able to adjust to changing circumstances.
Empathy: Understanding and considering the feelings and perspectives of ...
Nomura is a leading global financial services firm with a strong focus on innovation and technology.
Nomura has a strong reputation in the financial services industry
The company is committed to innovation and technology
Nomura offers opportunities for career growth and development
The company has a global presence with diverse teams and cultures
Nomura values diversity and inclusion in the workplace
Yes, I am comfortable working with finances and have relevant experience.
I have experience working with financial data and software
I am comfortable with financial terminology and concepts
I am excited to apply my skills to this domain
I was interviewed in Sep 2016.
NAND, NOT, and AND are logical operators used in digital electronics.
NAND is a combination of NOT and AND operators.
NAND returns true only when both inputs are false.
NOT operator negates the input value.
AND operator returns true only when both inputs are true.
ArrayList is a resizable array implementation of the List interface in Java.
ArrayList is a dynamic array that can grow or shrink in size.
ArrayList allows duplicate elements and maintains insertion order.
ArrayList provides random access to elements using their index.
List is an interface in Java that represents an ordered collection of elements.
List allows duplicate elements and maintains insertion order.
List provides va...
A linked list is a data structure that consists of a sequence of nodes, where each node contains data and a reference to the next node.
Each node in a linked list contains a data element and a reference (link) to the next node.
Linked lists can be singly linked (each node has a link to the next node) or doubly linked (each node has links to both the next and previous nodes).
Linked lists are dynamic in size and can be eas...
A binary tree is a hierarchical data structure in which each node has at most two children.
Consists of nodes connected by edges.
The topmost node is called the root.
Each node can have at most two children, referred to as left child and right child.
Used for efficient searching, sorting, and organizing data.
Examples: family tree, file system structure.
A binary search tree is a data structure that organizes elements in a hierarchical manner, allowing for efficient searching and insertion.
Binary search tree is a binary tree where each node has at most two children.
The left child of a node contains a value less than the parent node, while the right child contains a value greater than the parent node.
Binary search tree allows for efficient searching, insertion, and dele...
String Pool Locator in Java
String pool is a special area of heap memory where string literals are stored
String pool helps in memory optimization by reusing common string literals
String.intern() method can be used to add a string to the string pool
String literals are automatically added to the string pool
I am a recent graduate with a degree in Computer Science and a passion for software development.
Recent graduate with a degree in Computer Science
Passionate about software development
Experience with programming languages like Java and Python
A leader is responsible for guiding and motivating a team, while a team member follows the leader's direction and contributes to achieving team goals.
Leader sets direction and goals for the team
Team member follows leader's direction and contributes to achieving goals
Leader motivates and guides team members
Team member supports leader and fellow team members
Leader takes responsibility for team's success or failure
Team me...
Yes, I would still consider joining despite the negative reviews on Glassdoor.
I believe that individual experiences can vary and it's important to form my own opinion.
I would research further and try to gather more information about the company culture and work environment.
I would also consider the overall reputation and growth opportunities of the company.
Negative reviews may not necessarily reflect the current state ...
NOMURA offers cutting-edge technology, global opportunities, and a strong reputation in the financial industry.
NOMURA provides opportunities to work with cutting-edge technology in the financial industry.
NOMURA has a global presence, offering opportunities for international experience.
NOMURA has a strong reputation in the financial industry, providing a solid foundation for career growth.
Top trending discussions
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.
In the coding test, there were 2 problems based on arrays and hashing (easy to medium level leetcode)
posted on 1 Aug 2024
I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Jul 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Feb 2024. There were 4 interview rounds.
Basic pattern question
Moderate level related to array and string
Difficult questions pattern string array tree
posted on 19 Feb 2023
I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 4 interview rounds.
Aptitude test on logocal reasoning and maths question
All sql queries and oops concept.
posted on 21 Aug 2024
I applied via campus placement at Shri Ram Murti Smarak College of Engineering and Technology, Bareilly and was interviewed before Aug 2023. There was 1 interview round.
A zip file is a compressed file format used to store multiple files and folders together.
Zip files are commonly used for reducing file size and organizing multiple files into a single archive.
They can be created, extracted, and manipulated using various software tools.
Examples of software that can work with zip files include WinZip, 7-Zip, and built-in tools like Windows Explorer.
Zip files can be password protected for...
posted on 17 Oct 2024
I applied via campus placement at Acropolis Institute of Technology and Research, Bhopal and was interviewed in Sep 2024. There were 2 interview rounds.
2 coding questions medium to hard level
Use Floyd's cycle detection algorithm to find if a Singly Linked List is cyclic or not.
Use two pointers, slow and fast, where slow moves one step at a time and fast moves two steps at a time.
If there is a cycle, the two pointers will eventually meet at some point.
If the fast pointer reaches the end of the list (null), then there is no cycle.
posted on 15 Jun 2022
I applied via LinkedIn and was interviewed in Apr 2022. There were 4 interview rounds.
DSA questions .
Maxgen Technologies
VDart
ANR Software Private Limited
Magic Edtech