Add office photos
Engaged Employer

Ignitarium Technology Solutions

3.6
based on 78 Reviews
Filter interviews by

10+ Truba Agro Chemicals Agro Chemical Supplier,Bio Pesticides Supplier, Interview Questions and Answers

Updated 21 Nov 2024

Q1. How many address lines are present in 1kb memory?

Ans.

There are 10 address lines present in 1kb memory.

  • 1kb memory = 1024 bytes

  • To address 1024 bytes, 10 address lines are needed (2^10 = 1024)

Add your answer

Q2. What are storage classes in c language?

Ans.

Storage classes in C language define the scope and lifetime of variables.

  • There are four storage classes in C: auto, register, static, and extern.

  • Auto variables are local to the block they are declared in and have automatic storage duration.

  • Register variables are stored in CPU registers for faster access.

  • Static variables retain their value between function calls.

  • Extern variables are declared outside of any function and can be accessed by other files.

  • Example: int x; // auto sto...read more

Add your answer

Q3. Take two numbers, reverse both, then perform addition and reverse again?

Ans.

Reverse two numbers, add them, then reverse the result.

  • Reverse the first number: 123 -> 321

  • Reverse the second number: 456 -> 654

  • Add the reversed numbers: 321 + 654 = 975

  • Reverse the result: 975 -> 579

Add your answer

Q4. Program on array , reverse the array

Ans.

Reverse an array of strings

  • Create a new array to store the reversed strings

  • Iterate through the original array in reverse order and add each element to the new array

  • Return the new array as the reversed array

Add your answer
Discover Truba Agro Chemicals Agro Chemical Supplier,Bio Pesticides Supplier, interview dos and don'ts from real experiences

Q5. Explain storage variables in C?

Ans.

Storage variables in C are used to store data temporarily during program execution.

  • Storage variables in C are declared using data types like int, float, char, etc.

  • They can be stored in different memory locations like stack, heap, or data segment.

  • Variables declared outside functions have global scope and are stored in data segment.

  • Variables declared inside functions have local scope and are stored in stack memory.

  • Dynamic memory allocation using functions like malloc() stores v...read more

Add your answer

Q6. explain data types in python

Ans.

Data types in Python define the type of data that a variable can hold.

  • Python has various data types such as integers, floats, strings, lists, tuples, dictionaries, etc.

  • Data types determine the operations that can be performed on the variables.

  • Examples: int for integers, float for floating-point numbers, str for strings, list for lists, tuple for tuples, dict for dictionaries.

Add your answer
Are these interview questions helpful?

Q7. First three kinds of sorting

Ans.

The first three kinds of sorting are bubble sort, selection sort, and insertion sort.

  • Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

  • Selection sort selects the smallest element and swaps it with the first element, then selects the second smallest element and swaps it with the second element, and so on.

  • Insertion sort builds the final sorted array one item at a time by inserting each item into its correct position.

Add your answer

Q8. How to transfer multiple bits in CDC

Ans.

Transfer multiple bits in CDC involves using a parallel data transfer method.

  • Use parallel data transfer method to transfer multiple bits simultaneously

  • Implement a shift register to store and shift out multiple bits

  • Utilize multiplexers to select and transfer specific bits

  • Consider using a bus architecture for efficient data transfer

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. CDC technique , and why need of CDC

Ans.

CDC stands for Clock Domain Crossing technique used in digital design to ensure proper data transfer between different clock domains.

  • CDC technique involves synchronizing data signals when crossing between different clock domains to prevent metastability issues.

  • It is necessary because different clock domains operate at different frequencies and can lead to data corruption if not properly synchronized.

  • Common CDC techniques include using synchronizers, FIFOs, and handshake proto...read more

Add your answer

Q10. Latch up Problem

Ans.

Latch up is a phenomenon in integrated circuits where a parasitic structure causes a low-impedance path to form, leading to a high current flow.

  • Latch up can occur in CMOS circuits due to the parasitic thyristor formed by the p-n-p-n structure of the MOSFETs.

  • It can be triggered by high voltage spikes or excessive current, causing the parasitic thyristor to turn on and create a short circuit.

  • Latch up can be prevented by using guard rings, layout techniques, and proper circuit d...read more

Add your answer

Q11. What is setup and hold time

Ans.

Setup and hold time are timing constraints in digital circuits to ensure proper operation of flip-flops.

  • Setup time is the minimum amount of time data must be stable before the clock edge for proper operation.

  • Hold time is the minimum amount of time data must be stable after the clock edge for proper operation.

  • Violating setup time can result in metastability issues.

  • Violating hold time can result in data corruption.

  • Example: If setup time is 5ns and hold time is 2ns, data must be...read more

Add your answer

Q12. Give a code and write coding or debug

Ans.

Provide a code snippet and explain how to debug it

  • Identify the specific error message or issue in the code

  • Check for syntax errors, missing brackets, or typos

  • Use debugging tools like console.log or breakpoints to track the flow of the code

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

Interview Process at Truba Agro Chemicals Agro Chemical Supplier,Bio Pesticides Supplier,

based on 20 interviews
Interview experience
4.2
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 2.8k Interview Questions
3.9
 • 496 Interview Questions
4.2
 • 370 Interview Questions
3.3
 • 318 Interview Questions
3.6
 • 260 Interview Questions
4.5
 • 138 Interview Questions
View all
Top Ignitarium 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

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