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
4.3

based on 386 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

HashedIn by Deloitte Technical Analyst Interview Questions, Process, and Tips

Updated 4 Nov 2015

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

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic knowledge of your skills
  • Q2. Scenario based questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. SQL technical question.
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion, joining date negotiation and Joining Bonus.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect and ready with your skills whatever you have.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. Lot of questions on SQL and Linux commands
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. It was a manager round combined with some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing much, stick to your basics and prepare all the concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Questions about java concurrency framework, java 8 and 11 features, Code chef coding problem

Round 2 - Technical 

(2 Questions)

  • Q1. Discussion about current project architecture
  • Q2. Microservices and cloud foundry
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Introduce yourself, including what' s your roles and responsibility and what's your day to day task
  • Q2. Given a scenario, suppose there is slowness in system, and there is no APM tool then how will you identify the issue and solve it.
  • Ans. 

    Identify potential causes through system analysis, logs, and monitoring tools. Implement troubleshooting steps to resolve the issue.

    • Analyze system performance metrics such as CPU usage, memory usage, disk I/O, and network traffic to identify bottlenecks.

    • Check system logs for any error messages or warnings that could indicate the source of the slowness.

    • Review application logs to see if there are any specific requests or...

  • Answered by AI
  • Q3. Question on thread dump, in what case it should be taken, how many thread dumps are required and at what interval.
  • Q4. If there is slowness in system and you have thread dump, what analysis you will do from it
  • Ans. 

    I would analyze the thread dump to identify any bottlenecks or issues causing the system slowness.

    • Identify any threads that are in a blocked or waiting state

    • Look for any threads consuming excessive CPU or memory

    • Check for any deadlocks or resource contention issues

    • Analyze the stack traces to pinpoint the root cause of the slowness

  • Answered by AI
  • Q5. Do study about all web and app server and also respective logs
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Difference between first() or FirstOrDefault()
  • Ans. 

    first() returns the first element of a sequence, while FirstOrDefault() returns the first element or a default value if the sequence is empty.

    • first() throws an exception if the sequence is empty, while FirstOrDefault() returns a default value (e.g. null) in that case.

    • Use first() when you expect the sequence to always have at least one element, and FirstOrDefault() when the sequence might be empty.

    • Example: var numbers =...

  • Answered by AI
  • Q2. Left join vs right join
  • Ans. 

    Left join includes all records from the left table and matching records from the right table, while right join includes all records from the right table and matching records from the left table.

    • Left join: includes all records from the left table and matching records from the right table

    • Right join: includes all records from the right table and matching records from the left table

    • Example: Left join - SELECT * FROM table1...

  • Answered by AI
  • Q3. Optimization of SQL query
  • Ans. 

    Optimizing SQL queries involves using indexes, minimizing joins, and avoiding unnecessary columns.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize the use of JOIN operations

    • Avoid selecting unnecessary columns in the query

    • Consider using stored procedures for frequently executed queries

  • Answered by AI
  • Q4. Tool used to check query slowness
  • Ans. 

    One tool used to check query slowness is SQL Server Profiler.

    • SQL Server Profiler can be used to trace and analyze query performance.

    • It provides detailed information on query execution, including duration, reads, writes, and more.

    • Users can identify slow queries and optimize them for better performance.

    • Other tools like Query Store in SQL Server Management Studio can also be used for monitoring query performance.

  • Answered by AI
  • Q5. Design repository pattern using EF core
  • Ans. 

    Repository pattern using EF core for data access layer

    • Create an interface for the repository with generic CRUD methods

    • Implement the repository interface with EF core for data access

    • Use dependency injection to inject the repository into services

    • Separate concerns by having repositories handle data access logic

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mix of coding, theory and design questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Oct 2023.

Round 1 - Coding Test 

Write a program on priority queue

Round 2 - One-on-one 

(3 Questions)

  • Q1. Questions on network protocol
  • Q2. Question on non-blocking socket
  • Q3. Question on linked list
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with cliient directly similar questions like round 2

Interview Preparation Tips

Interview preparation tips for other job seekers - All rounds are technical and for my experiences. They want a genuine guy who can really contribute
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 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 

(3 Questions)

  • Q1. Builder design pattern in java
  • Ans. 

    Builder design pattern is a creational design pattern used to construct complex objects step by step.

    • Builder pattern separates the construction of a complex object from its representation.

    • It allows the same construction process to create different representations of the object.

    • Useful when there are multiple ways to construct an object or when the object creation process is complex.

    • Example: StringBuilder in Java allows ...

  • Answered by AI
  • Q2. Docker, MQ series involved
  • Q3. JOIN Query with country , emp name
  • Ans. 

    JOIN query to retrieve country and employee name

    • Use JOIN keyword to combine data from multiple tables

    • Specify the columns to select from each table

    • Use ON keyword to specify the relationship between the tables

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - we need to work in depth in Design patterns , Micro services concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Wht is ur sal expectations
  • Ans. 

    My salary expectations are based on my experience, skills, and the market rate for the position.

    • Consider my years of experience in the industry

    • Research the average salary range for similar positions in the market

    • Factor in the cost of living in the location of the job

    • Be open to negotiation based on the overall compensation package offered

  • Answered by AI

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. Optimize the code for generating prime numb...read more
  3. Give a solution to store newspapers of a comp...read more

Tell us how to improve this page.

HashedIn by Deloitte Technical Analyst Salary
based on 11 salaries
₹7 L/yr - ₹11.7 L/yr
16% 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 & Benefits

4.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
402 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Software Engineer2
357 salaries
unlock blur

₹9.5 L/yr - ₹22 L/yr

Senior Software Engineer
211 salaries
unlock blur

₹8.1 L/yr - ₹26 L/yr

Software Engineer II
161 salaries
unlock blur

₹10.5 L/yr - ₹23 L/yr

Senior Product Specialist
161 salaries
unlock blur

₹12.4 L/yr - ₹25 L/yr

Explore more salaries
Compare HashedIn by Deloitte with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview