Filter interviews by
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Test contains 26 questions for me 13 are java based 13 are c++ based
Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
Types of indexes include clustered, non-clustered, unique, and composite indexes.
Examples of indexing techniques include B-tree, hash, and bitmap indexes.
Indexing can...
Check if two strings are anagrams by comparing the sorted characters in each string.
Sort the characters in both strings and compare if they are equal.
Ignore spaces and punctuation when comparing the strings.
Example: 'listen' and 'silent' are anagrams.
Example: 'hello' and 'world' are not anagrams.
Use a stack to simulate the recursive inorder traversal process
Create an empty stack to store nodes
Start with the root node and push it onto the stack
While the stack is not empty, keep traversing left and pushing nodes onto the stack
Once you reach a leaf node, pop it from the stack, print its value, and move to its right child
Repeat the process until all nodes have been visited
To make a class final, use the 'final' keyword in the class declaration.
Use the 'final' keyword before the 'class' keyword in the class declaration
A final class cannot be subclassed or extended
Final classes are often used for utility classes or classes that should not be modified
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Quant round was conducted
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.
Medium level questions with a senior engineer
Medium level questions
Manager round with technical and culture fit
Yahoo interview questions for popular designations
I solve specific marketing problems by conducting thorough research, analyzing data, identifying key insights, and developing strategic solutions.
Conducting market research to understand target audience and competition
Analyzing data from various sources to identify trends and patterns
Developing marketing strategies based on insights and objectives
Testing and optimizing campaigns to achieve desired results
SQL, Data analytics of a dataset
A distributed system is a collection of independent computers that appear to the users as a single coherent system.
Consists of multiple computers connected through a network
Allows for parallel processing and fault tolerance
Examples include cloud computing, peer-to-peer networks, and distributed databases
Use Jenkins pipeline to deploy automation from git repo
Create a Jenkins pipeline job
Configure the job to pull code from the git repository
Define the deployment steps in the Jenkinsfile
Use Jenkins plugins like Git plugin and Pipeline plugin for automation
Ensure proper permissions and credentials are set up for accessing the git repo
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Got a leetcode easy question
I was interviewed in May 2024.
It was having english and maths questions
Code was easy kindly do pratice
Top trending discussions
Interview experience
AD Operations Specialist
18
salaries
| ₹3.8 L/yr - ₹8.8 L/yr |
Software Engineer
17
salaries
| ₹16.1 L/yr - ₹38 L/yr |
Software Developer
12
salaries
| ₹11 L/yr - ₹31.8 L/yr |
Technical Lead
11
salaries
| ₹9.3 L/yr - ₹32 L/yr |
Senior Software Engineer
10
salaries
| ₹16 L/yr - ₹41 L/yr |
Microsoft Corporation
Amazon