Filter interviews by
I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed before Jun 2022. There were 3 interview rounds.
MCQ and fill in the blanks on variety of software DSA related questions
It was simple and had time limit.
Top trending discussions
posted on 6 Feb 2025
I was interviewed before Feb 2024.
Fundamentals of abstract reasoning.
Entry level linear data structure
Pattern, star , hollow pattern
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
Geomatry ,algebra ,train,
posted on 23 Oct 2023
Basic coding round. Asked basic JS logics.
posted on 13 Apr 2024
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating reusable code through classes and objects
Encapsulation: bundling data and methods that operate on the data within a single unit
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability for objects to be treated as instances of...
Session in PHP is a way to store information (variables) to be used across multiple pages during a user's visit to a website.
Sessions are used to store user-specific information, such as username, shopping cart items, etc.
Sessions are started with session_start() function and can be accessed using the $_SESSION superglobal array.
Sessions are stored on the server and identified by a unique session ID, which is usually s
posted on 29 Oct 2024
I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.
Basic aptitude asked for all company
One question to find substring of string which has double chars
Pandas is a Python library used for data manipulation and analysis, including creating and working with dataframes.
Import the pandas library: import pandas as pd
Create a dataframe: df = pd.DataFrame(data)
Accessing data in a dataframe: df['column_name']
Filtering data in a dataframe: df[df['column_name'] > value]
Adding a new column: df['new_column'] = values
The angle between the hour hand and minute hand at 12:20 is 10 degrees.
Calculate the angle made by the hour hand from 12 o'clock position: (20/60)*30 = 10 degrees
Calculate the angle made by the minute hand from 12 o'clock position: (20/60)*360 = 120 degrees
Find the difference between the two angles: 120 - 10 = 110 degrees
posted on 6 Aug 2024
I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.
Questions based on coding
Based on coding questions
I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.
Recent graduate in Computer Science
Proficient in Java, Python, and web development
Passionate about coding
posted on 12 Sep 2023
I applied via campus placement at Arya College of Engineeringg, Jaipur and was interviewed in Aug 2023. There were 2 interview rounds.
Test contain mix question from computer fundamentals and aptitude
A leaf node in a binary tree is a node that does not have any children.
Traverse the binary tree and check if a node has no left or right child, then it is a leaf node.
Example: In the binary tree 1 -> 2, 3 -> 4, 5, 6 -> 7, 8, the leaf nodes are 4, 5, 7, 8.
Check if a linked list contains a loop by using Floyd's cycle detection algorithm.
Use two pointers, one moving at twice the speed of the other
If there is a loop, the two pointers will eventually meet
Example: 1->2->3->4->5->2 (loop at 2)
Find the first non-repeating element in a string
Create a frequency map of characters in the string
Iterate through the string and check the frequency of each character
Return the first character with frequency 1
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Senior Software Engineer
213
salaries
| ₹6.5 L/yr - ₹24.2 L/yr |
Software Engineer
178
salaries
| ₹4.5 L/yr - ₹17 L/yr |
Software Developer
62
salaries
| ₹4 L/yr - ₹16 L/yr |
Technical Lead
53
salaries
| ₹10 L/yr - ₹30 L/yr |
QA Engineer
51
salaries
| ₹3 L/yr - ₹9 L/yr |
TCS
Infosys
Wipro
HCLTech