Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by HashedIn by Deloitte Team. If you also belong to the team, you can get access from here

HashedIn by Deloitte Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

HashedIn by Deloitte Technical Analyst Interview Questions and Answers

Updated 4 Nov 2015

8 Interview questions

A Technical Analyst was asked
Q. What is the difference between a semaphore and a mutex?
Ans. 

Semaphore is used to control access to a resource with limited capacity while mutex is used to synchronize access to a shared resource.

  • Semaphore allows multiple threads to access a resource simultaneously up to a certain limit while mutex allows only one thread to access a shared resource at a time.

  • Semaphore can be used to solve the producer-consumer problem while mutex can be used to solve the critical section pr...

A Technical Analyst was asked
Q. How would you design a solution to store a company's newspapers?
Ans. 

Store newspapers of a company

  • Create a database to store newspaper information

  • Use a unique identifier for each newspaper

  • Include fields for date, title, author, and content

  • Implement a search function for easy retrieval

  • Consider implementing a backup system for data security

Technical Analyst Interview Questions Asked at Other Companies

asked in Coforge
Q1. Write a program to get a list of employees whose salary is greate ... read more
Q2. How would you optimize the job scheduling code written in the fir ... read more
asked in Coforge
Q3. Explain Security authentication implementation and what are the d ... read more
asked in Coforge
Q4. How did you implemented the microservices in your project, What a ... read more
asked in ION Group
Q5. You are specialized in Data analsysis so what is the diff betweee ... read more
A Technical Analyst was asked
Q. How would you optimize code for generating prime numbers?
Ans. 

Use Sieve of Eratosthenes algorithm to optimize prime number generation.

  • Implement Sieve of Eratosthenes algorithm to eliminate non-prime numbers

  • Use boolean array to mark non-prime numbers

  • Start with 2 and mark all its multiples as non-prime, then move to next unmarked number

  • Stop at square root of the upper limit to optimize performance

A Technical Analyst was asked
Q. How would you optimize the job scheduling code written in the first round?
Ans. 

Optimize job scheduling code

  • Use priority queue to efficiently schedule jobs

  • Implement dynamic programming to optimize job sequence

  • Consider parallel processing to reduce overall time

  • Use efficient data structures to store job information

What people are saying about HashedIn by Deloitte

View All
a senior product master
1w
J.P. Morgan VP - Product role: Salary insights?
Looking at a VP – Product role at J.P. Morgan (CCB, Hyderabad) with 13 years of experience. Currently at 52.5 LPA (45 fixed + 7.5 variable) + 3L signing bonus. Need insights on: • Typical fixed vs variable salary split • Bonus structure and consistency • ESOPs/RSUs at this level? • Realistic total comp? Any recent or firsthand info is appreciated!
Got a question about HashedIn by Deloitte?
Ask anonymously on communities.
A Technical Analyst was asked
Q. Implement a min stack using a single stack
Ans. 

Implement a min stack using a single stack

  • Create a stack to hold the elements and another stack to hold the minimum values

  • When pushing an element, check if it's smaller than the current minimum and push it to the minimum stack if it is

  • When popping an element, check if it's the current minimum and pop it from the minimum stack if it is

  • To get the minimum value, return the top element of the minimum stack

A Technical Analyst was asked
Q. Explain the deadlock condition.
Ans. 

Deadlock is a situation where two or more processes are unable to proceed because they are waiting for each other to release resources.

  • Occurs in multi-process systems

  • Processes hold resources and wait for others to release resources

  • Can lead to system freeze or crash

  • Prevented by proper resource allocation and scheduling

  • Example: Two trains on a single track, each waiting for the other to pass first

🔥 Asked by recruiter 2 times
A Technical Analyst was asked
Q. Why do you want to work at Hashedin?
Ans. 

Hashedin is a leading software development company with a focus on delivering innovative solutions.

  • Expertise in cutting-edge technologies

  • Proven track record of successful project delivery

  • Strong emphasis on client satisfaction

  • Collaborative and agile approach to development

  • Dedicated team of experienced professionals

Are these interview questions helpful?
A Technical Analyst was asked
Q. Rank the following in order of priority: Money, Smartness, Knowledge.
Ans. 

Prioritizing smartness, knowledge, and money reflects a holistic approach to success and personal growth.

  • Smartness enables problem-solving and adaptability, crucial in dynamic environments.

  • Knowledge is foundational; it informs decisions and enhances smartness.

  • Money is a tool that can facilitate opportunities but is less valuable without smartness and knowledge.

HashedIn by Deloitte Technical Analyst Interview Experiences

1 interview found

Technical Analyst Interview Questions & Answers

user image Swapnil Tiwari

posted on 4 Nov 2015

Interview Questionnaire 

13 Questions

  • Q1. Optimize the code for job scheduling written in the first round
  • Ans. 

    Optimize job scheduling code

    • Use priority queue to efficiently schedule jobs

    • Implement dynamic programming to optimize job sequence

    • Consider parallel processing to reduce overall time

    • Use efficient data structures to store job information

  • Answered by AI
  • Q2. Optimize the code for generating prime numbers
  • Ans. 

    Use Sieve of Eratosthenes algorithm to optimize prime number generation.

    • Implement Sieve of Eratosthenes algorithm to eliminate non-prime numbers

    • Use boolean array to mark non-prime numbers

    • Start with 2 and mark all its multiples as non-prime, then move to next unmarked number

    • Stop at square root of the upper limit to optimize performance

  • Answered by AI
  • Q3. Implement a min stack using a single stack
  • Ans. 

    Implement a min stack using a single stack

    • Create a stack to hold the elements and another stack to hold the minimum values

    • When pushing an element, check if it's smaller than the current minimum and push it to the minimum stack if it is

    • When popping an element, check if it's the current minimum and pop it from the minimum stack if it is

    • To get the minimum value, return the top element of the minimum stack

  • Answered by AI
  • Q4. Level order traversal
  • Q5. Explain the deadlock condition
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because they are waiting for each other to release resources.

    • Occurs in multi-process systems

    • Processes hold resources and wait for others to release resources

    • Can lead to system freeze or crash

    • Prevented by proper resource allocation and scheduling

    • Example: Two trains on a single track, each waiting for the other to pass first

  • Answered by AI
  • Q6. Difference between a semaphore and mutex
  • Ans. 

    Semaphore is used to control access to a resource with limited capacity while mutex is used to synchronize access to a shared resource.

    • Semaphore allows multiple threads to access a resource simultaneously up to a certain limit while mutex allows only one thread to access a shared resource at a time.

    • Semaphore can be used to solve the producer-consumer problem while mutex can be used to solve the critical section problem...

  • Answered by AI
  • Q7. Tell me about yourself
  • Ans. 

    I am a technical analyst with experience in data analysis and software development.

    • I have a degree in computer science and have worked in the tech industry for 5 years.

    • I specialize in data analysis and have experience with programming languages such as Python and SQL.

    • I have worked on projects involving data visualization and machine learning.

    • I am a quick learner and enjoy staying up-to-date with the latest technologies...

  • Answered by AI
  • Q8. Your weakness
  • Ans. 

    I tend to overthink and get stuck in analysis paralysis.

    • I am aware of this weakness and actively work on setting deadlines for myself.

    • I also seek input from colleagues to help me make decisions.

    • For example, when working on a project, I will set a deadline for myself to make a decision and then consult with a colleague to get their perspective.

    • This helps me to avoid getting stuck in overthinking and ensures that I am ma...

  • Answered by AI
  • Q9. Why Hashedin
  • Ans. 

    Hashedin is a leading software development company with a focus on delivering innovative solutions.

    • Expertise in cutting-edge technologies

    • Proven track record of successful project delivery

    • Strong emphasis on client satisfaction

    • Collaborative and agile approach to development

    • Dedicated team of experienced professionals

  • Answered by AI
  • Q10. Do you play Poker or any card game
  • Ans. 

    Yes, I play Poker occasionally.

    • I enjoy playing Poker with friends and family.

    • I have a good understanding of the rules and strategies of the game.

    • Playing Poker helps me improve my analytical and decision-making skills.

  • Answered by AI
  • Q11. On the basis of priority, in which order will you place these - Money, Smartness, Knowledge
  • Ans. 

    Prioritizing smartness, knowledge, and money reflects a holistic approach to success and personal growth.

    • Smartness enables problem-solving and adaptability, crucial in dynamic environments.

    • Knowledge is foundational; it informs decisions and enhances smartness.

    • Money is a tool that can facilitate opportunities but is less valuable without smartness and knowledge.

  • Answered by AI
  • Q12. Would you be satisfied if we handle your Roti, kapda, makan expenses and dont give you salary just some pocket money
  • Ans. 

    No, I would not be satisfied with just pocket money and expenses.

    • Salary is an important aspect of any job and cannot be replaced by just expenses and pocket money.

    • Expenses and pocket money are not enough to cover other important expenses like savings, investments, and emergencies.

    • It is important to have a fair and reasonable salary that reflects the value of the work being done.

    • Without a salary, it would be difficult t...

  • Answered by AI
  • Q13. Give a solution to store newspapers of a company
  • Ans. 

    Store newspapers of a company

    • Create a database to store newspaper information

    • Use a unique identifier for each newspaper

    • Include fields for date, title, author, and content

    • Implement a search function for easy retrieval

    • Consider implementing a backup system for data security

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The first round was tough and required experience in programming. There were I/O questions in the first section and 4 programming questions, one from binary tree, second one was a job scheduling problem (which i later found on codechef), third one was a question on recursion and the last one was some jquery question.
Tips: If you are unable to crack some of the subjective questions and do get shortlisted, make sure you find their solutions if you are selected for the tech interview.
Duration: 90 minutes
Total Questions: 10

Round: Test
Experience: We were asked to write two simple codes and the challenge was to write codes which when typed exactly the same in a c compiler, gives the expected o/p without any error. The first question was to print all the prime numbers from 1 to n and the second one was to merge two sorted arrays.
Tips: Don't rush and keep calm. This round was very easy to crack.
Duration: 15 minutes
Total Questions: 2

Round: Technical Interview
Experience: The interviewer was very friendly and was giving me time to think. If you are good at CS concepts, you can crack this round

Round: Stress Interview
Experience: The interviewer was trying to check my patience I think. He kept out pointing out bugs in my solutions and I kept on tackling them and didn't give up
Tips: Don't give up just think and give reasonable solutions/arguments.

Round: HR Interview
Experience: There were two interviewers and both of them were friendly.

General Tips: I think not giving up one tough problems made the difference for me
Skills: Database Management, Operating System Basics, Data Structures And Algorithms, Ability To Cope Up With Stress
College Name: VIT Vellore
Motivation: The work culture seemed nice and the work domain was in my interest.

Skills evaluated in this interview

Interview questions from similar companies

Associate Interview Questions & Answers

Incedo user image Abhishek Pandey

posted on 22 Nov 2021

I applied via Walk-in and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. A few terms related to mutual fund industry were asked.
  • Q2. What do you understand by market capitalisation?
  • Ans. Total number of shares outstanding multiplied by the price of one share.
  • Answered by Abhishek Pandey

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, confident and honest.

Technical Analyst Interview Questions Asked at Other Companies

asked in Coforge
Q1. Write a program to get a list of employees whose salary is greate ... read more
Q2. How would you optimize the job scheduling code written in the fir ... read more
asked in Coforge
Q3. Explain Security authentication implementation and what are the d ... read more
asked in Coforge
Q4. How did you implemented the microservices in your project, What a ... read more
asked in ION Group
Q5. You are specialized in Data analsysis so what is the diff betweee ... read more

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my previous company experience, And what is investment bank, what is capital and money market, and also mutual and their types.

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice would be for experience candidate as much as possible you can mention your experience and explore more knowledge about investment bank.

Interview Questionnaire 

1 Question

  • Q1. Internal working of hashmap, multi Thread,DSA and Coding.
  • Ans. 

    Question on internal working of hashmap, multi-threading, DSA, and coding.

    • HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Multi-threading is the ability of a CPU to execute multiple threads concurrently.

    • DSA stands for Data Structures and Algorithms, which are fundamental concepts in computer science.

    • Coding involves writing instructions in a programming language to cre...

  • Answered by AI

Skills evaluated in this interview

What people are saying about HashedIn by Deloitte

View All
a senior product master
1w
J.P. Morgan VP - Product role: Salary insights?
Looking at a VP – Product role at J.P. Morgan (CCB, Hyderabad) with 13 years of experience. Currently at 52.5 LPA (45 fixed + 7.5 variable) + 3L signing bonus. Need insights on: • Typical fixed vs variable salary split • Bonus structure and consistency • ESOPs/RSUs at this level? • Realistic total comp? Any recent or firsthand info is appreciated!
Got a question about HashedIn by Deloitte?
Ask anonymously on communities.

Interview Questionnaire 

1 Question

  • Q1. Technical questions and more scenario based questions. Performance related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a quick process which took just 6 days to complete the interviews and to get offer.

Interview Questionnaire 

1 Question

  • Q1. Closure,array destructuring,arrow function,rest parameter,bind,call and apply. Lazy loading, react context,usecallback,lifecycle method using hooks.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear. Questions based on HTML5,CSS3,Vanila JS,ES6,React JS.

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All related to the technical queries based on the profile and project required skill set

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at the technical point of view and project management with time line delivery as they have client facing interviews and one has to visit client side for work.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Teall me about urself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Normal introduction
  • Q2. Meaning of subject for which you are applying
  • Ans. 

    The subject for which I am applying is the specific area of expertise or focus of the role I am seeking.

    • Explain how your skills and experience align with the subject matter of the role

    • Discuss any relevant projects or achievements related to the subject

    • Highlight any specialized knowledge or training you have in the subject area

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Seek confidence
  • Q2. Amortisation, 3 golden rules, basic financial knowledge
  • Q3. Questions from your CV

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. About your self, qualification, skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience, Roles and responsibilities
Round 4 - Technical 

(1 Question)

  • Q1. Why you want change your job.

Interview Preparation Tips

Interview preparation tips for other job seekers - For the Freshers incedo is the best company but Manager are making toxic environment specially wealth management process they are playing with employees career so I advise if you get selected in incedo just work for only 1 year take experience and switch the company. And also it's totally Night shift and work from office 5 days in week.

HashedIn by Deloitte Interview FAQs

What are the top questions asked in HashedIn by Deloitte Technical Analyst interview?

Some of the top questions asked at the HashedIn by Deloitte Technical Analyst interview -

  1. Optimize the code for job scheduling written in the first ro...read more
  2. On the basis of priority, in which order will you place these - Money, Smartnes...read more
  3. Optimize the code for generating prime numb...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 374 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 279 Interviews
Altimetrik Interview Questions
3.7
 • 240 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
View all
HashedIn by Deloitte Technical Analyst Salary
based on 6 salaries
₹7 L/yr - ₹10.8 L/yr
22% less than the average Technical Analyst Salary in India
View more details

HashedIn by Deloitte Technical Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
473 salaries
unlock blur

₹5.9 L/yr - ₹17.1 L/yr

Software Engineer2
448 salaries
unlock blur

₹8.5 L/yr - ₹23.3 L/yr

Software Developer
215 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Software Engineer
215 salaries
unlock blur

₹8.5 L/yr - ₹27 L/yr

Software Engineer II
213 salaries
unlock blur

₹9.7 L/yr - ₹19 L/yr

Explore more salaries
Compare HashedIn by Deloitte with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview