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
2w
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

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.

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 Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Everything on java spring sql
  • Q2. Don’t waste your time as i did

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste your precious time because they will not give you offer more than your current ctc.

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why do you want to join Incedo, what is your plan in future, explain your past experience with an example
  • Ans. 

    I am drawn to Incedo for its innovative approach and growth opportunities, aligning with my career aspirations in technology consulting.

    • Incedo's commitment to innovation resonates with my passion for technology and problem-solving.

    • I admire Incedo's collaborative culture, which I experienced in my previous role at XYZ Corp, where teamwork led to a successful project launch.

    • My future plan includes advancing my skills in ...

  • Answered by AI
  • Q2. Basic of capital market
  • Q3. Market capitalisation, capital market, derivatives, accounting knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be more confident and should give prompt response

What people are saying about HashedIn by Deloitte

View All
a senior product master
2w
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.

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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Teall me about urself

Associate Interview Questions & Answers

INDIUM user image Kalavakuri Sunitha

posted on 17 Mar 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Self-Introduction
  • Ans. 

    I am a dedicated professional with a passion for problem-solving and a strong background in project management and teamwork.

    • Background: I hold a degree in Business Administration from XYZ University.

    • Experience: I have 3 years of experience in project management at ABC Corp, where I led a team to successfully complete a major project.

    • Skills: Proficient in tools like Microsoft Project and Trello, which I used to streamli...

  • Answered by AI
  • Q2. Related to Testing and Google Sheets.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 3 interview rounds.

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 - Technical 

(5 Questions)

  • Q1. Definition of IRR, NPV, NAV
  • Ans. 

    IRR, NPV, and NAV are financial metrics used to evaluate the profitability and value of investments.

    • IRR (Internal Rate of Return) is the discount rate that makes the net present value of all cash flows from a particular investment equal to zero.

    • NPV (Net Present Value) is the difference between the present value of cash inflows and outflows of an investment.

    • NAV (Net Asset Value) is the value of a fund's assets minus its...

  • Answered by AI
  • Q2. Differentiate Mutual Fund, Hedge Fund, Private Equity
  • Ans. 

    Mutual funds pool money from multiple investors to invest in a diversified portfolio of securities. Hedge funds are actively managed investment funds that use a variety of strategies to achieve high returns. Private equity involves investing in privately held companies or buying out public companies to take them private.

    • Mutual funds pool money from multiple investors to invest in a diversified portfolio of securities.

    • H...

  • Answered by AI
  • Q3. Accounting Basics
  • Q4. Analysis of Financial statements
  • Ans. 

    Analysis of financial statements involves reviewing and interpreting a company's financial data to assess its performance and make informed decisions.

    • Review income statement, balance sheet, and cash flow statement to understand financial health

    • Calculate key financial ratios like profitability, liquidity, and solvency ratios

    • Compare current financial data with historical data and industry benchmarks

    • Identify trends, stren...

  • Answered by AI
  • Q5. Limited Partner vs General Partner
  • Ans. 

    Limited partners are passive investors with limited liability, while general partners are actively involved in managing the business with unlimited liability.

    • Limited partners have limited liability and are not involved in the day-to-day operations of the business.

    • General partners have unlimited liability and are actively involved in managing the business.

    • Limited partners typically contribute capital to the business but...

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

(4 Questions)

  • Q1. Previous work experience
  • Q2. Why this company?
  • Ans. 

    I am drawn to this company for its innovative approach, strong values, and commitment to professional growth and collaboration.

    • Innovative Culture: The company is known for its cutting-edge solutions, such as [specific product or service], which aligns with my passion for innovation.

    • Strong Values: I admire the company's commitment to sustainability and social responsibility, as seen in initiatives like [specific initiat...

  • Answered by AI
  • Q3. How do you fit into the role?
  • Q4. Situational based questions

Interview Preparation Tips

Topics to prepare for Incedo Senior Associate interview:
  • Private Equity
  • Hedge Funds
  • Mutual Funds
  • Financial Accounting
  • Excel
Interview preparation tips for other job seekers - Have a good understanding and knowledge about your domain.

Associate Interview Questions & Answers

Incedo user image Dhariya Bhateja

posted on 15 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical terms from jd
Round 2 - One-on-one 

(1 Question)

  • Q1. Behaviour and previous company related questions
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
 • 377 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 242 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.0
 • 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
483 salaries
unlock blur

₹8 L/yr - ₹14.4 L/yr

Software Engineer2
460 salaries
unlock blur

₹12 L/yr - ₹21 L/yr

Software Developer
221 salaries
unlock blur

₹8.1 L/yr - ₹17.4 L/yr

Senior Software Engineer
219 salaries
unlock blur

₹13 L/yr - ₹21.4 L/yr

Software Engineer II
209 salaries
unlock blur

₹11.5 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