Filter interviews by
I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.
Top trending discussions
I applied via Company Website and was interviewed before Oct 2019. There were 3 interview rounds.
To replace male with female in Oracle, use the UPDATE statement with the SET clause.
Use the UPDATE statement with the SET clause to replace male with female in Oracle
Example: UPDATE employees SET gender='female' WHERE gender='male'
Make sure to specify the table name and column name correctly
Use WHERE clause to specify the condition for replacement
Query to display 3rd highest salary
Use the ORDER BY clause to sort the salaries in descending order
Use the LIMIT clause to limit the result to the third row
Use a subquery to exclude the top two salaries
Delete removes specific rows while truncate removes all rows from a table.
Delete is a DML command while truncate is a DDL command.
Delete is slower than truncate as it logs each row deletion while truncate does not.
Delete can be rolled back while truncate cannot be rolled back.
Delete can have a WHERE clause to specify which rows to delete while truncate removes all rows.
Delete does not reset the identity of the table wh
A cursor is a database object used to manipulate data in a result set.
A cursor is used to traverse through a result set one row at a time.
There are two types of cursors: static and dynamic.
Static cursors are read-only and scroll forward only.
Dynamic cursors are updatable and can scroll in any direction.
Cursors can be used in stored procedures, triggers, and functions.
Procedure is a set of instructions that performs a specific task, while function returns a value after performing a task.
Procedure does not return a value, while function does.
Functions can be called from within expressions, while procedures cannot.
Functions can have parameters passed to them, while procedures can have both parameters and arguments.
Examples of procedures include printing to the console, while examples ...
Display second last line of a file using command line.
Use the tail command with -n option to display last two lines of the file.
Then use head command with -n option to display the second last line.
Example: tail -n 2 file.txt | head -n 1
Command to replace Sam with vam on 5th line
sed '5s/Sam/vam/' filename.txt
awk 'NR==5 {sub(/Sam/, "vam")} 1' filename.txt
Command to display blank line in file
Use echo command with empty quotes to create a blank line in a file
Syntax: echo '' >> filename
Alternatively, use printf command with newline character
Syntax: printf ' ' >> filename
Soft links are pointers to the original file while hard links are additional names for the same file.
Soft links are created using the 'ln -s' command while hard links are created using the 'ln' command.
Soft links can point to files on different file systems while hard links cannot.
Deleting the original file will render a soft link useless while a hard link will still work.
Soft links have different inode numbers while h...
Use the 'du' command to display biggest file on server.
Open terminal or SSH into server
Navigate to directory to search from
Run 'du -a . | sort -n -r | head -n 1' command
The output will display the biggest file on the server
I applied via Recruitment Consultant and was interviewed in May 2020. There were 4 interview rounds.
I am a dedicated and experienced professional with a strong background in leadership and team management.
Over 5 years of experience in retail management
Proven track record of increasing sales and improving customer satisfaction
Skilled in team building and staff development
Strong communication and problem-solving skills
Passionate about delivering exceptional service and driving results
Currency depreciation can have various effects on the economy and businesses.
Currency depreciation can make exports cheaper and imports more expensive, leading to an increase in exports and a decrease in imports.
It can boost tourism as foreign visitors find the destination more affordable.
Currency depreciation can also increase the cost of imported goods and raw materials, potentially leading to inflation.
It can make f...
Balance of payment is important for assessing a country's economic health and its international transactions.
Balance of payment helps in understanding a country's trade position with the rest of the world.
It provides insights into the inflow and outflow of foreign currency, which impacts exchange rates.
A positive balance of payment indicates that a country is earning more from exports than spending on imports.
A negativ...
My best quality is my ability to effectively communicate and collaborate with others.
Strong communication skills
Excellent interpersonal skills
Ability to work well in a team
Active listening
Conflict resolution
Empathy and understanding
Clear and concise verbal and written communication
Building positive relationships
Providing constructive feedback
Facilitating effective meetings
I handle stress by prioritizing tasks, taking breaks, and practicing mindfulness.
I prioritize tasks based on deadlines and importance
I take short breaks to clear my mind and recharge
I practice mindfulness techniques such as deep breathing or meditation
I seek support from colleagues or supervisors when needed
The total number of accounts a new bank card can get depends on various factors such as customer demand, marketing efforts, and eligibility criteria.
The number of accounts can vary based on the type of bank card (e.g., credit card, debit card)
Customer demand and marketing efforts play a significant role in acquiring new accounts
Eligibility criteria, such as credit score and income, may determine the number of accounts ...
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
In two years, I see myself excelling in my role as Assistant Manager, leading a team to success and contributing to the growth of the company.
Continuing to develop my leadership skills through training and hands-on experience
Taking on more responsibilities and projects to showcase my abilities
Building strong relationships with my team members and other departments to foster collaboration
Contributing innovative ideas to...
I believe I am well-equipped with the necessary skills and experience to excel in this role compared to the other candidates.
I have X years of experience in a similar role, giving me a strong understanding of the responsibilities and challenges involved.
I have a proven track record of successfully leading teams and achieving targets, showcasing my ability to drive results.
I possess excellent communication and problem-s...
I am passionate about gaining practical experience and contributing to a team's success. I believe this job will provide me with valuable skills and opportunities for growth.
I believe gaining practical experience in a professional setting will benefit me more than pursuing higher studies at this time
I am excited about the opportunity to work with a team and contribute to the success of the company
I see this job as a ch...
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
Linked lists, classes, and structures are used to organize and manage data in a flexible and efficient manner.
Linked lists are used to store and manipulate collections of data where the order is important.
Classes and structures are used to define custom data types with their own properties and methods.
Linked lists can be implemented using classes or structures to create nodes that hold data and references to other node...
To reverse the digits of an integer, convert it to a string, reverse the string, and convert it back to an integer.
Convert the integer to a string
Reverse the string
Convert the reversed string back to an integer
Experienced professional with a background in retail management and a passion for team leadership and customer service.
Over 5 years of experience in retail management
Strong leadership skills with a focus on team development
Customer service oriented with a track record of exceeding sales targets
Excellent communication and problem-solving abilities
My strengths include strong leadership skills and attention to detail. My weaknesses include a tendency to take on too much at once.
Strengths: strong leadership skills
Strengths: attention to detail
Weaknesses: tendency to take on too much at once
My friends would describe me as approachable, reliable, and always willing to help.
Approachable - I am always there to listen and offer support to my friends.
Reliable - My friends know they can count on me to follow through on my commitments.
Willing to help - I am always ready to lend a hand or offer advice whenever my friends need it.
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
In two years, I see myself excelling in my role as Assistant Manager, leading a team to success and contributing to the growth of the company.
Continuing to develop my leadership skills through training and mentorship programs
Taking on more responsibilities and projects to showcase my capabilities
Building strong relationships with my team members and colleagues to foster a positive work environment
Contributing innovativ...
I believe I am highly qualified for the position based on my experience, skills, and dedication to the role.
I have X years of experience in a similar role, which has equipped me with the necessary skills and knowledge to excel as an Assistant Manager.
I have a proven track record of successfully leading teams, implementing strategies, and achieving targets.
I am dedicated, hardworking, and always strive for excellence in...
I am passionate about gaining practical experience and contributing to a team, rather than pursuing further academic studies.
I believe that hands-on experience in a professional setting will provide me with valuable skills and knowledge.
I am eager to apply my academic learning in a real-world environment and make a tangible impact.
I see this job as an opportunity to grow professionally and develop leadership skills.
I a...
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
In two years, I see myself excelling in my role as Assistant Manager, leading a team to success and contributing to the growth of the company.
Continuing to develop my leadership skills through training and hands-on experience
Taking on more responsibilities and projects to showcase my capabilities
Building strong relationships with colleagues and higher management for career advancement opportunities
I believe I am well-equipped with the necessary skills and experience to excel in this role compared to the other candidates.
I have X years of experience in a similar role, giving me a strong foundation in management practices.
I have a proven track record of successfully leading teams and achieving targets.
I possess excellent communication and problem-solving skills, which are essential for this position.
I am constantl...
I chose this job because it aligns with my skills, interests, and career goals.
I have always been passionate about leadership and managing teams.
I enjoy the challenges and responsibilities that come with being an assistant manager.
This job offers opportunities for growth and advancement within the company.
I believe my skills and experience make me a strong fit for this role.
Higher studies can be pursued later while gai...
posted on 14 Apr 2020
I applied via Company Website and was interviewed in Oct 2019. There was 1 interview round.
based on 2 interviews
Interview experience
based on 11 reviews
Rating in categories
Branch Manager
137
salaries
| ₹2.6 L/yr - ₹9 L/yr |
Relationship Manager
83
salaries
| ₹1.8 L/yr - ₹3.7 L/yr |
Assistant Branch Manager
72
salaries
| ₹2.5 L/yr - ₹5.6 L/yr |
Branch Credit Manager
48
salaries
| ₹3.8 L/yr - ₹10.8 L/yr |
Area Credit Manager
47
salaries
| ₹6 L/yr - ₹13.6 L/yr |
Wells Fargo
HSBC Group
Cholamandalam Investment & Finance
Citicorp