Upload Button Icon Add office photos

Filter interviews by

Comcast SAP Basis Consultant Interview Questions and Answers

Updated 30 Sep 2024

Comcast SAP Basis Consultant Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where the windows logs will be stored
  • Ans. 

    Windows logs are stored in the Event Viewer application on Windows operating systems.

    • Windows logs are stored in the Event Viewer application.

    • Event Viewer can be accessed by searching for 'Event Viewer' in the Windows search bar.

    • Logs are categorized into different sections such as Application, Security, System, etc.

  • Answered by AI
  • Q2. How to check the system status in OS level
  • Ans. 

    To check system status in OS level, use commands like top, ps, vmstat, sar, etc.

    • Use 'top' command to display real-time system information like CPU and memory usage

    • Use 'ps' command to display currently running processes

    • Use 'vmstat' command to display virtual memory statistics

    • Use 'sar' command to display system activity reports

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics you can easily crack

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core php, redis, solr

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain what projects you have worked on.

Interview Questionnaire 

2 Questions

  • Q1. What is difference between interface and abstract class
  • Ans. 

    An interface is a contract that defines the methods that a class must implement, while an abstract class can provide some implementation.

    • An interface can only have abstract methods, while an abstract class can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces, but can only inherit from a single abstract class.

    • Interfaces are used to achieve multiple inheritance in Java.

    • Abstract classe...

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

    Enum is a data type that consists of a set of named values.

    • Enums are used to define a set of constants that can be assigned to a variable.

    • They make code more readable and maintainable.

    • Example: enum Color { RED, GREEN, BLUE }

    • Enums can also have values assigned to them, like enum Size { SMALL = 1, MEDIUM = 2, LARGE = 3 }

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and graduation based OS, CN, DAA and DBMS questions

Round 2 - HR 

(1 Question)

  • Q1. Psychological warfare, to be honest
Round 3 - Technical 

(1 Question)

  • Q1. Questions on DBMS, CN and DAA

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain positive attitude and confidence while showcasing yourself. Technical knowledge required is the basics covered. Focus on DBMS & Linux if up for a development based role

Software Developer Interview Questions & Answers

DAZN user image manoj kumar ramisetty

posted on 28 Jul 2024

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

(2 Questions)

  • Q1. What is my name
  • Ans. 

    The question is asking for your name.

    • Answer with your actual name

    • Be honest and straightforward

    • Avoid giving a fake name or trying to be clever

  • Answered by AI
  • Q2. Salry how much exoected
Round 2 - HR 

(1 Question)

  • Q1. Salary how mych
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic LIS problem. Coded using Java. Asked to improve it using collections.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain current project and what you have handled
  • Q2. Longest substring problem
  • Ans. 

    Find the longest substring without repeating characters in an array of strings.

    • Iterate through each string in the array

    • Use a set to keep track of characters seen so far

    • Update the longest substring length as you iterate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover Basic things and be confident.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

DAZN user image Balkrushna Atmaram Jadhav

posted on 13 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

It was live online coding test

Interview Preparation Tips

Topics to prepare for DAZN Software Engineer interview:
  • Nodejs
Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test nodejs assignnment

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Multithreading and Concurrency
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the use of ref?
  • Ans. 

    The 'ref' keyword in C# is used to pass arguments by reference instead of by value.

    • Allows a method to modify the value of the argument passed to it

    • Useful when you want to update the original value of a variable inside a method

    • Can be used with value types and reference types

    • Example: void UpdateValue(ref int num) { num = 10; }

    • Example: int value = 5; UpdateValue(ref value); // value will be 10 after the method call

  • Answered by AI
  • Q2. What are React Hooks
  • Ans. 

    React Hooks are functions that let you use state and other React features without writing a class.

    • React Hooks were introduced in React 16.8.

    • They allow you to use state and other React features in functional components.

    • Some commonly used React Hooks are useState, useEffect, useContext, etc.

    • Hooks are more lightweight and easier to understand compared to class components.

  • Answered by AI

Comcast Interview FAQs

How many rounds are there in Comcast SAP Basis Consultant interview?
Comcast interview process usually has 1 rounds. The most common rounds in the Comcast interview process are Technical.
How to prepare for Comcast SAP Basis Consultant 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 Comcast. The most common topics and skills that interviewers at Comcast expect are Basis, SAP and SAP Basis.
What are the top questions asked in Comcast SAP Basis Consultant interview?

Some of the top questions asked at the Comcast SAP Basis Consultant interview -

  1. How to check the system status in OS le...read more
  2. Where the windows logs will be sto...read more

Tell us how to improve this page.

Comcast SAP Basis Consultant Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 169 Interviews
Cinépolis Interview Questions
3.9
 • 62 Interviews
HT Media Interview Questions
3.3
 • 50 Interviews
DAZN Interview Questions
2.7
 • 33 Interviews
Network 18 Interview Questions
3.5
 • 27 Interviews
Planetcast Interview Questions
3.9
 • 24 Interviews
View all

Fast track your campus placements

View all
Comcast SAP Basis Consultant Salary
based on 4 salaries
₹11.7 L/yr - ₹12 L/yr
53% more than the average SAP Basis Consultant Salary in India
View more details
Development Engineer 2
150 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Devops Engineer
124 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Development Engineer 3
119 salaries
unlock blur

₹13 L/yr - ₹25 L/yr

Development Engineer
117 salaries
unlock blur

₹6.5 L/yr - ₹22.1 L/yr

Software Development Engineer II
77 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Explore more salaries
Compare Comcast with

PVR Inox

4.0
Compare

Cinépolis

3.9
Compare

HT Media

3.3
Compare

Zee Entertainment Enterprises

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