Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
3-tier architecture is a client-server architecture with three separate logical layers: presentation, application, and data.
Three separate layers: presentation, application, and data
Presentation layer: user interface for interaction
Application layer: business logic and processing
Data layer: storage and retrieval of data
Each layer communicates with the layer above and below it
Encryption in S3 using SSL/TLS ensures data security during transit.
SSL/TLS encryption can be enabled for data in transit to and from Amazon S3
This encryption helps protect data from unauthorized access during transmission
SSL/TLS encryption can be enforced by configuring S3 bucket policies or using AWS Key Management Service (KMS)
Example: Enabling SSL/TLS encryption for S3 buckets using AWS KMS
Example: Configuring buck
Top trending discussions
I appeared for an interview before Dec 2020.
Round duration - 90 Minutes
Round difficulty - Medium
Coding round was conducted in the morning for 1.5 hours from 10:00 am to 11:30 am. Exam was conducted on HACKEREARTH which is a user-friendly platform with various edge test-cases. Since exam was done through online mode due to COVID-19, therefore camera was on for invigilation. A well working camera and microphone were needed for successful completion of exam.
Ninja is provided with a dictionary of words, WORDS
, and a sentence, SENTENCE
, which consists of words separated by spaces. The goal is to minimize the size of ...
The goal is to minimize the size of a sentence by replacing words with prefixes from a given dictionary.
Iterate through each word in the sentence and check if a prefix exists in the dictionary
Replace the word with the smallest prefix found in the dictionary
Repeat the process for all words in the sentence
Tip 1 : Do not totally depend on past interview questions or as such unless and until you have a strong foundation. Just build the foundation first in starting months.
Tip 2 : More focus should be on problem-solving skills. Develop the skills of using applications.(Eg.: Where one should use Hashmap, Arraylist, etc.)
Tip 3 : Try to solve the problem on your own. Just sink yourself into the question so much that you don't need to look for the solution.(Figure out solution in your own way).
Tip 4 : Regarding project, quantity doesn't matter but what matters the most is you should know about the project from start to end. Able to explain the project clearly. Be ready with technical as well as Behavioral questions.
Tip 1 : Get rid of irrelevant topics or headings.(Eg. Stood 1st in Annual Sack Race Competition.)
Tip 3 : Make sure you don't keep anything which create problem at time of Interview.
Tip 4 : Short and crisp Resume with each spelling checked twice.
Tip 5 : Keep updating your resume based on addition of Internship/Projects, etc.
Tip 6 : Keep the file name(Resume saved as pdf or any format) decent too.
I applied via WorkIndia and was interviewed before Jul 2020. There were 4 interview rounds.
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
The coding round consisted of 3 coding questions. 1st question was of 20 marks, 2nd and 3rd of 50 marks.
Given an array 'ARR' consisting of 'N' positive integers, determine the minimum number of operations needed to make all elements of the array equal. You may ...
Determine minimum operations to make all array elements equal using addition, subtraction, multiplication, or division.
Iterate through array to find the minimum and maximum values
Calculate the difference between the maximum and minimum values
Return the difference as the minimum number of operations needed
Given an array of obstacles' coordinates, determine the minimal jump length to reach beyond all obstacles starting from coordinate 0 while avoiding landing on any obstacle...
Find the minimal jump length to bypass all obstacles while avoiding landing on any obstacle.
Iterate through the obstacle coordinates to find the maximum coordinate.
Calculate the minimum jump length needed to bypass all obstacles.
Ensure the jump length consistently avoids all obstacle points.
The final jump can overshoot the line's end point.
You are given an unsorted array/list ‘ARR’ of ‘N’ integers. Your task is to return the length of the longest consecutive sequence.
The consecutive sequence ...
Find the length of the longest consecutive sequence in an unsorted array of integers.
Sort the array to make it easier to identify consecutive sequences.
Use a set to store unique elements and check for consecutive numbers.
Track the length of consecutive sequences and update the maximum length found.
Handle duplicates by counting only one occurrence in the consecutive sequence.
Round duration - 45 minutes
Round difficulty - Easy
Timing: 10:15 - 11:00 am.
The interview was online from home.
Round duration - 45 minutes
Round difficulty - Medium
Timing: 2:15 - 3:00 PM
The interview was online from home.
There were a few audio cuts in the video call but we were able to manage regardless.
Given a string STR
containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.
The input starts with a single i...
Reverse a given string containing characters from [a-z], [A-Z], [0-9], and special characters.
Iterate through the characters of the string in reverse order and append them to a new string.
Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.
Handle special characters and numbers along with alphabets while reversing the string.
Ensure to print each reversed string
Tip 1 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 2 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.
Tip 3 : For SQL, I recommend W3Schools and GeeksforGeeks.
Tip 4 : Always maintain your cool during Interviews, and answer the questions calmly. If you get stuck in a problem, do not hesitate to ask for hints.
Tip 1: Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 2: Mention only those skills/programming languages in your resume that you are comfortable with, that is, you have proper knowledge of as the interviewee can ask questions from those languages specifically.
Tip 3: Keep your data in your resume honest and accurate.
I applied via Referral and was interviewed in Feb 2021. There were 5 interview rounds.
I applied via Referral and was interviewed before Jun 2021. There were 3 interview rounds.
SQL server
SQL DBA
DB is a crucial component for storing and managing data in various applications.
DB stands for Database and is used to store and manage data in various applications.
It allows for efficient data retrieval and manipulation.
There are various types of databases such as relational, NoSQL, and graph databases.
Examples of popular DBMS include MySQL, Oracle, MongoDB, and Neo4j.
Yes, an algorithm I designed at Microsoft can be applied to a problem in the stock market domain.
I designed an algorithm at Microsoft that can be used in the stock market domain
The algorithm can be applied to solve a specific problem in the stock market
The work I did at Microsoft has potential applications in the financial industry
Answering a question about estimating quant score and overall score in finance.
I estimate my quant score to be X based on my preparation and practice.
Adding my quant score to the avg finance score may or may not result in the highest overall score, as it depends on the scores of other candidates.
However, I am confident in my abilities and believe that I can perform well in both areas.
I am open to discussing my preparat...
Tower Research does not align with my career goals and interests.
I am looking for a company that aligns with my values and interests
I have researched Tower Research and do not feel it is the right fit for me
I am seeking a company with a strong focus on innovation and collaboration
Tower Research may be a great fit for others, but it is not the right fit for me
I applied via Campus Placement
ATM transaction involves multiple background processes including authentication, authorization, and communication with bank servers.
Customer inserts card and enters PIN
ATM authenticates the card and PIN
ATM requests authorization from bank server
Bank server verifies account balance and approves or denies transaction
ATM dispenses cash or completes other requested transaction
ATM updates account balance and sends transacti
Cut cake into 8 pieces using knife 3 times only.
First, cut the cake horizontally into two equal halves.
Then, cut the cake vertically into four equal pieces.
Finally, cut the cake horizontally again into eight equal pieces.
Make sure to use the knife efficiently to minimize the number of cuts.
Practice visualization before making the cuts to avoid mistakes.
The one bird was already dead.
The bird was already dead before the shot was fired.
The bird was injured and unable to fly away with the rest of the birds.
The bird was a decoy bird used for hunting purposes.
The bird was a trained bird used for falconry.
Developed a web-based attendance management system and a mobile app for event management.
Created a database schema and implemented CRUD operations using PHP and MySQL.
Designed the user interface using HTML, CSS, and JavaScript.
Integrated Google Maps API for location tracking in the mobile app.
Implemented push notifications using Firebase Cloud Messaging.
Collaborated with a team of four to complete the projects within t
I appeared for an interview in Apr 2017.
I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.
I have a Bachelor's degree in Statistics from XYZ University.
I have 3 years of experience working as a data analyst at ABC Company.
I am proficient in using statistical software such as R and Python for data analysis.
I have a proven track record of delivering actionable insights to drive business decisions.
I am a t...
The end purpose of my life is to make a positive impact on others and leave a lasting legacy.
To contribute to the betterment of society
To leave a positive impact on the people around me
To achieve personal fulfillment and happiness
To leave a lasting legacy for future generations
I can help RBS grow by leveraging my analytical skills and expertise to identify opportunities for improvement and develop strategies for expansion.
Conducting thorough market research to identify potential growth areas
Analyzing financial data to identify cost-saving opportunities
Developing and implementing strategies to attract new customers and retain existing ones
Identifying and mitigating risks that may hinder growt...
I have the skills, experience, and passion to excel in this role.
I have a strong background in data analysis and have successfully completed numerous projects in the past.
I am proficient in various analytical tools and techniques, allowing me to provide valuable insights and recommendations.
I am a quick learner and adaptable, able to quickly grasp new concepts and technologies.
I am highly motivated and dedicated to del...
I appeared for an interview before Jan 2016.
I am comfortable with rotational shifts and have no problem adjusting my schedule accordingly.
I am flexible with my working hours and can easily adapt to different shifts.
I understand the importance of teamwork and am willing to work whenever needed.
I have previous experience working in rotational shifts and have successfully managed my time and workload.
I prioritize my work-life balance and am committed to fulfilling ...
based on 1 interview
Interview experience
Senior Analyst
620
salaries
| ₹3 L/yr - ₹10.5 L/yr |
Credit Assessment Officer
433
salaries
| ₹4 L/yr - ₹14 L/yr |
Analyst
418
salaries
| ₹2 L/yr - ₹8.5 L/yr |
Senior Credit Assessment Officer
272
salaries
| ₹5.6 L/yr - ₹21 L/yr |
Engineer
170
salaries
| ₹9.3 L/yr - ₹38.1 L/yr |
AU Small Finance Bank
IndusInd Bank
IDFC FIRST Bank
Yes Bank