Premium Employer

Publicis Sapient

3.5
based on 3.3k Reviews
Filter interviews by

ScoreMe Solutions Interview Questions and Answers

Updated 18 Jun 2024
Popular Designations

Q1. Trapping Rain Water Problem Statement

You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine the tota...read more

Ans.

Calculate the total amount of rainwater that can be trapped between given elevations in an array.

  • Iterate through the array and calculate the maximum height on the left and right of each bar.

  • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.

  • Sum up the trapped water at each bar to get the total trapped water for the entire array.

Add your answer

Q2. Is JavaScript a statically typed or dynamically typed language?

Ans.

JavaScript is a dynamically typed language.

  • Variables can hold different data types at different times

  • Type checking is done at runtime

  • Example: var x = 5; x = 'hello';

View 1 answer

Q3. Explain “this” keyword.

Ans.

The 'this' keyword refers to the current object or instance in which it is used.

  • Used to refer to the current object or instance in which it is used

  • Can be used in methods, constructors, and inner classes

  • Can be used to differentiate between local and instance variables

  • Example: this.variableName

  • Example: this.methodName()

View 1 answer

Q4. How to change the world with technology

Ans.

Technology has the power to change the world by improving efficiency, communication, access to information, and solving complex problems.

  • Developing innovative solutions to global challenges such as climate change, poverty, and healthcare

  • Improving communication and connectivity through social media, video conferencing, and instant messaging

  • Increasing access to education and information through online platforms and digital libraries

  • Enhancing efficiency and productivity in vario...read more

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

Q5. New technologies that you are aware

Ans.

I am aware of new technologies such as artificial intelligence, blockchain, Internet of Things, and virtual reality.

  • Artificial intelligence (AI) - machine learning, natural language processing

  • Blockchain - decentralized digital ledger technology

  • Internet of Things (IoT) - interconnected devices and sensors

  • Virtual reality (VR) - immersive digital experiences

Add your answer

Q6. A puzzle of bucket fill

Ans.

Bucket fill puzzle involves filling buckets of different sizes with water using a larger bucket.

  • The larger bucket is used to fill the smaller buckets.

  • The goal is to fill a specific amount of water using the available buckets.

  • The process involves pouring water from one bucket to another until the desired amount is reached.

  • The size of the buckets and the amount of water needed can vary.

  • This puzzle can be solved using mathematical equations and logical reasoning.

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

Interview Process at ScoreMe Solutions

based on 2 interviews
1 Interview rounds
HR Round
View more
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
75 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