Upload Button Icon Add office photos

Filter interviews by

SanDisk India Device Design Centre Interview Questions, Process, and Tips

Updated 17 Jul 2024

Top SanDisk India Device Design Centre Interview Questions and Answers

View all 15 questions

SanDisk India Device Design Centre Interview Experiences

Popular Designations

12 interviews found

Test Engineer & Product Development Interview Questions & Answers

user image Anonymous

posted on 10 May 2018

Interview Questionnaire 

16 Questions

  • Q1. Tell me about yourself?
  • Q2. Why should i hire you?
  • Q3. Salary expectations?
  • Q4. Companies policy and term and conditions.
  • Q5. Questions from Resume,Java,Testing,Electronics.
  • Q6. OOPs concept, Classes, objects, Multiple inheritances, polymorphism Run time, Super keywords.
  • Q7. What is a diode, rectifier, Microcontroller, Microprocessor, memory and their types, transistor, MOSFET,Opamps?
  • Q8. Tell me about yourself.
  • Q9. All core java questions,Linux commands, c language,structure
  • Q10. WAP to print reverse of the string?
  • Ans. 

    A function to print the reverse of a given string.

    • Create a function that takes a string as input.

    • Initialize an empty string to store the reversed string.

    • Iterate through the characters of the input string in reverse order.

    • Append each character to the reversed string.

    • Print the reversed string.

  • Answered by AI
  • Q11. WAP to print prime no.?
  • Q12. Basic of Python.
  • Q13. Questions from electronics Devices,Digital Electronics.
  • Q14. Find the 15 bit of the hexadecimal number 0x12345678?
  • Ans. 

    The 15th bit of the hexadecimal number 0x12345678 is 0.

    • To find the 15th bit, convert the hexadecimal number to binary.

    • Counting from right to left, the 15th bit is the 2nd bit from the left.

    • In this case, the 15th bit is 0.

  • Answered by AI
  • Q15. What is regression,smoke and sanity testing.
  • Q16. What is memory testing?write detailed test cases to test a phone memory.

Interview Preparation Tips

Round: Test
Experience: Aptitute Analytic test

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Work experience over last company
  • Q2. Conflict resolution in teams
  • Ans. 

    Conflict resolution in teams involves effective communication, active listening, compromise, and collaboration.

    • Encourage open communication to address issues early on

    • Practice active listening to understand all perspectives

    • Seek compromise and find common ground

    • Encourage collaboration to work towards a solution together

  • Answered by AI
Round 2 - Aptitude Test 

1 hr, oops, C++ questions and C

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Intern Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2023

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

I applied via campus placement at Sri Jayachamarajendran College of Engineering (SJCE) and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

OA on aptitude and programming

Round 2 - One-on-one 

(1 Question)

  • Q1. Interviewer was welcoming and friendly and asked DSA questions and some CS fundamentals
Round 3 - One-on-one 

(1 Question)

  • Q1. Recursive coding questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Scenario based questions on DSA
Round 5 - HR 

(1 Question)

  • Q1. Very easy behavioural questions

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
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 - Aptitude Test 

They asked GATE level aptitude questions

Round 3 - Coding Test 

Coding test was bit difficult for students from other branches rather than CS

Interview Preparation Tips

Interview preparation tips for other job seekers - Study coding, get better knowledge in SSD and storage device. SanDisk comes under Western Digital, the salary was good

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (1)

SanDisk India Device Design Centre interview questions for popular designations

 Intern

 (2)

 Internship Trainee

 (2)

 Asic Design/Memory

 (1)

 Firmware Engineer

 (1)

 Senior Engineer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

 Software Testing Engineer

 (1)

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to check stack overflow
  • Ans. 

    To check stack overflow, monitor stack usage and compare it to the maximum stack size.

    • Monitor stack usage by keeping track of the current stack pointer.

    • Compare the current stack pointer to the start of the stack and the maximum stack size.

    • Use a watchdog timer to detect stack overflow if the stack pointer exceeds the maximum stack size.

    • Use a stack overflow handler to gracefully handle stack overflow and prevent system c

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for basics of embedded c and data structures

Skills evaluated in this interview

Firmware Engineer Interview Questions asked at other Companies

Q1. In DSA part, 1. Code for merge sort 2. Check if two trees are mirror 3. Find element in rotated sorted array 4. Check if linked list is palindrome 5. Detect a loop in linked list 6. Remove loop in linked list
View answer (1)

Interview Questionnaire 

2 Questions

  • Q1. Basic Testing Skill
  • Q2. OSI Model

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND SubsequencesYou are given an array consisting of N integers. You need to find the number of k-element subsequences of the given array where the bitwise AND of the subsequence's elements is maximal. Also, find the maximal AND val... read more
View answer (4)

Jobs at SanDisk India Device Design Centre

View all

Senior Engineer Interview Questions & Answers

user image VENKATA RAMA ADITYA REDDY SEELAPUREDDY

posted on 13 Nov 2019

I applied via Campus Placement and was interviewed before Nov 2018. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. First round has exam on HackerRank which included questions of Aptitude, C, Basic Digital Design, Basic Electronics
  • Q2. Difference between Process and Thread. Threading in Linux. Process Priority in Linux (Nice Value, Priority Range)
  • Ans. 

    A process is an instance of a program, while a thread is a unit of execution within a process. Threading in Linux allows for concurrent execution.

    • A process is an independent entity that can be scheduled and allocated resources by the operating system.

    • Threads are lightweight units of execution within a process that share the same memory space.

    • Threading in Linux is implemented using the clone() system call.

    • Threads in Lin...

  • Answered by AI
  • Q3. OOP concepts in C++
  • Ans. 

    OOP concepts in C++

    • Encapsulation: bundling of data and methods into a single unit

    • Inheritance: creating new classes from existing ones

    • Polymorphism: ability of objects to take on many forms

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Encapsulation example: class with private data members and public methods

    • Inheritance example: derived class inheriting properties and methods from a base class

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please have thorough understanding of Basics, Try to explain your point clearly. Don't say I don't know try to discuss with interviewer your thought process eventhough it is correct or not.

Skills evaluated in this interview

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)

Intern Interview Questions & Answers

user image Anonymous

posted on 22 May 2017

Interview Questionnaire 

10 Questions

  • Q1. How did you solve this question (a question from technical section of the test).
  • Q2. Design a low pass analog filter.
  • Ans. 

    A low pass analog filter is designed to allow low frequency signals to pass through while attenuating high frequency signals.

    • Determine the cutoff frequency for the filter

    • Choose a suitable filter design method (e.g., Butterworth, Chebyshev, etc.)

    • Select the appropriate order for the filter

    • Design the filter circuit using passive components (resistors, capacitors, inductors)

    • Simulate and test the filter response using softw...

  • Answered by AI
  • Q3. Define capacitor , inductor...
  • Ans. 

    A capacitor is an electronic component that stores and releases electrical energy. An inductor is a coil that stores and releases magnetic energy.

    • Capacitor: Stores electrical energy and releases it when needed.

    • Inductor: Stores magnetic energy and releases it when needed.

    • Capacitors are commonly used in electronic circuits to smooth out voltage fluctuations.

    • Inductors are used in applications such as transformers and elec

  • Answered by AI
  • Q4. Explain working of inverter
  • Ans. 

    An inverter is a device that converts DC power to AC power, allowing for the use of AC appliances.

    • An inverter uses electronic components to convert the direct current (DC) from a power source, such as a battery or solar panel, into alternating current (AC).

    • It typically consists of a rectifier, which converts AC to DC, and an inverter circuit, which converts DC back to AC.

    • The inverter circuit uses switches, such as tran...

  • Answered by AI
  • Q5. What can be inserted in a black box to obtain some particular output (related to cmos inverter)
  • Q6. Why Sandisk?
  • Q7. Extra curriculars
  • Q8. Will you be able to adjust in a new place?
  • Q9. Tell me about yourself?
  • Q10. College events participation

Interview Preparation Tips

Round: Resume Shortlist
Experience: 7.5 cg cut-off to be eligible for the test

Round: Test
Experience: Aptitude question were easy , there were 2 subjective q's (one was based on data structures) , technical questions were tough and a deciding factor.
Tips: Study Analog filters , vlsi , digital electronics , data structures
Duration: 2 hours
Total Questions: 30

Round: Technical Interview
Experience: They first asked the subjects that I have studied till now and picked up analog , vlsi for asking q's.
Tips: Try to answer every question in the best way you can.

Round: HR Interview
Experience: The HR made me feel really comfortable and I answered each and every question honestly.
Tips: Don't over prepare the answers and be honest.

College Name: PEC University Of Technology

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview Preparation Tips

Round: Test
Experience: I'm not sure about the duration and number of questions. But time was sufficient to complete the test. Aptitude questions were not really tough. I was able to solve 6 out of 10. Subjective coding question was easy if you are good in atleast one programming language. Another subjective question was based on data structures. Technical questions were mainly based on op-amps ,vlsi, data structures etc
Tips: Attempt the subjective questions. ( you can just describe the flow also )
Duration: 2 hours

College Name: PEC University Of Technology

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (1)

Interview Preparation Tips

Round: Test
Experience: The first round was a written test which had four sections: 1. ASIC/Memory Design; 2. System; 3. Firmware; 4. General Aptitude
Tips: The ASIC/Memory Design had questions related to basic Analog and Digital Electronics. Make sure you work on the Setup and Hold Time questions. Other topics included Counters and construction of basic gates using MOSFETs. So, revise everything studied in VLSI, DSD, AE and DECA courses for this section. The Systems sections includes questions primarily from the Embedded Systems course that I took in my 5th Semister. There were a few questions from the ROS concepts that we studied. There was a Watch Dog Timer question. The Firmware section had basic Computer related questions. Write an algorithm.. and Output questions.

General Tips: Again. In case you haven't practiced Setup and Hold time questions, do them! Go through counters and state machines. Revise VLSI concepts and learn how to make basic gates using MOSFETs and also how to make latches and FFs out of basic gates.
It was a Rewarding experience. The good thing about SanDisk was that they had a very structured and organised recruitment process and so everything went smoothly and on time.
From my experience you don't need to stress out in case you haven't done a lot of projects before. Just make your basics are strong and you sound confident.

During my interview, when he asked me this very question, I simply asked him what the next round would be. But the interviewee simply ignored my question and began telling me about what responsibilities the job-profile would entail. So, perhaps the right question to ask would have been to ask him what the Job Profile would be like.
Skill Tips: I prepared for a good week using this GATE book that I purchased from Book Palace. Revise all the concepts that you feel are week. I cannot reiterate how important Setup and Hold time questions are! Many people don't get these answers right, so getting this one question right might just help you clear the aptitude test.
Skills:
College Name: NIT Surathkal

Interview Questionnaire 

8 Questions

  • Q1. Ask about written test,about questions in written test -how you had solve them
  • Q2. Ask me about the projects you have made
  • Q3. Which language you like the most and why?
  • Ans. 

    I like Python the most because of its simplicity and versatility.

    • Python's syntax is easy to read and write, making it a great language for beginners.

    • Python has a vast library of modules and frameworks for various applications.

    • Python is used in a variety of fields, including web development, data science, and artificial intelligence.

    • Python's dynamic typing and garbage collection make it easier to write and debug code.

    • Py...

  • Answered by AI
  • Q4. Other basic questions…
  • Q5. Tell me about yourself?
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects involving web development and data analysis.

    • I am proficient in Java and Python programming languages.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q6. Why you want to join sandisk?
  • Ans. 

    I am excited to join Sandisk because of their innovative technology and reputation in the industry.

    • Sandisk has a strong focus on research and development, which aligns with my passion for innovation.

    • I am impressed by Sandisk's reputation in the industry for producing high-quality products.

    • I am excited about the opportunity to work with a talented team of developers and engineers at Sandisk.

    • Sandisk's commitment to susta...

  • Answered by AI
  • Q7. What if any other company offer more than what they offer?
  • Ans. 

    I would carefully consider the offer and weigh the pros and cons before making a decision.

    • I would evaluate the other company's offer in terms of salary, benefits, work-life balance, and growth opportunities.

    • I would also consider the company culture and values to ensure they align with my own.

    • If the other offer is significantly better, I would discuss it with my current employer and see if they are willing to match or i...

  • Answered by AI
  • Q8. Working environment or high salary?
  • Ans. 

    Working environment is more important than high salary.

    • A positive and supportive work environment can lead to better job satisfaction and productivity.

    • A high salary may not necessarily equate to a good working environment.

    • A toxic work environment can lead to burnout and negatively impact mental health.

    • A good working environment can also lead to opportunities for growth and learning.

    • Salary is important, but it should no...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Written test-including 10 basic aptitude questions, 10 questions of C and 2 Coding Questions.–Design data structure to implement sparse matrix.–One bit manupulation ques.
Top 8 students were shortlisted from CS
Total Questions: 12

Round: Technical Interview
Experience: 3 students were asked to sit in one big room.Then 2 coding questions were given to write on paper in 45 min.1..Implement strtok functions of strings.eg char a[]=”ab,cd,e”Output should be 3 strings–“ab”, “cd” and “e” if we consider the delimiter as ‘,’
2..People are sitting on round table and we have knock out each of one in alternate order eg 1 2 3 4 5 6. These 6 people are sitting in circular table. If we knock out 2 first. Output should be 2 4 6 3 1 5

College Name: NA

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

SanDisk India Device Design Centre Interview FAQs

How many rounds are there in SanDisk India Device Design Centre interview?
SanDisk India Device Design Centre interview process usually has 3-4 rounds. The most common rounds in the SanDisk India Device Design Centre interview process are Aptitude Test, One-on-one Round and Resume Shortlist.
How to prepare for SanDisk India Device Design Centre interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SanDisk India Device Design Centre. The most common topics and skills that interviewers at SanDisk India Device Design Centre expect are Python, Firmware, C++, Debugging and PCIE.
What are the top questions asked in SanDisk India Device Design Centre interview?

Some of the top questions asked at the SanDisk India Device Design Centre interview -

  1. What is a diode, rectifier, Microcontroller, Microprocessor, memory and their ...read more
  2. What if any other company offer more than what they off...read more
  3. What is memory testing?write detailed test cases to test a phone memo...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 SanDisk India Device Design Centre interviews
Campus Placement
Recruitment Consultant
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Cisco Interview Questions
4.2
 • 390 Interviews
Qualcomm Interview Questions
3.8
 • 268 Interviews
Intel Interview Questions
4.2
 • 217 Interviews
Texas Instruments Interview Questions
4.1
 • 123 Interviews
Samsung Research Interview Questions
3.2
 • 122 Interviews
Nvidia Interview Questions
3.7
 • 102 Interviews
Broadcom Interview Questions
3.3
 • 41 Interviews
Seagate Interview Questions
3.4
 • 17 Interviews
View all

SanDisk India Device Design Centre Reviews and Ratings

based on 106 reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-Life balance

3.9

Salary & Benefits

3.7

Job Security

4.0

Company culture

3.5

Promotions/Appraisal

3.9

Work Satisfaction

Explore 106 Reviews and Ratings
Specialist 2, Human Resources

Bangalore / Bengaluru

2-3 Yrs

Not Disclosed

Analyst 2, Business Applications

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Principal Engineer, Firmware engineering

Bangalore / Bengaluru

8-12 Yrs

₹ 33-45 LPA

Explore more jobs
Staff Engineer
86 salaries
unlock blur

₹15 L/yr - ₹34.2 L/yr

Test Engineer
78 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Principal Engineer
55 salaries
unlock blur

₹24 L/yr - ₹46.5 L/yr

Senior Engineer
48 salaries
unlock blur

₹7.2 L/yr - ₹25 L/yr

Softwaretest Engineer
35 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare SanDisk India Device Design Centre with

Intel

4.3
Compare

Micron Technology

3.7
Compare

Samsung Research

3.2
Compare

Seagate

3.4
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