Upload Button Icon Add office photos

C-Edge Technologies

Compare button icon Compare button icon Compare

Filter interviews by

C-Edge Technologies Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top C-Edge Technologies Interview Questions and Answers

View all 32 questions

C-Edge Technologies Interview Experiences

Popular Designations

24 interviews found

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Some coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is exception propogation in java?
  • Ans. 

    Exception propagation in Java is the process of passing an exception from one method to another in the call stack.

    • Exceptions can be thrown in a method and propagated up the call stack until they are caught and handled.

    • If an exception is not caught in a method, it will be propagated to the calling method.

    • This continues until the exception is caught or reaches the top of the call stack.

    • Example: If a method 'A' calls meth...

  • Answered by AI
  • Q2. Expalin JDBC and return type of statement?
  • Ans. 

    JDBC is a Java API for connecting and executing SQL queries on databases. The return type of a statement in JDBC is boolean.

    • JDBC stands for Java Database Connectivity.

    • It allows Java programs to interact with databases using SQL queries.

    • The return type of a statement in JDBC is boolean, indicating whether the query was successfully executed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare they gonna ask you to write a code.

Skills evaluated in this interview

Top C-Edge Technologies Java Developer Interview Questions and Answers

Q1. What is difference between runnable and callable in java?
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why Strings are immutable in java?
  • Ans. 

    Strings are immutable in Java to ensure thread safety, security, and optimization.

    • Immutable strings are thread-safe as they cannot be modified concurrently by multiple threads.

    • Immutable strings enhance security by preventing malicious code from altering the string content.

    • String interning is possible due to immutability, allowing for memory optimization.

    • Examples: String str = "Hello"; str.concat(" World"); // This does

  • Answered by AI
  • Q2. What is difference between runnable and callable in java?
  • Ans. 

    Runnable is a functional interface with a run() method, while Callable is a functional interface with a call() method that can return a result or throw an exception.

    • Runnable does not return a result or throw a checked exception, while Callable can return a result or throw a checked exception.

    • Callable is used in scenarios where you need to return a result or handle checked exceptions, while Runnable is used for simple t...

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

(2 Questions)

  • Q1. How does spring auto configuration works?
  • Ans. 

    Spring auto configuration automatically configures Spring beans based on classpath and property settings.

    • Spring scans classpath for certain annotations like @Component, @Service, @Repository, @Controller, etc.

    • Based on these annotations and property settings, Spring automatically configures beans.

    • Auto configuration can be customized using @Conditional annotations or configuration classes.

    • Example: @SpringBootApplication ...

  • Answered by AI
  • Q2. Second level cache in hibernate?
  • Ans. 

    Second level cache in Hibernate is used to cache data at the session factory level to reduce database hits.

    • Second level cache stores objects across sessions to reduce database calls

    • Improves performance by reducing database hits

    • Configurable cache providers like Ehcache, Infinispan can be used

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

(2 Questions)

  • Q1. What was your role in your team?
  • Ans. 

    I was responsible for designing and developing Java applications, collaborating with team members, and troubleshooting issues.

    • Designed and developed Java applications according to project requirements

    • Collaborated with team members to ensure smooth project execution

    • Troubleshooted and resolved any issues that arose during development

  • Answered by AI
  • Q2. Tell me about transaction management in spring.
  • Ans. 

    Transaction management in Spring helps in managing database transactions in a consistent and reliable manner.

    • Spring provides support for both programmatic and declarative transaction management.

    • Programmatic transaction management involves handling transactions in code using TransactionTemplate or PlatformTransactionManager.

    • Declarative transaction management involves using annotations like @Transactional to define trans...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java and basic spring boot questions will help a lot.

Skills evaluated in this interview

Top C-Edge Technologies Java Developer Interview Questions and Answers

Q1. What is difference between runnable and callable in java?
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

System Analyst Interview Questions & Answers

user image Swapnil Suryawanshi

posted on 5 Nov 2024

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

(2 Questions)

  • Q1. Explain SQL join
  • Ans. 

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

    • SQL join is used to retrieve data from multiple tables based on a related column.

    • Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • 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 JO...

  • Answered by AI
  • Q2. Write down how many common you know in Linux
  • Ans. 

    I know several common Linux commands used for system administration and troubleshooting.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • cp - copy files and directories

    • mv - move/rename files and directories

    • rm - remove/delete files and directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • sudo - execute a command as a superuser

    • top - display and update sorted informatio...

  • Answered by AI

Skills evaluated in this interview

Top C-Edge Technologies System Analyst Interview Questions and Answers

Q1. What is more important, completing scope perfectly or completing on time?
View answer (1)

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Sql interview questions.
  • Q2. Related to projects which is mentioned in resume.

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

C-Edge Technologies interview questions for popular designations

 System Analyst

 (6)

 Java Developer

 (5)

 Assistant System Analyst

 (4)

 Analyst

 (1)

 Junior Java Developer

 (1)

 Manual Test Engineer

 (1)

 Network Engineer

 (1)

 Service Manager

 (1)

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

(2 Questions)

  • Q1. Sql queries asked
  • Q2. Linux question ....

Assistant System Analyst Interview Questions asked at other Companies

Q1. How many types in SQL joins and syntax of joins? Difference between joins? What is View and its syntax? What is cursor? What is trigger and types of trigger? How to use joins with an example? What is index and how to create index and syntax... read more
View answer (1)

Get interview-ready with Top C-Edge Technologies Interview Questions

Junior Java Developer Interview Questions & Answers

user image Imamuddin Khan

posted on 28 Feb 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. 1)Explain your project and tell all functionality about ur project
  • Q2. Explain spring boot advantage
  • Ans. 

    Spring Boot simplifies the development of Java applications by providing a set of tools and conventions for building production-ready applications quickly.

    • Provides a pre-configured environment for developing and deploying Java applications

    • Reduces the need for boilerplate code and configuration

    • Supports embedded servers for easy deployment

    • Offers built-in support for monitoring, metrics, and health checks

    • Integrates seamle...

  • Answered by AI
  • Q3. Tell me @qualifier annotation why we are using in project
  • Ans. 

    The @Qualifier annotation is used in Spring to specify which bean should be autowired when multiple beans of the same type are present.

    • Used to disambiguate beans of the same type

    • Helps in selecting a specific bean when multiple beans of the same type are available

    • Can be used in conjunction with @Autowired annotation

  • Answered by AI
  • Q4. Explain spring security
  • Ans. 

    Spring Security is a powerful and customizable authentication and access control framework for Java applications.

    • Provides authentication and authorization capabilities

    • Integrates with various authentication mechanisms like LDAP, OAuth, and database

    • Supports role-based access control and method-level security

    • Configurable through XML or Java-based configuration

    • Example: Securing a REST API with Spring Security

  • Answered by AI
  • Q5. What is jdbc ? Different between jdbc and hibernate
  • Ans. 

    JDBC is a Java API for connecting and executing queries on a database. Hibernate is an ORM framework that simplifies database interactions.

    • JDBC is a low-level API for database connectivity in Java, requiring manual handling of SQL queries and connections.

    • Hibernate is a high-level ORM framework that maps Java objects to database tables, abstracting away the need for manual SQL queries.

    • JDBC is more suitable for simple da...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are making fool to candidate without any reason they rejected to the candidate..

Skills evaluated in this interview

Junior Java Developer Interview Questions asked at other Companies

Q1. Why we need Oops concepts? What is Constructor? Need of Constructor? StringBuilder? etc.
View answer (1)

Jobs at C-Edge Technologies

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Return type of add method?
  • Ans. 

    The return type of the add method depends on the specific implementation and requirements of the program.

    • Return type can be int, double, void, or any other data type depending on what the method is supposed to do.

    • For example, an add method for adding two integers may have a return type of int.

    • If the add method is simply updating a value and not returning anything, the return type may be void.

  • Answered by AI
  • Q2. What spring boot annotations you used and how?
  • Ans. 

    I have used annotations like @RestController, @Autowired, @RequestMapping, @Service, @Component, @Repository in Spring Boot.

    • Used @RestController to define RESTful web services.

    • Used @Autowired to inject dependencies.

    • Used @RequestMapping to map web requests to specific handler methods.

    • Used @Service to mark a class as a service component.

    • Used @Component to mark a class as a Spring component.

    • Used @Repository to mark a clas

  • Answered by AI
  • Q3. Tell me about your previouse projects
  • Ans. 

    I have worked on various projects including e-commerce websites, financial management systems, and mobile applications.

    • Developed an e-commerce website using Java Spring framework

    • Implemented financial management system with Java EE technologies

    • Created mobile applications using Android Studio and Java

  • Answered by AI
  • Q4. How to optimize queries
  • Ans. 

    Optimizing queries involves using indexes, limiting result sets, avoiding unnecessary joins, and optimizing database schema.

    • Use indexes on columns frequently used in WHERE clauses

    • Limit result sets by using pagination or filtering

    • Avoid unnecessary joins by denormalizing data or using subqueries

    • Optimize database schema by reducing redundancy and normalizing data

  • Answered by AI
  • Q5. What is thread safety
  • Ans. 

    Thread safety ensures that shared data is accessed and modified by multiple threads in a safe and consistent manner.

    • Thread safety is important in multi-threaded programming to prevent race conditions and ensure data integrity.

    • It can be achieved through synchronization mechanisms like locks, mutexes, and atomic operations.

    • For example, using synchronized keyword in Java to protect critical sections of code from concurren

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No work , old technologies. no scope for latest trends. dominating Team leads. Worlds most rude HR department. They tell you different package at first and give less while joining. they do it with everyone.

Top C-Edge Technologies Java Developer Interview Questions and Answers

Q1. What is difference between runnable and callable in java?
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Resume-related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Resume-related questions
Round 3 - HR 

(1 Question)

  • Q1. HR discussions round !

Top C-Edge Technologies Java Developer Interview Questions and Answers

Q1. What is difference between runnable and callable in java?
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are arrays
  • Ans. 

    Arrays are a data structure that stores a collection of elements of the same data type in a contiguous memory location.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Example: String[] names = new String[5];

  • Answered by AI
  • Q2. Data structures in java
  • Ans. 

    Data structures in Java are used to store and organize data efficiently.

    • Java provides built-in data structures like arrays, lists, sets, maps, queues, and stacks.

    • Arrays are used to store a fixed-size collection of elements of the same data type.

    • Lists like ArrayList and LinkedList can dynamically grow and shrink in size.

    • Sets ensure unique elements and maps store key-value pairs.

    • Queues follow the FIFO (First In First Out...

  • Answered by AI

Skills evaluated in this interview

Top C-Edge Technologies Java Developer Interview Questions and Answers

Q1. What is difference between runnable and callable in java?
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is DDL And Dml ? What is jdk&jre? What is constructor?
  • Ans. 

    DDL stands for Data Definition Language and DML stands for Data Manipulation Language. JDK is Java Development Kit, JRE is Java Runtime Environment, and a constructor is a special type of method in Java.

    • DDL is used to define the structure of database objects like tables, indexes, etc. Examples include CREATE TABLE, ALTER TABLE, DROP TABLE.

    • DML is used to manipulate data in the database. Examples include INSERT, UPDATE, ...

  • Answered by AI

Skills evaluated in this interview

Manual Test Engineer Interview Questions asked at other Companies

Q1. Why choose testing field What is manual testing What is traditional testing What is the difference between functional and non functional testing What is severity and priority in a testing What is smoke or sanity testing What is test case Ho... read more
View answer (2)

C-Edge Technologies Interview FAQs

How many rounds are there in C-Edge Technologies interview?
C-Edge Technologies interview process usually has 1-2 rounds. The most common rounds in the C-Edge Technologies interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for C-Edge Technologies 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 C-Edge Technologies. The most common topics and skills that interviewers at C-Edge Technologies expect are SQL, Java, Linux, Unix and Spring.
What are the top questions asked in C-Edge Technologies interview?

Some of the top questions asked at the C-Edge Technologies interview -

  1. How many types in SQL joins and syntax of joins? Difference between joins? What...read more
  2. What is more important, completing scope perfectly or completing on ti...read more
  3. What is bootstrap and what is html and css expain the tabular form give the 5 h...read more
How long is the C-Edge Technologies interview process?

The duration of C-Edge Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

C-Edge Technologies Interview Process

based on 27 interviews

Interview experience

3.1
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
MAQ Software Interview Questions
1.9
 • 97 Interviews
View all

C-Edge Technologies Reviews and Ratings

based on 367 reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.2

Salary

4.3

Job security

3.7

Company culture

2.9

Promotions

3.6

Work satisfaction

Explore 367 Reviews and Ratings
Dot Net Developer

Thane

2-4 Yrs

Not Disclosed

Java Developer

Thane

2-4 Yrs

Not Disclosed

Cobol Developer

Thane

2-4 Yrs

Not Disclosed

Explore more jobs
Assistant System Analyst
521 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

System Analyst
376 salaries
unlock blur

₹2.3 L/yr - ₹11.2 L/yr

Java Developer
87 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Software Developer
77 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

Software Engineer
36 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Explore more salaries
Compare C-Edge Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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