Add office photos
Employer?
Claim Account for FREE

Cerium Systems

2.8
based on 161 Reviews
Filter interviews by

10+ Maharaja Hotel Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. How many combinations of inverter can be made using just 1 nand gate

Ans.

1 NAND gate can be used to make 2 combinations of inverter.

  • A NAND gate can be used to make an inverter by connecting both inputs together.

  • The output of the NAND gate will be the inverted input.

  • Thus, there are 2 possible combinations of inverter using just 1 NAND gate.

Add your answer

Q2. what is ring counter, Jhonson counter, Sync and Async Counters.

Ans.

Ring, Johnson, Sync and Async counters are types of digital counters used in electronics.

  • Ring counter is a circular shift register with only one flip-flop set to 1 at a time.

  • Johnson counter is a modified ring counter with complemented output of the last flip-flop fed back to the input.

  • Sync counters use a common clock signal for all flip-flops while Async counters use individual clock signals.

  • Examples of Sync counters are binary, decade, and BCD counters while examples of Asyn...read more

Add your answer

Q3. Difference between Bocking and Non-Blocking in Verilog

Ans.

Blocking waits for a process to complete before moving to the next, while non-blocking allows for concurrent execution.

  • Blocking assignments use '=' operator, while non-blocking use '<=' operator.

  • Blocking assignments are executed sequentially, while non-blocking assignments are executed concurrently.

  • Blocking assignments are used for combinational logic, while non-blocking assignments are used for sequential logic.

  • Example: Blocking - a = b; Non-blocking - a <= b;

Add your answer

Q4. What do you mean by universal Gates?

Ans.

Universal gates are logic gates that can be used to implement any Boolean function.

  • Universal gates are NAND and NOR gates.

  • They are called universal because they can be used to implement any Boolean function.

  • This is because NAND and NOR gates are functionally complete.

  • This means that any Boolean function can be expressed using only NAND or NOR gates.

  • Other gates like AND, OR, and NOT gates are not functionally complete.

  • For example, an AND gate cannot implement a NOT function.

  • Un...read more

Add your answer
Discover Maharaja Hotel interview dos and don'ts from real experiences

Q5. using 2:1 mux make inverter, AND Gate, OR Gate.

Ans.

Using 2:1 mux, implement inverter, AND gate, OR gate.

  • For inverter, connect one input to select line and other input to ground

  • For AND gate, connect one input to select line and other input to input signal, output is inverted

  • For OR gate, connect one input to select line and other input to input signal, output is not inverted

  • Use truth tables to verify functionality

Add your answer

Q6. Flip-Flop Conversion (DFF to JKFF more).

Ans.

Flip-flop conversion from DFF to JKFF

  • Determine the excitation table for JK flip-flop

  • Use the excitation table to derive the input equations for J and K

  • Replace D input with J and K inputs in DFF circuit

  • Verify the functionality of the converted JKFF circuit

Add your answer

Q7. Explain the working of Shift Registers

Ans.

Shift registers are sequential circuits that can store and shift data bits.

  • Shift registers are made up of flip-flops that store data bits.

  • Data can be shifted left or right through the register.

  • Shift registers can be used for serial-to-parallel or parallel-to-serial conversion.

  • Examples of shift registers include the Serial-in-Parallel-out (SIPO) and Parallel-in-Serial-out (PISO) registers.

Add your answer

Q8. Difference between Task and Functions

Ans.

Tasks are concurrent and functions are sequential in execution.

  • Tasks can run concurrently and can communicate with each other using shared variables.

  • Functions are executed sequentially and return a value to the calling function.

  • Tasks can be used for parallel processing and can be scheduled by the operating system.

  • Functions are used for modular programming and can be called from other functions or tasks.

  • Example: A task can be used to read data from a sensor while a function ca...read more

Add your answer

Q9. 4:1 mux using 2:1 mux

Ans.

A 4:1 mux can be implemented using two 2:1 muxes.

  • Connect the select line of both 2:1 muxes to the same select line of the 4:1 mux.

  • Connect the output of one 2:1 mux to the input of the other 2:1 mux.

  • Connect the inputs of both 2:1 muxes to the corresponding inputs of the 4:1 mux.

  • The output of the 4:1 mux is the output of the second 2:1 mux.

Add your answer

Q10. Data Types in Verilog

Ans.

Verilog supports various data types including integer, real, reg, wire, and time.

  • Integer data type is used for whole numbers

  • Real data type is used for decimal numbers

  • Reg data type is used for sequential logic

  • Wire data type is used for combinational logic

  • Time data type is used for simulation time

  • Data types can be declared using keywords like 'integer', 'real', 'reg', 'wire', and 'time'

  • Data types can also be declared with bit width, such as 'integer [7:0]'

  • Data types can be assi...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
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