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

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Clear (1)

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

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me

I applied via Job Portal and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How do you configure and verify custom DNS in Azure AD?
  • Ans. 

    To configure and verify custom DNS in Azure AD, follow these steps:

    • Create a DNS zone in Azure DNS

    • Add a custom domain to Azure AD

    • Create a CNAME record in the DNS zone that points to the Azure AD domain

    • Verify the custom domain in Azure AD

    • Update the DNS registrar to use the Azure DNS name servers

    • Test the custom DNS by accessing Azure AD resources using the custom domain

  • Answered by AI
  • Q2. Supported authentication types in Azure AD
  • Ans. 

    Azure AD supports various authentication types for secure access to resources.

    • Azure AD supports password-based authentication, multi-factor authentication, certificate-based authentication, and federated authentication.

    • It also supports OAuth 2.0 and OpenID Connect for secure authentication and authorization.

    • Examples of supported protocols include SAML, WS-Federation, and OAuth 2.0/OpenID Connect.

    • Azure AD also supports ...

  • Answered by AI
  • Q3. Hybrid scenarios regarding Azure AD using Azure AD Connect
Round 2 - One-on-one 

(3 Questions)

  • Q1. What if someone asks you your salary?
  • Q2. How would you react if someone lured into giving up some secrets
  • Q3. Are you ready for relocation??
Round 3 - HR 

(4 Questions)

  • Q1. Salary discussion, Joining bonus discussion
  • Q2. Explanation of salary breakup in hand
  • Q3. Any gaps in education, experience explanation
  • Q4. Confirmation about previous work experiences

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior Engineer interview:
  • Azure Active Directory
  • Azure
  • Deployments in Azure
Interview preparation tips for other job seekers - If they want the opening to be filled immediately, then they will anyhow select you if you have even 30% to 40% of the required skillset required for the job and good communication. If your previous experiences are from startups, then also they will consider you. But if they are willing to wait for your notice period to end and offering you desired salary, beware then they will crunch the best out of you during interviews, they will ensure that they are hiring the right person.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Good, it's easy to Crack. Should know atleast basics about your branch.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

Interview Questionnaire 

2 Questions

  • Q1. Personal
  • Q2. Do u have any technical exp?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just they check the comm. How well you present

Consultant Interview Questions & Answers

Infosys user image Vandana Lekhi

posted on 29 Nov 2020

I applied via Recruitment Consultant

Interview Questionnaire 

3 Questions

  • Q1. Are you prepared for full- time work or freelance ? Can you travel ? How much salary is your expectation ?
  • Q2. I can only commit myself for freelance work with flexible hours . Cannot travel . Reasonable salary is welcome .
  • Q3. What will be the mode of payment for my freelance work ?

Interview Preparation Tips

Interview preparation tips for other job seekers - In any interview honesty is essential while the employer conducts it . One's limitations should be disclosed along with expectations . For example my service to street dogs , cats , birds and squirrels in the colony does not permit me to engage in full-time work . Getting a good work place is more important than aiming for a high salary .

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - just basic questions from my cv

Interview Questionnaire 

1 Question

  • Q1. American List of Holidays
  • Ans. 

    The American List of Holidays includes national, religious, and cultural celebrations observed throughout the year.

    • There are federal holidays like Independence Day and Thanksgiving

    • There are religious holidays like Christmas and Easter

    • There are cultural holidays like Halloween and St. Patrick's Day

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, brush ur english and go for it.

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

Interview Questionnaire 

2 Questions

  • Q1. Questions based on the CV we kept
  • Q2. Questions related to powershell, storages, networking in azure IaaS, NSG

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare whatever u kept in CV and the basics
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Godrej Industries Group

No Interviews

INTERVIEWS

Godrej Industries Group

No Interviews

INTERVIEWS

Godrej Industries Group

No Interviews

INTERVIEWS

Godrej Industries Group

50 top interview questions

INTERVIEWS

Arcadia

No Interviews

INTERVIEWS

Samsung Semiconductor

No Interviews

INTERVIEWS

Godrej Industries Group

No Interviews

SALARIES

Philips Innovation Campus

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

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
412 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
376 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
206 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
173 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Specialist
165 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HashedIn by Deloitte with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview