Add office photos
Employer?
Claim Account for FREE

Hexagon

3.4
based on 60 Reviews
Filter interviews by

Telloquent Interview Questions and Answers

Updated 20 Sep 2024

Q1. Difference between structure & union ? What is structure padding ?

Ans.

Structure is a data type that allows storing different types of data in a single variable, while union allows only one type of data. Structure padding is adding empty bytes to align data in memory.

  • Structure can store different types of data in a single variable, while union can store only one type of data.

  • Example: struct Person { char name[20]; int age; }; union Data { int num; float value; };

  • Structure padding is adding empty bytes to align data in memory for better performan...read more

Add your answer

Q2. What is your experience on software architecture

Ans.

I have 5 years of experience in designing and implementing software architectures for large-scale applications.

  • Designed microservices architecture for a cloud-based application, improving scalability and maintainability.

  • Implemented event-driven architecture using Kafka for real-time data processing in a financial application.

  • Utilized MVC architecture pattern for developing web applications, ensuring separation of concerns and code reusability.

Add your answer

Q3. How GraphQL works in the background

Ans.

GraphQL is a query language for APIs that allows clients to request only the data they need.

  • GraphQL uses a schema to define the structure of the data available and the operations that can be performed.

  • Clients can specify the exact data they need in their query, reducing over-fetching of data.

  • GraphQL servers execute the query by resolving the requested data from various data sources.

  • GraphQL supports real-time updates through subscriptions, allowing clients to receive data chan...read more

Add your answer

Q4. Diff between malloc & calloc

Ans.

malloc is used to allocate memory without initializing it, while calloc is used to allocate memory and initialize it to zero.

  • malloc allocates a block of memory of specified size, while calloc allocates a block of memory for an array of elements and initializes them to zero

  • malloc does not initialize the allocated memory, while calloc initializes the allocated memory to zero

  • malloc returns a pointer to the allocated memory block, while calloc returns a pointer to the allocated a...read more

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

Q5. Soc analyst experience

Ans.

I have 2 years of experience as a SOC analyst, monitoring and analyzing security events and incidents.

  • Monitored security events and incidents to identify potential threats

  • Analyzed security alerts to determine the severity and impact of incidents

  • Investigated security incidents to understand the root cause and recommend remediation actions

  • Collaborated with cross-functional teams to respond to security incidents effectively

Add your answer

Q6. Explain Pair Programming

Ans.

Pair programming is a software development technique where two developers work together on the same code.

  • Two developers work together on the same code

  • One developer writes the code while the other reviews each line as it is written

  • Helps in catching errors early and improving code quality

  • Encourages collaboration and knowledge sharing

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

Interview Process at Telloquent

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

Top Interview Questions from Similar Companies

3.9
 • 695 Interview Questions
3.5
 • 444 Interview Questions
4.1
 • 159 Interview Questions
4.2
 • 146 Interview Questions
4.3
 • 135 Interview Questions
4.0
 • 134 Interview Questions
View all
Top Hexagon 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