Upload Button Icon Add office photos

Filter interviews by

Creospan Production Support Analyst Interview Questions and Answers

Updated 4 Aug 2024

Creospan Production Support Analyst Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to check logs
  • Ans. 

    To check logs, use command line tools like tail, grep, and less to view and search through log files.

    • Use 'tail' command to view the last few lines of a log file

    • Use 'grep' command to search for specific keywords or patterns in a log file

    • Use 'less' command to view log files page by page and search for specific content

  • Answered by AI
  • Q2. Sql query for condition
  • Ans. 

    Use SQL query to filter data based on a condition

    • Use WHERE clause to specify the condition

    • Example: SELECT * FROM table_name WHERE column_name = 'value'

    • You can use logical operators like AND, OR, NOT to combine conditions

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. How to list files
  • Ans. 

    To list files, use command line tools like ls or dir.

    • Use 'ls' command in Unix/Linux systems to list files in a directory

    • Use 'dir' command in Windows systems to list files in a directory

    • Add options like -l for detailed listing or -a to show hidden files

    • Use wildcards like * to filter files based on patterns

  • Answered by AI
  • Q2. Diff between grep and egrep
  • Ans. 

    grep is a basic pattern matching tool, while egrep is an extended version with more advanced pattern matching capabilities.

    • grep is a basic command-line utility for searching plain-text data sets for lines that match a regular expression pattern.

    • egrep is an extended version of grep that supports more advanced regular expression patterns.

    • egrep is equivalent to grep -E, which enables extended regular expressions.

    • egrep is ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. Right now didn't any interview.kindly arrange a interview.
  • Q2. No I didn't not received any interview process.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have good experience on the SQL,PL SQL, Oracle SQL.I have 8 yrs experience on the solution process.kindly arrange Interview process.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 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 - One-on-one 

(5 Questions)

  • Q1. What is internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.

    • If multiple key-value pairs hash to the same index, they are stored in a linked list at that index.

    • To retrieve a value...

  • Answered by AI
  • Q2. What is difference between hashmap and concurrent hashmap
  • Ans. 

    HashMap is not thread-safe while ConcurrentHashMap is thread-safe.

    • HashMap is not thread-safe and can lead to ConcurrentModificationException if modified while iterating.

    • ConcurrentHashMap allows concurrent modifications without the need for external synchronization.

    • ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple threads to operate on different segments concurrently.

    • Concurren...

  • Answered by AI
  • Q3. Can we override main method in java
  • Ans. 

    No, main method in Java cannot be overridden.

    • Main method is a static method of a class and cannot be overridden.

    • Subclasses can have their own main method, but it will not be considered as the entry point of the program.

    • Example: public class SubClass extends MainClass { public static void main(String[] args) { // This is not the entry point of the program }}

  • Answered by AI
  • Q4. Write the command to find the hidden files in unix
  • Ans. 

    Use the 'ls' command with the '-a' flag to find hidden files in Unix.

    • Use the command 'ls -a' to list all files, including hidden files.

    • Hidden files in Unix start with a dot (.) before the file name.

    • Example: 'ls -a' will display all files, including hidden files.

  • Answered by AI
  • Q5. Write a command to replace a string in unix
  • Ans. 

    Use the sed command to replace a string in Unix

    • Use the following syntax: sed 's/original_string/new_string/g' filename

    • The 's' flag stands for substitute, 'g' flag stands for global (replace all occurrences)

    • Example: sed 's/hello/goodbye/g' file.txt

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For java production support please brush up Unix SQL and unix

Skills evaluated in this interview

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

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

Round 1 - Assignment 

Hydraulic systems and hydraulic machines.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the difference between BS4 and BS6 emissions standards?
  • Ans. 

    BS6 emissions standards are more stringent than BS4, with lower limits on emissions of pollutants like nitrogen oxides and particulate matter.

    • BS6 standards have stricter limits on emissions of pollutants like nitrogen oxides (NOx) and particulate matter (PM) compared to BS4.

    • BS6 compliant vehicles are required to have advanced emission control technologies like selective catalytic reduction (SCR) and diesel particulate ...

  • Answered by AI
  • Q2. What is the difference between an electric motor and an electric generator?
  • Ans. 

    An electric motor converts electrical energy into mechanical energy to produce motion, while an electric generator converts mechanical energy into electrical energy.

    • Electric motor converts electrical energy into mechanical energy

    • Electric generator converts mechanical energy into electrical energy

    • Electric motor is used in appliances like fans, washing machines

    • Electric generator is used in power plants to generate electr

  • Answered by AI
  • Q3. Difference between four stroke and two stroke engine
  • Ans. 

    Four stroke engines have separate intake, compression, power, and exhaust strokes, while two stroke engines combine intake and compression in one stroke and power and exhaust in another.

    • Four stroke engines have a dedicated stroke for each of the four processes: intake, compression, power, and exhaust

    • Two stroke engines combine intake and compression in one stroke and power and exhaust in another

    • Four stroke engines are m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always perform your work with integrity.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is a project that you have worked on before?
  • Ans. 

    Developed a web-based inventory management system for a retail company

    • Utilized Java for backend development

    • Implemented responsive design using HTML, CSS, and JavaScript

    • Integrated barcode scanning functionality for efficient inventory tracking

  • Answered by AI
  • Q2. What was your role within the team?
  • Ans. 

    I was responsible for providing technical support to end users and troubleshooting application issues within the team.

    • Providing technical support to end users

    • Troubleshooting application issues

    • Collaborating with team members to resolve issues

    • Documenting solutions and best practices

  • Answered by AI
  • Q3. What SQL-based queries were asked during your interview? like self join , average
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. WHAT IS sage FRONT END PROGRAMMING LANGUAGE
  • Q2. WHAT ARE THE REGULAR COMPLAINS USERS GET ON SAGE
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was Easy to medium . overall good

Round 2 - Coding Test 

It was Medium to tough level

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is fifo lifo
  • Ans. 

    FIFO (First In, First Out) and LIFO (Last In, First Out) are inventory management methods.

    • FIFO: Items that are added first are the first to be removed. Like a queue.

    • LIFO: Items that are added last are the first to be removed. Like a stack.

  • Answered by AI
  • Q2. Whole data structure concepts
Round 4 - HR 

(2 Questions)

  • Q1. What do you want to change in this country if you get a chance
  • Ans. 

    I would focus on improving access to quality education for all citizens.

    • Implementing policies to ensure equal opportunities for education

    • Investing in infrastructure and resources for schools in underserved areas

    • Providing scholarships and financial aid for students from low-income families

    • Promoting vocational training programs to address skills gaps in the workforce

  • Answered by AI
  • Q2. I don't remember
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About interview is production engineer
  • Q2. About interview is production supervisor

Interview Preparation Tips

Interview preparation tips for other job seekers - This jab is very narmal
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Please ask technical level question?
  • Q2. Application support engineer question?

Interview Preparation Tips

Interview preparation tips for other job seekers - nill

Creospan Interview FAQs

How many rounds are there in Creospan Production Support Analyst interview?
Creospan interview process usually has 1 rounds. The most common rounds in the Creospan interview process are Technical.
What are the top questions asked in Creospan Production Support Analyst interview?

Some of the top questions asked at the Creospan Production Support Analyst interview -

  1. How to check l...read more
  2. Sql query for condit...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
View all
Senior Software Engineer
8 salaries
unlock blur

₹24 L/yr - ₹36.2 L/yr

Team Lead
6 salaries
unlock blur

₹21 L/yr - ₹36 L/yr

Technical Lead
5 salaries
unlock blur

₹31 L/yr - ₹42 L/yr

Senior Talent Acquisition Specialist
5 salaries
unlock blur

₹6.4 L/yr - ₹11 L/yr

Software Engineer
4 salaries
unlock blur

₹12 L/yr - ₹30 L/yr

Explore more salaries
Compare Creospan with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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