Upload Button Icon Add office photos

Filter interviews by

Bigseer System Support Engineer Interview Questions and Answers

Updated 25 May 2024

Bigseer System Support Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What's mean ddl in sql
  • Ans. 

    DDL stands for Data Definition Language in SQL, used to define and modify the structure of database objects.

    • DDL statements are used to create, modify, and delete database objects such as tables, indexes, and views.

    • Examples of DDL statements include CREATE, ALTER, and DROP.

    • DDL statements are not used to manipulate or retrieve data, for that DML (Data Manipulation Language) is used.

  • Answered by AI
  • Q2. Name few ddl command s
  • Ans. 

    DDL commands are used to define the structure of database objects such as tables, indexes, and views.

    • CREATE TABLE: Used to create a new table in the database.

    • ALTER TABLE: Used to modify an existing table in the database.

    • DROP TABLE: Used to delete a table from the database.

    • CREATE INDEX: Used to create an index on a table.

    • DROP INDEX: Used to remove an index from a table.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Bigseer System Support Engineer interview:
  • Linux
  • SQL
Interview preparation tips for other job seekers - Learn basics of linux and sql

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Apr 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

English, reasoning (verbal and non verbal). Basics. That could be worked out of giving mock tests.

Round 2 - Coding Test 

You just have to write a code based on the given question. There are multiple language to select from and you can opt for any like Java, python etc

Round 3 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.
  • Q6. Be honestly manipulative and answer all your achievements and awards to and also cover previous employment if any. Avoid negative speeches in any context
Round 4 - Technical 

(1 Question)

  • Q1. They would ask what have you prepared before asking any technical questions. So answer wisely and technically.
Round 5 - Behavioral 

(1 Question)

  • Q1. These consists of questions based on behavioural as well as managerial skills one can expect from you,once recruited. Situation based basically.

Interview Preparation Tips

Interview preparation tips for other job seekers - If trying for IT sector, being from a non-tech stream, just work on two things- 1. A language (c, c++, Java, python etc) 2. DBMS, as it is in much demand. For tech stream, you already have an upper hand for the technical round.

I applied via Walk-in and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. About oracle
  • Q2. App creation questions
  • Q3. Basic Ms office questions
  • Q4. Database related questions
  • Q5. About our projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow your Path.Right or Wrong Never skip any type of questions.Tell something what you think.Interview Nervousness is a nature but don't show it to them.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

There were a total of seven sections: verbal ability, logical reasoning, arithmetic problems, verbal reasoning, puzzles, pseudocodes, and essay writing, with each section having its own cutoff scores.

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is the SQL query to retrieve the person with the highest salary?
  • Q2. Can you describe the projects you have worked on?
  • Q3. Write a query to merge 2 tables?
  • Q4. Tell me about the internship that you have done?
  • Q5. Behavioural questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Sql interview questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study about the given requirement
  • Q2. Springboot basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare spring boot question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about patch management in Linux
  • Q2. After patching what are the issues you faced. How did you troubleshoot those issues.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain lambda expression
  • Ans. 

    Lambda expression is a concise way to represent an anonymous function in programming languages.

    • Lambda expressions are used to create functions without a name.

    • They are often used in functional programming languages like Python and Java.

    • Lambda expressions can take parameters and return a value.

    • Example: (x, y) -> x + y is a lambda expression that takes two parameters and returns their sum.

  • Answered by AI
  • Q2. Why hibernate is better then jdbc
  • Ans. 

    Hibernate is better than JDBC due to its object-relational mapping capabilities, automatic table creation, and improved performance.

    • Hibernate provides object-relational mapping (ORM) which simplifies database interactions by mapping Java objects to database tables, eliminating the need for manual SQL queries.

    • Hibernate can automatically generate SQL queries based on the Java objects, reducing the amount of code that nee...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Filter names from a list that starts with A
  • Ans. 

    Filter names starting with A from a list of strings

    • Iterate through the list of strings

    • Check if each string starts with 'A'

    • Add the string to a new list if it starts with 'A'

  • Answered by AI
  • Q2. White query parameter and path variable

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

There are two main sections: foundation and advanced. The foundation section consists of three subsections: quantitative, reasoning, and verbal. If you pass the foundation section but do not clear the advanced section, you will be considered for either the ninja role or the digital role during the interview process. The advanced section includes advanced aptitude questions and two coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Q2. 3 to 4 questions based on database
  • Q3. 2 easy coding questions
  • Q4. Questions based on technology that I knew
  • Q5. Situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the first round, as it can be quite challenging; once you pass it and are selected for an interview, the subsequent process feels considerably easier.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round > General aptitude and versant test.

Round 2 - Technical 

(3 Questions)

  • Q1. How to manage VDI?
  • Ans. 

    VDI can be managed by monitoring performance, updating software, optimizing resources, and ensuring security.

    • Monitor performance regularly to identify any issues or bottlenecks.

    • Update VDI software and patches to ensure system stability and security.

    • Optimize resources by balancing workloads and adjusting configurations as needed.

    • Ensure security measures are in place, such as encryption, access controls, and regular back...

  • Answered by AI
  • Q2. O365 services and it's related questions.
  • Q3. Questions on cloud computing, cloud services.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for every question related to your role.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its very easy
Basic maths questions learned up to 10
Basic Apptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about your self Hi My name is Vikram Adithya I am an hard working and passionate engineering student currently perceiveing in gokaraju rangaraju institute of engineering and technology .I stay with...
  • Q2. Intervier asked about what kind of problems did you solved in leetcode? I said palindrome factorial matrix multiplication etc . Intervier said every one can solve this
  • Q3. He asked me about my project role i said I have done documentation in my project he said every one can do that
  • Q4. He asked me to write project code
  • Q5. He asked me any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer carefully in infosys
If you crack it it is easy to get hired in infosys.

Bigseer Interview FAQs

How many rounds are there in Bigseer System Support Engineer interview?
Bigseer interview process usually has 1 rounds. The most common rounds in the Bigseer interview process are Technical.
What are the top questions asked in Bigseer System Support Engineer interview?

Some of the top questions asked at the Bigseer System Support Engineer interview -

  1. What's mean ddl in ...read more
  2. Name few ddl comman...read more

Tell us how to improve this page.

Bigseer System Support Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
View all
Bigseer System Support Engineer Salary
based on 7 salaries
₹3 L/yr - ₹4 L/yr
19% less than the average System Support Engineer Salary in India
View more details

Bigseer System Support Engineer Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

2.8

Skill development

2.7

Work-life balance

3.0

Salary

4.3

Job security

3.8

Company culture

1.4

Promotions

3.7

Work satisfaction

Explore 4 Reviews and Ratings
System Support Engineer
7 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Software Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹4.8 L/yr

Application Support Engineer
4 salaries
unlock blur

₹3.8 L/yr - ₹5.5 L/yr

Software Developer
3 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Fraud Analyst
3 salaries
unlock blur

₹3.5 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Bigseer with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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