Upload Button Icon Add office photos

Filter interviews by

ISGN Corporation Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Introduction, Current project overview and your role and responsibilities
  • Q2. Agile Ceremonies, Role of QA in Agile
  • Ans. 

    Agile ceremonies are key meetings in Agile methodology where QA plays a crucial role in ensuring quality throughout the development process.

    • QA participates in Agile ceremonies such as Sprint Planning, Daily Stand-ups, Sprint Review, and Sprint Retrospective to provide input on quality aspects.

    • QA helps in defining acceptance criteria for user stories during Sprint Planning to ensure that the team understands the quality...

  • Answered by AI
  • Q3. Story Estimation Techniques in Agile
  • Ans. 

    Story estimation techniques in Agile involve using relative sizing, planning poker, and t-shirt sizing.

    • Relative sizing compares the size of one story to another to estimate effort.

    • Planning poker involves team members individually estimating stories and then discussing differences.

    • T-shirt sizing categorizes stories into small, medium, large, etc. based on complexity.

    • Fibonacci sequence can be used for story points (1, 2,

  • Answered by AI
  • Q4. Updating scrum board and its process
  • Ans. 

    Updating the scrum board involves adding, moving, and removing tasks to reflect the current status of the project.

    • Regularly update the scrum board with the progress of tasks

    • Move tasks from 'To Do' to 'In Progress' to 'Done' columns as they are worked on and completed

    • Remove tasks that are no longer relevant or have been completed

    • Ensure the team is aware of any changes made to the scrum board

  • Answered by AI
  • Q5. Different type of SQL Joins
  • Ans. 

    SQL Joins are used to combine rows from two or more tables based on a related column between them.

    • INNER JOIN: Returns rows when there is at least one match in both tables

    • LEFT JOIN: Returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN: Returns all rows from the right table and the matched rows from the left table

    • FULL JOIN: Returns rows when there is a match in one of the tables

  • Answered by AI
  • Q6. Test Plan, test Report in detal
  • Q7. Testing tools used
  • Ans. 

    I have experience using a variety of testing tools such as Selenium, Jira, and TestRail.

    • Selenium

    • Jira

    • TestRail

  • Answered by AI
  • Q8. Years of experience in team leading and challenges faced
  • Ans. 

    Over 5 years of experience leading QA teams, faced challenges in communication, resource allocation, and stakeholder management.

    • Managed a team of 10 QA engineers, ensuring timely delivery of high-quality testing.

    • Challenges included resolving conflicts within the team, prioritizing tasks based on project deadlines, and effectively communicating with stakeholders.

    • Implemented agile methodologies to improve team efficiency...

  • Answered by AI
  • Q9. Questions on Finance domain like derivatives, equity , Regulatory reports

Interview Preparation Tips

Topics to prepare for Iris Software QA Lead interview:
  • Agile
  • sql join
  • Test Planning
  • Test Reporting
  • Finance
Interview preparation tips for other job seekers - My technical interview with QA manager happened on Friday. On Monday, I received a call from HR saying ' final round with client would happen on Tuesday or Wednesday late night (as it was Canada based) and she told that the time slot would be confirmed by EOD. And also said that QA manager would also call me to give a brief on client round on that very same day. But after that I didn't received any call from her side or that manager.

Miraculously, a week later I received a call from that same HR saying my profile went on hold and didn't gave any explanations about that (as I was already finalized for the client round). Later she said now I need to appear for other US based client and will have to give 2 additional rounds and also the designation would be lower than a Lead and that too of Senior QA. When I asked why you want to take 2 more rounds for this client, as earlier you said only 2 rounds would happen? She said its a company policy to have 2 technical and 1 managerial round. I said then why my 1st technical happened with the manager in first place and was told to appear only for 2 rounds?
Obv she was lying and straight away asked if I was interested in the 2nd client and I still very professionally asked her to share the job description with me. She acted very rudely and since then I have not heard from her.

My advice for other job seekers is not to appear for this company's interview. They have no work ethics and take the candidates for granted. They have no respect for the time of people interviewing with them.
Recruiter Divya seriously needs to go under professional behavior training as she has no sense of talking to the candidates. She should realize that she is not the owner of company and should not tell straight away lies. She seriously lacks professionalism and corporate work ethics Being a HR she has to understand the meaning of human first!!

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are the key topics related to Generative AI, specifically focusing on Retrieval-Augmented Generation (RAG) and Large Language Models (LLM)?
  • Q2. What is your understanding of the existing project and the technology stacks used?
Round 2 - Technical 

(3 Questions)

  • Q1. What has been your contribution to existing work and the technologies used in that context?
  • Q2. ML, DL, Gen AI implementation and flow
  • Q3. Python Coding logic and semantics
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the existing work challenges you face, and what solutions have you implemented to address them?
  • Q2. What is your understanding of Generative AI and Natural Language Processing (NLP), and can you provide examples of their use cases?

Interview Preparation Tips

Interview preparation tips for other job seekers - Genuinely communicate your skills and contributions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. HTML, CSS fundamentals
  • Q2. Javascript event loop and array methods
  • Q3. Javascript coding for operation on object array
  • Ans. 

    Performing operations on an array of objects using JavaScript.

    • Use array methods like map, filter, reduce for operations on object array.

    • Access object properties using dot notation or bracket notation.

    • Iterate through the array using loops like for loop or forEach method.

    • Example: Calculate total sum of 'price' property in an array of products.

  • Answered by AI
  • Q4. React benefits and Redux implementations
  • Q5. How to create slice and combine reducers
  • Ans. 

    To create slice and combine reducers in React, use the createSlice and combineReducers functions from Redux toolkit.

    • Use createSlice function to define a slice of state with reducers and actions.

    • Example: const counterSlice = createSlice({ name: 'counter', initialState: 0, reducers: { increment: state => state + 1, decrement: state => state - 1 } })

    • Use combineReducers function to combine multiple slices into a sing...

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Questions based on projects, role, responsibilities and initiative at work place
  • Q2. How to create and optimize a react application
  • Ans. 

    To create and optimize a React application, focus on efficient component structure, state management, code splitting, lazy loading, and performance monitoring.

    • Use functional components and hooks for better performance.

    • Implement state management with tools like Redux or Context API.

    • Split code into smaller chunks and lazy load components for faster initial load times.

    • Optimize performance by minimizing re-renders and usin...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Day to day activity of workplace and salary negotiation
  • Ans. 

    Day to day activities involve coding, debugging, testing, collaborating with team members. Salary negotiation involves research, preparation, and effective communication.

    • Coding and developing new features

    • Debugging and fixing issues

    • Testing code for quality assurance

    • Collaborating with team members for project progress

    • Researching market rates for salary negotiation

    • Preparing a strong case for desired salary

    • Effectively comm

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Group Discussion 

Difference between soft skills and hard skills

Round 2 - Technical 

(2 Questions)

  • Q1. What is manual testing
  • Q2. What is defect life cycleif
Round 3 - Technical 

(2 Questions)

  • Q1. What is the main thing should have for a test engineer
  • Q2. What's your opinion on testing
Round 4 - HR 

(2 Questions)

  • Q1. Are you ok with rotational shifts?
  • Q2. Are you ok with the work location?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Karmaveer Bhaurao Patil College of Engineering, Satara

Round 1 - Aptitude Test 

The assessment consists of a one-hour aptitude test that includes questions on data structures and algorithms (DSA) as well as SQL query questions, where I am required to write SQL queries, followed by two coding questions.

Round 2 - Group Discussion 

Our group discussion topic is whether AI can replace human intelligence.

Round 3 - Technical 

(3 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation refers to bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation ...

  • Answered by AI
  • Q2. What is compile time polymorphism
  • Ans. 

    Compile time polymorphism is the ability of a programming language to select which method to execute at compile time based on the method signature.

    • Compile time polymorphism is achieved through method overloading and operator overloading.

    • Method overloading allows multiple methods in the same class with the same name but different parameters.

    • The compiler determines which method to call based on the number and type of arg...

  • Answered by AI
  • Q3. What is the SQL query to select and display the name of person who have highest salary among employees?
  • Ans. 

    SQL query to select and display the name of person with highest salary among employees.

    • Use the MAX() function to find the highest salary

    • Join the employee table with the salary table using a common key like employee_id

    • Select the name of the person with the highest salary

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself. then about final year project.
  • Ans. 

    I am a dedicated QA Automation Testing Engineer with experience in creating and executing test cases. My final year project involved developing a test automation framework using Selenium.

    • Experienced QA Automation Testing Engineer

    • Skilled in creating and executing test cases

    • Developed test automation framework using Selenium for final year project

  • Answered by AI
  • Q2. What is your family background, and are you prepared to relocate?
  • Ans. 

    I come from a close-knit family with a diverse background. I am open to relocating for the right opportunity.

    • Family background is close-knit and diverse

    • Open to relocating for the right opportunity

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Assignment 

Some basic testing questions

Round 2 - Technical 

(2 Questions)

  • Q1. Selenium waits, java oops , priority vs severity
  • Q2. Write a selenium code by using assertions
Round 3 - Technical 

(2 Questions)

  • Q1. Write selenium code and execute on screen
  • Q2. Write an sql query and get the desired output on screen
Round 4 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Notice period related
Interview experience
5
Excellent
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 

(3 Questions)

  • Q1. How do you go about SDLC process
  • Ans. 

    I follow the Software Development Life Cycle (SDLC) process to ensure successful project delivery.

    • I start with requirements gathering and analysis to understand the project scope and objectives.

    • I then move on to design, where I create a detailed plan for how the system will be built.

    • Next, I proceed to development, where the actual coding and implementation of the system takes place.

    • After development, I conduct thorough...

  • Answered by AI
  • Q2. What are roles and responsibilities of a BA
  • Q3. How do you deduce a complex problem statement
  • Ans. 

    By breaking down the problem into smaller components and analyzing each part individually

    • Identify the key components of the problem statement

    • Break down the problem into smaller, more manageable parts

    • Analyze each part individually to understand its impact on the overall problem

    • Consider different perspectives and potential solutions

    • Collaborate with team members or stakeholders to gain additional insights

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Explain the difference between BRD and FRD
  • Ans. 

    BRD is a document that outlines business requirements, while FRD is a document that details functional requirements.

    • BRD focuses on what the business needs, while FRD focuses on how those needs will be met.

    • BRD is high-level and non-technical, while FRD is detailed and technical.

    • BRD is created before FRD in the project lifecycle.

    • Example: BRD may state the need for a customer relationship management system, while FRD will...

  • Answered by AI
  • Q2. How do you go about creating user stories, how do you allocate the points
  • Ans. 

    User stories are created by collaborating with stakeholders and allocating points based on complexity and effort required.

    • Collaborate with stakeholders to gather requirements and understand user needs

    • Break down features into smaller, manageable user stories

    • Prioritize user stories based on business value and dependencies

    • Allocate points based on complexity, effort, and risk involved

    • Use techniques like Planning Poker to a

  • Answered by AI
  • Q3. What is the SOP while creating a requirement gathering doc
  • Ans. 

    The SOP for creating a requirement gathering doc involves planning, interviewing stakeholders, documenting requirements, and obtaining approval.

    • Plan the requirement gathering process by identifying stakeholders and their needs

    • Conduct interviews with stakeholders to gather detailed requirements

    • Document the requirements in a clear and organized manner

    • Obtain approval from stakeholders to ensure alignment with business goa

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

(3 Questions)

  • Q1. How proficient are you with using tools such as Jira, Cofluence, SQL
  • Ans. 

    I am highly proficient in using Jira, Confluence, and SQL for various business analysis tasks.

    • I have extensive experience using Jira for project management, issue tracking, and agile development.

    • I am skilled in using Confluence for documentation, collaboration, and knowledge sharing within teams.

    • I have strong SQL skills for data analysis, querying databases, and generating reports.

    • I have used these tools in previous pr...

  • Answered by AI
  • Q2. How do you handle disagreements within internal stakeholders
  • Q3. What values do you look in a collegue
  • Ans. 

    I look for values such as integrity, teamwork, communication, and adaptability in a colleague.

    • Integrity - honesty, trustworthiness, and ethical behavior

    • Teamwork - collaboration, support, and willingness to help others

    • Communication - clear and effective communication skills

    • Adaptability - ability to adjust to changing circumstances and problem-solve

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Senior Business Analyst interview:
  • Insurance
  • Requirement Analysis
  • Stakeholder Management
Interview preparation tips for other job seekers - Regular Business Analyst questions as found on the web, be yourself, answer what you know and tell you don't if you can't answer.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are the different types of interfaces?
  • Ans. 

    Different types of interfaces include user interfaces, hardware interfaces, and software interfaces.

    • User interfaces: allow users to interact with the system, such as graphical user interfaces (GUI) and command-line interfaces (CLI)

    • Hardware interfaces: connect hardware components to the system, such as USB, HDMI, and Ethernet ports

    • Software interfaces: define how software components interact with each other, such as appl...

  • Answered by AI
  • Q2. What is the output of the program when the expression is evaluated as 0 divided by 7?
  • Ans. 

    The output of the program when 0 is divided by 7 is 0.

    • Division of 0 by any number results in 0.

    • In programming languages, dividing by 0 usually results in an error or undefined behavior.

  • Answered by AI
  • Q3. What are coroutines, scope functions, and visibility modifiers?
  • Ans. 

    Coroutines, scope functions, and visibility modifiers are key concepts in Kotlin programming for Android development.

    • Coroutines are a way to perform asynchronous programming in a sequential manner. They allow for non-blocking operations.

    • Scope functions are functions that allow you to execute a block of code within the context of an object. Examples include 'let', 'apply', 'run', 'also', and 'with'.

    • Visibility modifiers ...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What is the MVVM (Model-View-ViewModel) architectural pattern?
  • Ans. 

    MVVM is an architectural pattern that separates the user interface from the business logic and data handling in Android development.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the UI elements and sending user interactions to the ViewModel.

    • ViewModel acts as a mediator between the Model and the View, handling the communication and data flow.

    • MVVM helps in achieving se...

  • Answered by AI
  • Q2. What are the reasons for using that, and what are its pros and cons?
  • Ans. 

    Using dependency injection in Android development can improve code maintainability and testability.

    • Pros: easier to manage dependencies, promotes code reusability, facilitates unit testing

    • Cons: initial setup can be complex, may introduce overhead in smaller projects

    • Example: Using Dagger 2 for dependency injection in an Android project

  • Answered by AI
  • Q3. Questions related Dependency injection dagger-hilt / koin
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There were 3 to 4 questions related to the camera that needed to be solved within the given time.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Postmortem of Hashmap
  • Ans. 

    Hashmap postmortem involves analyzing performance, memory usage, collisions, and resizing.

    • Analyze performance: Check for time complexity of operations like get, put, and remove.

    • Memory usage: Evaluate memory footprint and potential memory leaks.

    • Collisions: Investigate collision resolution strategies like separate chaining or open addressing.

    • Resizing: Examine load factor and rehashing process for efficient resizing.

    • Examp...

  • Answered by AI
  • Q2. Locking mechanism in multithreading
  • Ans. 

    Locking mechanism in multithreading is used to control access to shared resources by multiple threads.

    • Locks are used to prevent multiple threads from accessing shared resources simultaneously

    • Types of locks include synchronized blocks, ReentrantLock, and ReadWriteLock

    • Locks help prevent race conditions and ensure data consistency in multithreaded applications

  • Answered by AI
  • Q3. Find highest salaried emp from each dept
  • Ans. 

    Use SQL query to group by department and find employee with highest salary in each department

    • Write a SQL query to group by department and select max salary for each department

    • Join the result with employee table to get employee details

    • Example: SELECT dept, emp_name, MAX(salary) FROM employees GROUP BY dept

  • Answered by AI
  • Q4. Sorting algorithms

Interview Preparation Tips

Topics to prepare for Wissen Technology Java Developer interview:
  • Java fundamentals
  • DS
  • Multithreading
  • SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Given an array of non-negative integers.Find the length of the longest subsequence such that elements in the subsequence are contiguous integers. The consecutive numbers can be in any order. Example n=7 nu...
  • Ans. 

    Find the length of the longest subsequence of contiguous integers in an array.

    • Sort the array

    • Iterate through the array and check for consecutive integers

    • Keep track of the longest subsequence found

  • Answered by AI
  • Q2. Get list of pincodes from these objects Employee{ id Long, name String, Addresses : List
    } Addresses{ houseNo long, pindcode long, state String, country String, } Ans. Use flatMap to flatten and then use m...
  • Ans. 

    Use flatMap and map to extract list of pincodes from Employee objects

    • Use flatMap to flatten the list of Addresses in each Employee object

    • Use map to iterate over the flattened list and extract the pincodes

    • Example: employeeList.stream().flatMap(emp -> emp.getAddresses().stream()).map(address -> address.getPincode()).collect(Collectors.toList())

  • Answered by AI
  • Q3. What is Database Pooling, Hikari and its configurations. Java 8 to current enchancements and current java version Factory and Builder design patterns to explain and code Project expalantion and details, Cr...
  • Ans. 

    Database pooling is a technique used to manage a pool of database connections for efficient resource utilization. HikariCP is a popular database connection pooling library in Java.

    • HikariCP is a high-performance database connection pooling library for Java applications.

    • It is known for its low latency and high throughput.

    • Configurations for HikariCP include settings such as maximum pool size, connection timeout, and idle ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and design patterns and knowledge of springboot,java & streams API advance methods etc.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 260 Interviews
NeoSOFT Interview Questions
4.0
 • 250 Interviews
Xoriant Interview Questions
4.2
 • 174 Interviews
Iris Software Interview Questions
4.1
 • 126 Interviews
CMS IT Services Interview Questions
3.1
 • 120 Interviews
Sify Technologies Interview Questions
3.9
 • 117 Interviews
Evalueserve Interview Questions
3.3
 • 108 Interviews
XL Dynamics Interview Questions
3.2
 • 106 Interviews
View all

ISGN Corporation Reviews and Ratings

based on 16 reviews

4.7/5

Rating in categories

4.4

Skill development

4.6

Work-Life balance

3.9

Salary & Benefits

4.3

Job Security

4.3

Company culture

4.3

Promotions/Appraisal

4.3

Work Satisfaction

Explore 16 Reviews and Ratings
Senior Analyst
9 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Software Engineer
5 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Team Lead
5 salaries
unlock blur

₹4.8 L/yr - ₹7.2 L/yr

Analyst
4 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Assistant Manager
4 salaries
unlock blur

₹9.2 L/yr - ₹19.8 L/yr

Explore more salaries
Compare ISGN Corporation with

CMS IT Services

3.1
Compare

KocharTech

4.0
Compare

Xoriant

4.2
Compare

Photon Interactive

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview