i
HexaView
Technologies
Filter interviews by
A stable partition ensures that equal elements retain their original order after sorting.
Stable partitioning maintains the relative order of equal elements.
Example: In sorting [3, 1, 2, 3], a stable sort keeps the first '3' before the second '3'.
Useful in applications where the order of similar items matters, like sorting records by name and then by age.
Algorithms like Merge Sort and Bubble Sort are stable, while ...
Given an integer 'N', print a specific pattern on 'N' lines where numbers are aligned in a particular format.
N = 4
1
232
34543
4567654
Print a specific number pattern on 'N' lines where numbers are aligned in a particular format.
Iterate through each row from 1 to N
Print spaces before the numbers based on the row number
Print numbers in increasing order up to the row number, then in decreasing order
You are tasked with printing a specific pattern based on the given number of rows, 'N'. For any input value of 'N', generate and print a pattern as described in the example.
...
The task is to print a specific pattern based on the given number of rows, 'N'.
Iterate through each row and print the numbers in the specified pattern
Use loops to print the numbers in the required order
Ensure there is exactly one space between each value in a row
You are given a N x M
matrix of integers. Your task is to return the spiral path of the matrix elements.
The first line contains an integer 'T' which denotes the num...
The task is to return the spiral path of elements in a given matrix.
Iterate through the matrix in a spiral path by adjusting the boundaries of rows and columns.
Keep track of the direction of traversal (right, down, left, up) to form the spiral path.
Handle edge cases such as when the matrix is a single row or column.
Implement a function to print the spiral path of the matrix elements.
You are provided with an array named BINARYNUMS
consisting of N
unique strings. Each string represents an integer in binary, covering every integer from 0 to N except for o...
Given an array of unique binary strings representing integers from 0 to N, find and return the missing integer's binary representation without leading zeros.
Iterate through the array of binary strings and convert each string to its decimal equivalent.
Calculate the sum of all integers from 0 to N using the formula (N * (N + 1)) / 2.
Subtract the sum of the converted integers from the total sum to find the missing in...
You are given an array ARR
of length N
. There are two operations defined for each index i
in the array:
i
numbers.Find the minimum special sum for each index in an array by calculating the sum of first and last elements.
Iterate through the array and calculate the special sum for each index using the given operations.
Keep track of the minimum special sum encountered so far.
Return the minimum special sum found for all indices in the array.
I applied via Campus Placement
A stable partition ensures that equal elements retain their original order after sorting.
Stable partitioning maintains the relative order of equal elements.
Example: In sorting [3, 1, 2, 3], a stable sort keeps the first '3' before the second '3'.
Useful in applications where the order of similar items matters, like sorting records by name and then by age.
Algorithms like Merge Sort and Bubble Sort are stable, while Quick...
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
I appeared for an interview before May 2023.
ANY OF THE CODING PLATFORM
I appeared for an interview in Feb 2021.
Round duration - 30 Minutes
Round difficulty - Medium
First-round was the Coding round on Skype in the morning around 10 am.
We had to write programs on paper and share the photo personally on Skype with the Interviewer.
There were set including 2 questions.
We had the choice of writing the program in C,C++,Java,C# (Python was strictly Prohibited).
Time allotted for both programs- 40 minutes
We had to implement the given function only (it was mandatory) and had to write the complexity of the problem also.
We had to keep our Camera ON failing to which candidate could have face on-the-spot rejection.
You are provided with an array named BINARYNUMS
consisting of N
unique strings. Each string represents an integer in binary, covering every integer from 0 to N except for ...
Given an array of unique binary strings representing integers from 0 to N, find and return the missing integer's binary representation without leading zeros.
Iterate through the array of binary strings and convert each string to its decimal equivalent.
Calculate the sum of all integers from 0 to N using the formula (N * (N + 1)) / 2.
Subtract the sum of the converted integers from the total sum to find the missing integer...
You are given an array ARR
of length N
. There are two operations defined for each index i
in the array:
i
numbers.Find the minimum special sum for each index in an array by calculating the sum of first and last elements.
Iterate through the array and calculate the special sum for each index using the given operations.
Keep track of the minimum special sum encountered so far.
Return the minimum special sum found for all indices in the array.
Round duration - 60 Minutes
Round difficulty - Medium
Second round was the technical round which held after 4 hours of the coding round same day (at 2 pm). In my second round, Interviewer asked the questions from Data structures and algorithms, OOPS concepts, DBMS, one puzzle and one chess question (because in my introduction I said that I am a chess player)
Round duration - 60 Minutes
Round difficulty - Hard
The second round held same day after the first technical round. The second round was bit tough. He started asking some fundamentals questions from DS Algo, OOPs, DBMS, and other CS stuff and then he gradually increased the difficulty of the questions. At last, he asked me to write the code to print the pattern he gave, which I was able to do so he was impressed.
Given an integer 'N', print a specific pattern on 'N' lines where numbers are aligned in a particular format.
N = 4
1
232
34543
4567654
Print a specific number pattern on 'N' lines where numbers are aligned in a particular format.
Iterate through each row from 1 to N
Print spaces before the numbers based on the row number
Print numbers in increasing order up to the row number, then in decreasing order
Round duration - 60 Minutes
Round difficulty - Hard
The fourth and final technical round held the same day. He first asked me to send my resume to him through chat then he asked me questions related to my projects and skills. At last he gave me two coding problems and one riddle.
You are tasked with printing a specific pattern based on the given number of rows, 'N'. For any input value of 'N', generate and print a pattern as described in the example.
The task is to print a specific pattern based on the given number of rows, 'N'.
Iterate through each row and print the numbers in the specified pattern
Use loops to print the numbers in the required order
Ensure there is exactly one space between each value in a row
You are given a N x M
matrix of integers. Your task is to return the spiral path of the matrix elements.
The first line contains an integer 'T' which denotes the nu...
The task is to return the spiral path of elements in a given matrix.
Iterate through the matrix in a spiral path by adjusting the boundaries of rows and columns.
Keep track of the direction of traversal (right, down, left, up) to form the spiral path.
Handle edge cases such as when the matrix is a single row or column.
Implement a function to print the spiral path of the matrix elements.
Round duration - 60 Minutes
Round difficulty - Medium
He asked me some general Questions
Tip 1 : Search Top Interview question of your topic on google and read thoroughly.
Tip 2 : Be prepared for general Questions also. For e.g., Tell me something about yourself, why do you want to join, about the company etc.
Tip 3 : Practice as many questions as you can as it will help you to build logic in short time.
Tip 4 : Do atleast 2 projects
Tip 1 : Make short, up to the point things in your resume.
Tip 2 : Mention your projects, skills, and experiences in detail.
Top trending discussions
I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.
Aptitude test
Current affairs
I am a detail-oriented business analyst with experience in data analysis and process improvement.
I have a Bachelor's degree in Business Administration
I have worked with various stakeholders to identify business needs and requirements
I am proficient in SQL and Excel for data analysis
I have experience in process improvement and project management
I am a strong communicator and collaborator
I have completed a business analyst certification course and have interned at a software development company.
Completed a business analyst certification course from XYZ Institute
Interned at ABC Software Development Company for 6 months
Worked on requirement gathering, documentation and analysis for a project
Assisted senior business analysts in creating project plans and reports
The Instrumentation Department is responsible for designing, installing, and maintaining control systems and instruments used in industrial processes.
Designing and implementing control systems for industrial processes
Installing and maintaining instruments used in industrial processes
Ensuring accuracy and reliability of instruments and control systems
Collaborating with other departments to optimize processes and improve...
I am excited to join Affine Analytics because of their reputation for delivering innovative solutions and their focus on employee growth.
Affine Analytics has a strong track record of delivering cutting-edge solutions to clients across industries.
I am impressed by the company's commitment to employee growth and development, as evidenced by their training and mentorship programs.
I am excited about the opportunity to work...
Data analytics allows me to use my technical skills to solve business problems and make data-driven decisions.
Data analytics helps me to identify patterns and trends in data that can be used to improve business processes.
It allows me to work with large datasets and use statistical methods to extract insights.
I can use my technical skills to develop and implement data models and algorithms.
Data analytics is a growing fi...
No, two diodes in series cannot work as a transistor.
Transistors have three terminals while diodes have two.
Transistors can amplify signals while diodes cannot.
Transistors can be used as switches while diodes cannot.
Diodes in series will only increase the voltage drop.
Transistors have different modes of operation such as common emitter, common base, and common collector.
I developed a drone that can detect and monitor forest fires.
Designed and built a drone with thermal imaging camera
Integrated machine learning algorithm to detect fire
Tested and validated the drone in a controlled forest environment
Presented the project at a national engineering conference
I play badminton twice a week as a hobby.
I enjoy playing badminton as a way to stay active and relieve stress.
I usually play with friends or family members at a local community center.
I have been playing badminton for several years and have improved my skills over time.
No, I don't have any problem working in Bangalore.
I am familiar with the city and its culture
I have worked in Bangalore before and enjoyed my experience
I am open to new experiences and challenges
I am willing to adapt to the local environment and work culture
Real Madrid is my favorite because of their rich history, success, and style of play.
Real Madrid has won a record 13 Champions League titles, which is a testament to their success
Their style of play is attractive and entertaining to watch
The club has a rich history and has had some of the greatest players in football history, such as Cristiano Ronaldo and Zinedine Zidane
Factors to consider before going App only as CEO of Flipkart
Analyze the data from website and app to understand user behavior
Evaluate the impact on sales and revenue
Consider the potential loss of customers who prefer website over app
Assess the cost of developing and maintaining the app
Evaluate the competition and their strategies
Consider the impact on brand image and customer loyalty
Assess the feasibility of providing ...
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
based on 4 interview experiences
Difficulty level
Duration
based on 10 reviews
Rating in categories
Applications Engineer
83
salaries
| ₹3.1 L/yr - ₹10 L/yr |
Member Technical Staff
62
salaries
| ₹6 L/yr - ₹15 L/yr |
Senior Application Engineer
44
salaries
| ₹7.2 L/yr - ₹14 L/yr |
Software Quality Engineer
42
salaries
| ₹3 L/yr - ₹7 L/yr |
Senior Software Quality Engineer
17
salaries
| ₹4.4 L/yr - ₹11.3 L/yr |
Maxgen Technologies
JoulestoWatts Business Solutions
Value Point Systems
F1 Info Solutions and Services