Add office photos
Employer?
Claim Account for FREE

Tismo Technology Solutions

2.5
based on 34 Reviews
Filter interviews by

10+ Shreeya Automobiles Interview Questions and Answers

Updated 30 Oct 2024

Q1. Make a counter using d flipflops

Ans.

A counter can be created using D flip-flops by connecting the output of one flip-flop to the input of the next.

  • Connect the Q output of one D flip-flop to the D input of the next flip-flop

  • Use clock signal to trigger the flip-flops and increment the count

  • Use additional logic gates if needed for specific counter functionality

Add your answer

Q2. Explain interupts

Ans.

Interrupts are signals sent to the CPU to temporarily suspend the current program and execute a specific task.

  • Interrupts allow the CPU to handle external events without constantly checking for them.

  • There are different types of interrupts such as hardware interrupts and software interrupts.

  • Examples of interrupts include keyboard input, timer expiration, and hardware errors.

Add your answer

Q3. Explain controllers

Ans.

Controllers are devices that manage the operation of other devices or systems.

  • Controllers receive input, process it, and send output signals to control the operation of other devices.

  • Examples of controllers include microcontrollers, PLCs (Programmable Logic Controllers), and PID controllers.

  • Controllers can be used in various applications such as industrial automation, robotics, and consumer electronics.

Add your answer

Q4. extempore on balancing education and extracurricular activities

Ans.

Balancing education and extracurricular activities is crucial for holistic development.

  • Prioritize tasks and create a schedule to allocate time for both education and activities.

  • Set realistic goals and manage time efficiently to avoid burnout.

  • Seek support from teachers, parents, or mentors to maintain a healthy balance.

  • Use extracurricular activities to enhance skills that can complement academic learning.

  • Learn to delegate tasks and practice effective time management techniques...read more

Add your answer
Discover Shreeya Automobiles interview dos and don'ts from real experiences

Q5. Array of 5 elements is given. It should contain numbers 1 to 6. Hence one number has to be missing. Write a program to didn't this number.

Add your answer

Q6. Write test case for pen and a leave letter form

Ans.

Test case for pen and leave letter form

  • Verify pen writes smoothly on paper

  • Check if pen ink is not leaking

  • Ensure all fields in leave letter form are editable

  • Submit form and verify successful submission message

Add your answer

Q7. Given a 32-bit integer, write a program to return 1 if the first and last nibble are the same.

Add your answer

Q8. Find 2nd smallest element in an array C programming.

Ans.

To find the 2nd smallest element in an array in C programming, we can sort the array and then access the element at index 1.

  • Sort the array in ascending order using a sorting algorithm like bubble sort or quicksort.

  • Access the element at index 1 to get the 2nd smallest element.

  • Example: int arr[] = {5, 2, 8, 1, 3}; After sorting: {1, 2, 3, 5, 8}. 2nd smallest element is arr[1] = 2.

Add your answer

Q9. Program to check if number is a power of 7

Ans.

A program to check if a given number is a power of 7.

  • Use a loop to continuously divide the number by 7 until it becomes 1 or not divisible anymore.

  • If the final result is 1, then the number is a power of 7.

  • If the final result is not 1, then the number is not a power of 7.

Add your answer

Q10. Write MySQL query

Ans.

Query to retrieve all columns from a table named 'users'

  • Use SELECT * FROM users;

  • Replace 'users' with the actual table name if different

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Shreeya Automobiles

based on 9 interviews in the last 1 year
Interview experience
3.3
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.0
 • 614 Interview Questions
4.4
 • 249 Interview Questions
3.8
 • 210 Interview Questions
3.6
 • 168 Interview Questions
4.0
 • 168 Interview Questions
3.8
 • 130 Interview Questions
View all
Top Tismo Technology Solutions Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter