Filter interviews by
I applied via Job Fair and was interviewed in Nov 2023. There were 3 interview rounds.
What is about profile
GDA stands for General Development Agreement. It is a legal document outlining the roles and responsibilities of parties involved in a development project.
GDA is a legal document that outlines the terms and conditions of a development project.
It specifies the roles and responsibilities of all parties involved in the project.
Examples of parties involved in a GDA include developers, contractors, and government agencies.
G...
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.
Find subarray with specified sum using only positive elements
Iterate through array and keep track of current sum and starting index
If current sum exceeds specified sum, remove elements from the start of subarray
Continue until end of array is reached or specified sum is found
I applied via Naukri.com and was interviewed in Feb 2023. There were 4 interview rounds.
I am an experienced HR professional with a strong background in employee relations and talent management.
Over 10 years of experience in HR roles
Expertise in employee relations, talent acquisition, and performance management
Implemented successful employee engagement initiatives resulting in increased productivity
Led recruitment efforts resulting in hiring top talent for the organization
Developed and implemented HR polic...
I come from a close-knit family with a diverse background.
My parents have always encouraged me to pursue my dreams and supported me in every step of my career.
I have two siblings, an older brother who is a doctor and a younger sister who is studying law.
Growing up, family gatherings were always filled with laughter, love, and delicious homemade meals.
My family's values of hard work, integrity, and compassion have shape...
My future plan is to continue growing in my HR career, gaining more experience and expertise.
Continue learning and staying updated with HR trends and best practices
Take on more leadership roles and responsibilities
Expand my network and build strong relationships with professionals in the HR field
Pursue relevant certifications and professional development opportunities
Contribute to the success and growth of the organiza...
My next step in my career is to become a HR Manager in a multinational company.
Obtain a Master's degree in Human Resources
Gain experience in managing a team
Develop strong leadership and communication skills
Network with professionals in the HR field
Stay updated with industry trends and best practices
I am an experienced HR professional with a strong background in talent acquisition and employee relations.
Over 10 years of experience in HR roles
Expertise in recruitment and onboarding processes
Proven track record in developing and implementing HR policies
Skilled in employee engagement and performance management
Strong interpersonal and communication skills
Ability to handle confidential information with discretion
I have 5 years of experience in HR, working in various industries such as technology and healthcare.
Worked as an HR Manager at XYZ Tech for 3 years, handling recruitment, employee relations, and performance management.
Managed HR operations for a healthcare organization, overseeing employee onboarding, benefits administration, and compliance.
Implemented HR policies and procedures to ensure legal compliance and promote a...
I come from a close-knit family with diverse backgrounds and strong values.
My parents have been happily married for over 30 years.
I have two siblings, an older brother and a younger sister.
We often gather for family dinners and celebrate special occasions together.
My father is a doctor and my mother is a teacher.
We enjoy traveling as a family and have explored various countries together.
I want to work as an HR because I am passionate about helping people and creating a positive work environment.
I have always been interested in human behavior and psychology, and I believe that HR allows me to apply this knowledge in a practical way.
I enjoy building relationships and connecting with people, and HR provides ample opportunities for networking and collaboration.
I find satisfaction in resolving conflicts an...
I was interviewed in Aug 2023.
Shine interview questions for popular designations
I applied via LinkedIn and was interviewed in May 2023. There was 1 interview round.
I applied via Company Website and was interviewed in Dec 2022. There were 3 interview rounds.
Arithmetic, reasoning, English
Making presentation, typing skills, program python
I applied via Walk-in and was interviewed before Mar 2021. There were 4 interview rounds.
It's very experience for attending great interview and also waitage questions are given in this test. All the questions are attending because of all questions should be raised related finance.
My strengths include strong communication skills, attention to detail, and ability to work under pressure. My weaknesses include being overly critical of my own work and sometimes struggling with time management.
Strength: Strong communication skills - I am able to effectively communicate with clients and colleagues, ensuring clear understanding and successful collaboration.
Strength: Attention to detail - I have a keen ...
I am open to discussing salary based on the responsibilities and expectations of the role.
I am flexible and open to negotiation.
I am more interested in the overall compensation package rather than just the salary.
I would like to know more about the responsibilities and growth opportunities before discussing specific numbers.
My family background is diverse and has shaped my values and work ethic.
My parents come from different cultural backgrounds, which has exposed me to different perspectives and traditions.
My father is a successful entrepreneur, and his hard work and determination have inspired me to pursue a career in sales.
My mother is a teacher, and her passion for education has instilled in me a love for learning and personal growth.
...
I worked as an Account Executive at XYZ Company.
Managed a portfolio of 50+ clients, ensuring their satisfaction and retention.
Developed and implemented strategic account plans to drive revenue growth.
Collaborated with cross-functional teams to deliver solutions tailored to client needs.
Generated new business opportunities through prospecting and networking.
Provided regular reports and updates to senior management on ke
In 5 years, I see myself as a successful Account Executive, leading a team and driving revenue growth for the company.
Leading a team of Account Executives
Achieving and exceeding sales targets
Building strong relationships with clients
Implementing innovative strategies to drive revenue growth
Continuously learning and adapting to industry changes
I am an experienced Account Executive with a strong track record in sales and client management.
I have over 5 years of experience in sales, specifically in the software industry.
I have consistently exceeded sales targets and achieved high customer satisfaction ratings.
I am skilled in building and maintaining strong relationships with clients, understanding their needs, and providing effective solutions.
I have a proven ...
I have technical skills in various areas including data analysis, software applications, and project management.
Proficient in Microsoft Excel for data analysis and reporting
Familiar with CRM software such as Salesforce for managing customer relationships
Knowledge of project management tools like Trello for organizing and tracking tasks
Experience with financial software like QuickBooks for managing accounts
Basic underst
T Codes are transaction codes used in SAP to access specific functions or programs.
T Codes are shortcuts to access various transactions in SAP.
Each T Code represents a specific function or program in SAP.
T Codes are used to perform tasks such as creating, modifying, or viewing data in SAP.
Examples of T Codes include SE16 (Data Browser), FB01 (Enter Incoming Invoices), and ME21N (Create Purchase Order).
Top trending discussions
Solution to performing operations on a large array of bits.
Use bitwise operators to perform operations on individual bits
Use a loop to iterate through the array and perform the operations
Ensure that the array is large enough to accommodate all the bits
Consider using a data structure like a bitset for efficient bit manipulation
I was interviewed before Mar 2021.
Round duration - 60 minutes
Round difficulty - Easy
In first round they asked me 2 coding questions where he asked me to code as close as possible to the actual one.
Ninja is tasked with merging two given sorted integer arrays ARR1
and ARR2
of sizes 'M' and 'N', respectively, such that the merged result is a single sorted array w...
Merge two sorted arrays into one sorted array in place.
Use two pointers to compare elements from both arrays and place them in the correct position in ARR1.
Start from the end of ARR1 and compare elements from both arrays, placing the larger element at the end of ARR1.
Continue this process until all elements from ARR2 are merged into ARR1.
Given a document represented as an array/list ARR
of words with length N
, find the smallest distance between two given words for multiple queries. The distance is defined as the ...
Find the smallest distance between two words in a document for multiple queries.
Iterate through the document array to find the indices of the two words in each query.
Calculate the absolute difference between the indices to get the distance.
If a word from the query is not present in the document, return the length of the document array.
Repeat the process for each query and output the smallest distance for each.
Round duration - 60 minutes
Round difficulty - Easy
Then in the second round they asked a little about tree and told me to code 2 codes.
Given a binary tree of integers, return the level order traversal of the binary tree.
The first line contains an integer 'T', representing the number of te...
The problem requires implementing a function to return the level order traversal of a binary tree.
Implement a function that takes the root of the binary tree as input and returns the level order traversal of the tree.
Use a queue data structure to perform level order traversal.
Process each level of the tree one by one, starting from the root node.
Print the node values at each level in the order they appear from left to ...
Given an array of distinct positive integers ARR
and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be c...
Find all unique combinations in an array where the sum is equal to a given target sum, with elements in non-decreasing order.
Use backtracking to generate all possible combinations.
Sort the array to ensure elements are in non-decreasing order.
Track the current combination and sum while backtracking.
Terminate recursion when the sum equals the target sum.
Avoid duplicates by skipping elements that have been used in previou
Round duration - 30 minutes
Round difficulty - Easy
HR round with typical behavioral problems.
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.
I was interviewed before Mar 2021.
Round duration - 60 minutes
Round difficulty - Medium
This was a online test round where I was given 3 DSA questions to be solved in 60 minutes.
You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or tw...
The problem involves finding the number of distinct ways to climb to the Nth stair by taking one or two steps at a time.
Use dynamic programming to solve the problem efficiently.
The number of ways to reach the Nth stair is the sum of the number of ways to reach the (N-1)th stair and the (N-2)th stair.
Handle base cases for N=0 and N=1 separately.
Consider using modulo 10^9+7 to avoid overflow in calculations.
You are playing a coin game with your friend Ninjax. There are N
coins placed in a straight line.
Here are the rules of the game:
1. Each coin has a value associated wit...
The problem involves finding the optimal strategy to accumulate the maximum amount in a coin game with specific rules.
Start by understanding the rules of the game and how players take turns to choose coins.
Consider the scenario where both players play optimally to maximize winnings.
Iterate through different strategies to determine the best approach for selecting coins.
Keep track of the total winnings accumulated by eac...
Given an integer N
, your task is to create all possible valid parentheses configurations that are well-formed using N
pairs. A sequence of parentheses is considered w...
Generate all possible valid parentheses configurations using N pairs.
Use backtracking to generate all possible combinations of parentheses.
Keep track of the number of open and close parentheses used.
Add '(' if there are remaining open parentheses, and add ')' if there are remaining close parentheses.
Base case: when the length of the generated string is 2*N, add it to the result array.
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.
The duration of Shine interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 5 interviews
Interview experience
Sales Executive
38
salaries
| ₹0 L/yr - ₹0 L/yr |
Accounts Manager
22
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Manager
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Executive
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Naukri
Info Edge
Quikr
Times Business Solutions