Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by SCIKEY Team. If you also belong to the team, you can get access from here

SCIKEY Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SCIKEY Interview Questions and Answers

Updated 28 Feb 2024

SCIKEY Interview Experiences

Popular Designations

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Whats is oops concept?
  • Ans. 

    Object-oriented programming concept that focuses on creating objects that interact with each other.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing on

  • Answered by AI
  • Q2. Different between smoke and sanity testing?
  • Ans. 

    Smoke testing is a subset of regression testing, while sanity testing is a subset of acceptance testing.

    • Smoke testing is done to check if the software build is stable enough for further testing.

    • Sanity testing is done to check if specific functionalities are working correctly after changes.

    • Smoke testing is usually done before sanity testing.

    • Smoke testing is a shallow and wide approach, while sanity testing is a deep and...

  • Answered by AI

Skills evaluated in this interview

Associate Software Tester Interview Questions asked at other Companies

Q1. Different between smoke and sanity testing?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Ask me about C# basic concepts and Mssql queries.
  • Q2. First of all they ask me about basic knowledge
Round 3 - Coding Test 

They give me bunch of questions to solve in front of Senior .

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to put your best knowledge

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between string buffer and string builder?
  • Ans. 

    String buffer and string builder are both used for manipulating strings, but string builder is faster and not thread-safe.

    • String buffer is synchronized, while string builder is not.

    • String buffer is slower due to synchronization overhead.

    • String builder is recommended for single-threaded scenarios.

    • String buffer is recommended for multi-threaded scenarios.

    • Both classes have similar methods for appending, inserting, and del

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about your family and educationally qualifications.

Skills evaluated in this interview

Associate Tester Interview Questions asked at other Companies

Q1. Difference between string buffer and string builder?
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. There were 2 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 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Internship Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Research a little bit about the company, show go getter attitude & a passion for sales, you'll be hired.

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They asked me to build a shopping cart web application using vanilla js and gave two days time , that was the only round they had!

Interview Preparation Tips

Interview preparation tips for other job seekers - I built the app according to wireframe and they evaluated it and selected me directly!

I applied via Approached by Company and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Duration was 30 mins, I have followed shakuntaladevi , and apptitude test books, This test was not too hard, You can creak easy if you practice .

Round 2 - Group Discussion 

Group discussion topic was Education in English and Education in Mother tonge Tamil.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and you will get it. Be confident.

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Talk about any topic for atleast 3mins

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with any topic and talk confidently with out stoping.

I applied via Campus Placement and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my self and technical questions regarding current technologies like Java, C, C++ etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions about qualifications,life and all
Round 2 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,be transparent,ask for your doubts and questions,have basic knowledge of the job, company,skill etc, English

SCIKEY Interview FAQs

How many rounds are there in SCIKEY interview?
SCIKEY interview process usually has 2 rounds. The most common rounds in the SCIKEY interview process are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for SCIKEY interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SCIKEY. The most common topics and skills that interviewers at SCIKEY expect are Web Services, API Testing, Android, Asterisk and Automation Testing.
What are the top questions asked in SCIKEY interview?

Some of the top questions asked at the SCIKEY interview -

  1. Difference between string buffer and string build...read more
  2. Different between smoke and sanity testi...read more
  3. Whats is oops conce...read more

Tell us how to improve this page.

SCIKEY Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
Info Edge Interview Questions
3.9
 • 317 Interviews
Team Lease Interview Questions
3.9
 • 201 Interviews
LinkedIn Interview Questions
4.3
 • 65 Interviews
MagicPin Interview Questions
2.7
 • 50 Interviews
Quikr Interview Questions
3.7
 • 31 Interviews
Indeed Interview Questions
4.0
 • 28 Interviews
Foundit Interview Questions
3.5
 • 26 Interviews
Tokopedia Interview Questions
4.0
 • 25 Interviews
View all

SCIKEY Reviews and Ratings

based on 41 reviews

3.6/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.4

Salary

3.3

Job security

3.1

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 41 Reviews and Ratings
Software Engineer
9 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹3.3 L/yr - ₹5.6 L/yr

Senior Tester
6 salaries
unlock blur

₹18.2 L/yr - ₹24 L/yr

Senior Automation Test Engineer
6 salaries
unlock blur

₹14 L/yr - ₹18.2 L/yr

Senior Consultant
5 salaries
unlock blur

₹5 L/yr - ₹16.5 L/yr

Explore more salaries
Compare SCIKEY with

Foundit

3.5
Compare

Timesjobs.com

1.6
Compare

Indeed

4.0
Compare

LinkedIn

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