Upload Button Icon Add office photos
Engaged Employer

i

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

Ikokas Digital Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ikokas Digital Technologies Interview Questions and Answers

Updated 5 Oct 2021

10 Interview questions

A Senior QA Engineer was asked
Q. What are the core concepts of OOP?
Ans. 

Object-oriented programming (OOP) concepts are fundamental principles that help in designing and implementing software systems.

  • Encapsulation: bundling data and methods together in a class

  • Inheritance: creating new classes from existing ones

  • Polymorphism: using a single interface to represent different types

  • Abstraction: hiding unnecessary details and exposing only essential features

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked
Q. What are the differences between GET and POST methods?
Ans. 

Get method retrieves data from a server while post method submits data to be processed by a server.

  • Get method is used to retrieve data from a server while post method is used to submit data to be processed by a server.

  • Get method appends data to the URL while post method sends data in the request body.

  • Get method has a limit on the amount of data that can be sent while post method has no such limit.

  • Get method is not...

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked
Q. What is the bug life cycle?
Ans. 

Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing a software bug.

  • Bug is identified by tester

  • Bug is reported to development team

  • Development team fixes the bug

  • Tester retests the bug

  • If bug is fixed, it is closed

  • If bug is not fixed, it is reopened

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked
Q. What is a traceability matrix?
Ans. 

Traceability matrix is a document that links requirements to test cases to ensure all requirements are tested.

  • It is used to track the relationship between requirements and test cases.

  • It ensures that all requirements are covered by test cases.

  • It helps in identifying any gaps in testing.

  • It is a useful tool for project management and quality assurance.

  • It can be created using a spreadsheet or specialized software.

  • It i...

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked
Q. What is method overloading?
Ans. 

Method overloading is a feature in object-oriented programming where a class can have multiple methods with the same name but different parameters.

  • Method overloading allows a class to have multiple methods with the same name but different parameters.

  • The methods must have different parameter types or a different number of parameters.

  • The compiler determines which method to call based on the arguments passed to it.

  • Ex...

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked
Q. What is STLC?
Ans. 

STLC stands for Software Testing Life Cycle, which is a process followed by QA teams to ensure quality software delivery.

  • STLC involves planning, designing, executing, and reporting of tests.

  • It includes various stages such as requirement analysis, test planning, test case development, test execution, and test closure.

  • STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them ...

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked
Q. What is method overriding?
Ans. 

Method overriding is a feature in object-oriented programming where a subclass provides its own implementation of a method that is already provided by its parent class.

  • Method overriding is used to achieve runtime polymorphism.

  • The method signature of the overridden method in the subclass must match that of the method in the parent class.

  • The access level of the overridden method in the subclass cannot be more restri...

View all Senior QA Engineer interview questions
Are these interview questions helpful?
A Senior QA Engineer was asked
Q. What is validation and verification?
Ans. 

Validation is the process of evaluating a system or component during or at the end of the development process to determine whether it satisfies specified requirements. Verification is the process of evaluating a system or component to determine whether the products of a given development phase satisfy the conditions imposed at the start of that phase.

  • Validation ensures that the product meets the customer's require...

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked
Q. What is soap & REST api?
Ans. 

SOAP and REST are two types of web service protocols used for communication between systems.

  • SOAP (Simple Object Access Protocol) is a protocol used for exchanging structured information between systems using XML-based messages over HTTP or other transport protocols.

  • REST (Representational State Transfer) is a protocol used for creating web services that allow communication between systems using HTTP requests and re...

View all Senior QA Engineer interview questions
A Senior QA Engineer was asked
Q. What is test cases & test scenarios?
Ans. 

Test cases are specific conditions and inputs used to test a software application, while test scenarios are a series of test cases that simulate real-world usage.

  • Test cases are designed to ensure that the software meets the requirements and specifications.

  • Test scenarios are a collection of test cases that are used to test a particular feature or functionality.

  • Test cases and scenarios are documented and executed to...

View all Senior QA Engineer interview questions

Ikokas Digital Technologies Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. What is Opps concepts
  • Ans. 

    Object-oriented programming (OOP) concepts are fundamental principles that help in designing and implementing software systems.

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

  • Answered by AI
  • Q2. What is STLC
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process followed by QA teams to ensure quality software delivery.

    • STLC involves planning, designing, executing, and reporting of tests.

    • It includes various stages such as requirement analysis, test planning, test case development, test execution, and test closure.

    • STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them later...

  • Answered by AI
  • Q3. What is Bug life cycle
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing a software bug.

    • Bug is identified by tester

    • Bug is reported to development team

    • Development team fixes the bug

    • Tester retests the bug

    • If bug is fixed, it is closed

    • If bug is not fixed, it is reopened

  • Answered by AI
  • Q4. Differences between Get & post method ?
  • Ans. 

    Get method retrieves data from a server while post method submits data to be processed by a server.

    • Get method is used to retrieve data from a server while post method is used to submit data to be processed by a server.

    • Get method appends data to the URL while post method sends data in the request body.

    • Get method has a limit on the amount of data that can be sent while post method has no such limit.

    • Get method is not secu...

  • Answered by AI
  • Q5. What is soap & REST api?
  • Ans. 

    SOAP and REST are two types of web service protocols used for communication between systems.

    • SOAP (Simple Object Access Protocol) is a protocol used for exchanging structured information between systems using XML-based messages over HTTP or other transport protocols.

    • REST (Representational State Transfer) is a protocol used for creating web services that allow communication between systems using HTTP requests and respons...

  • Answered by AI
  • Q6. What is test cases & test scenarios?
  • Ans. 

    Test cases are specific conditions and inputs used to test a software application, while test scenarios are a series of test cases that simulate real-world usage.

    • Test cases are designed to ensure that the software meets the requirements and specifications.

    • Test scenarios are a collection of test cases that are used to test a particular feature or functionality.

    • Test cases and scenarios are documented and executed to iden...

  • Answered by AI
  • Q7. What is the tracebility matrix?
  • Ans. 

    Traceability matrix is a document that links requirements to test cases to ensure all requirements are tested.

    • It is used to track the relationship between requirements and test cases.

    • It ensures that all requirements are covered by test cases.

    • It helps in identifying any gaps in testing.

    • It is a useful tool for project management and quality assurance.

    • It can be created using a spreadsheet or specialized software.

    • It is oft...

  • Answered by AI
  • Q8. What is validation & verification ?
  • Ans. 

    Validation is the process of evaluating a system or component during or at the end of the development process to determine whether it satisfies specified requirements. Verification is the process of evaluating a system or component to determine whether the products of a given development phase satisfy the conditions imposed at the start of that phase.

    • Validation ensures that the product meets the customer's requirements...

  • Answered by AI
  • Q9. What is method overlaoding ?
  • Ans. 

    Method overloading is a feature in object-oriented programming where a class can have multiple methods with the same name but different parameters.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • The methods must have different parameter types or a different number of parameters.

    • The compiler determines which method to call based on the arguments passed to it.

    • Example...

  • Answered by AI
  • Q10. What is method overriding?
  • Ans. 

    Method overriding is a feature in object-oriented programming where a subclass provides its own implementation of a method that is already provided by its parent class.

    • Method overriding is used to achieve runtime polymorphism.

    • The method signature of the overridden method in the subclass must match that of the method in the parent class.

    • The access level of the overridden method in the subclass cannot be more restrictive...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your basics about software testing work hard on explaining project

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Ikokas Digital Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

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

Round 1 - Technical 

(1 Question)

  • Q1. Java basics oops selenium framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java basic on strings and selenium

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Graduated with a degree in Computer Science from XYZ University.

    • Worked at ABC Corp, where I developed a web application that improved user engagement by 30%.

    • Proficient in languages like JavaScript, Python, and Java, with experience in frameworks like React and Django.

    • Enjoy collaborating in agile...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. All basic HR questions and salary discussion.
Are these interview questions helpful?

I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Assignment 
Round 2 - Aptitude Test 

Interview Preparation Tips

Topics to prepare for HCL Infosystems Analyst interview:
  • Java
Interview preparation tips for other job seekers - I am apply in job so i am fresher worker I am interested in Analyst work

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

Ikokas Digital Technologies Interview FAQs

How to prepare for Ikokas Digital Technologies 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 Ikokas Digital Technologies. The most common topics and skills that interviewers at Ikokas Digital Technologies expect are Javascript, HTML, CSS, MongoDB and GIT.
What are the top questions asked in Ikokas Digital Technologies interview?

Some of the top questions asked at the Ikokas Digital Technologies interview -

  1. what is test cases & test scenari...read more
  2. What is validation & verificatio...read more
  3. Differences between Get & post metho...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.9
 • 36 Interviews
View all

Ikokas Digital Technologies Reviews and Ratings

based on 33 reviews

4.4/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

4.2

Salary

3.9

Job security

4.3

Company culture

3.9

Promotions

4.3

Work satisfaction

Explore 33 Reviews and Ratings
QA Test Engineer
12 salaries
unlock blur

₹3.2 L/yr - ₹8.6 L/yr

Data Warehouse Developer
10 salaries
unlock blur

₹7.8 L/yr - ₹16.1 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹12.6 L/yr - ₹15.8 L/yr

Senior QA Engineer
5 salaries
unlock blur

₹9.1 L/yr - ₹16.7 L/yr

Explore more salaries
Compare Ikokas Digital Technologies with

HCL Infosystems

3.9
Compare

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

3.9
Compare
write
Share an Interview