Filter interviews by
I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
I prefer MicroStrategy over Power BI due to its robust security features and scalability.
MicroStrategy offers more advanced security features compared to Power BI, making it a preferred choice for organizations with strict data security requirements.
MicroStrategy is known for its scalability, allowing for large volumes of data to be processed efficiently and effectively.
MicroStrategy provides a wide range of data visua...
Top trending discussions
The impact of social media on mental health
Social media can contribute to feelings of inadequacy and low self-esteem
Excessive use of social media can lead to anxiety and depression
Cyberbullying on social media platforms can have serious consequences for mental health
However, social media can also provide a sense of community and support for individuals struggling with mental health issues
Hyderabad is a vibrant city in southern India known for its rich history, culture, and delicious cuisine.
Hyderabad is home to iconic landmarks like the Charminar and Golconda Fort.
The city is famous for its biryani, a flavorful rice dish cooked with meat and spices.
Hyderabad is a major hub for the IT industry in India, with companies like Microsoft and Google having offices there.
Math, English, Puzzles
I applied via Naukri.com and was interviewed before Jul 2022. There were 4 interview rounds.
Reasoning and computer Science questions
I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.
Overloading is the ability to define multiple functions or operators with the same name but different parameters.
Function overloading allows multiple functions with the same name but different parameters to be defined in a class.
Operator overloading allows operators such as +, -, *, / to be redefined for user-defined data types.
Overloading is resolved at compile-time based on the number, type, and order of arguments pa...
Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were the same type.
Polymorphism is achieved through method overloading and method overriding.
Compile-time polymorphism is achieved through method overloading.
Runtime polymorphism is achieved through method overriding.
Examples of polymorphism include method overloading and method overriding.
Pol...
Machine learning is a subset of artificial intelligence that enables machines to learn from data and improve their performance.
It involves training algorithms on large datasets to make predictions or decisions.
It can be supervised, unsupervised, or semi-supervised.
Examples include image recognition, natural language processing, and recommendation systems.
It requires a lot of data and computing power to train models eff...
Artificial Intelligence is the simulation of human intelligence in machines.
AI involves creating intelligent machines that can perform tasks without human intervention.
It includes machine learning, natural language processing, and robotics.
Examples include Siri, Alexa, and self-driving cars.
AI has applications in various fields such as healthcare, finance, and transportation.
TCP/IP model is a networking protocol used for communication between devices on the internet.
TCP/IP model has four layers: application, transport, internet, and network access.
Each layer has its own set of protocols and functions.
TCP/IP model is used for communication between devices on the internet.
Examples of protocols used in TCP/IP model include HTTP, FTP, TCP, and IP.
Software Development Life Cycle (SDLC) is a process followed by software development teams to design, develop and test high-quality software.
SDLC consists of several phases including planning, analysis, design, development, testing, deployment, and maintenance.
Each phase has its own set of activities and deliverables that must be completed before moving on to the next phase.
SDLC models include Waterfall, Agile, and Dev...
A class is a blueprint for creating objects in C++. An object is an instance of a class.
A class is a user-defined data type that encapsulates data members and member functions.
An object is an instance of a class that has its own set of data members and can access the member functions of the class.
Classes are used to organize and structure code, making it easier to maintain and reuse.
Example: class Car { private: int sp...
Interface in Java is a blueprint of a class that has only abstract methods and constants.
Interfaces are used to achieve abstraction and multiple inheritance in Java.
A class can implement multiple interfaces but can only extend one class.
All methods in an interface are public and abstract by default.
Interfaces can also have default and static methods in Java 8 and above.
Example: interface Shape { void draw(); }
A linked list is a linear data structure where each element is a separate object with a pointer to the next element.
Linked list is a dynamic data structure
It consists of nodes that contain data and a pointer to the next node
Insertion and deletion operations are efficient in linked list
Example: Singly linked list, Doubly linked list
File structure refers to the way data is stored on disk, while data structure refers to the way data is organized in memory.
File structure is concerned with how data is stored on disk, while data structure is concerned with how data is organized in memory.
File structure is typically hierarchical, with directories containing files, while data structures can take many forms such as arrays, linked lists, and trees.
Example...
A tree is a hierarchical data structure with a single root node and child nodes, while a graph is a non-linear data structure with nodes and edges.
Trees have a clear parent-child relationship, while graphs have arbitrary connections between nodes.
Trees are used in file systems, HTML DOM, and decision trees, while graphs are used in social networks, maps, and recommendation systems.
Both structures can be represented usi...
A data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.
Data structures are used to manage and manipulate data.
They can be implemented using arrays, linked lists, trees, graphs, and other methods.
Examples include stacks, queues, hash tables, and binary search trees.
Choosing the right data structure is important for optimizing performance and memory usage.
Co...
A Spanning Tree is a subset of a graph that connects all vertices with the minimum possible number of edges.
It is a tree that spans all the vertices of a connected graph.
It has no cycles and is a subgraph of the original graph.
It has n-1 edges for a graph with n vertices.
It is used in network design and optimization problems.
A Brute Force Algorithm is a method of solving problems by trying every possible solution.
It involves trying every possible combination of inputs to find the correct output.
It is a simple but inefficient algorithm.
It is commonly used in cryptography to crack passwords.
Examples include the exhaustive search algorithm and the traveling salesman problem.
Program to implement anagram using array of strings
Create a function to check if two strings are anagrams
Loop through the array of strings and compare each pair of strings
If two strings are anagrams, add them to a new array
Return the new array of anagrams
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
I was interviewed before May 2016.
Create a table in HTML
Use the
element for table headers Use the element for table data | Use CSS to style the table if needed
Answered by
AI
Add your answer
Add your answer
Software development life cycle (SDLC) is a process used to design, develop, and maintain software.
Answered by
AI
Add your answer
Interview Preparation TipsRound: Technical + HR Interview Experience: I was from mechanical background and did not know how to code but the interviewer made sure that I finish the same. Tips: If you are going to change your field, be prepared for questions related to the new field Skills evaluated in this interview
Interview experience
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected
I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.
Round 1 - Resume Shortlist
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test
Python SQL were some of the languages asked
Round 3 - One-on-one
(2 Questions)
Add your answer
Add your answer
|
---|
Analyst
171
salaries
| ₹2.4 L/yr - ₹6.5 L/yr |
Senior Analyst
109
salaries
| ₹3.5 L/yr - ₹11 L/yr |
Financial Analyst
98
salaries
| ₹2.3 L/yr - ₹4.7 L/yr |
Accounts Payable Analyst
62
salaries
| ₹2.6 L/yr - ₹5 L/yr |
Senior Consultant
39
salaries
| ₹4.5 L/yr - ₹18.5 L/yr |
Accenture
IBM
TCS
Infosys