Add office photos
Employer?
Claim Account for FREE

DEVtrust

4.2
based on 27 Reviews
Filter interviews by

Exhibitions India Group Interview Questions and Answers

Updated 9 Aug 2024

Q1. Develope "To Do List" full fledged Application with modern design including header footer and also implement functionality like 'Add' , 'Edit', 'Delete' and 'View List' within ½ hour of time span of Interview '...

read more
Ans.

Develop a 'To Do List' application with modern design and functionality like 'Add', 'Edit', 'Delete', and 'View List' within ½ hour.

  • Use HTML, CSS, and JavaScript for front-end development

  • Implement CRUD operations for tasks (Create, Read, Update, Delete)

  • Design a user-friendly interface with header and footer

  • Utilize localStorage or backend server for data storage

Add your answer

Q2. Write Typescript code from scratch of "Finding maximum length of palindromic substring from the given Strings". Do this question in ½ hour live coding interview.

Ans.

Finding the maximum length of palindromic substring from an array of strings using Typescript.

  • Iterate through each string in the array

  • For each string, iterate through all possible substrings and check if it is a palindrome

  • Keep track of the maximum length palindrome found

Add your answer

Q3. What is Distinct keyword in SQL ?

Ans.

Distinct keyword in SQL is used to retrieve unique values from a column in a table.

  • Distinct keyword eliminates duplicate rows from the result set

  • It is often used in conjunction with SELECT statement

  • Example: SELECT DISTINCT column_name FROM table_name

Add your answer

Q4. What is Integrity Constraints ?

Ans.

Integrity constraints are rules that ensure data integrity and consistency in a database.

  • Integrity constraints are used to enforce business rules or data quality rules in a database.

  • They can include rules such as unique constraints, foreign key constraints, and check constraints.

  • Unique constraints ensure that no two rows have the same value in a specified column.

  • Foreign key constraints enforce referential integrity by ensuring that values in one table match values in another ...read more

Add your answer
Discover Exhibitions India Group interview dos and don'ts from real experiences

Q5. Write code for merging two shorted Arrays.

Ans.

Code to merge two sorted arrays

  • Create a new array to store the merged result

  • Use two pointers to iterate through both arrays and compare elements

  • Add the smaller element to the new array and move the pointer for that array

Add your answer

Q6. What are high order functions?

Ans.

High order functions are functions that can take other functions as arguments or return functions as results.

  • High order functions can accept functions as parameters.

  • High order functions can return functions as output.

  • Examples include map, filter, and reduce functions in JavaScript.

Add your answer

Q7. Do you know about GraphQL?

Ans.

GraphQL is a query language for APIs and a runtime for executing those queries.

  • GraphQL allows clients to request only the data they need.

  • It provides a single endpoint for all data fetching.

  • GraphQL schemas define the types of data that can be queried.

Add your answer

Q8. Write one async wait function code.

Ans.

Async wait function code example

  • Use async/await keywords in the function declaration

  • Use setTimeout to simulate asynchronous operation

  • Return a Promise that resolves after a specified time

Add your answer

Q9. What is clouser?

Ans.

A closure is a function that has access to its own scope, as well as the outer scope in which it was defined.

  • A closure allows a function to access variables from an outer function even after the outer function has finished executing.

  • Closures are commonly used in JavaScript for data encapsulation and creating private variables.

  • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

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

Top Interview Questions from Similar Companies

3.5
 • 448 Interview Questions
4.2
 • 386 Interview Questions
3.7
 • 257 Interview Questions
4.0
 • 227 Interview Questions
4.2
 • 199 Interview Questions
3.6
 • 144 Interview Questions
View all
Top DEVtrust 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