Upload Button Icon Add office photos

Filter interviews by

Skit.ai Senior Manager Interview Questions and Answers

Updated 12 Jun 2023

Skit.ai Senior Manager Interview Experiences

1 interview found

Senior Manager Interview Questions & Answers

user image Sourav Jena

posted on 12 Jun 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Sales presentation about a sector

Interview questions from similar companies

I applied via Company Website and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Knowing RBI Circulars on cybersecurity
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join ReBIT?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through company site, learn CSF cybersecurity framework, know various RBI departments
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic react and js interview
Round 2 - Assessment 

(1 Question)

  • Q1. React multiple questions
Round 3 - Coding Test 

Finding kth largest number by creating function without using in-built methods using javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently interviewed for a Sr.Engineer position with this company.After successfully clearing 3 technical rounds, we moved to salary negotiations. Based on market standards and their own job listings for this position, which clearly mentioned a salary bracket of 12-15 LPA, I expected 12 LPA-a fair and reasonable figure for the role and my qualifications.
After discussions, I compromised and agreed to their offer of 9LPA, despite already holding another offer at the same package. However, at the final stage, they abruptly cancelled the offer, citing that my initial expectation was too high. This decision came after wasting significant time and energy throughout the process.
This behavior demonstrates a lack of professionalism, transparency, and respect for candidates. It's disheartening to see companies treating potential hires this way, especially after reaching mutual agreements.
If you're considering applying here, think twice about their commitment to candidate and their hiring ethics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Coding Test 

2 Coding questions and 15 MCQs

Difficulty - Intermediate

Round 2 - Technical 

(1 Question)

  • Q1. Basic NodeJS related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. System Design questions and coding questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Nodejs fundamental questions and system design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and growth expectations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Duration was 1 hour, Topics covered were DSA, Concurrency in golang, Databse questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learing DSA everyday and Master tthe most important topics in your programming language
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(2 Questions)

  • Q1. About your self and everything
  • Q2. E
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was mcq test with 1 sql code based question.

Round 2 - Technical 

(5 Questions)

  • Q1. It was technical interview of around 30 min, questions were direct and short on react lifecycle and basic concepts of js.
  • Q2. What is debounce and throttling?
  • Ans. 

    Debounce and throttling are techniques used in web development to limit the number of times a function is called.

    • Debounce delays the execution of a function until after a specified time period has elapsed without additional calls.

    • Throttling limits the rate at which a function is called, ensuring it is not called more than once within a specified time interval.

    • Debounce is useful for handling events like resizing a windo...

  • Answered by AI
  • Q3. What is diff between git merge and rebase?
  • Ans. 

    Git merge combines changes from different branches, while rebase moves the current branch to the tip of another branch.

    • Merge creates a new commit with combined changes, while rebase rewrites commit history.

    • Merge preserves the commit history of both branches, while rebase creates a linear history.

    • Merge is non-destructive and suitable for public branches, while rebase is destructive and should be used for private branche...

  • Answered by AI
  • Q4. What is diff between git fork and clone?
  • Ans. 

    Git fork creates a copy of a repository under your GitHub account, while git clone creates a local copy of a repository.

    • Fork creates a copy on GitHub, clone creates a local copy on your machine

    • Forking allows you to make changes without affecting the original repository

    • Cloning downloads the entire repository to your local machine

    • Forking is commonly used for contributing to open source projects

  • Answered by AI
  • Q5. What is DOM in react?
  • Ans. 

    DOM in React stands for Document Object Model, representing the structure of a web page as a tree of objects.

    • DOM in React is a virtual representation of the actual HTML elements on a web page.

    • React uses a virtual DOM to improve performance by updating only the necessary components.

    • Changes to the virtual DOM are compared with the real DOM, and only the differences are updated.

    • This helps in minimizing the number of DOM m...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. It was based on round 2 but in detail.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Process of accounting in Tally
  • Ans. 

    Accounting in Tally involves recording financial transactions, generating reports, and managing accounts.

    • Recording financial transactions such as sales, purchases, payments, and receipts

    • Generating financial statements like balance sheet, profit and loss statement

    • Managing accounts receivable and accounts payable

    • Creating and maintaining ledgers for different accounts

    • Reconciling bank statements with Tally entries

    • Generatin...

  • Answered by AI
  • Q2. What is Accounts payable
  • Ans. 

    Accounts payable is the amount of money a company owes to its suppliers or vendors for goods or services purchased on credit.

    • Accounts payable is a liability on the balance sheet

    • It represents the amount owed by the company to its creditors

    • It is typically recorded when goods or services are received but payment has not yet been made

    • Examples include invoices from suppliers for inventory purchases or services rendered

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. SQL query to join 3 tables
  • Ans. 

    Use SQL JOIN to combine data from 3 tables based on a common key.

    • Use INNER JOIN, LEFT JOIN, or RIGHT JOIN depending on the desired result

    • Specify the columns to select from each table

    • Use ON clause to specify the join condition

  • Answered by AI
  • Q2. Spring boot annotations
  • Q3. Hibernate annotations
  • Q4. Java 8 Streams + Lambda
Round 2 - One-on-one 

(3 Questions)

  • Q1. Working style: Independent contributor or Team
  • Q2. Are green-field projects alright?
  • Ans. 

    Green-field projects are great opportunities to start fresh and implement new technologies.

    • Green-field projects allow for creative freedom and innovation

    • They provide the opportunity to work with the latest technologies and tools

    • Starting from scratch can lead to cleaner code and better architecture

    • Examples: Developing a new mobile app, creating a new website from scratch

  • Answered by AI
  • Q3. Are you ok with learning new tech stacks?

Interview Preparation Tips

Topics to prepare for Revature Senior Software Engineer interview:
  • Java
  • Spring Framework
  • Hibernate
  • Angular
  • Data Structures

Skills evaluated in this interview

Skit.ai Interview FAQs

How many rounds are there in Skit.ai Senior Manager interview?
Skit.ai interview process usually has 3 rounds. The most common rounds in the Skit.ai interview process are One-on-one Round and Resume Shortlist.

Tell us how to improve this page.

Skit.ai Senior Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.3
 • 54 Interviews
Magic Edtech Interview Questions
3.1
 • 49 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
Cyfuture Interview Questions
2.9
 • 43 Interviews
View all

Skit.ai Senior Manager Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

3.3

Skill development

5.0

Work-life balance

5.0

Salary

3.3

Job security

3.3

Company culture

3.8

Promotions

3.3

Work satisfaction

Explore 2 Reviews and Ratings
Data Annotator
22 salaries
unlock blur

₹1.8 L/yr - ₹2.6 L/yr

Software Engineer
8 salaries
unlock blur

₹9.2 L/yr - ₹30 L/yr

Manager Enterprise Sales
8 salaries
unlock blur

₹13 L/yr - ₹20 L/yr

Solution Sales Specialist
7 salaries
unlock blur

₹18 L/yr - ₹32 L/yr

Team Lead
7 salaries
unlock blur

₹3.2 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Skit.ai with

Jio Haptik

3.4
Compare

yellow.ai

3.1
Compare

Engati

2.3
Compare

Gupshup

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview