i
Gemini Solutions
Filter interviews by
I applied via Campus Placement and was interviewed before Mar 2023. There were 5 interview rounds.
Waas good you can give it easily
Moderate level quesgionns
Mine went ok and the topic was also easy
Understanding a coding question involves analyzing the problem, identifying the requirements, and devising a solution using programming concepts.
Read the problem statement carefully to understand the input, output, and constraints.
Identify the key requirements and constraints of the problem.
Break down the problem into smaller subproblems if necessary.
Choose appropriate data structures and algorithms to solve the proble...
posted on 2 Sep 2024
I applied via Campus Placement
Normal apti reasoning test checking normal intelligence with some basic technical questions.
Topic was physical cash V/s Digital cash.
I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.
Group discussion was the first round on avg there were 15 people in a group discussion at last everyone was given a minute to speak
posted on 18 Oct 2024
I was interviewed in Sep 2024.
I was given a test which was not that difficult
Seeking new challenges and growth opportunities in a more innovative environment.
Looking for new challenges and opportunities for growth
Interested in working in a more innovative environment
Seeking a change in company culture or work-life balance
The innovative projects and collaborative work environment at Altair are the driving factors for me to join.
Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.
Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.
Company culture: I have heard great things ...
posted on 16 Oct 2024
I applied via campus placement at Adesh Institute of Engineering and Technology, Faridkot and was interviewed in Sep 2024. There were 2 interview rounds.
Apti , html , linux ,sql, java
They give topics and we have to speak for 30 sec
My hobby is playing guitar and I have managed to learn and play various songs over the years.
I have been playing guitar for 5 years
I have learned to play both acoustic and electric guitar
I can play songs by artists like Ed Sheeran, John Mayer, and Taylor Swift
Screen test it will take 30min
React is a JavaScript library for building user interfaces. DOM stands for Document Object Model. VDOM is a virtual representation of the DOM.
React is a JavaScript library used for building user interfaces.
DOM (Document Object Model) is a programming interface for web documents.
VDOM (Virtual DOM) is a lightweight copy of the DOM used for performance optimization.
The main difference between DOM and VDOM is that VDOM is ...
I applied via Company Website and was interviewed before May 2022. There were 4 interview rounds.
They will give you the link for aptitude and coding test in the 1st round.
posted on 21 Oct 2023
I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.
3 three-question assignment was given to be done and submitted in 2 hours.
Design music player, implement shuffle feature
posted on 31 May 2022
I was interviewed before May 2021.
Round duration - 90 minutes
Round difficulty - Easy
Timing - 10AM-11:30AM
Online proctored test
The problem can be solved using simple recursive traversal. We can keep track of level of a node by passing a parameter to all recursive calls. keep track of maximum level also. And traverse the tree in a manner that right subtree is visited before left subtree. Whenever we see a node whose level is more than maximum level so far, we print the node because this is the last node in its level.
Simple DP problem:
The state DP[i][j] will denote maximum value of ‘j-weight’ considering all values from ‘1 to ith’.
So I considered ‘wi’ (weight in ‘ith’ row) we can fill it in all columns which have ‘weight values > wi’. Now two possibilities can take place:
Fill ‘wi’ in the given column.
Do not fill ‘wi’ in the given column
Took maximum of these two possibilities
Round duration - 45 minutes
Round difficulty - Medium
Timing : 4PM-5PM
Environment - Online
There was a panel of 3 interviewers
find size of array in C/C++ without using sizeof ?We cannot use any standard function
I didn't knew answer at first. Then interviewer told me to think in address direction and with their incremental help I was able to give perfect solution.
Initialize the elements of the array.
&a => This is the pointer to array which points at the same memory address as a.
&a + 1 => It points at the address after the end of the array.
*(a+1) => Dereferencing to *(&a + 1) gives the address after the end...
Explain how indexing in DB works using B+ trees?
Tip 1 : Read Concepts of DBMS thoroughly
Tip 2 : Practice B+ tress from DS perspective as well
Round duration - 45 mintues
Round difficulty - Easy
Timing - 11AM-12:15PM
Environment - online video call
Again there was a panel of 2 senior engineers
For the given tree:
The path 1 -&...
I had to construct n-ary tree myself.
Then I used a DFS traversal starting from the root
maximum value among all maximum path sums is the required answer.
Tip 1 : Brush Up on Computer Science Fundamentals
Tip 2 : Prepare a Brief Self-Introduction
Tip 1 : Do not put fake resume
Tip 2 : Writing internship project helps.
based on 1 review
Rating in categories
Software Engineer
233
salaries
| ₹4.8 L/yr - ₹14.5 L/yr |
Senior Software Engineer
221
salaries
| ₹7.7 L/yr - ₹21.1 L/yr |
Software Engineer II
172
salaries
| ₹5.6 L/yr - ₹13.5 L/yr |
Senior Software Engineer 1
86
salaries
| ₹8.3 L/yr - ₹18 L/yr |
Software Developer
55
salaries
| ₹4.8 L/yr - ₹13.6 L/yr |
TCS
Infosys
Wipro
HCLTech