Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
I am a recent graduate with a degree in Business Administration and a passion for leadership and problem-solving.
Graduated with a degree in Business Administration
Passionate about leadership and problem-solving
Completed internships in marketing and finance
Strong communication and organizational skills
Purchase involves acquiring goods or services in exchange for money or other forms of payment.
Purchase is the act of buying goods or services.
It involves exchanging money or other forms of payment for the desired items.
Purchase can be made in person at a store, online through a website, or through other means such as phone orders.
Organizations often have dedicated purchasing departments or professionals to handle procu...
I am from a small town in the Midwest called Springfield.
Grew up in a close-knit community
Fond memories of playing in the local park
Attended Springfield High School
Close to nature with hiking trails nearby
I want to work in a private job for career growth, better opportunities, and a challenging work environment.
Private jobs offer better career growth opportunities compared to government jobs
Private sector provides a more challenging work environment
Private companies often offer competitive salaries and benefits
Private sector allows for more innovation and creativity in work
CIF is an Incoterm that stands for Cost, Insurance, and Freight, where the seller is responsible for all costs and risks up to the destination port.
CIF is one of the 11 Incoterms used in international trade to define the responsibilities of buyers and sellers.
Under CIF, the seller is responsible for arranging and paying for transportation, insurance, and any necessary documentation up to the destination port.
Once the g...
I am excited about the opportunity to experience a new culture and environment in Gujarat. I will adapt by learning about the local customs, language, and building relationships with colleagues.
Researching about the culture, language, and customs of Gujarat to better understand the new environment
Networking with colleagues and locals to build relationships and seek guidance on adjusting to the new location
Being open-mi...
Visakha Group is a diversified conglomerate with interests in various sectors including construction, hospitality, and education.
Visakha Group has a strong presence in the construction industry, with projects ranging from residential buildings to commercial complexes.
The group also has investments in the hospitality sector, owning and operating hotels and resorts.
In addition, Visakha Group has a presence in the educati...
I am highly proficient in Excel and have experience in creating complex spreadsheets and performing data analysis.
Proficient in using formulas, functions, and pivot tables
Experience in creating macros to automate tasks
Skilled in data visualization and analysis using charts and graphs
I will handle tough boss situations by remaining calm, communicating effectively, and finding solutions collaboratively.
Remain calm and composed when faced with a tough boss
Listen actively to understand their perspective
Communicate openly and honestly about any concerns or issues
Seek feedback on how to improve and address any shortcomings
Collaborate on finding solutions that work for both parties
Maintain professionalis
Yes, I am confident in my ability to analyze and discuss 8 different sets of data.
I have experience in analyzing and presenting data from various sources.
I am skilled in interpreting complex data and drawing meaningful insights.
I can effectively communicate my findings to different stakeholders.
Examples: sales data, customer feedback, market trends, financial reports, etc.
Yes, I am proficient in making slider, pivot, and regression analysis.
I have experience in creating sliders for interactive data visualization.
I am skilled in using pivot tables to analyze and summarize data.
I have conducted regression analysis to identify relationships between variables.
For example, I have used Excel to create pivot tables and perform regression analysis on sales data.
I excel in high pressure environments, thriving on challenges and deadlines.
I have experience working in fast-paced industries such as hospitality and retail
I am able to prioritize tasks effectively and remain calm under pressure
I have successfully managed multiple projects with tight deadlines
I am adaptable and can think quickly on my feet to solve problems
The logo of Visakha Group features a stylized letter 'V' with a globe incorporated into the design.
The logo is predominantly blue in color
The letter 'V' is stylized and modern
The globe symbolizes global presence or reach
Proficient in Power Point with experience creating professional presentations.
Experienced in creating visually appealing slides with relevant content
Skilled in using various features like animations, transitions, and charts
Familiar with designing templates and layouts for consistency
Ability to effectively communicate complex information through slides
Have created presentations for team meetings, client pitches, and tra
P-value is a statistical measure that helps determine the significance of results. P > 0.25 indicates weak evidence against the null hypothesis.
P-value is the probability of obtaining results at least as extreme as the observed results, assuming the null hypothesis is true.
P-value is used in hypothesis testing to determine if there is enough evidence to reject the null hypothesis.
P > 0.25 indicates weak evidence ...
Slope indicates the steepness or incline of a line on a graph.
Slope is calculated as the change in y-values divided by the change in x-values.
A positive slope indicates an upward trend, while a negative slope indicates a downward trend.
A slope of zero indicates a horizontal line.
The steeper the slope, the greater the rate of change.
Slope is used in various fields such as physics, engineering, and economics to analyze t
Logistic regression gives the probability of a binary outcome based on one or more predictor variables.
Logistic regression is a statistical method used to model the relationship between a binary outcome and one or more predictor variables.
It estimates the probability that a given observation belongs to a particular category.
The output of logistic regression is a probability score between 0 and 1.
It is commonly used in ...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Yes, I have permit issue authority as a Senior Civil Engineer.
Yes, I have the authority to issue permits for construction projects.
I am responsible for ensuring that all necessary permits are obtained before work begins.
I have experience working with local government agencies to secure permits for various projects.
Top trending discussions
I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.
I applied via Recruitment Consultant and was interviewed before Oct 2019. There were 3 interview rounds.
I am always eager to take up new responsibilities, tasks, and technologies.
I am a quick learner and enjoy challenging myself with new tasks and technologies.
I regularly attend workshops and training sessions to keep myself updated with the latest technologies.
I have taken up new responsibilities in my previous roles, such as leading a team or taking ownership of a project.
I am open to feedback and constructive criticis
I applied via AmbitionBox and was interviewed before Jul 2021. There were 3 interview rounds.
Generally the aptitude maintain quick calculations and time reduce.
Coding built over technical skills
I applied via Referral and was interviewed before Sep 2021. There was 1 interview round.
I appeared for an interview before Jan 2021.
Round duration - 60 Minutes
Round difficulty - Medium
The round was held on Google Meet and I was given 2 coding problems for which first I had to explain my approach and then I had to write code in Shared Google Docs and dry run on sample test cases and discuss Time and Space Complexity.
Given a binary tree with N
nodes, determine whether the tree is a Binary Search Tree (BST). If it is a BST, return true
; otherwise, return false
.
A binary search tree (BST)...
Validate if a given binary tree is a Binary Search Tree (BST) or not.
Check if the left subtree of a node contains only nodes with data less than the node's data.
Check if the right subtree of a node contains only nodes with data greater than the node's data.
Recursively check if both left and right subtrees are also binary search trees.
Given a binary tree with 'N' nodes, identify the path from a leaf node to the root node that has the maximum sum among all root-to-leaf paths.
All the possibl...
Find the path from a leaf node to the root node with the maximum sum in a binary tree.
Traverse the binary tree from leaf to root while keeping track of the sum of each path.
Compare the sums of all paths and return the path with the maximum sum.
Use recursion to traverse the tree efficiently and keep updating the maximum sum path.
Round duration - 60 Minutes
Round difficulty - Medium
This was also a Data Structures and Algorithms round where I was asked to solve 2 coding problems explaining my approach with proper Complexity Analysis . After the coding questions were over there was some time left so the interviewer asked me some concepts related to DBMS.
You are given a permutation of 'N' integers. A sequence of 'N' integers is considered a permutation if it includes all integers from 1 to 'N' exactly once. Your task is ...
The task is to rearrange a given permutation of 'N' integers to form the lexicographically next greater permutation.
Iterate from right to left to find the first element that is smaller than the element to its right.
Swap this element with the smallest element to its right that is greater than it.
Reverse the elements to the right of the swapped element to get the lexicographically next greater permutation.
You are given a binary tree with 'N' nodes. Your task is to determine the size of the largest subtree within the binary tree which is also a Binary Search Tree (BST).
...Find the size of the largest subtree in a binary tree that is also a Binary Search Tree.
Traverse the tree in a bottom-up manner to check if each subtree is a BST.
Keep track of the size of the largest BST subtree encountered so far.
Use recursion to solve this problem efficiently.
Example: For the input 1 2 3 4 -1 5 6 -1 7 -1 -1 -1 -1 -1 -1, the largest BST subtree has a size of 3.
Indexing in databases is a technique used to improve the speed of data retrieval by creating a data structure that allows for quick lookups.
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 B-tree, hash, and bitmap indexes.
Indexes can improve the performance of SELECT queries but may slow down INSERT, UPDATE, and DELETE operation...
Round duration - 50 Minutes
Round difficulty - Medium
This round also had 2 questions related to DS and Algo . One was from graphs and the other was an implementation of a LRU Cache . There were 2 interviewers and both of them were quite friendly and helpful. Overall, this round went well.
You are provided with a directed graph composed of 'N' nodes. You have a matrix called 'EDGES' with dimensions M x 2, which specifies the 'M' edges in the graph. Each edge...
Detect cycle in a directed graph using depth-first search (DFS) algorithm.
Use DFS to traverse the graph and detect back edges (edges that point to an ancestor node).
Maintain a visited array to keep track of visited nodes and a recursion stack to keep track of nodes in the current path.
If a back edge is found during traversal, a cycle exists in the graph.
Return true if a cycle is detected, false otherwise.
Design a data structure for a Least Recently Used (LRU) cache that supports the following operations:
1. get(key)
- Return the value of the key if it exists in the cache; otherw...
Design a Least Recently Used (LRU) cache data structure that supports get and put operations with capacity constraint.
Use a combination of hashmap and doubly linked list to efficiently implement the LRU cache.
Keep track of the least recently used item and update it accordingly when inserting new items.
Ensure to handle the capacity constraint by evicting the least recently used item when the cache is full.
Implement get(...
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
based on 4 interviews
Interview experience
based on 16 reviews
Rating in categories
Executive Accountant
5
salaries
| ₹2.4 L/yr - ₹5.4 L/yr |
Assistant Manager
4
salaries
| ₹5 L/yr - ₹8.5 L/yr |
Junior Engineer
4
salaries
| ₹2.4 L/yr - ₹4 L/yr |
Quality Engineer
4
salaries
| ₹3.6 L/yr - ₹3.6 L/yr |
Senior Executive
4
salaries
| ₹4 L/yr - ₹7 L/yr |
iEnergizer
Bharti Airtel
WNS
Tata Motors