Upload Button Icon Add office photos

Filter interviews by

Information Security Media Group Interview Questions and Answers

Updated 23 Jun 2023

Information Security Media Group Interview Experiences

1 interview found

Senior data mining and researcher specialist Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2023

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

I applied via Referral and was interviewed before Jun 2022. There were 6 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 - HR 

(1 Question)

  • Q1. What is your experience in research field?
Round 3 - Behavioral 

(1 Question)

  • Q1. What is the first step for research process
  • Ans. I have to check whether all the given details are present or not as per the scope given
  • Answered Anonymously
Round 4 - Aptitude Test 

I was given 10 records to research within 15 minutes on excel.

Round 5 - Group Discussion 

Management was discussing about the organisation objectives and goals

Round 6 - Behavioral 

(1 Question)

  • Q1. General discussion about my experience and qualities

Jobs at Information Security Media Group

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Dec 2024. There were 8 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?
Round 2 - Group Discussion 

I am to good for any type of work doing

Round 3 - Technical 

(2 Questions)

  • Q1. How do you perform keyword research?
  • Q2. What are ITSM and its processes?
Round 4 - HR 

(2 Questions)

  • Q1. Have you ever worked on a project with tight deadlines? How did you manage?
  • Q2. Describe a time when you faced a challenging situation. How did you handle it?
Round 5 - Coding Test 

Question: Write a function to sort an array of integers in ascending order without using the built-in sort() function.

javascript
Copy code
function customSort(arr) {
// Your code here
}
console.log(customSort([5, 3, 8, 1])); // Output: [1, 3, 5, 8]

Round 6 - Case Study 

Operational Efficiency: Automating workflows in ServiceNow should reduce processing time for customer queries and loan applications by 50%.
Increased Visibility: SEO and SEM strategies should increase the bank’s website traffic by 30% within 3 months.
Improved Customer Experience: A modern portal with faster support options will increase customer satisfaction ratings.

Round 7 - Assignment 

A report/document explaining the solutions for the above tasks.
A code file for the HTML/CSS/JavaScript task.
Screenshots or diagrams (if applicable) for ServiceNow workflows.

Round 8 - Aptitude Test 

Data Interpretation
Study the following data and answer the question:

Year Revenue (₹) Profit (₹)
2020 10,000 2,000
2021 12,000 3,000
2022 15,000 4,000Question:
What is the average profit percentage over the three years?

Options:
A) 20%
B) 25%
C) 22%
D) 27%

Interview Preparation Tips

Interview preparation tips for other job seekers - Build a Strong Resume and Portfolio
Tailor your resume: Customize your resume for each job by highlighting relevant skills and experiences.
Showcase achievements: Quantify your accomplishments (e.g., "Increased website traffic by 30%").
Include a portfolio: If you’re in fields like digital marketing or development, create a portfolio showcasing your projects, internships, or certifications.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was online test conducted by whee box. Questions were mix from Automation and Manual testing. Questions on OOPS concept like Encapsulation, polymorphism, abstraction. Questions on Database testing, (none from API). Few questions based on English , few logical reasoning

Round 2 - Technical 

(8 Questions)

  • Q1. API questions - Put vs patch , error codes, API tools used
  • Q2. Explain STLC in detail
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a systematic process for testing software applications.

    • STLC consists of various phases such as Requirement Analysis, Test Planning, Test Design, Test Execution, and Test Closure.

    • Each phase has specific objectives and deliverables to ensure the quality of the software.

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

  • Answered by AI
  • Q3. Introduction, current role
  • Q4. Current CTC , Expected CTC
  • Q5. Agile ceremonies
  • Q6. Stored procedure in DB
  • Ans. 

    Stored procedures are precompiled SQL statements stored in the database for reuse and improved performance.

    • Stored procedures are used to encapsulate business logic in the database.

    • They can improve performance by reducing network traffic and optimizing execution plans.

    • Stored procedures can be called from application code to perform complex operations on the database.

    • They can also help with security by controlling access...

  • Answered by AI
  • Q7. Ready for working in night shift for US based client
  • Q8. Requirement traceability matrix
Round 3 - Technical 

(13 Questions)

  • Q1. Quick Introduction and role in current project
  • Ans. 

    I am a Senior QA Engineer with 5 years of experience. Currently, I am leading the testing efforts for a web application project.

    • Leading the testing efforts for a web application project

    • Creating test plans and test cases

    • Executing manual and automated tests

    • Identifying and reporting bugs

    • Collaborating with developers and stakeholders

  • Answered by AI
  • Q2. Questions related to agile ceremonies
  • Q3. API tools used, % of API work done in previous projects
  • Ans. 

    Used Postman for API testing, 60% of work involved API testing in previous projects

    • Utilized Postman for API testing

    • 60% of work in previous projects involved API testing

    • Worked extensively with RESTful APIs

  • Answered by AI
  • Q4. Scenario based questions on QA
  • Q5. Role of QA when the built functionality do not match with requirements
  • Ans. 

    QA plays a crucial role in identifying and communicating the discrepancies between built functionality and requirements.

    • QA should thoroughly review the requirements documentation to understand the expected functionality.

    • QA should conduct thorough testing to identify any discrepancies between the built functionality and the requirements.

    • QA should communicate any discrepancies found to the development team and stakeholde...

  • Answered by AI
  • Q6. Contract testing in API
  • Ans. 

    Contract testing in API involves verifying the interactions between different services based on predefined contracts.

    • Contract testing ensures that each service meets the expectations set by the contract.

    • It helps in detecting issues early in the development cycle.

    • Popular tools for contract testing in APIs include Pact and Spring Cloud Contract.

  • Answered by AI
  • Q7. Overall tools used for database, build deployment, bug tracking, test case/plan track
  • Ans. 

    Various tools used for database, build deployment, bug tracking, and test case/plan tracking in QA engineering.

    • Database: SQL Server, MySQL, Oracle

    • Build Deployment: Jenkins, TeamCity, Bamboo

    • Bug Tracking: Jira, Bugzilla, Redmine

    • Test Case/Plan Tracking: TestRail, HP ALM, Zephyr

  • Answered by AI
  • Q8. New things which you contributed to current project to improve overall quality process
  • Ans. 

    Implemented automated test scripts using Selenium for regression testing, introduced code review process for test scripts, and conducted training sessions on new testing tools.

    • Implemented automated test scripts using Selenium for regression testing

    • Introduced code review process for test scripts

    • Conducted training sessions on new testing tools

  • Answered by AI
  • Q9. How many offer letters you hold? Current CTC, Expected CTC
  • Ans. 

    I currently hold 2 offer letters. My current CTC is $80,000 and my expected CTC is $90,000.

    • I hold 2 offer letters

    • Current CTC is $80,000

    • Expected CTC is $90,000

  • Answered by AI
  • Q10. Comfortable in coming to office regularly although it was hybrid model
  • Ans. 

    Yes, I am comfortable with coming to the office regularly in a hybrid model.

    • I value face-to-face interactions with team members for better collaboration and communication.

    • I am able to manage my time effectively to balance office and remote work.

    • I understand the importance of being present in the office for certain tasks or meetings.

    • I am adaptable and flexible in my work environment.

  • Answered by AI
  • Q11. Any experience in working with US based clients, Ready for shift overlapping
  • Ans. 

    Yes, I have experience working with US based clients and I am ready for shift overlapping.

    • I have worked with US based clients in my previous role as a QA Engineer

    • I am familiar with the time zone differences and have adjusted my schedule accordingly

    • I am comfortable with shift overlapping and have done it before when needed

  • Answered by AI
  • Q12. RCA and backtracking process in current project
  • Ans. 

    RCA and backtracking process involves identifying root causes of issues and revisiting previous steps to find solutions.

    • Root Cause Analysis (RCA) is used to identify the underlying cause of a problem or defect in the project.

    • Backtracking process involves revisiting previous steps or decisions to find a solution or correct an issue.

    • Examples of RCA in current project could include analyzing code changes that led to a bug...

  • Answered by AI
  • Q13. Experience in automation testing, any learning in AI or other
  • Ans. 

    I have extensive experience in automation testing and have also taken courses in AI and machine learning.

    • I have worked on creating automation frameworks using tools like Selenium and Appium.

    • I have taken online courses on AI and machine learning to enhance my skills in these areas.

    • I have implemented AI-based testing techniques like neural networks for test automation.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Milliman Senior QA Engineer interview:
  • API Testing
  • Agile Methodology
  • Database Testing
  • Manual Testing
  • STLC
  • Procedures
  • build deployment
Interview preparation tips for other job seekers - They are more focused on API testing work. Questions related to manual testing are kind of simple. Some scenario based questions on testing, related to experience. Also asking for automation testing experience, although HR said only manual testing is required
Every technical interviewer was interested in knowing the CTC, which generally does not happen.
HR said its a hybrid role, also specified in job description but director said he wants people to come daily especially new joiners.
They have different policies for new joiners who are on probation period as compared to their old employees.
HR does not give apt response, interview process is very messed up. She will mostly avoid your calls of follow-ups. Firstly my profile was rejected within 3-4 days during profile shortlisting, then magically I received online test invite and then eventually interviews occur. But after 3rd round, I was rejected again via mail by HR (with no feedback obv) and that too when I tried to follow up with her after 4 days of giving 2nd technical interview. Hiring process is quite messed up and needs some refinment
Also the online test conducted by wheebox has a lot of technical glitches, not a smooth process.
Seem like their budget was quite less which was not told in earlier stages by HR.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a data analyst with a background in statistics and programming, passionate about turning data into actionable insights.

    • Background in statistics and programming

    • Experience in data analysis and visualization tools like Python, R, and Tableau

    • Strong problem-solving and critical thinking skills

    • Ability to communicate complex data findings to non-technical stakeholders

  • Answered by AI
  • Q2. What are your career goals
  • Ans. 

    My career goal is to become a senior data analyst in a reputable company, where I can utilize my skills to drive data-driven decision-making and contribute to the organization's success.

    • Advance to a senior data analyst role

    • Contribute to data-driven decision-making

    • Work for a reputable company

    • Continuous learning and skill development

  • Answered by AI
  • Q3. What is your strength and weakness
  • Ans. 

    Strength: Strong analytical skills, Weakness: Overthinking

    • Strength: Ability to analyze complex data sets and derive meaningful insights

    • Strength: Proficiency in data visualization tools like Tableau and Power BI

    • Weakness: Tendency to overthink and spend too much time on minor details

    • Weakness: Struggle with delegating tasks and trusting others to complete them

  • Answered by AI
  • Q4. Intresting role about company
  • Q5. Developing skills

Interview Preparation Tips

Topics to prepare for Safran Engineering Services India Data Analyst interview:
  • Self Service
Interview preparation tips for other job seekers - Be strong to communicate with others.... Trust is important

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

Interview experience
4
Good
Difficulty level
Easy
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 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude assessment along with some theoretical components.

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions in Java, SQL and React
Round 3 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Coding question->Reverse String(World Hello), pattern, prime number
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is SAML flow?
  • Ans. 

    SAML flow is a process for exchanging authentication and authorization data between identity providers and service providers.

    • SAML flow involves the exchange of XML-based security assertions.

    • It typically includes steps such as authentication request, response, and validation.

    • SAML flow can be initiated by a user trying to access a service that requires authentication.

    • It helps establish trust between different systems by

  • Answered by AI
  • Q2. Explain more about pinfedarte?
  • Ans. 

    Pinfedarte is a security mechanism used in computer systems to prevent unauthorized access.

    • Pinfedarte is a form of access control that restricts users from accessing certain resources or performing specific actions.

    • It typically involves the use of passwords, encryption, biometrics, or other authentication methods.

    • Pinfedarte helps protect sensitive information and prevent security breaches.

    • Examples of pinfedarte include...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain flows in OAUTH?
  • Ans. 

    OAUTH flows are different ways in which a client application can obtain authorization to access resources on behalf of a user.

    • Authorization Code Flow: Client exchanges an authorization code for an access token.

    • Implicit Flow: Client receives access token directly.

    • Client Credentials Flow: Client uses its own credentials to authenticate and receive access token.

    • Resource Owner Password Credentials Flow: Client collects use...

  • Answered by AI
  • Q2. Do you know Dynatrace, sumologic tools?
  • Ans. 

    Yes, I am familiar with Dynatrace and Sumo Logic tools.

    • I have experience using Dynatrace for application performance monitoring and management.

    • I have used Sumo Logic for log management and analytics.

    • I am proficient in setting up alerts, dashboards, and troubleshooting issues using these tools.

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Engineer 

(5 Questions)

  • Q1. What is your name
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name in English-speaking countries

    • Easy to remember and pronounce

  • Answered by AI
  • Q2. How much experience you have
  • Ans. 

    I have 2 years of experience working as a Junior Assistant in a busy office environment.

    • 2 years of experience as a Junior Assistant

    • Proficient in office administration tasks

    • Skilled in using Microsoft Office suite

    • Excellent communication and organizational skills

  • Answered by AI
  • Q3. Which type of project you done
  • Ans. 

    I have worked on various types of projects including data analysis, event planning, and marketing campaigns.

    • Data analysis project for a retail company to identify customer trends

    • Event planning project for a charity fundraiser event

    • Marketing campaign project for a new product launch

  • Answered by AI
  • Q4. Which type of machine you operate our know
  • Ans. 

    I have experience operating various types of office equipment such as printers, scanners, and copiers.

    • Printers

    • Scanners

    • Copiers

  • Answered by AI
  • Q5. How to plan for production tomorrow
  • Ans. 

    To plan for production tomorrow, it is important to assess current inventory, review upcoming orders, allocate resources, and communicate with team members.

    • Assess current inventory levels to determine what needs to be produced

    • Review upcoming orders to prioritize production schedule

    • Allocate resources such as materials, equipment, and manpower accordingly

    • Communicate with team members to ensure everyone is aware of their

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is the least count of micrometer and caliper
  • Ans. 

    The least count of a micrometer is 0.01 mm and the least count of a caliper is 0.02 mm.

    • Micrometer least count: 0.01 mm

    • Caliper least count: 0.02 mm

  • Answered by AI
  • Q2. What is conncetricity,total runout, flatness,rf and rt
  • Ans. 

    Concentricity, total runout, flatness, rf, and rt are important measurements in engineering and manufacturing.

    • Concentricity refers to the tolerance of the center point of a feature relative to its axis.

    • Total runout measures the maximum amount a feature may vary from true circularity when rotated.

    • Flatness is the deviation of a surface from a perfect plane.

    • Rf (roughness factor) and Rt (roughness total) are measurements o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work in your native ,help to you take care of your perents
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Assignment 

Various assignments.

Round 2 - Assignment 

Task included marketing strategies and planning for the company

Round 3 - Assignment 

Again assignment given

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about About yourself
  • Q2. Previous work experience and budget of campaigns etc
Round 5 - One-on-one 

(1 Question)

  • Q1. Multiple questions and assignments

Interview Preparation Tips

Interview preparation tips for other job seekers - ❌Worst interview process!!
They took 8+ rounds of interviews in 17 days to give unhelpful and inappropriate feedback. For this company I have invested my time in providing marketing plans for projects under the guise of assignments. These plans were not merely tests, but comprehensive strategies. They was internal politics in process, then I am grateful to have been spared from joining a toxic work environment. DO NOT WASTE TIME FOR SUCH TOXIC AND UNPROFESSIONAL COMPANY!
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Ans. 

    Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

    • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

    • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

    • Cross-functional teams work together closely to deliver incremental value to the B2B...

  • Answered by AI
  • Q2. What is your experience with barcode scanners?
  • Ans. 

    I have extensive experience working with barcode scanners in various automation projects.

    • Implemented barcode scanning functionality in warehouse management system to track inventory

    • Integrated barcode scanners with automated testing tools for regression testing

    • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

  • Answered by AI

Information Security Media Group Interview FAQs

How many rounds are there in Information Security Media Group interview?
Information Security Media Group interview process usually has 6 rounds. The most common rounds in the Information Security Media Group interview process are Behavioral, Aptitude Test and Group Discussion.
How to prepare for Information Security Media Group 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 Information Security Media Group . The most common topics and skills that interviewers at Information Security Media Group expect are Information Security, Management, Research, Digital Media and HTML.

Tell us how to improve this page.

Information Security Media Group Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

DELTA Interview Questions
4.1
 • 19 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
FireEye Interview Questions
4.3
 • 5 Interviews
K7 Computing Interview Questions
4.1
 • 3 Interviews
Cybermedia Interview Questions
3.9
 • 2 Interviews
Trend Micro Interview Questions
4.3
 • 1 Interview
View all

Information Security Media Group Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

3.6

Salary

3.3

Job security

3.9

Company culture

2.9

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Social Media Executive

Mumbai

1-4 Yrs

Not Disclosed

Graphic Designer

Mumbai

2-5 Yrs

Not Disclosed

Senior Journalist (Editorial)

Mumbai

3-8 Yrs

Not Disclosed

Explore more jobs
Team Lead
4 salaries
unlock blur

₹3.6 L/yr - ₹4.5 L/yr

Data Mining Specialist
4 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Marketing and Operations Executive
4 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Senior Marketing Manager
3 salaries
unlock blur

₹15 L/yr - ₹18 L/yr

Event Manager
3 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Explore more salaries
Compare Information Security Media Group with

Cybermedia

3.9
Compare

Data Security Council of India

3.1
Compare

Network Intelligence India

3.5
Compare

K7 Computing

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