Paychex IT Solutions India
SHREE GANESH AUTOMOBILEs Interview Questions and Answers
Q1. sort the given array using only O(n) solution [0,1,1,1,0,0,0,1,0,1,0,1,1,0,0]
Sort an array of 0s and 1s using O(n) solution.
Use two pointers, one at the beginning and one at the end of the array.
Swap the elements at the pointers if they are not in the correct order.
Move the pointers towards each other until they meet in the middle.
Time complexity is O(n) and space complexity is O(1).
Q2. find 2nd max num from the array
Find the second maximum number from an array of strings.
Convert the array of strings to an array of integers.
Sort the array in descending order.
Return the second element of the sorted array.
Q3. how the kafka works
Kafka is a distributed streaming platform that allows publishing and subscribing to streams of records.
Kafka is designed to handle high volume data streams in real-time.
It uses a publish-subscribe model where producers write data to topics and consumers read from those topics.
Kafka stores data in partitions and replicates them across a cluster for fault tolerance.
It provides features like message retention, compression, and batch processing.
Kafka can be integrated with variou...read more
Q4. Your talking language in hindi or Kannada or English
I am comfortable communicating in Hindi, Kannada, and English.
I am fluent in all three languages and can communicate effectively in any of them.
I can switch between languages depending on the situation and the person I am speaking with.
For example, if a client prefers to speak in Hindi, I can easily switch to that language to ensure clear communication.
Similarly, if a colleague prefers to speak in English, I can do so without any difficulty.
Overall, my language skills allow m...read more
Q5. What are the agile ceremonies
Agile ceremonies are regular meetings or events in Agile methodology to facilitate communication, collaboration, and decision-making within the team.
Sprint Planning: Meeting at the start of a sprint to plan the work to be done.
Daily Stand-up: Daily meeting for team members to discuss progress, plans, and any obstacles.
Sprint Review: Meeting at the end of a sprint to review and demonstrate the completed work.
Sprint Retrospective: Meeting at the end of a sprint to reflect on wh...read more
Q6. Describe the boot process of kernel.
The kernel boot process involves several stages from power on to loading the operating system.
BIOS/UEFI firmware initializes hardware components
Bootloader (such as GRUB) loads the kernel into memory
Kernel initializes essential system components
Init process starts user space processes
System is ready for user interaction
Top HR Questions asked in SHREE GANESH AUTOMOBILEs
Interview Process at SHREE GANESH AUTOMOBILEs
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month