Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo

      Smiles.ai

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Smiles.ai reviews | Smiles.ai jobs | Smiles.ai salaries | Smiles.ai benefits
      Smiles.ai interviewsSmiles.ai Senior Software Engineer interviewsSmiles.ai interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Senior Software Engineer Interview

      Sep 24, 2022
      Anonymous interview candidate
      Bengaluru
      No offer
      Neutral experience
      Easy interview

      Application

      I applied through a recruiter. The process took 1 day. I interviewed at Smiles.ai (Bengaluru) in Sep 2022

      Interview

      I have given the first round and added the details in the interview questions. You can find the answers easily on google. There were some other basic questions about nodejs and reactjs.

      Interview questions [1]

      Question 1

      // class Promise { // state = "pending"; // constructor() {} // resolve(fn) {} // } // const promise = new Promise(); // function debounce(fn, time) { // setTimeout(() => { // fn(); // }, time); // } // const consoleDebounce = debounce(() => console.log("Called debounce"), 1000); // for (let i = 0; i < 100; i++) { // consoleDebounce(); // } // Function Requirements: // 1. Actual Url to shorten, get a shortned url // 2. Give a shortened url and return the actual url // Non Function Requirements: // 1. 1M hits per day // 2. Expiry url - 1 month // const input = "{[]}"; // const isBalanced = (inputStr) => { // const startingBrackets = ["{", "[", "("]; // const closingBrackets = ["}", "]", ")"]; // const startCloseMapping = { // "(": ")", // "[": "]", // "{": "}", // }; // const stack = []; // for (let index = 0; index < inputStr.length; index++) { // const element = inputStr[index]; // if (startingBrackets.includes(element)) { // stack.push(element); // } else if (closingBrackets.includes(element)) { // const topElement = stack.pop(); // if (startCloseMapping[topElement] !== element) { // return false; // } // } // } // return true; // }; // console.log(isBalanced(input)); /* 1 => 2 => 3 => 4 => 5 2 => 4 */ /* counter = 5 (number of nodes) removing = 5 - 2 = 3 (substracting length - last index) = index of the node */
      Answer question

      Top companies for "Compensation and Benefits" near you

      avatar
      Amazon
      3.7★Compensation and benefits
      avatar
      Deloitte
      3.5★Compensation and benefits
      avatar
      IBM
      3.6★Compensation and benefits
      avatar
      Starbucks
      3.6★Compensation and benefits